aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcontrols2impl
Commit message (Expand)AuthorAgeFilesLines
* Fix emission of QQuickPaddedRectangle::topPaddingChangedJoerg Bornemann2022-07-131-1/+1
* FileDialog: make selectedFile writableMitch Curtis2022-06-042-1/+13
* Add TUs for QML_FOREIGNs and namespaces to enable includemocsMarc Mutz2022-05-102-1/+47
* Add missing include guards to qtquickcontrols2foreign_p.hMarc Mutz2022-05-101-0/+4
* QuickControls2Impl: includemocsMarc Mutz2022-05-0713-0/+26
* QQuickIcon: Resolve source URL relative to outermost property ownerYuya Nishihara2022-02-191-1/+1
* Auto-test-export QQuickIconLabelPrivateMarc Mutz2022-01-291-1/+1
* Replace currentFile(s) with selectedFile(s)Mitch Curtis2022-01-051-2/+7
* Use up-to date LGPL license headerKai Köhne2021-11-2932-352/+448
* Move Q_DECLARE_PUBLIC to the public sectionThiago Macieira2021-11-272-2/+2
* FileDialog: show dirs first on non-macOS platformsMitch Curtis2021-11-051-0/+6
* Add (private) PlatformTheme singletonMitch Curtis2021-11-053-0/+136
* Migrate to autogenerated cpp exports in qqc2Alexey Edelev2021-11-0316-26/+17
* Avoid unnecessary color format conversionJiDe Zhang2021-10-291-4/+7
* QQuickIcon: Resolve URL relative to current elementFabian Kosmale2021-09-201-2/+3
* Don't qDeleteAll on std::vector<std::unique_ptr<...>>Ulf Hermann2021-09-201-2/+1
* Fix memory leak in Qt Quick Controls iconEirik Aavitsland2021-09-072-0/+8
* CMake: Fix controls packages to have correct Qt package dependenciesAlexandru Croitor2021-08-021-0/+4
* Remove unnecessary type registrtion function declarationsUlf Hermann2021-07-161-2/+0
* CMake: Don't give plugins PUBLIC usage requirementsJoerg Bornemann2021-07-091-4/+0
* Update to latest qml CMake APICraig Scott2021-06-051-23/+7
* CMake: Remove GENERATE_METATYPES usageMaximilian Goldstein2021-04-271-1/+0
* CMake: Fix qml module version to use the repo project versionAlexandru Croitor2021-04-151-1/+1
* Remove QMake project filesJoerg Bornemann2021-02-111-54/+0
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-071-2/+2
* Fix CMake buildMitch Curtis2020-08-261-0/+64
* Bump import version to 6.0Mitch Curtis2020-08-261-1/+1
* Register C++ types declarativelyMitch Curtis2020-08-2631-0/+4124