aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* | QmlDebug: move QQuickProfiler into a pluginUlf Hermann2015-11-1711-5/+390
* | QmlDebug: Extract header from native connectorUlf Hermann2015-11-053-44/+87
* | Move V4 debugger and its test into better placesUlf Hermann2015-10-309-76/+610
* | QmlProfiler: Remove binding typesUlf Hermann2015-10-281-3/+1
* | qDelete([multi]hash.values()) -> qDelete([multi]hash)Albert Astals Cid2015-10-231-1/+1
* | Merge remote-tracking branch 'origin/5.6' into origin/devUlf Hermann2015-10-2215-57/+1389
|\|
| * QQmlNativeDebugConnector: Do not translate warning.Friedemann Kleint2015-10-221-2/+2
| * QmlDebug: Add a debug service for use with native debuggershjk2015-10-165-1/+903
| * QmlDebug: Add a debug connector for use with native debuggershjk2015-10-164-0/+399
| * Only set V4 debugger when service is enabledUlf Hermann2015-10-152-9/+31
| * QmlDebug: Split QV4::Debugging::Debuggerhjk2015-10-146-65/+68
* | Use QStringRef in a bunch of places.wip/dbusSérgio Martins2015-10-181-1/+1
* | Put QPacketProtocol into its own static libraryUlf Hermann2015-10-1516-677/+405
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-142-5/+9
|\|
| * QmlTooling: Rearrange qmltooling.prohjk2015-10-141-4/+8
| * Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-253-35/+22
|\|
| * QmlDebug: Make sure debug server knows connection before any messagesUlf Hermann2015-09-211-15/+9
| * Further cleanupsLars Knoll2015-09-152-12/+10
| * Rename currentExecutionContext to currentContextLars Knoll2015-09-151-1/+1
| * Store the stack of executioncontext's on the JS stackLars Knoll2015-09-152-13/+8