aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Warn if a composite type is not ready and continue.Marco Benelli2015-09-011-0/+8
* qml: Don't build OpenGL support if OpenGL is not available in Qt.Kai Koehne2015-08-191-5/+5
* qmlprofiler: Add missing #include <limits>.Friedemann Kleint2015-07-282-0/+4
* 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
* qmllint: Fix parsing js files with .import directivesSérgio Martins2015-05-091-5/+1
* 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
* | 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
* qmlscene: load master translation file before more specific onesShawn Rutledge2014-09-041-7/+3
* Update license headers and add new licensesJani Heikkinen2014-08-2537-700/+404
* Write memory events into tracefiles generated by qmlprofilerUlf Hermann2014-08-125-0/+35
* Merge branch '5.3' into devGunnar Sletta2014-08-071-0/+12
|\
| * qmlplugindumper: do not pop up a window if an assert is triggeredFawzi Mohamed2014-08-011-0/+11
| * Delete objects created by qmlplugindumpDaiwei Li2014-06-301-0/+1
* | Introducing qmllint tool.Sérgio Martins2014-08-053-1/+122
* | Use the renamed qt_gl_global_share_contextJocelyn Turcotte2014-08-051-1/+1
* | Rename main.cpp to qmljs.cpp.Erik Verbruggen2014-07-232-1/+1
* | Fix Managed::as<>() methodLars Knoll2014-07-221-2/+2