603 lines
21 KiB
Plaintext
603 lines
21 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Dec 29 13:30:42 UTC 2023 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
- Update to version 5.15.12+kde5, rebased upstream:
|
|
* Bump version to 5.15.12
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 6 06:42:14 UTC 2023 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
- Update to version 5.15.11+kde5, rebased upstream:
|
|
* Take over touch grab after initial delayed mouse press from Flickable
|
|
* Doc: Fix link to Scrollbar size property
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 13 12:59:15 UTC 2023 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
- Update to version 5.15.10+kde6, rebased upstream:
|
|
* Accessibility: respect value in attached Accessible in controls
|
|
* TextArea: make clip node wider to accommodate cursor when right-aligned
|
|
* DialogButtonBox: fix buttons going outside box on size change
|
|
* Control in pressDelay Flickable: detect touch release near press pos
|
|
* Reset provider's texture if QQuickNiniPatchImage's source is invalid
|
|
* FileDialog: do not add default suffix when content scheme is used
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 21 10:00:43 UTC 2023 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
- Update to version 5.15.8+kde11, rebased upstream:
|
|
* SwipeView: don't cull every child item that gets added
|
|
* AbstractButton: fix fast clicks being treated as double clicks
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 9 09:22:57 UTC 2023 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
- Update to version 5.15.8+kde7, rebased upstream:
|
|
* RangeSlider: update handle positions when 'from' or 'to' value is changed
|
|
* Fix build without accessibility
|
|
* Register the overlay with QQuickApplicationWindow
|
|
* Consider all popups in the stack to test whether an event should be blocked
|
|
* Give focus to popup on prepareEnter instead of finalizeEnter
|
|
* Fix activeFocus for highest-z popup
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 15 12:22:42 UTC 2022 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
- Update to version 5.15.7+kde7:
|
|
* Fix the popup position of a Menu
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 3 08:56:11 UTC 2022 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
- Update to version 5.15.7+kde6, rebased upstream:
|
|
* implement a11y pressing of qquickabstractbutton
|
|
* Blacklist some flaky tst_qquickpopup functions on openSUSE
|
|
* Fix memory leak in Qt Quick Controls icon
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 26 10:34:25 UTC 2022 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
- Update to version 5.15.6+kde5, rebased upstream:
|
|
* Revert "ToolTip: use contentWidth of Text contentItem to account for newlines"
|
|
* Doc: make it clear that Page doesn't render its title text
|
|
* QQuickComboBox: fix acceptableInput being wrong if no validator was set
|
|
* Add recursion guard to QQuickApplicationWindowPrivate::relayout()
|
|
* Fix SwipeDelegate losing swipes to parent flickables
|
|
* Blacklist some flaky tst_qquickdrawer functions on openSUSE
|
|
* Fix warnings in some tests
|
|
* ToolTip: use contentWidth of Text contentItem to account for newlines
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 24 13:22:51 UTC 2022 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
- Update to version 5.15.5+kde6:
|
|
* Fix scroll bars not showing up when binding to standalone contentItem
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 27 13:10:04 UTC 2022 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
- Update to version 5.15.5+kde5, rebased upstream:
|
|
* Revert "Allow creation of custom QQuickPopupItem-derived types"
|
|
* QQuickAbstractButton: fix crash on destruction
|
|
* TextArea: Detach the flickable when it is deleted
|
|
* Don't call QQml_setParent_noEvent with a nullptr item
|
|
* Hide old scroll bars
|
|
* Allow creation of custom QQuickPopupItem-derived types
|
|
* Imagine: fix GroupBox's bottom edge being clipped
|
|
* QQuickDial: Keep value integer if everything is integer
|
|
* ScrollView: fix crash when scrolling with zero-sized item
|
|
* Change the name of the material style plugin to avoid a path limit
|
|
* QmlDesigner: Fix RangeSliderSpecifics snap mode
|
|
* Ensure the ninepatch image is detached
|
|
* Ninepatch: keep resetNode status to not lose track of ImageNode->NinePatchNode changes
|
|
* Revert "Update commercial license headers"
|
|
* Fix static build
|
|
* ComboBox: don't focus TextField when clicking on indicator
|
|
* Combobox: Fix initial set of inputMethodHints
|
|
* Fix popups with exit transitions blocking mouse events when destroyed
|
|
* a11y: Fix ordering on header, content item and footer in Page
|
|
* Update commercial license headers
|
|
* Fix initial currentIndex in Tumbler when wrap is set to false
|
|
* SwipeDelegate: ensure background and contentItem are resized
|
|
* Reset the opacity and scale properties after the exit transition
|
|
- Drop 0001-Revert-Bump-version.patch, it's versioned correctly now
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 21 08:13:58 UTC 2022 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
- Update to version 5.15.2+kde10:
|
|
* QQuickAction: don't grab the same shortcut multiple times
|
|
* Ensure we don't crash when changing sizes after cleanup
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 28 07:21:23 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
- Update to version 5.15.2+kde8:
|
|
* Unset mouseGrabberPopup if it's removed from children
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 22 09:51:48 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
- Switch to KDE's maintenance branch
|
|
- Update to version 5.15.2+kde7:
|
|
* QmlDesigner: Remove duplicate of repeat
|
|
* Doc: remove all instances of \qmlpropertygroup
|
|
* Doc: fix Qt Labs Platform Menu icon documentation
|
|
* Fix QQuickHeaderView models to pass model tester
|
|
* Doc: fix SplitView's inheritance
|
|
* Add changes file for Qt 5.15.2
|
|
* Bump version
|
|
- Add patch to reset version to 5.15.2:
|
|
* 0001-Revert-Bump-version.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 16 16:25:20 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
- Add compatibility with qml-autoreqprov
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 20 12:09:31 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
- Update to 5.15.2:
|
|
* New bugfix release
|
|
* For more details please see:
|
|
http://code.qt.io/cgit/qt/qtquickcontrols2.git/plain/dist/changes-5.15.2/?h=5.15.2
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 10 07:57:20 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
- Update to 5.15.1:
|
|
* New bugfix release
|
|
* For more details please see:
|
|
http://code.qt.io/cgit/qt/qtquickcontrols2.git/plain/dist/changes-5.15.1/?h=5.15.1
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 26 10:17:59 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>
|
|
|
|
- Update to version 5.15.0:
|
|
* No changelog available
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 20 16:38:00 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>
|
|
|
|
- Update to version 5.15.0-rc2:
|
|
* No changelog available
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 6 11:37:51 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
- Update to 5.15.0-rc:
|
|
* New bugfix release
|
|
* For the changes between 5.14.2 and 5.15.0 please see:
|
|
http://code.qt.io/cgit/qt/qtquickcontrols2.git/plain/dist/changes-5.15.0/?h=5.15.0
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 24 07:11:25 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
- Update to 5.15.0-beta4:
|
|
* New bugfix release
|
|
* No changelog available
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 14 06:47:42 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
- Update to 5.15.0-beta3:
|
|
* New bugfix release
|
|
* No changelog available
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 24 12:13:50 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
- Update to 5.15.0-beta2:
|
|
* New bugfix release
|
|
* No changelog available
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 28 09:59:05 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
- Update to 5.15.0-beta1:
|
|
* New bugfix release
|
|
* No changelog available
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 19 10:16:39 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
- Update to 5.15.0-alpha:
|
|
* New feature release
|
|
* For more details please see:
|
|
https://wiki.qt.io/New_Features_in_Qt_5.15
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 27 13:14:28 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
- Update to 5.14.1:
|
|
* New bugfix release
|
|
* For more details please see:
|
|
http://code.qt.io/cgit/qt/qtquickcontrols2.git/plain/dist/changes-5.14.1/?h=v5.14.1
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 17 09:25:48 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
|
|
|
- Update the license tags.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 12 12:54:20 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
- Update to 5.14.0:
|
|
* New bugfix release
|
|
* For the changes between 5.13.2 and 5.14.0 please see:
|
|
https://code.qt.io/cgit/qt/qtquickcontrols2.git/tree/dist/changes-5.14.0?h=v5.14.0
|
|
* For the changes between 5.13.1 and 5.13.2 please see:
|
|
https://code.qt.io/cgit/qt/qtquickcontrols2.git/tree/dist/changes-5.13.2?h=v5.14.0
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 4 14:37:59 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
- Update to 5.14.0-rc:
|
|
* New bugfix release
|
|
* No changelog available
|
|
* For more details please see:
|
|
* For more details about Qt 5.14 please see:
|
|
https://wiki.qt.io/New_Features_in_Qt_5.14
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 12 13:02:10 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
- Update to 5.14.0-beta3:
|
|
* New bugfix release
|
|
* No changelog available
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 24 13:22:55 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
- Update to 5.14.0-beta2:
|
|
* New bugfix release
|
|
* No changelog available
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 15 12:34:42 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
- Update to 5.14.0-beta1:
|
|
* New bugfix release
|
|
* No changelog available
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 30 13:30:28 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
- Update to 5.14.0-alpha:
|
|
* New feature release
|
|
* No changelog available
|
|
* For more details about Qt 5.14 please see:
|
|
https://wiki.qt.io/New_Features_in_Qt_5.14
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 6 08:04:24 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
- Update to 5.13.1:
|
|
* New bugfix release
|
|
* For more details please see:
|
|
* http://code.qt.io/cgit/qt/qtquickcontrols2.git/plain/dist/changes-5.13.1/?h=v5.13.1
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 19 11:24:18 UTC 2019 - fabian@ritter-vogt.de
|
|
|
|
- Update to 5.13.0:
|
|
* New bugfix release
|
|
* No changelog available
|
|
* For more details about Qt 5.13 please see:
|
|
* http://code.qt.io/cgit/qt/qtquickcontrols2.git/plain/dist/changes-5.13.0/?h=5.13
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 4 07:24:57 UTC 2019 - fabian@ritter-vogt.de
|
|
|
|
- Update to 5.13.0-rc:
|
|
* New bugfix release
|
|
* No changelog available
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 29 09:16:48 UTC 2019 - fabian@ritter-vogt.de
|
|
|
|
- Update to 5.13.0-beta2:
|
|
* New bugfix release
|
|
* No changelog available
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 18 07:27:24 UTC 2019 - fabian@ritter-vogt.de
|
|
|
|
- Update to 5.12.3:
|
|
* New bugfix release
|
|
* For more details please see:
|
|
* http://code.qt.io/cgit/qt/qtquickcontrols2.git/plain/dist/changes-5.12.3/?h=v5.12.3
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 29 18:49:11 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
- Add private-headers-devel subpackage - those were not packaged at all before
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 21 10:26:05 UTC 2019 - fabian@ritter-vogt.de
|
|
|
|
- Update to 5.13.0-beta1:
|
|
* New feature release
|
|
* For more details about Qt 5.13 please see:
|
|
* http://code.qt.io/cgit/qt/qtquickcontrols2.git/plain/dist/changes-5.13.0/?h=5.13
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 14 08:51:39 UTC 2019 - fabian@ritter-vogt.de
|
|
|
|
- Update to 5.12.2:
|
|
* New bugfix release
|
|
* For more details please see:
|
|
* http://code.qt.io/cgit/qt/qtquickcontrols2.git/plain/dist/changes-5.12.2/?h=5.12.2
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 1 08:40:09 UTC 2019 - fabian@ritter-vogt.de
|
|
|
|
- Update to 5.12.1:
|
|
* New bugfix release
|
|
* For more details please see:
|
|
* http://code.qt.io/cgit/qt/qtquickcontrols2.git/plain/dist/changes-5.12.1/?h=v5.12.1
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 6 13:36:51 UTC 2018 - fabian@ritter-vogt.de
|
|
|
|
- Update to 5.12.0:
|
|
* New feature release
|
|
* For more details please see:
|
|
* http://code.qt.io/cgit/qt/qtquickcontrols2.git/plain/dist/changes-5.12.0/?h=v5.12.0
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 3 08:16:54 UTC 2018 - fabian@ritter-vogt.de
|
|
|
|
- Update to 5.12.0-rc2:
|
|
* New bugfix release
|
|
* Only important bugfixes
|
|
- Changelog for Qt 5.12.0:
|
|
* http://code.qt.io/cgit/qt/qtquickcontrols2.git/plain/dist/changes-5.12.0/?h=5.12.0
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 22 13:39:35 UTC 2018 - fabian@ritter-vogt.de
|
|
|
|
- Update to 5.12.0-rc:
|
|
* New bugfix release
|
|
* No changelog available
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 8 15:25:16 UTC 2018 - fabian@ritter-vogt.de
|
|
|
|
- Update to 5.12.0-beta4:
|
|
* New bugfix release
|
|
* No changelog available
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 26 07:20:55 UTC 2018 - fabian@ritter-vogt.de
|
|
|
|
- Update to 5.12.0-beta3:
|
|
* New bugfix release
|
|
* No changelog available
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 17 08:23:39 UTC 2018 - fabian@ritter-vogt.de
|
|
|
|
- Update to 5.12.0-beta2:
|
|
* New bugfix release
|
|
* No changelog available
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 5 19:24:26 UTC 2018 - fabian@ritter-vogt.de
|
|
|
|
- Update to 5.12.0-beta1:
|
|
* New bugfix release
|
|
* No changelog available
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 2 07:34:10 UTC 2018 - fabian@ritter-vogt.de
|
|
|
|
- Update to 5.12.0-alpha:
|
|
* New feature release
|
|
* For more details please see:
|
|
* http://wiki.qt.io/New_Features_in_Qt_5.12
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 21 07:59:25 UTC 2018 - fabian@ritter-vogt.de
|
|
|
|
- Update to 5.11.2
|
|
* New bugfix release
|
|
* For more details please see:
|
|
* http://code.qt.io/cgit/qt/qtquickcontrols2.git/plain/dist/changes-5.11.2/?h=v5.11.2
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 19 10:50:52 CEST 2018 - fabian@ritter-vogt.de
|
|
|
|
- Update to 5.11.1
|
|
* New bugfix release
|
|
* For more details please see:
|
|
* http://code.qt.io/cgit/qt/qtquickcontrols2.git/plain/dist/changes-5.11.1/?h=v5.11.1
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 22 16:09:24 CEST 2018 - fabian@ritter-vogt.de
|
|
|
|
- Update to 5.11.0
|
|
* New bugfix release
|
|
* For more details please see:
|
|
* http://code.qt.io/cgit/qt/qtquickcontrols2.git/plain/dist/changes-5.11.0/?h=v5.11.0
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 8 11:01:29 CEST 2018 - fabian@ritter-vogt.de
|
|
|
|
- Update to 5.11.0-rc
|
|
* New bugfix release
|
|
* No changelog available
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 23 08:57:45 CEST 2018 - fabian@ritter-vogt.de
|
|
|
|
- Update to 5.11.0-beta4
|
|
* New bugfix release
|
|
* No changelog available
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 11 09:14:49 CEST 2018 - fabian@ritter-vogt.de
|
|
|
|
- Update to 5.11.0-beta3
|
|
* New bugfix release
|
|
* No changelog available
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 28 09:17:40 CEST 2018 - fabian@ritter-vogt.de
|
|
|
|
- Update to 5.11.0-beta2
|
|
* New bugfix release
|
|
* No changelog available
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 13 13:40:44 UTC 2018 - christophe@krop.fr
|
|
|
|
- Fix the license tag.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 1 09:55:39 CET 2018 - fabian@ritter-vogt.de
|
|
|
|
- Update to 5.11.0-beta1
|
|
* New feature release
|
|
* For more details please see:
|
|
* http://code.qt.io/cgit/qt/qtquickcontrols2.git/plain/dist/changes-5.11.0-beta1/?h=v5.11.0-beta1
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 20 14:29:13 CET 2018 - fabian@ritter-vogt.de
|
|
|
|
- Update to 5.11.0-alpha
|
|
* New feature release
|
|
* For more details please see:
|
|
* https://wiki.qt.io/New_Features_in_Qt_5.11
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 14 15:46:48 CET 2018 - fabian@ritter-vogt.de
|
|
|
|
- Update to 5.10.1
|
|
* New bugfix release
|
|
* For more details please see:
|
|
* http://code.qt.io/cgit/qt/qtquickcontrols2.git/plain/dist/changes-5.10.1/?h=v5.10.1
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 8 23:12:54 UTC 2017 - christophe@krop.fr
|
|
|
|
- Update the license tag (boo#967696)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 7 12:18:11 UTC 2017 - fabian@ritter-vogt.de
|
|
|
|
- Update to 5.10.0 final
|
|
* New bugfix release
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Dec 3 14:12:55 UTC 2017 - fabian@ritter-vogt.de
|
|
|
|
- Update to 5.10.0 RC 2
|
|
* New bugfix release
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 30 09:47:16 UTC 2017 - fabian@ritter-vogt.de
|
|
|
|
- Update to 5.10.0 RC 1
|
|
* New bugfix release
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Nov 25 12:46:41 UTC 2017 - fabian@ritter-vogt.de
|
|
|
|
- Update to 5.9.3
|
|
* New bugfix release
|
|
* For more details, see:
|
|
http://code.qt.io/cgit/qt/qtquickcontrols2.git/tree/dist/changes-5.9.3/?h=v5.9.3
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 15 11:41:49 UTC 2017 - fabian@ritter-vogt.de
|
|
|
|
- Update to 5.10 Beta 4
|
|
- Contains bugfixes
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 2 07:22:35 UTC 2017 - fabian@ritter-vogt.de
|
|
|
|
- Update to 5.10 Beta 3
|
|
- Contains bugfixes
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 30 16:19:31 UTC 2017 - fabian@ritter-vogt.de
|
|
|
|
- Update to 5.10 Beta 2
|
|
- Contains bugfixes
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 9 16:17:31 UTC 2017 - fabian@ritter-vogt.de
|
|
|
|
- Update to 5.10 Beta 1
|
|
- For more information visit:
|
|
https://blog.qt.io/blog/2017/10/09/qt-5-10-beta-released/
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Oct 8 14:07:36 UTC 2017 - lbeltrame@kde.org
|
|
|
|
- Update to 5.9.2
|
|
* For more details please see:
|
|
https://blog.qt.io/blog/2017/10/06/qt-5-9-2-released/
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 25 14:42:37 CEST 2017 - fabian@ritter-vogt.de
|
|
|
|
- Update to 5.10 Alpha 1:
|
|
* Introduced new QML types: Action, ActionGroup, MenuBar
|
|
* Introduced new styles:
|
|
+ the Fusion style offers a platform agnostic desktop-oriented look'n'feel
|
|
+ the Imagine style is based on image assets that can be provided using a predefined naming convention
|
|
* Other stuff, too long to fit here
|
|
- For more information visit:
|
|
https://blog.qt.io/blog/2017/09/13/qt-5-10-alpha-released/
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jul 1 08:15:21 UTC 2017 - lbeltrame@kde.org
|
|
|
|
- Update to 5.9.1
|
|
* For more details please see:
|
|
http://blog.qt.io/blog/2017/06/30/qt-5-9-1-released/
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 31 07:05:17 UTC 2017 - fabian@ritter-vogt.de
|
|
|
|
- Update to 5.9.0 final
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 24 19:16:41 UTC 2017 - fabian@ritter-vogt.de
|
|
|
|
- Update to 5.9.0 RC:
|
|
* For more details please see:
|
|
http://lists.qt-project.org/pipermail/announce/2017-May/000115.html
|
|
and https://wiki.qt.io/New_Features_in_Qt_5.9
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 14 16:05:51 UTC 2016 - hrvoje.senjan@gmail.com
|
|
|
|
- Update to 5.7.1
|
|
* For more details please see:
|
|
https://blog.qt.io/blog/2016/12/14/qt-5-7-1-released/
|
|
and https://www.qt.io/qt5-7/
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 25 09:10:02 UTC 2016 - jengelh@inai.de
|
|
|
|
- Set proper RPM groups for SLPP packages. Use faster {} +
|
|
find syntax.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 24 18:39:05 UTC 2016 - hrvoje.senjan@gmail.com
|
|
|
|
- Update to 5.7.0
|
|
* For more details please see:
|
|
https://www.qt.io/qt5-7/
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jul 16 17:14:27 UTC 2016 - hrvoje.senjan@gmail.com
|
|
|
|
- Activate libqt5-qtquickcontrols2 package
|
|
|