aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlscene/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove use of deprecated High-DPI application attributesTor Arne Vestbø2020-09-021-6/+0
* Clean up QT_CONFIG(opengl)Paul Olav Tvete2020-06-171-8/+1
* QQuickWindow: Remove (set)ClearBeforeRenderingLaszlo Agocs2020-06-161-1/+0
* Remove the now unneeded moc include from qmlsceneLaszlo Agocs2020-06-101-2/+0
* Remove openGLContextCreated signalLaszlo Agocs2020-06-101-36/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-171-1/+2
|\
| * Add QML_CORE_PROFILE support to QML toolThomas Hartmann2020-02-061-1/+2
* | Quick: Don't qualify OpenGL includesUlf Hermann2020-01-271-1/+1
|/
* Add the graphics api independent scenegraph portLaszlo Agocs2019-07-041-11/+30
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-011-21/+23
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-281-21/+23
| |\
| | * qmlscene: Fix setting of the default surface formatJoni Poikelin2019-06-251-21/+23
* | | qmlscene: Avoid infinite loopUlf Hermann2019-06-261-0/+6
* | | Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-121-2/+2
|/ /
* | 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
* Add a way to set the default render type of text-like elementsGiuseppe D'Angelo2017-08-231-0/+20
* 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
* 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
* 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