Revisions of libqt5xdg

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1219739 from Shawn Dunn's avatar Shawn Dunn (sfalken) (revision 22)
- Change BuildRequires from lxqt-build-tools-devel to
  cmake(lxqt-build-tools)
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1178543 from Shawn Dunn's avatar Shawn Dunn (sfalken) (revision 21)
- Removed %{buildroot}%{_sysconfdir}/xdg/*.conf
  * Conflicts with libQt6Xdg4, as both packages cannot provide
    identical conf files, libQt5Xdg won't ever be installed
    on it's own, with LXQt >= 2.0
- Specfile Cleanup
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1123564 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 20)
- Update to 3.12.0:
  * Just corrected a typo and bumped the version.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 975830 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 17)
- Update to 3.9.1:
  For making it possible to have Qt5 and Qt6 installations of
  libqtxdg alongside each other in near future, two changes are
  made to this point release:
  * qtxdg-mat has been separated from libqtxdg and put into qtxdg-tools.
  * The installation of config files has been made optional.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 973871 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 16)
- Update to 3.9.0:
  * String literals are supported in Exec keys of desktop entries.
  * Enhancements to qtxdg-mat.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 929698 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 15)
- Update to 3.8.0:
  * Added support for default terminal.
  * Considered XDG_DATA_HOME when computing desktop entry id.
  * Made sure that hicolor is searched before dash fallbacks.
  * Considered Qt's fallback search paths when finding icons.
  * Handle relative paths in qtxdg-desktop-file-start.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 885930 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 14)
- Update 3.7.1:
  * Fixed compilation against Qt < 5.14.
  * Added a nullity check for paint device.

- Update to 3.7.0:
  * QSvgRenderer is used with a cache for SVG icons, so that LXQt's
    icon handling could not be broken by intruding icon engines
	that register themselves for "svg" (like kiconthemes 5.80).
  * Allow runtime overriding of detachment of processes by
    setting QTXDG_START_DETACH_TRULY.
  * XTerm is added as a runtime dependency.
  * Code cleanup.
- Remove libqt5xdg-svg-render.patch: upstreamed
Richard Brown's avatar Richard Brown (RBrownSUSE) accepted request 882920 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 13)
- bsc#1183834: Fix displaying of icons by using QSvgRenderer
  * Add libqt5xdg-svg-render.patch
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 845994 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 12)
- Update to 3.6.0:
  *Dropped deprecated QLinkedList.
  *Code cleanup.
  * Memory leaks are fixed.
  *Fixed setting of default apps with GLib backend.
  *Fixed (recommended) apps list given by GLib backend.
  *Added a XdgDefaultApps class with email client, file
    manager and web browser set/get methods.
  *Used Qt's fix for too big SVG icons with scale factors > 1.
  *Added methods to XdgDefaultApps for getting special applications.
  *Fixed unneeded URL encoding for %U/%u in "xdgdesktopfile.cpp".
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 760614 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 10)
- Add subpackage qtxdg-tools (Debian name qtxdg-dev-tools)

- Update to 3.4.0:
  * Adds an command line MimeType (mimetype) tool
  * Adds a command line Open (open) Tool
  * Adds a command line Default App (defapp) Tool
  * Adds a MIME Applications Associations (XdgMimeApps) class
  * XdgDesktopFile:
    - Deprecates XdgDesktopFileCache and drop XdgDesktopFileCache use
    - Add explanation comment
    - Avoid freeze for DBusActivatable apps
  * CMake:
    - Remove string conversion flags
    - Removes not used helper function
  * test:
    - Use qAsConst()
  * Build and Implementation:
    - Don't use automatic string conversion
    - Prevent a c++11 range-loop possible detach
    - Fixed icon cache with absolute paths
    - Use more precise wording
    - Use the QString multi-arg overload
    - Use qEnvironmentVariableIntValue()
    - Use qAsConst
    - Drop QRegExp.
    - Port even more towards C++ raw string literal
    - Port towards return with a braced init list
    - Port towards raw string literal use.
    - Use bool literals
    - Ports towards C++11 override specifiers
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 678873 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 9)
- Update to 3.3.1:
  * Silenced compiler warnings about not used variables.
  * Dropped not needed MOC stuff, we already use CMAKE_AUTOMOC.
  * Dropped using libqtxdg's own versions of things that are in
    lxqt-build-tools
  * Updated translations

- Update to 3.3.0:
  * Use C++ ISO Standard 14, removed support for < 14
  * XdgDesktopFile: Simplify scheme handling
  * XdgDesktopFile: Clear internal data before loading a new file
  * XdgDesktopFile: Don’t try read non existent files
  * xdgaction: Set icon in updateIcon() only if needed
  * xdgiconloader: Support more classes for “FollowColors” icons
  * xdgiconloader: Consider device pixel ratio when painting
  * xdgiconloader: Cover all KDE colors schemes for symbolic icons
  * xdgiconloader: Fixes pedantic warning
  * xdgmenuwidget: Fix menu-item drag url
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 618054 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 8)
- Update to 3.2.0:
  * xdgiconloader: Add GTK cache revalidation (fixes finding and
    showing new icons, especially in main menu)
  * xdgiconloader: Cache ScalableFollowsColorEntry properly
  * Set genericName as tooltip (for main menu)
  * Fix symbolic SVG icons with Qt >= 5.10
- Update to 3.1.0:
  * Bump version to 3.1.0
  * xdgdesktopfile: Add API for getting actions info
  * xdgdesktopfile: Add support for activating actions
  * xdgdesktopfile: Add getting actions
  * Check $XDG_CONFIG_HOME and $XDG_CONFIG_DIRS for mimeapps.list first.
  * Fix reading and writing mimeapps.list file.
  * Don't export github templates
  * Release 3.0.0: Update changelog
  * Backport support for Scale directory key according to Icon Theme spec
  * Bump Major to 3
  * test: Drop Q_FOREACH
  * Drop Q_FOREACH
  * liblxqt make no sense here
  * Copied issue template
  * Drops Qt5Core_VERSION_STRING
  * Avoid Qt special keywords collision
  * XdgDesktopFile: Stops allocating unneeded QMap::keys()
  * XdgDesktopFile: Stop allocating unneeded QHash:values()
  * XdgDesktopFile: Improve const-ness
  * xdgiconloader: Reworks the unthemed/pixmap search
  * xdgiconloader: Puts the hicolor at the end of the theme hierarchy
  * XdgIcon: Add flag for "FollowsColorScheme" processing
  * xdgiconloader: Honor "FolowsColorScheme" theme hint
  * xdgiconloader: Support symbolic SVG icons
  * More fixes (#131)
  * xdgiconloader: Correct hierarchy of fallbacks (#116)
  * xdgiconloader: Fix XdgIconLoaderEngine::actualSize() (#130)
  * Update CMakeLists.txt
  * It adds loadIcon() timing measurements.
  * xdgiconloader: Consider all existing files/images
  * Check QTXDGX_ICONENGINEPLUGIN_INSTALL_PATH existence
  * Mark QTXDGX_ICONENGINEPLUGIN_INSTALL_PATH as advanced
  * xdgiconloader: Implement QIconEnginePlugin interface
  * Disables uninstall target
  * Remove last uses of Java-style (non-mutable) iterators from QtBase
  * Adds a development qtxdg-iconfinder utility tool
  * Enable strict iterators for debug builds
  * Removes extra semi-colons
  * Improve build warnings
  * Bump year
  * QtGui: eradicate Q_FOREACH loops [already const]
  * Optimize QIconLoader::findIconHelper()
  * Remove unused variable in QIconLoader::findIconHelper()
  * Improve use of QHash to minimize double hashing
  * QIconLoaderEngine: add missing Q_DECL_OVERRIDEs
  * Replace QLatin1Literal with QLatin1String
  * QIconCacheGtkReader: use QStringRef more
  * Gui: use const (and const APIs) more
  * Adds Link Time Optimization
  * Replaces CMAKE_SOURCE_DIR by PROJECT_SOURCE_DIR
  * Refactors superbuild support
  * Remove duplicate use of source header files
  * Use AUTOMOC everywhere
  * Stop using include_directories()
  * Removes test project definition
  * Use CMAKE_INCLUDE_CURRENT_DIR
  * Adds PROJECT_NAME to the build Qt version message
  * Simplify target_compile_definitions() and target_include_directories()
  * qiconloader: Reuse Qt implementation
  * XdgIconLoader: Fix FTBFS in super-build/in-tree builds
  * Allow xdg-user-dirs in the realpath of $HOME. On some systems /home is a symlink and $HOME points to the symlink. This commit allows the xdg-user-dirs to start with the real/canonical path.
  * Updates version requirements in pkg-config (.pc) stuff
  * Make Qt5Xdg use only the same version Qt5XdgIconLoader
  * Adds minimum Qt version requirement (5.4.2)
  * test: Fixes false positive in tst_xdgdesktopfile::testReadLocalized()
  * Remove cpack (#106)
- Update to to 2.0.0:
  * BACKWARDS-INCOMPATIBLE: New XdgIconLoader library
  * New explicit dependency Qt SVG
  * The IconLoader can use GTK+ icon cache
  * Improved overall performance
  * Better XDG handling
  * Overall polishing
- Upstream release 0.10.0
- Changed %build and %install to use cmake macros 
- New upstream version 1.1.0 
- Added conditionals to build for Fedora (Only needed for F20) 
- changed license tag in the spec file to GPL-3.0
- ported to QT5 
- new upstream version 1.0.0 
- spec file clean up
- removed statically defined requires , we let rpm work for us
- use pkg-config where possible  
- BuildRequires and patch cleanup 
- Removed fedora spec, split into subproject
  Del:  libqtxdg-Fedora_20.spec 
- Removed BuildRequires: pkgconfig() in favour of BuildRequires: libqt4-devel at the request of X11:lxde:lxqt maintainers 
- Ran spec-cleaner on spec file 
- Added specfile for Fedora_20
  Add:  libqtxdg-Fedora_20.spec 
- Repackaged tarball to unpack to libqtxdg-0.5.3 instead of . 
- First stable release, added stable tarball
  Added: libqtxdg-0.5.3.tar.xz 
  Delete:  _service
- .spec file cleanup for rpmlint checks
  Removed explicit Requires:
  Adjusted description 
- Removed direct cmake calls, in favour of %cmake and %cmake_install 
- Specfile complete, successful build and packaging 
- Added 0001-translation-dir.patch to correct for openSUSE directories 
- Wrote initial _service file and first source pull 
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 535967 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 7)
- Update to 3.1.0:
  * Bump version to 3.1.0
  * xdgdesktopfile: Add API for getting actions info
  * xdgdesktopfile: Add support for activating actions
  * xdgdesktopfile: Add getting actions
  * Check $XDG_CONFIG_HOME and $XDG_CONFIG_DIRS for mimeapps.list first.
  * Fix reading and writing mimeapps.list file.
  * Don't export github templates
  * Release 3.0.0: Update changelog
  * Backport support for Scale directory key according to Icon Theme spec
  * Bump Major to 3
  * test: Drop Q_FOREACH
  * Drop Q_FOREACH
  * liblxqt make no sense here
  * Copied issue template
  * Drops Qt5Core_VERSION_STRING
  * Avoid Qt special keywords collision
  * XdgDesktopFile: Stops allocating unneeded QMap::keys()
  * XdgDesktopFile: Stop allocating unneeded QHash:values()
  * XdgDesktopFile: Improve const-ness
  * xdgiconloader: Reworks the unthemed/pixmap search
  * xdgiconloader: Puts the hicolor at the end of the theme hierarchy
  * XdgIcon: Add flag for "FollowsColorScheme" processing
  * xdgiconloader: Honor "FolowsColorScheme" theme hint
  * xdgiconloader: Support symbolic SVG icons
  * More fixes (#131)
  * xdgiconloader: Correct hierarchy of fallbacks (#116)
  * xdgiconloader: Fix XdgIconLoaderEngine::actualSize() (#130)
  * Update CMakeLists.txt
  * It adds loadIcon() timing measurements.
  * xdgiconloader: Consider all existing files/images
  * Check QTXDGX_ICONENGINEPLUGIN_INSTALL_PATH existence
  * Mark QTXDGX_ICONENGINEPLUGIN_INSTALL_PATH as advanced
  * xdgiconloader: Implement QIconEnginePlugin interface
  * Disables uninstall target
  * Remove last uses of Java-style (non-mutable) iterators from QtBase
  * Adds a development qtxdg-iconfinder utility tool
  * Enable strict iterators for debug builds
  * Removes extra semi-colons
  * Improve build warnings
  * Bump year
  * QtGui: eradicate Q_FOREACH loops [already const]
  * Optimize QIconLoader::findIconHelper()
  * Remove unused variable in QIconLoader::findIconHelper()
  * Improve use of QHash to minimize double hashing
  * QIconLoaderEngine: add missing Q_DECL_OVERRIDEs
  * Replace QLatin1Literal with QLatin1String
  * QIconCacheGtkReader: use QStringRef more
  * Gui: use const (and const APIs) more
  * Adds Link Time Optimization
  * Replaces CMAKE_SOURCE_DIR by PROJECT_SOURCE_DIR
  * Refactors superbuild support
  * Remove duplicate use of source header files
  * Use AUTOMOC everywhere
  * Stop using include_directories()
  * Removes test project definition
  * Use CMAKE_INCLUDE_CURRENT_DIR
  * Adds PROJECT_NAME to the build Qt version message
  * Simplify target_compile_definitions() and target_include_directories()
  * qiconloader: Reuse Qt implementation
  * XdgIconLoader: Fix FTBFS in super-build/in-tree builds
  * Allow xdg-user-dirs in the realpath of $HOME. On some systems /home is a symlink and $HOME points to the symlink. This commit allows the xdg-user-dirs to start with the real/canonical path.
  * Updates version requirements in pkg-config (.pc) stuff
  * Make Qt5Xdg use only the same version Qt5XdgIconLoader
  * Adds minimum Qt version requirement (5.4.2)
  * test: Fixes false positive in tst_xdgdesktopfile::testReadLocalized()
  * Remove cpack (#106)
- Update to to 2.0.0:
  * BACKWARDS-INCOMPATIBLE: New XdgIconLoader library
  * New explicit dependency Qt SVG
  * The IconLoader can use GTK+ icon cache
  * Improved overall performance
  * Better XDG handling
  * Overall polishing
- Upstream release 0.10.0
- Changed %build and %install to use cmake macros 
- New upstream version 1.1.0 
- Added conditionals to build for Fedora (Only needed for F20) 
- changed license tag in the spec file to GPL-3.0
- ported to QT5 
- new upstream version 1.0.0 
- spec file clean up
- removed statically defined requires , we let rpm work for us
- use pkg-config where possible  
- BuildRequires and patch cleanup 
- Removed fedora spec, split into subproject
  Del:  libqtxdg-Fedora_20.spec 
- Removed BuildRequires: pkgconfig() in favour of BuildRequires: libqt4-devel at the request of X11:lxde:lxqt maintainers 
- Ran spec-cleaner on spec file 
- Added specfile for Fedora_20
  Add:  libqtxdg-Fedora_20.spec 
- Repackaged tarball to unpack to libqtxdg-0.5.3 instead of . 
- First stable release, added stable tarball
  Added: libqtxdg-0.5.3.tar.xz 
  Delete:  _service
- .spec file cleanup for rpmlint checks
  Removed explicit Requires:
  Adjusted description 
- Removed direct cmake calls, in favour of %cmake and %cmake_install 
- Specfile complete, successful build and packaging 
- Added 0001-translation-dir.patch to correct for openSUSE directories 
- Wrote initial _service file and first source pull 
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 430265 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 6)
- Update to to 2.0.0:
  * BACKWARDS-INCOMPATIBLE: New XdgIconLoader library
  * New explicit dependency Qt SVG
  * The IconLoader can use GTK+ icon cache
  * Improved overall performance
  * Better XDG handling
  * Overall polishing
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 287407 from Shawn Dunn's avatar Shawn Dunn (sfalken) (revision 4)
- Changed %build and %install to use cmake macros (forwarded request 287060 from sfalken)
Displaying revisions 1 - 20 of 22
openSUSE Build Service is sponsored by