summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2015-08-18Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2-0/+4
2015-08-17qml: Don't build OpenGL support if OpenGL is not available in Qt.Robin Burchell1-3/+3
2015-08-13Allow specification of loadable debug services via command lineUlf Hermann1-1/+2
2015-07-31Remove unused QQmlPoolFrank Meerkoetter1-1/+0
2015-07-28qmlprofiler: Add missing #include <limits>.Friedemann Kleint2-0/+4
2015-07-23qmlprofiler: Use QQmlProfilerDefinitions for accessing definitionsUlf Hermann5-131/+144
2015-07-18Use by-ref in foreach when T is large or non-trivialSérgio Martins1-1/+1
2015-06-30Merge remote-tracking branch 'origin/5.5' into devLiang Qi3-35/+161
2015-06-26Fix inefficient usages of qDeleteAll()Sérgio Martins1-2/+2
2015-06-16Enable high-dpi mode for qml.app on OS X.Morten Johan Sørvig1-0/+2
2015-06-15qml: Output information about build and GL renderer in verbose mode.Friedemann Kleint1-15/+57
2015-06-15qmlprofiler: Remove some dead codeUlf Hermann2-7/+1
2015-06-09qmlprofiler: Allow specification of features to recordUlf Hermann4-2/+120
2015-06-09qmlprofiler: Record input eventsUlf Hermann5-6/+43
2015-06-08Add 28 QList::reserve() callsSérgio Martins2-2/+7
2015-06-07qmlprofiler: Output data after application quits in non-interactive modeUlf Hermann3-1/+12
2015-06-07qmlprofiler: Redirect app stdout to qmlprofiler stderrUlf Hermann1-1/+1
2015-06-06qmlprofiler: Improve options for trace outputUlf Hermann4-50/+211
2015-06-06qmlprofiler: Only accept commands if we ask for themUlf Hermann6-41/+20
2015-06-04Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann1-5/+1
2015-06-04qml: Add options to control the GL renderer.Friedemann Kleint1-0/+10
2015-06-04qmlscene: Add option --verbose to obtain diagnostic output.Friedemann Kleint1-2/+63
2015-06-04qmlscene: Add options to control the GL renderer.Friedemann Kleint1-18/+29
2015-05-21qmlprofiler: Allow aggregation of multiple traces into one file.Ulf Hermann1-4/+6
2015-05-21qmlprofiler: In interactive mode, don't quit if application quitsUlf Hermann1-7/+7
2015-05-21qmlprofiler: Remove useless 'maximumTime' member.Ulf Hermann1-11/+0
2015-05-21qmlprofiler: Add non-interactive mode and make it the default.Ulf Hermann3-16/+30
2015-05-21qmlprofiler: Clean up recording state messUlf Hermann4-96/+43
2015-05-21qmlprofiler: Add some sanity to command line parsing.Ulf Hermann3-85/+87
2015-05-09qmllint: Fix parsing js files with .import directivesSérgio Martins1-5/+1
2015-04-24Move exceptionValue and globalObject from the Engine onto the JS stackLars Knoll1-3/+2
2015-04-24Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll3-2/+3
2015-04-22Merge remote-tracking branch 'origin/5.5' into devLiang Qi3-35/+223
2015-04-21More cleanupsLars Knoll1-3/+3
2015-04-21qmlplugindump: add dependenciesMarco Benelli1-20/+221
2015-04-20Address uninitialized pointer variablesHolger Hans Peter Freyther1-1/+0
2015-04-16Further cleanupsLars Knoll1-1/+1
2015-04-16Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi1-14/+2
2015-04-14Use qt_subtract_from_timeout instead of duplicating qt_timeout_valueDaniel Teske1-14/+2
2015-03-31qml tool should exit on Qt.quit()Alan Alpert1-1/+17
2015-03-17Fix use of qml versioning in qmlAlan Alpert1-2/+2
2015-03-16Don't limit to files ending with .qmlKevin Ottens1-8/+5
2015-03-06qml tool: don't process the command nameKevin Ottens1-1/+1
2015-02-17Fixed license headersJani Heikkinen2-6/+6
2015-02-12Update copyright headersJani Heikkinen38-259/+259
2015-01-23Remove all remaining usages of ValueRefLars Knoll1-2/+2
2015-01-21Get rid of all uses of Managed::engine()Lars Knoll1-1/+1
2015-01-21Remove all the setVTable() calls that aren't required anymoreLars Knoll1-3/+2
2015-01-16Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann1-1/+1
2015-01-08Clean up JS .import/.pragma directive scanningSimon Hausmann2-36/+57