Development files for the Qt 6 QuickDialogs2 library.
Provides
Requires
License
GPL-2.0-only OR GPL-3.0-or-later OR LGPL-3.0-only
Changelog
* Sat Sep 12 2026 Christophe Marin <christophe@krop.fr>
- Add upstream change (kde#508377)
* 0001-QML-engine-Correctly-compare-composites-when-multipl.patch
* Tue Aug 18 2026 Christophe Marin <christophe@krop.fr>
- Update to 6.11.2
https://www.qt.io/blog/qt-6.11.2-released
- Drop patch, merged upstream:
* 0001-QQmlTableInstanceModel-refactor-QModelIndex-calculat.patch
* Sun May 24 2026 Christophe Marin <christophe@krop.fr>
- Add upstream fix (kde#520252)
* 0001-QQmlTableInstanceModel-refactor-QModelIndex-calculat.patch
* Thu May 14 2026 Christophe Marin <christophe@krop.fr>
- Update to 6.11.1
https://www.qt.io/blog/qt-6.11.1-released
* Mon Mar 23 2026 Christophe Marin <christophe@krop.fr>
- Update to 6.11.0
https://www.qt.io/blog/qt-6.11-released
- Drop patches, merged upstream:
* 0001-QtQml-Fix-corner-cases-around-dead-contexts-in-AOT-a.patch
* 0001-QtQml-Do-not-clear-objects-propertyCaches-on-last-GC.patch
* 0001-QtQml-Handle-the-case-of-getFallbackMethod-returning.patch
* Thu Feb 19 2026 Christophe Marin <christophe@krop.fr>
- Add upstream changes (kde#513527, QTBUG-142514):
* 0001-QtQml-Fix-corner-cases-around-dead-contexts-in-AOT-a.patch
* 0001-QtQml-Do-not-clear-objects-propertyCaches-on-last-GC.patch
* 0001-QtQml-Handle-the-case-of-getFallbackMethod-returning.patch
* Sat Jan 31 2026 Christophe Marin <christophe@krop.fr>
- Update to 6.10.2:
* https://www.qt.io/blog/qt-6.10.2-released
- Drop patch, merged upstream:
* 0001-QtQml-Invalidate-fallback-lookups-after-each-call-fr.patch
* Tue Dec 09 2025 Fabian Vogt <fabian@ritter-vogt.de>
- Add patch to fix crashes in QML code (kde#512754, QTBUG-142331):
* 0001-QtQml-Invalidate-fallback-lookups-after-each-call-fr.patch
* Thu Nov 20 2025 Christophe Marin <christophe@krop.fr>
- Update to 6.10.1
https://www.qt.io/blog/qt-6.10.1-released
- Drop patch:
* 0001-QmlCompiler-Fix-write-access-to-QVariantMap.patch
* Thu Oct 23 2025 Christophe Marin <christophe@krop.fr>
- Add upstream change (kde#509804)
* 0001-QmlCompiler-Fix-write-access-to-QVariantMap.patch
* Tue Oct 07 2025 Christophe Marin <christophe@krop.fr>
- Update to 6.10.0
* https://www.qt.io/blog/qt-6.10-released
* Tue Sep 02 2025 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Disable LTO on armv6/7 as a workaround - boo#1249054
* Thu Aug 28 2025 Christophe Marin <christophe@krop.fr>
- Pass '-DQT_QML_NO_CACHEGEN:BOOL=TRUE' to CMake to make builds
reproducible (related: boo#1248369)
* Wed Aug 27 2025 Christophe Marin <christophe@krop.fr>
- Update to 6.9.2:
* https://www.qt.io/blog/qt-6.9.2-released
- Drop patch, merged upstream:
* 0001-qmlcachegen-fix-crash-on-unresolved-type-with-requir.patch
* Sun Jun 08 2025 Christophe Marin <christophe@krop.fr>
- Add upstream fix (QTBUG-137196):
* 0001-qmlcachegen-fix-crash-on-unresolved-type-with-requir.patch
* Tue Jun 03 2025 Christophe Marin <christophe@krop.fr>
- Update to 6.9.1:
* https://www.qt.io/blog/qt-6.9.1-released
- Drop patch, merged upstream:
* 0001-do-not-re-resolve-iterator-value-types.patch
* Wed Apr 30 2025 Hillwood Yang <hillwood@opensuse.org>
- Add 0001-do-not-re-resolve-iterator-value-types.patch
We've resolved the value type in the type propagator. Trying to do it
again in the code generator, after the iterator may have been adjusted,
is quite wrong. If we resolve the list value type on a type that's not
a list (anymore), then we get an invalid type, which subsequently
crashes.
* Wed Apr 02 2025 Christophe Marin <christophe@krop.fr>
- Update to 6.9.0:
* https://www.qt.io/blog/qt-6.9-released
* Fri Jan 31 2025 Christophe Marin <christophe@krop.fr>
- U