aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\|
| * qmlplugindump: add dependenciesMarco Benelli2015-04-211-20/+221
| * Address uninitialized pointer variablesHolger Hans Peter Freyther2015-04-201-1/+0
| * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-161-14/+2
| |\
| | * Use qt_subtract_from_timeout instead of duplicating qt_timeout_valueDaniel Teske2015-04-141-14/+2
* | | More cleanupsLars Knoll2015-04-211-3/+3
* | | Further cleanupsLars Knoll2015-04-161-1/+1
* | | qml tool should exit on Qt.quit()Alan Alpert2015-03-311-1/+17
* | | Fix use of qml versioning in qmlAlan Alpert2015-03-171-2/+2
* | | Don't limit to files ending with .qmlKevin Ottens2015-03-161-8/+5
* | | qml tool: don't process the command nameKevin Ottens2015-03-061-1/+1
|/ /
* | Fixed license headersJani Heikkinen2015-02-172-6/+6
* | Update copyright headersJani Heikkinen2015-02-1238-259/+259
* | Remove all remaining usages of ValueRefLars Knoll2015-01-231-2/+2
* | Get rid of all uses of Managed::engine()Lars Knoll2015-01-211-1/+1
* | Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-211-3/+2
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2015-01-161-1/+1
|\|
| * QMLJS: remove unused/unsupported command-line optionsErik Verbruggen2014-12-191-1/+1
* | Clean up JS .import/.pragma directive scanningSimon Hausmann2015-01-082-36/+57
* | Fix build on MinGWKonstantin Ritt2014-12-281-1/+3
* | Remove most of the places where getPointer() is usedLars Knoll2014-12-201-1/+1
* | Return Heap::ExecutionContext for globalContext()Lars Knoll2014-12-191-2/+2
* | Add -P argument to qmlscene to specify plugins search pathAlain Martin2014-12-171-0/+6
* | Remove QML bundle codeSimon Hausmann2014-12-124-205/+1
* | Better encapsulate access to the global objectLars Knoll2014-12-111-1/+1
* | Encapsulate accesses to the root contextLars Knoll2014-12-111-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-092-10/+7
|\|
| * qml: obey QT_NO_REGULAREXPRESSION definePasi Petäjäjärvi2014-11-111-1/+4
| * qmlscene: Simplify context sharing logic.Pierre Rossi2014-11-071-9/+3
* | Cleanup exception catching codeLars Knoll2014-11-151-1/+1
* | Cleanup: remove Value::toString/Object overloads taking a contextLars Knoll2014-11-151-2/+2
* | Move Data of FunctionObject and related classes into HeapLars Knoll2014-11-081-4/+4
|/
* Don't use qDebug and qWarning for formatted outputThiago Macieira2014-10-311-37/+38
* Revert: use the new form of QTranslator::load() for more flexibilityShawn Rutledge2014-10-282-10/+10
* use the new form of QTranslator::load() for more flexibilityShawn Rutledge2014-10-012-10/+10
* qmlimportscanner: parse "depends" lines in qmldir filesShawn Rutledge2014-10-011-2/+23
* qmlimportscanner: allow a qmlFile to come from stdinFawzi Mohamed2014-09-251-16/+26
* qmlplugindump: Use _CrtSetReportMode() for MSVC only.Friedemann Kleint2014-09-191-2/+2