aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qml/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mention d3d12 in qml tool help textLaszlo Agocs2024-03-141-1/+1
* Fix some compile errors when compiling with -no-gui -no-qml-debugUlf Hermann2024-01-171-0/+2
* qml tool: Use QCommandLineParser::process() rather than parse()Shawn Rutledge2023-05-161-10/+3
* qml: Straighten out configuration QML moduleUlf Hermann2023-05-081-4/+12
* qml: Construct QQmlApplicationEngine only when we need itUlf Hermann2023-04-271-1/+3
* qml tool: Fix incorrect mapping of --transparent to MSAALaszlo Agocs2023-03-171-1/+1
* bin/qml: Fix broken handling of --translation commandline argumentJan Arve Sæther2023-02-081-2/+1
* Bring QSurfaceFormat configurability to qmlscene's level in the qml toolLaszlo Agocs2023-02-071-12/+39
* qml tool: Disable shader caching by defaultPaul Olav Tvete2023-02-071-0/+8
* qml: Fix object countingUlf Hermann2023-01-231-17/+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
* Use SPDX license identifiersLucie Gérard2022-06-111-28/+3
* qml: Don't mangle the settings URLUlf Hermann2022-03-021-5/+6
* 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
* qml: Don't leak the created objectsUlf Hermann2021-05-211-0/+1
* 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
* Replace qt_make_unique with std::make_uniqueAllan Sandfeld Jensen2020-11-181-4/+3
* Replace deprecated DataLocation with AppDataLocationShawn Rutledge2020-10-251-1/+1
* Remove use of deprecated High-DPI application attributesTor Arne Vestbø2020-09-021-10/+0
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-261-4/+4
* Clean up QT_CONFIG(opengl)Paul Olav Tvete2020-06-171-5/+4
* Remove openGLContextCreated signalLaszlo Agocs2020-06-101-29/+1
* Clean up QQmlFileSelectorUlf Hermann2020-03-191-4/+3
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-211-1/+0
|\
| * Tools: Convert to static type registrationsUlf Hermann2020-02-201-1/+0
* | 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/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
* | | Fix -no-gui build on macOSTasuku Suzuki2019-12-271-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-041-6/+8
|\|
| * qml: Make sure the qml tool deletes its applicationUlf Hermann2019-10-021-6/+8
* | Specify parameters of type registration in class declarationsUlf Hermann2019-09-261-2/+1
|/
* Add the graphics api independent scenegraph portLaszlo Agocs2019-07-041-0/+14
* qml runtime tool: support alternate conf; add resizeToItem confShawn Rutledge2019-04-251-13/+37
* qml runtime tool: --quiet disables categorized logging tooShawn Rutledge2019-04-251-2/+5
* qml runtime tool: group globals and declare static; improve paddingShawn Rutledge2019-04-251-43/+29
* Use QCommandLineParser in the qml runtime toolShawn Rutledge2019-04-241-114/+122
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-191-1/+6
|\
| * Update the QML Runtime iconShawn Rutledge2019-04-171-1/+6
* | qml runtime: Don't assume there is a window, verify itShawn Rutledge2019-01-151-4/+5
* | Clean up LoadWatcher in the Qml RuntimeShawn Rutledge2019-01-151-37/+35
|/
* Use QTranslator::install(QLocale, ...) everywhereKai Koehne2018-07-181-4/+3