26ab7474f5
* 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. OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/libqt5xdg?expand=0&rev=4
191 lines
7.1 KiB
Plaintext
191 lines
7.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Oct 23 09:54:57 UTC 2017 - mvetter@suse.com
|
|
|
|
- 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)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 24 18:02:50 UTC 2016 - mvetter@suse.com
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 5 10:36:47 UTC 2015 - mvetter@suse.com
|
|
|
|
- Upstream release 0.10.0
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 20 19:53:39 UTC 2015 - sfalken@opensuse.org
|
|
|
|
- Changed %build and %install to use cmake macros
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 9 16:27:11 UTC 2015 - sfalken@opensuse.org
|
|
|
|
- New upstream version 1.1.0
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 25 19:07:55 UTC 2015 - sfalken@opensuse.org
|
|
|
|
- Added conditionals to build for Fedora (Only needed for F20)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 28 15:19:02 UTC 2014 - andrea@opensuse.org
|
|
|
|
- changed license tag in the spec file to GPL-3.0
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Oct 26 11:23:03 UTC 2014 - andrea@opensuse.org
|
|
|
|
- ported to QT5
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 25 11:15:54 UTC 2014 - andrea@opensuse.org
|
|
|
|
- new upstream version 1.0.0
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 13 14:52:16 UTC 2014 - andrea@opensuse.org
|
|
|
|
- spec file clean up
|
|
- removed statically defined requires , we let rpm work for us
|
|
- use pkg-config where possible
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 13 14:43:44 UTC 2014 - sfalken@opensuse.org
|
|
|
|
- BuildRequires and patch cleanup
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 12 15:29:43 UTC 2014 - sfalken@opensuse.org
|
|
|
|
- Removed fedora spec, split into subproject
|
|
Del: libqtxdg-Fedora_20.spec
|
|
|
|
-------------------------------------------------------------------
|
|
Sun May 11 14:32:30 UTC 2014 - sfalken@opensuse.org
|
|
|
|
- Removed BuildRequires: pkgconfig() in favour of BuildRequires: libqt4-devel at the request of X11:lxde:lxqt maintainers
|
|
|
|
-------------------------------------------------------------------
|
|
Sat May 10 17:52:32 UTC 2014 - sfalken@opensuse.org
|
|
|
|
- Ran spec-cleaner on spec file
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 9 21:19:56 UTC 2014 - sfalken@opensuse.org
|
|
|
|
- Added specfile for Fedora_20
|
|
Add: libqtxdg-Fedora_20.spec
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 9 13:40:04 UTC 2014 - sfalken@opensuse.org
|
|
|
|
- Repackaged tarball to unpack to libqtxdg-0.5.3 instead of .
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 9 13:15:46 UTC 2014 - sfalken@opensuse.org
|
|
|
|
- First stable release, added stable tarball
|
|
Added: libqtxdg-0.5.3.tar.xz
|
|
Delete: _service
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 17 17:21:56 UTC 2014 - sfalken@opensuse.org
|
|
|
|
- .spec file cleanup for rpmlint checks
|
|
Removed explicit Requires:
|
|
Adjusted description
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 2 14:35:21 UTC 2014 - sfalken@opensuse.org
|
|
|
|
- Removed direct cmake calls, in favour of %cmake and %cmake_install
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 24 04:47:11 UTC 2014 - sfalken@opensuse.org
|
|
|
|
- Specfile complete, successful build and packaging
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 24 04:16:14 UTC 2014 - sfalken@opensuse.org
|
|
|
|
- Added 0001-translation-dir.patch to correct for openSUSE directories
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 24 02:53:11 UTC 2014 - sfalken@opensuse.org
|
|
|
|
- Wrote initial _service file and first source pull
|
|
|