aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Add benchmarks to the "make benchmark" targets that are known to workSimon Hausmann2016-03-171-2/+1
* qmltime: Remove deprecation define.Robin Burchell2016-03-151-2/+0
* Move qmltime out of benchmarks directory.Robin Burchell2016-03-1525-1/+1591
* QuickTest, QmlImportScanner: replace QStringLiteral with QLatin1StringAnton Kudryavtsev2016-02-101-8/+8
* qmlplugindump: option to merge qmltypes.Marco Benelli2016-02-024-3/+150
* qmlimportscanner: do not use local predicates.Marco Benelli2016-01-281-13/+18
* qmlplugindump: avoid generating conflicting types.Marco Benelli2016-01-201-0/+7
* QmlPluginDump: use QFileInfo::exist(f) instead ofAnton Kudryavtsev2016-01-191-2/+2
* qmlplugindump: Don't try to import Qt.test.qtestrootAlbert Astals Cid2015-12-151-0/+8
* QmlJs: separate dumping of Qt built-ins and QtQml.Marco Benelli2015-11-271-3/+37
* Revert "qmlscene/qml tools: Temporarily disable High DPI options."Friedemann Kleint2015-11-262-12/+10
* qmlimportscanner: Improve command line help.Friedemann Kleint2015-11-161-6/+13
* Proper handling of composite types with different versions.Marco Benelli2015-11-031-9/+17
* qmlscene/qml tools: Temporarily disable High DPI options.Friedemann Kleint2015-11-022-0/+8
* Remove uses of QT_POINTER_SIZE, replacing with proper constructsThiago Macieira2015-10-291-4/+4
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-261-0/+2
|\
| * qmlprofiler: Use server's datastream version for communicationUlf Hermann2015-10-151-0/+2
* | qmlscene: Split argument parsing.Friedemann Kleint2015-10-191-31/+38
* | Skip designer-related directories while scanning imports.Marco Benelli2015-10-191-4/+31
* | Tools: Fix single-character string literals.Friedemann Kleint2015-10-139-26/+31
* | Make QML composite types inherit attached propertiesJ-P Nurmi2015-10-091-10/+11
* | qmlplugindump: Drop '.exe' suffix in commentKai Koehne2015-09-231-1/+1
* | qmlscene: Make it possible to pass non-local file URLs.Friedemann Kleint2015-09-221-16/+34
* | Convert FunctionObjects to new allocation syntaxLars Knoll2015-09-221-2/+2
* | Inline property data into the objectLars Knoll2015-09-221-1/+1
* | qml/qmlscene: Add command line option -no-scaling for Qt::AA_NoHighDpiScaling.Friedemann Kleint2015-09-072-0/+6
* | Merge remote-tracking branch 'origin/5.5' into 5.6Simon Hausmann2015-09-021-0/+8
|\|
| * Warn if a composite type is not ready and continue.Marco Benelli2015-09-011-0/+8
* | 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
* | Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-182-0/+4
|\|
| * qmlprofiler: Add missing #include <limits>.Friedemann Kleint2015-07-282-0/+4
* | qml: Don't build OpenGL support if OpenGL is not available in Qt.Robin Burchell2015-08-171-3/+3
* | Allow specification of loadable debug services via command lineUlf Hermann2015-08-131-1/+2
* | Remove unused QQmlPoolFrank Meerkoetter2015-07-311-1/+0
* | qmlprofiler: Use QQmlProfilerDefinitions for accessing definitionsUlf Hermann2015-07-235-131/+144
* | Use by-ref in foreach when T is large or non-trivialSérgio Martins2015-07-181-1/+1
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-303-35/+161
|\|
| * Enable high-dpi mode for qml.app on OS X.Morten Johan Sørvig2015-06-161-0/+2
| * 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
| * 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
* | Fix inefficient usages of qDeleteAll()Sérgio Martins2015-06-261-2/+2
* | qmlprofiler: Remove some dead codeUlf Hermann2015-06-152-7/+1
* | qmlprofiler: Allow specification of features to recordUlf Hermann2015-06-094-2/+120
* | qmlprofiler: Record input eventsUlf Hermann2015-06-095-6/+43
* | Add 28 QList::reserve() callsSérgio Martins2015-06-082-2/+7
* | qmlprofiler: Output data after application quits in non-interactive modeUlf Hermann2015-06-073-1/+12
* | qmlprofiler: Redirect app stdout to qmlprofiler stderrUlf Hermann2015-06-071-1/+1