aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Change the object allocation schemeSimon Hausmann2014-07-221-2/+2
* | Convert remaining FunctionObject's to new constructor schemeLars Knoll2014-07-221-10/+17
* | Get rid of StringRefLars Knoll2014-07-221-3/+3
* | Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-3/+3
* | Get rid of different macros for vtable specializationsLars Knoll2014-07-221-2/+2
* | Avoid calling destroy() on most objectsLars Knoll2014-07-221-2/+2
* | Tools and examples: consistently use organization name QtProjectShawn Rutledge2014-07-022-2/+2
* | Javascript heap profilerUlf Hermann2014-06-061-1/+2
* | Properly support all events in trace files and clean up a bit.Ulf Hermann2014-06-065-69/+236
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-06-041-1/+1
|\|
| * Disable qmlscene and qmlplugindump when doing static buildsSimon Hausmann2014-06-021-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-131-2/+2
|\|
| * Fix some typos in usage string.Jeff Tranter2014-05-091-2/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-1012-118/+160
|\|
| * qmlplugindump: Fix platform plugin specification.Friedemann Kleint2014-05-051-1/+3
| * Fix parsing of JS imports from JS filesSimon Hausmann2014-04-241-28/+30
| * qmlplugindump: correctly merge composite typesFawzi Mohamed2014-04-181-48/+77
| * qmlplugindump: set isCreatable true in composite typesFawzi Mohamed2014-04-091-3/+2
| * Use global context sharing from QtGui instead of QSGContextJocelyn Turcotte2014-04-041-2/+2
| * Enable GL context sharing for QtQuick windows by defaultSimon Hausmann2014-03-292-1/+16
| * Cleanup: Remove last traces of QQmlScriptSimon Hausmann2014-03-191-1/+2
| * Save painting events in Qt5 style with thread ID from qmlprofilerUlf Hermann2014-03-185-22/+24
| * Fix crash in qml/qmlscene when using dummy-data with importsErik Larsson2014-03-132-14/+6
* | Build/install the qmleasing tool to bindirJ-P Nurmi2014-03-271-1/+2
|/
* Remove several uses of module includesAndrew Knight2014-03-104-3/+8
* Remove old compiler and VMESimon Hausmann2014-03-071-24/+0
* qmlplugindump: adding isCompositeFawzi Mohamed2014-02-261-0/+1
* Add support for scanning javascript files.Morten Johan Sørvig2014-02-251-17/+77
* qmlplugindump: adding writeBooleanBinding to write booleansFawzi Mohamed2014-02-253-17/+11
* Clean up our internal namespacesLars Knoll2014-02-231-3/+3
* iOS build fix for qmlplugindumpSimon Hausmann2014-02-161-1/+1
* Force QML engine debug output to stderr in qmlplugindumpUlf Hermann2014-02-051-0/+18
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-243-29/+77
|\
| * Qmlplugindump error messages are not written consistentlyDaniel Pesch2014-01-231-16/+16
| * qmplugindump is not able to dump all registered componentsDaniel Pesch2014-01-211-0/+16
| * qmlplugindump: New component properties isCreatable and isSingletonDaniel Pesch2014-01-203-13/+45
* | fix whitespaceOswald Buddenhagen2014-01-222-2/+2
* | Split ManagedVTable into two classesLars Knoll2014-01-211-8/+6
|/
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-2/+2