aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-192-3/+0
| |\|
| | * QmlDebug: Drop explicit Q_IMPORT_PLUGIN statementsUlf Hermann2016-05-091-2/+0
* | | VME Method object data cleanupSimon Hausmann2016-05-191-1/+6
* | | Merge remote-tracking branch 'origin/5.7' into devSimon Hausmann2016-05-181-1/+1
|\| |
| * | Eradicate Q_FOREACH loops from headersMarc Mutz2016-05-111-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-138-85/+118
|\| |
| * | QmlProfiler: Reduce memory usage for file names and URLsUlf Hermann2016-05-022-8/+25
| * | V4 profiler: Don't duplicate function locationsUlf Hermann2016-05-022-15/+35
| * | QmlProfiler: Pass detailType directly, rather than as a bit fieldUlf Hermann2016-04-271-32/+27
| * | Use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-264-34/+35
| * | QmlDebug: Adapt to renaming of Qt Creators "QML/JS" consoleUlf Hermann2016-04-221-1/+1
* | | Convert the first batch of runtime functionsLars Knoll2016-04-112-2/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-081-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-081-1/+1
| |\|
| | * Fix build with -no-guiTasuku Suzuki2016-03-241-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devAndy Nichols2016-04-058-91/+143
|\| |
| * | QQmlEngineDebugService: Make translating the usage simpler.Friedemann Kleint2016-03-251-38/+42
| * | QmlDebug: Reuse packets instead of deleting and recreating themUlf Hermann2016-03-116-36/+64
| * | QmlDebug: Support sending multiple messages per packetUlf Hermann2016-03-111-7/+24
| * | QmlProfiler: Send events in smaller batchesUlf Hermann2016-03-114-10/+13
* | | QtLite: no_network option for QtDeclarativePaolo Angelelli2016-03-041-21/+23
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-03-017-28/+26
|\|
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-257-28/+26
* | Remove some dead code.Ulf Hermann2016-01-222-8/+0
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-221-0/+3
|\|
| * Clean up QV4DataCollectorUlf Hermann2016-01-222-122/+71
| * V4 Debugger: Avoid looking up values in debugger threadUlf Hermann2016-01-224-349/+361
* | Clean up QV4DataCollectorUlf Hermann2016-01-214-44/+13
* | V4 Debugger: Avoid looking up values in debugger threadUlf Hermann2016-01-216-283/+244
* | Updated license headersJani Heikkinen2016-01-1960-840/+1200
* | Plugins: fix expensive iteration over QHash::keys()Anton Kudryavtsev2016-01-152-5/+6
* | Rewrite inspector serviceUlf Hermann2016-01-1212-1387/+782
* | V4 Debugger: Move all the jobs into one placeUlf Hermann2016-01-118-437/+539
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-101-2/+2
|\|
| * Fix inconsistent use of override keywordThiago Macieira2016-01-081-3/+3
| * Fix inconsistent use of 'override'.Erik Verbruggen2015-12-231-2/+2
| * qDelete(hash/map.values()) -> qDelete(hash/map)Albert Astals Cid2015-12-151-1/+1
* | V4 Debugger: If no context is given inject the QML contextUlf Hermann2016-01-073-9/+55
* | V4 Debugger: Allow expression evaluation without pausingUlf Hermann2016-01-077-177/+257
* | Make QQmlDebugConnector::hasEngine() constUlf Hermann2015-12-223-5/+5
* | Fix build with QT_STRICT_ITERATORSSérgio Martins2015-12-152-5/+4
* | QmlDebug: Add functionality to query if a server knows an engineUlf Hermann2015-12-153-0/+31
* | V4 Debugger: use engineAdded() instead of engineAboutToBeAdded()Ulf Hermann2015-12-152-3/+3
* | Remove dead codeFrank Meerkoetter2015-12-151-2/+0
* | QQmlEngineDebugService: Don't lookup urls from invalid contextsUlf Hermann2015-12-091-1/+1
* | Support multiple QML engines in V4 debuggerUlf Hermann2015-12-025-19/+55
* | Extend QDebugMessageServiceUlf Hermann2015-11-173-4/+19
* | Make sure EngineControl messages are intsUlf Hermann2015-11-171-1/+1
* | Use QJSEngine instead of QQmlEngine in debug servicesUlf Hermann2015-11-1716-125/+125
* | QmlDebug: Restructure QPacket and QPacketProtocolUlf Hermann2015-11-1727-96/+355