aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
|\|
| * qmllint: Fix parsing js files with .import directivesSérgio Martins2015-05-091-5/+1
* | qmlprofiler: Allow aggregation of multiple traces into one file.Ulf Hermann2015-05-211-4/+6
* | qmlprofiler: In interactive mode, don't quit if application quitsUlf Hermann2015-05-211-7/+7
* | qmlprofiler: Remove useless 'maximumTime' member.Ulf Hermann2015-05-211-11/+0
* | qmlprofiler: Add non-interactive mode and make it the default.Ulf Hermann2015-05-213-16/+30
* | qmlprofiler: Clean up recording state messUlf Hermann2015-05-214-96/+43
* | qmlprofiler: Add some sanity to command line parsing.Ulf Hermann2015-05-213-85/+87
* | Move exceptionValue and globalObject from the Engine onto the JS stackLars Knoll2015-04-241-3/+2
* | Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-243-2/+3
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-223-35/+223
|\|