frameworkintegration/frameworkintegration.changes

226 lines
8.4 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Tue Aug 4 19:20:11 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.13.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.13.0.php
-------------------------------------------------------------------
Sun Jul 5 18:44:44 UTC 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 7 19:07:07 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.11.0
* Use the correct initialDirectory for the KDirSelectDialog
* Make sure the scheme is specified when overriding the start
url value
* Only accept existing directories in FileMode::Directory mode
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.11.0.php
-------------------------------------------------------------------
Sun May 3 19:45:36 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.10.0
* Fix native file dialogs from widgets QFileDialog:
** File dialogs opened with exec() and without parent were
opened, but any user-interaction was blocked in a way that no
file could be selected nor the dialog closed.
** File dialogs opened with open() or show() with parent were
not opened at all.
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.10.0.php
- Drop 0001-Fix-native-file-dialogs-from-widgets-QFileDialog.patch,
merged upstream
-------------------------------------------------------------------
Fri Apr 17 00:56:19 UTC 2015 - hrvoje.senjan@gmail.com
- Add the kde-oxygen-fonts Requires to correct subpackage
- Add 0001-Fix-native-file-dialogs-from-widgets-QFileDialog.patch
-------------------------------------------------------------------
Sat Apr 4 14:40:42 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.9.0
* Fix possible crash when destroying a QSystemTrayIcon
(triggered by e.g. Trojita), kde#343976
* Fix native modal file dialogs in QML, kde#334963
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.9.0.php
-------------------------------------------------------------------
Sat Mar 7 16:58:43 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.8.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.8.0.php
-------------------------------------------------------------------
Sat Feb 28 18:50:55 UTC 2015 - hrvoje.senjan@gmail.com
- Rebuild against Qt 5.4.1
-------------------------------------------------------------------
Sun Feb 8 18:15:14 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.7.0
* Fix updating of single click setting at runtime
* Multiple fixes to the systemtray integration
* Only install color scheme on toplevel widgets
(to fix QQuickWidgets)
* Update XCursor settings on X11 platform
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.7.0.php
- Drop patches merged upstream:
0005-Properly-check-for-systray-being-available.patch,
0007-Use-activate-on-single-click-setting-from-QPlatformT.patch,
0001-Update-XCursor-settings.patch,
0004-Only-install-color-scheme-on-toplevel-widgets.patch and
0008-Implement-SystemTrayMenuItem-setMenu-correctly.patch
-------------------------------------------------------------------
Fri Jan 30 02:06:30 UTC 2015 - hrvoje.senjan@gmail.com
- Added patches from upstream:
0001-Update-XCursor-settings.patch,
0005-Properly-check-for-systray-being-available.patch (kde#339707),
0004-Only-install-color-scheme-on-toplevel-widgets.patch,
0007-Use-activate-on-single-click-setting-from-QPlatformT.patch
(kde#343418) and
0008-Implement-SystemTrayMenuItem-setMenu-correctly.patch
- Added pkgconfig(x11) and pkgconfig(xcursor) BuildRequires, needed
for 0001-Update-XCursor-settings.patch
-------------------------------------------------------------------
Sat Jan 3 18:03:16 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.6.0
* Fix handling of palette change events (kde#336813)
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.6.0.php
- Split the integration plugin into separate package
- Make sure that the plugin uses exact libQt5Gui5 version it was
compiled against, due to usage of private Qt headers
-------------------------------------------------------------------
Sat Dec 6 12:53:38 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 5.5.0
* Implement standardButtonText().
* Fix restoring the view mode and sizes in the file dialog
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.5.0.php
-------------------------------------------------------------------
Sun Nov 2 17:47:13 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 5.4.0
* Implement support for setting custom labels in file dialogs
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.4.0.php
-------------------------------------------------------------------
Sat Oct 4 17:59:33 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 5.3.0
* Fixed for compilation with Qt 5.4
* Fixed a few standard shortcuts
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.3.0.php
- Drop patches merged upstream:
0001-default-to-breeze.patch and 0002-colorscheme-in-General.patch
-------------------------------------------------------------------
Wed Sep 24 19:02:12 UTC 2014 - hrvoje.senjan@gmail.com
- Added 0001-default-to-breeze.patch and 0002-colorscheme-in-General.patch
from upstream: adjust correct default widget theme, and makes
colorscheme be read from correct kconfig section
-------------------------------------------------------------------
Tue Sep 9 09:49:23 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 5.2.0
* Frameworkintegration: the file dialog now remembers its size
correctly, and works better with remote URLs.
* For more details please see:
http://kde.org/announcements/kde-frameworks-5.2.php
-------------------------------------------------------------------
Sat Aug 2 10:20:07 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 5.1.0
* For more details please see:
http://www.kde.org/announcements/kde-frameworks-5.1.php
- Add frameworkintegration-plugin Provides
-------------------------------------------------------------------
Fri Jul 11 09:48:35 UTC 2014 - hrvoje.senjan@gmail.com
- Define kf5_version within package
-------------------------------------------------------------------
Tue Jul 1 21:35:49 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 5.0.0
* Final release of KDE Frameworks 5
* API improvements and cleanups
* Buildsystem fixes
* For more details please see:
http://www.kde.org/announcements/kde-frameworks-5.0.php
- Drop 0001-Ensure-the-xcb-connection-gets-flushed-before-the-ev.patch,
merged upstream
-------------------------------------------------------------------
Sun Jun 1 18:02:20 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 4.100.0
* API improvements and cleanups
* Buildsystem fixes
* For more details please see:
http://www.kde.org/announcements/announce-frameworks5-beta3.php
- Add 0001-Ensure-the-xcb-connection-gets-flushed-before-the-ev.patch
(kde#334858)
- Added baselibs.conf
-------------------------------------------------------------------
Sun May 4 01:14:44 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 4.99.0
* API improvements and cleanups
* Buildsystem fixes
* For more details please see:
http://www.kde.org/announcements/announce-frameworks5-beta2.php
- BuildRequire libQt5Gui-private-headers-devel >= 5.2.0, as rest
of Qt modules
- Require kde-oxygen-fonts, it is now official font of KDE Workspaces
-------------------------------------------------------------------
Sat Mar 29 19:47:19 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 4.98.0
* API improvements and cleanups
* Buildsystem fixes
* For more details please see:
http://www.kde.org/announcements/announce-frameworks5-beta1.php
-------------------------------------------------------------------
Tue Mar 4 16:38:04 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 4.97.0:
* Buildsystem fixes
* For more details please see:
http://www.kde.org/announcements/announce-frameworks5-alpha2.php
-------------------------------------------------------------------
Sat Feb 8 02:17:08 UTC 2014 - hrvoje.senjan@gmail.com
- Init frameworkintegration package