* Tue Sep 06 2016 hrvoje.senjan@gmail.com
- Update to 5.26.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.26.0.php
* Sun Aug 07 2016 hrvoje.senjan@gmail.com
- Update to 5.25.0
* Qt >= 5.5 is now required
* applications.menu: remove references to unused categories
* Always update the Trader parser from yacc/lex sources
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.25.0.php
* Wed Jul 06 2016 hrvoje.senjan@gmail.com
- Update to 5.24.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.24.0.php
* Mon Jun 06 2016 hrvoje.senjan@gmail.com
- Update to 5.23.0
* Fix associated applications for mimetypes with
uppercase characters (boo#980046)
* Lowercase the lookup key for mimetypes,
to make it case insensitive
* Fix ksycoca notifications when the DB doesn't exist yet
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.23.0.php
* Sat May 07 2016 hrvoje.senjan@gmail.com
- Update to 5.22.0 (boo#980066)
* Remove too-strict maximum string length in KSycoca database
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.22.0.php
* Mon Apr 04 2016 hrvoje.senjan@gmail.com
- Update to 5.21.0 (boo#974793)
* Fix new kbuildsycoca warning, when a mimetype inherits
from an alias
* Fix handling of x-scheme-handler/* in mimeapps.list
* Fix handling of x-scheme-handler/* in mimeapps.list parsing
(kde#358159)
* Upgrade Qt version requirement to 5.4.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.21.0.php
Version: 5.20.0-2.1
* Sun Mar 06 2016 hrvoje.senjan@gmail.com
- Update to 5.20.0 (boo#970856)
* Simplify code, reduce pointer dereferences,
container-related improvements
* Add kmimeassociations_dumper test program,
inspired by bug 359850
* Fix chromium/wine apps not loading on some distributions
(kde#213972)
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.20.0.php
* Sun Feb 28 2016 hrvoje.senjan@gmail.com
- Drop totally wrong list-local-mimeapps-last.patch
* Sat Feb 06 2016 hrvoje.senjan@gmail.com
- Update to 5.19.0 (boo#967668)
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.19.0.php
- Added list-local-mimeapps-last.patch list local mimeapps.list
last to QListIterator, so it's respected before global ones
(boo#966739)
* Sat Jan 02 2016 hrvoje.senjan@gmail.com
- Update to 5.18.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.18.0.php
* Thu Dec 10 2015 hrvoje.senjan@gmail.com
- Update to 5.17.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.17.0.php
* Sun Nov 08 2015 hrvoje.senjan@gmail.com
- Update to 5.16.0 (boo#955067)
* KBuildSycoca: always save, even if no change in .desktop file
was noticed. (kde#353203)
* Make doctools optional
* kbuildsycoca: parse all the mimeapps.list files mentioned in
the new spec.
* Use largest timestamp in subdirectory as resource
directory timestamp.
* Keep MIME types separate when converting KPluginInfo to
KPluginMetaData
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.16.0.php
* Fri Oct 23 2015 wbauer@tmo.at
- Add dont-show-yast-modules-in-the-applications-menu.patch: hide
the YaST modules from the application menu (boo#951888)
* Mon Oct 05 2015 hrvoje.senjan@gmail.com
- Update to 5.15.0
* Use largest timestamp in subdirectory as resource
directory timestamp.
* KSycoca: store mtime for every source dir, to detect changes.
(kde#353036)
* KServiceTypeProfile: remove unnecessary factory creation.
(kde#353360)
* Simplify and speed up KServiceTest::initTestCase.
* make install name of applications.menu file a cached
cmake variable
* KSycoca: ensureCacheValid() should create the db if
it doesn't exist
* KSycoca: make global database work after the recent
timestamp check code
* KSycoca: change DB filename to include language and
sha1 of the dirs it's built from.
* KSycoca: make ensureCacheValid() part of the public API.
* KSycoca: add a q pointer to remove more singleton usage
* KSycoca: remove all self() methods for factories, store
them in KSycoca instead.
* KBuildSycoca: remove writing of the ksycoca5stamp file.
* KBuildSycoca: use qCWarning rather than fprintf(stderr, ...)
or qWarning
* KSycoca: rebuild ksycoca in process rather than
executing kbuildsycoca5
* KSycoca: move all of the kbuildsycoca code into the lib,
except for main().
* KSycoca optimization: only watch the file if the app
connects to databaseChanged()
* Fix memory leaks in the KBuildSycoca class
* KSycoca: replace DBus notification with file watching
using KDirWatch.
* kbuildsycoca: deprecate option --nosignal.
* KBuildSycoca: replace dbus-based locking with a lock file.
* Do not crash when encountering invalid plugin info.
* Rename headers to _p.h in preparation for move to
kservice library.
* Move checkGlobalHeader() within KBuildSycoca::recreate().
* Remove code for --checkstamps and --nocheckfiles.
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.15.0.php
- Drop menu.patch, no longer needed.
Pass -DAPPLICATIONS_MENU_NAME="kf5-applications.menu" to cmake instead
* Sat Sep 19 2015 hrvoje.senjan@gmail.com
- Update to 5.14.3
* Fix timestamp truncation due to unwanted quint64 -> quint32 conversions.
(kde#352854)
- Bring back Source URL
* Wed Sep 16 2015 hrvoje.senjan@gmail.com
- Update to 5.14.1
* Revert ksycoca format change for now, for better compatibility
(kde#352756)
- Temporary comment out Source URL
* Tue Sep 08 2015 hrvoje.senjan@gmail.com
- Update to 5.14.0
* KSycoca: check timestamps and run kbuildsycoca if needed.
No kded dependency anymore.
* Don't close ksycoca right after opening it.
* KPluginInfo now correctly handles FormFactor metadata
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.14.0.php
* Sat Aug 15 2015 wbauer@tmo.at
- Add kservice-desktop-translations.patch: read translations for
.desktop files from desktop-translations if they are not in the
file itself (boo#904524, boo#932158)
* Tue Aug 04 2015 hrvoje.senjan@gmail.com
- Update to 5.13.0
* The Qt version requirement has been bumped from 5.2 to 5.3
* Debug output has been ported to categorized output, for less
noise by default
* Docbook documentation has been reviewed and updated
* Fix kbuildsycoca --global
* KToolInvocation::invokeMailer: fix attachment when we have
multi attachement
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.13.0.php
* Sun Jul 05 2015 hrvoje.senjan@gmail.com
- Update to 5.12.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.12.0.php
* Sun Jun 07 2015 hrvoje.senjan@gmail.com
- Update to 5.11.0
* When running as root preserve file ownership on existing
cache files (kde#342438)
* Guard against being unable to open stream (kde#342438)
* Fix check for invalid permissions writing file (kde#342438)
* Fix querying ksycoca for x-scheme-handler/* pseudo-mimetypes.
(kde#347353)
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.11.0.php
* Sun May 03 2015 hrvoje.senjan@gmail.com
- Update to 5.10.0
* Fix wrong splitting of entry path (kde#344614)
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.10.0.php
* Sun Apr 19 2015 hrvoje.senjan@gmail.com
- Recommend kded package, it is a runtime requirement, but can't
be marked as Required as it would create a buildcycle
* Sat Apr 04 2015 hrvoje.senjan@gmail.com
- Update to 5.9.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.9.0.php
- Drop no longer needed Requires of the devel subpackage:
kdbusaddons-devel and ki18n-devel
* Sat Mar 07 2015 hrvoje.senjan@gmail.com
- Update to 5.8.0
* KPluginInfo: support stringlists as properties
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.8.0.php
* Sun Feb 08 2015 hrvoje.senjan@gmail.com
- Update to 5.7.0
* Include unknown properties when converting
KPluginInfo from KService
* KPluginInfo: fixed properties not being
copied from KService::Ptr
* OS X: performance fix for kbuildsycoca4 (skip app bundles)
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.7.0.php