aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qml/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-3/+3
* 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
* | Don't limit to files ending with .qmlKevin Ottens2015-03-161-8/+5
* | qml tool: don't process the command nameKevin Ottens2015-03-061-1/+1
|/
* Update copyright headersJani Heikkinen2015-02-121-6/+6
* qml: obey QT_NO_REGULAREXPRESSION definePasi Petäjäjärvi2014-11-111-1/+4
* Revert: use the new form of QTranslator::load() for more flexibilityShawn Rutledge2014-10-281-2/+4
* use the new form of QTranslator::load() for more flexibilityShawn Rutledge2014-10-011-4/+2
* Update license headers and add new licensesJani Heikkinen2014-08-251-18/+10
* Tools and examples: consistently use organization name QtProjectShawn Rutledge2014-07-021-1/+1
* Fix some typos in usage string.Jeff Tranter2014-05-091-2/+2
* Fix crash in qml/qmlscene when using dummy-data with importsErik Larsson2014-03-131-9/+5
* Remove several uses of module includesAndrew Knight2014-03-101-0/+3
* qml tool on OSX: wait for a timeout before exitingShawn Rutledge2013-11-201-4/+28
* Remove '-enable-debugger' argument from qml executableKai Koehne2013-11-161-10/+3
* Add a verbose mode to qmlAlan Alpert2013-11-111-24/+35
* Fix qml runtime when loading files that imported other filesAlan Alpert2013-11-011-8/+9
* qml tool: compiles with clangShawn Rutledge2013-10-301-1/+1
* Make qtdeclarative compile with -no-guiTasuku Suzuki2013-10-251-34/+68
* Fix WinCE build.v5.2.0-alpha1Sérgio Martins2013-09-251-1/+1
* qml: handle all possible QtMsgType in switch because of -WerrorShawn Rutledge2013-09-251-0/+1
* Add qml toolAlan Alpert2013-09-171-0/+466