aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlscene
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-191-2/+4
|\
| * Merge remote-tracking branch 'origin/5.12.3' into 5.12Qt Forward Merge Bot2019-04-171-2/+4
| |\
| | * Fix qmlscene command parsingv5.12.3Thomas Hartmann2019-04-081-2/+4
* | | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta3Qt Forward Merge Bot2019-04-151-0/+7
|\| |
| * | Add support for selectors to qmlsceneThomas Hartmann2019-04-091-0/+7
| |/
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-021-9/+15
|\|
| * add core profile environment variableTim Jenssen2019-04-011-1/+2
| * Fix surface format bug for macOSTomi Korpipaa2019-03-291-8/+13
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-231-3/+3
|\|
| * qmlscene: Make it explicit that QCA::installTranslator is staticKai Koehne2018-12-141-3/+3
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-241-13/+3
|\|
| * qmlscene: Fix potential invalid memory access to QTranslatorKai Koehne2018-11-231-13/+3
| * Make QtDeclarative work for the no-thread configMorten Johan Sørvig2018-09-051-0/+2
* | Fix feature dependencies of qmlscene and qmleasing toolsValentin Fokin2018-08-241-1/+3
|/
* Use QTranslator::install(QLocale, ...) everywhereKai Koehne2018-07-181-5/+5
* init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-261-29/+15
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-2/+2
* Make qml-debug a proper featureUlf Hermann2017-11-081-1/+1
* Add a way to set the default render type of text-like elementsGiuseppe D'Angelo2017-08-231-0/+20
* Adjust QMAKE_TARGET_PRODUCT, QMAKE_TARGET_DESCRIPTIONKai Koehne2017-07-281-2/+1
* Remove custom setting of qmake VERSION field in toolsKai Koehne2017-07-281-6/+0
* qmlscene: add an option to request core profile contextsLaszlo Agocs2017-07-061-0/+9
* qmlscene: Add --apptype argument, allowing to specify the application classFriedemann Kleint2017-04-121-22/+50
* Migrate to QRegularExpressionSamuel Gaist2017-04-091-7/+8
* QRegExp include cleanupSamuel Gaist2017-03-171-0/+1
* Tools: Add product name, version and description to the .pro filesFriedemann Kleint2017-01-311-0/+9
* Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-8/+8
* Set Qt version on toolsFriedemann Kleint2016-11-091-0/+1
* tools: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-201-8/+8
* Qt object: Add exit(int)Cavit Sina Dogru2016-08-091-0/+1
* Don't set QT_QML_DEBUG_NO_WARNING on -no-qml-debugUlf Hermann2016-07-261-1/+2
* Enable building Qt Quick module with QT_NO_OPENGL definedAndy Nichols2016-03-221-1/+7
* 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
* qmlscene: Split argument parsing.Friedemann Kleint2015-10-191-31/+38
* Tools: Fix single-character string literals.Friedemann Kleint2015-10-131-3/+3
* qmlscene: Make it possible to pass non-local file URLs.Friedemann Kleint2015-09-221-16/+34
* qml/qmlscene: Add command line option -no-scaling for Qt::AA_NoHighDpiScaling.Friedemann Kleint2015-09-071-0/+3
* qmlscene: Add option --verbose to obtain diagnostic output.Friedemann Kleint2015-06-041-2/+63
* qmlscene: Add options to control the GL renderer.Friedemann Kleint2015-06-041-18/+29
* Address uninitialized pointer variablesHolger Hans Peter Freyther2015-04-201-1/+0
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Add -P argument to qmlscene to specify plugins search pathAlain Martin2014-12-171-0/+6
* Remove QML bundle codeSimon Hausmann2014-12-121-9/+1
* qmlscene: Simplify context sharing logic.Pierre Rossi2014-11-071-9/+3
* Don't use qDebug and qWarning for formatted outputThiago Macieira2014-10-311-37/+38
* Revert: use the new form of QTranslator::load() for more flexibilityShawn Rutledge2014-10-281-8/+6
* use the new form of QTranslator::load() for more flexibilityShawn Rutledge2014-10-011-6/+8
* qmlscene: load master translation file before more specific onesShawn Rutledge2014-09-041-7/+3