aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qml/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-241-10/+10
* Update commercial license headersTarja Sundqvist2021-02-021-10/+10
* Tools: Convert to static type registrationsUlf Hermann2020-02-201-1/+0
* 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.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
* | 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
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-271-3/+3
|\
| * use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-3/+3
* | Add a feature for qml-animationUlf Hermann2018-02-151-2/+4
|/
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-211-1/+6
|\
| * Fix forced error warnings in -no-gui buildv5.9.0-beta2Alex Blasche2017-04-121-1/+6
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-04-071-0/+4
|\|
| * Fix build without features.animationTasuku Suzuki2017-04-031-0/+4
* | Merge remote-tracking branch 'origin/5.9' into HEADSimon Hausmann2017-03-231-1/+1
|\|
| * qml runtime: don't assume http by defaultShawn Rutledge2017-03-151-1/+1
* | sources: Add missing override and remove redundant virtualAlexander Volkov2017-02-231-2/+2
|/
* qml: use QUrl::fromUserInput("file.qml", QDir::currentPath())Shawn Rutledge2017-01-031-23/+7
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-5/+5
|\
| * Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-5/+5
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-231-0/+1
|\|
| * Set Qt version on toolsFriedemann Kleint2016-11-091-0/+1
* | tools: use const (and const APIs) moreAnton Kudryavtsev2016-08-221-1/+1
|/
* tools: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-201-4/+4
* Qt object: Add exit(int)Cavit Sina Dogru2016-08-091-3/+14
* Updated license headersJani Heikkinen2016-01-201-17/+12
* Revert "qmlscene/qml tools: Temporarily disable High DPI options."Friedemann Kleint2015-11-261-6/+5
* qmlscene/qml tools: Temporarily disable High DPI options.Friedemann Kleint2015-11-021-0/+4
* qml/qmlscene: Add command line option -no-scaling for Qt::AA_NoHighDpiScaling.Friedemann Kleint2015-09-071-0/+3
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-211-2/+2
|\
| * qml: Don't build OpenGL support if OpenGL is not available in Qt.Kai Koehne2015-08-191-5/+5
* | qml: Don't build OpenGL support if OpenGL is not available in Qt.Robin Burchell2015-08-171-3/+3
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-301-15/+67
|\|
| * qml: Output information about build and GL renderer in verbose mode.Friedemann Kleint2015-06-151-15/+57
| * qml: Add options to control the GL renderer.Friedemann Kleint2015-06-041-0/+10
* | qml tool should exit on Qt.quit()Alan Alpert2015-03-311-1/+17
* | Fix use of qml versioning in qmlAlan Alpert2015-03-171-2/+2