aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Move QQmlDebugClient into separate static libraryUlf Hermann2015-10-306-534/+13
* QmlProfiler: Remove binding typesUlf Hermann2015-10-281-14/+2
* QmlProfiler: Fix lookup of type stringsUlf Hermann2015-10-281-2/+2
* Merge remote-tracking branch 'origin/5.6' into origin/devUlf Hermann2015-10-222-35/+69
|\
| * qmlscene: Split argument parsing.Friedemann Kleint2015-10-191-31/+38
| * Skip designer-related directories while scanning imports.Marco Benelli2015-10-191-4/+31
* | Use QStringRef in a bunch of places.wip/dbusSérgio Martins2015-10-181-1/+1
* | qmlprofiler: Clear trace client when trace is finishedUlf Hermann2015-10-151-0/+4
* | qmlprofiler: Simplify QmlProfilerClientUlf Hermann2015-10-154-84/+32
* | Put QPacketProtocol into its own static libraryUlf Hermann2015-10-154-644/+8
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-149-36/+42
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-254-19/+43
|\|
| * 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
* | qmlprofiler: Improve output of event location and optional descriptionsUlf Hermann2015-09-151-4/+7
* | Added QT_NO_CONTEXTMENU check for contextMenuEvent() handlerShrikant Dhumal2015-09-102-0/+4
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-062-2/+10
|\|
| * 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
* | | qmlprofiler: Remove V8 profiler clientUlf Hermann2015-08-286-264/+3
|/ /
* | 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
* | qmlprofiler: Improve options for trace outputUlf Hermann2015-06-064-50/+211
* | qmlprofiler: Only accept commands if we ask for themUlf Hermann2015-06-066-41/+20
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-041-5/+1
|\|