Hrvoje Senjan 2015-05-09 00:23:44 +00:00 committed by Git OBS Bridge
parent ba605aa267
commit 1e778e5e50

View File

@ -2,6 +2,12 @@
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,