1
0
Files
frameworkintegration/frameworkintegration.changes
T

254 lines
9.5 KiB
Plaintext
Raw Normal View History

2015-10-05 17:55:44 +00:00
-------------------------------------------------------------------
Mon Oct 5 17:36:58 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.15.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.15.0.php
- Drop 0001-Fix-random-file-dialog-not-showing-up-problem.patch, upstreamed
-------------------------------------------------------------------
Fri Oct 2 19:22:20 UTC 2015 - hrvoje.senjan@gmail.com
- Added 0001-Fix-random-file-dialog-not-showing-up-problem.patch
(kde#350758)
2015-09-08 17:12:38 +00:00
-------------------------------------------------------------------
Tue Sep 8 17:12:29 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.14.0
2015-09-12 18:50:21 +00:00
* Also propagate window titles for folder-only file dialogs
2015-09-08 17:12:38 +00:00
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.14.0.php
-------------------------------------------------------------------
Tue Aug 4 19:20:11 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.13.0
2015-08-12 17:09:51 +00:00
* 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 crash in directories-only file dialog
* Don't rely on options()->initialDirectory() for Qt < 5.4
* 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
2015-06-07 19:39:39 +00:00
-------------------------------------------------------------------
Sun Jun 7 19:07:07 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.11.0
2015-06-13 08:40:42 +00:00
* 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
2015-06-07 19:39:39 +00:00
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.11.0.php
2015-05-03 19:46:04 +00:00
-------------------------------------------------------------------
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.
2015-05-03 19:46:04 +00:00
* 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
2015-05-03 19:46:04 +00:00
-------------------------------------------------------------------
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
2015-04-05 11:43:49 +00:00
-------------------------------------------------------------------
Sat Apr 4 14:40:42 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.9.0
2015-04-10 10:36:41 +00:00
* Fix possible crash when destroying a QSystemTrayIcon
(triggered by e.g. Trojita), kde#343976
* Fix native modal file dialogs in QML, kde#334963
2015-04-05 11:43:49 +00:00
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.9.0.php
2015-03-07 17:14:40 +00:00
-------------------------------------------------------------------
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
2015-02-08 19:08:41 +00:00
-------------------------------------------------------------------
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
2015-01-03 19:24:02 +00:00
-------------------------------------------------------------------
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
2014-12-06 17:50:23 +00:00
-------------------------------------------------------------------
Sat Dec 6 12:53:38 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 5.5.0
2014-12-09 18:02:49 +00:00
* Implement standardButtonText().
* Fix restoring the view mode and sizes in the file dialog
2014-12-06 17:50:23 +00:00
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.5.0.php
2014-11-02 18:01:58 +00:00
-------------------------------------------------------------------
Sun Nov 2 17:47:13 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 5.4.0
2014-11-03 17:42:06 +00:00
* Implement support for setting custom labels in file dialogs
2014-11-02 18:01:58 +00:00
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.4.0.php
-------------------------------------------------------------------
2014-10-04 18:34:47 +00:00
Sat Oct 4 17:59:33 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 5.3.0
2014-10-04 21:48:49 +00:00
* Fixed for compilation with Qt 5.4
* Fixed a few standard shortcuts
2014-10-04 18:34:47 +00:00
* 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
2014-09-09 10:09:33 +00:00
-------------------------------------------------------------------
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.
2014-09-09 10:09:33 +00:00
* For more details please see:
http://kde.org/announcements/kde-frameworks-5.2.php
2014-08-02 13:16:12 +00:00
-------------------------------------------------------------------
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
2014-08-02 13:16:12 +00:00
-------------------------------------------------------------------
Fri Jul 11 09:48:35 UTC 2014 - hrvoje.senjan@gmail.com
- Define kf5_version within package
2014-07-01 22:25:13 +00:00
-------------------------------------------------------------------
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:
2014-07-08 20:59:10 +00:00
http://www.kde.org/announcements/kde-frameworks-5.0.php
2014-07-01 22:25:13 +00:00
- Drop 0001-Ensure-the-xcb-connection-gets-flushed-before-the-ev.patch,
merged upstream
2014-06-01 18:40:11 +00:00
-------------------------------------------------------------------
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
2014-06-01 18:40:11 +00:00
2014-03-29 20:14:45 +00:00
-------------------------------------------------------------------
Sun May 4 01:14:44 UTC 2014 - hrvoje.senjan@gmail.com
2014-03-29 20:14:45 +00:00
- Update to 4.99.0
2014-03-29 20:14:45 +00:00
* 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
2014-03-29 20:14:45 +00:00
-------------------------------------------------------------------
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