aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qml
Commit message (Expand)AuthorAgeFilesLines
* Remove Qt keywords from all headersYuhang Zhao2022-12-091-3/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* Port from container::count() and length() to size()Marc Mutz2022-10-071-3/+3
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* CMake: Don't use PUBLIC_LIBRARIES for executablesAlexandru Croitor2022-07-211-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Introduce a sane resource path to qt_add_qml_moduleUlf Hermann2022-06-231-0/+1
* Use SPDX license identifiersLucie Gérard2022-06-116-251/+13
* qml: Don't mangle the settings URLUlf Hermann2022-03-021-5/+6
* Make qml resizeToItem configuration url resolution work againShawn Rutledge2022-02-051-1/+1
* Remove unused .qrc filesJoerg Bornemann2022-01-201-9/+0
* Replace 0 pointer constants with nullptrAllan Sandfeld Jensen2021-10-181-1/+1
* Turn qml, qmlscene and qmlpreview into appsJoerg Bornemann2021-10-071-16/+8
* qml: Deprecate the --dummy-data optionShawn Rutledge2021-09-241-5/+15
* Teach the qml runtime to load config files by basenameShawn Rutledge2021-09-221-8/+33
* qml: Avoid memory leaks when no objects are loadedUlf Hermann2021-08-101-1/+2
* Add NO_PLUGIN option to qt6_add_qml_module()Craig Scott2021-08-031-1/+0
* Use nullptr rather than 0 for null pointersUlf Hermann2021-06-301-2/+1
* Refactor and update qml CMake APICraig Scott2021-06-041-16/+6
* qml: Don't leak the created objectsUlf Hermann2021-05-211-0/+1
* CMake: Remove unneeded *.pro and .prev_CMakeLists.txt filesCraig Scott2021-05-191-72/+0
* qml: Enable context sharing by defaultMaximilian Goldstein2021-03-221-0/+10
* tools/qml: Implement --core-profile optionMaximilian Goldstein2021-03-191-1/+4
* Uniformly support shebangFawzi Mohamed2021-02-151-19/+1
* Remove the qmake project filesFabian Kosmale2021-01-151-27/+0
* CMake: add properties when tools are builtSamuli Piippo2021-01-151-1/+1
* Replace qt_make_unique with std::make_uniqueAllan Sandfeld Jensen2020-11-181-4/+3
* Replace deprecated DataLocation with AppDataLocationShawn Rutledge2020-10-251-1/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-062-10/+10
* Remove use of deprecated High-DPI application attributesTor Arne Vestbø2020-09-021-10/+0
* CMake: Regenerate projectsAlexandru Croitor2020-07-092-14/+16
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-261-4/+4
* Do not resolve URLs when assigning them to a propertyUlf Hermann2020-06-221-1/+1
* Clean up QT_CONFIG(opengl)Paul Olav Tvete2020-06-171-5/+4
* Remove openGLContextCreated signalLaszlo Agocs2020-06-101-29/+1
* CMake: Don't install .qmltypes for Qt tests, examples and toolsAlexandru Croitor2020-05-292-2/+0
* CMake: Regenerate qtdeclarative/toolsAlexandru Croitor2020-05-292-0/+2
* Clean up QQmlFileSelectorUlf Hermann2020-03-191-4/+3
* CMake: Regenerate and adapt to merge from devwip/cmakeAlexandru Croitor2020-03-122-6/+28
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-123-1/+31
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-212-1/+4
| |\
| | * Tools: Convert to static type registrationsUlf Hermann2020-02-202-1/+4
| * | Add major version to all Q_REVISIONsUlf Hermann2020-02-191-0/+2
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-171-0/+25
| |\|
| | * Add QML_CORE_PROFILE support to QML toolThomas Hartmann2020-02-061-0/+12
| | * Add support for file selectors to qml toolThomas Hartmann2020-02-041-0/+13
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-292-26/+27
|\| |
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-211-25/+26
| |\|
| | * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-201-25/+26
| | |\
| | | * qml: Fix options that need to be set before QApplication instantiationFriedemann Kleint2020-01-151-25/+26