aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling
Commit message (Expand)AuthorAgeFilesLines
* Tooling: Fix integer range checksUlf Hermann2018-06-061-7/+3
* QML Debugger: Don't crash when encoding JSON dataUlf Hermann2018-05-251-26/+37
* V4 debugger: Allow retrieval of non-CallContext scopesUlf Hermann2018-05-232-25/+23
* Make QPacketProtocol independent of QmlUlf Hermann2018-04-2315-24/+44
* QML Tooling: Don't send StartTrace if we haven't started any profilersUlf Hermann2018-03-271-2/+1
* QML Tooling: Remember global "enabled" flag in profiler serviceUlf Hermann2018-03-272-1/+14
* QML debugger: Don't crash when creating objects on engine destructionUlf Hermann2018-03-191-1/+2
* Pass "this" object when evaluating debug jobsUlf Hermann2018-03-172-4/+16
* use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-272-2/+2
* init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-262-24/+11
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-2625-73/+73
* Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Shawn Rutledge2018-02-062-16/+37
|\
| * Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-022-16/+37
| |\
| | * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-242-16/+37
| | |\
| | | * QQmlEngineDebugService: Use native stream operators for QSize and QSizeFUlf Hermann2018-01-181-0/+2
| | | * QQmlProfilerService: Only send "Complete" if no more engines are runningUlf Hermann2018-01-161-12/+20
| | | * QQmlEngineDebugService: Actually call value types' toString() methodUlf Hermann2018-01-081-4/+15
* | | | Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-024-6/+6
|/ / /
* | | Add localserver feature check for qmldbg_local pluginFrank Richter2018-01-271-1/+2
* | | QQmlProfilerService: Avoid type ambiguitiesUlf Hermann2018-01-151-5/+8
* | | Introduce Q_FALLTHROUGH()Friedemann Kleint2018-01-101-1/+1
* | | Drop the qml-interpreter featureUlf Hermann2018-01-101-10/+6
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-091-1/+17
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-041-1/+17
| |\|
| | * QmlInspector: Make window flags explicit when adding WindowStaysOnTopUlf Hermann2017-11-241-1/+17
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-12-201-12/+10
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta4Liang Qi2017-11-061-12/+10
| |\|
| | * QQmlEngineDebugService: Check QML contexts for validityUlf Hermann2017-11-051-12/+10
* | | Finally get rid of the QV4::Function pointer in the contextLars Knoll2017-11-131-3/+2
* | | Merge remote-tracking branch 'origin/dev' into new-backendLars Knoll2017-11-0834-345/+36
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-061-1/+1
| |\| |
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-151-1/+1
| | |\|
| | | * Simplify compilation unit tracking in the execution engineSimon Hausmann2017-10-061-1/+1
| * | | Dissolve src/plugins/qmltooling/sharedUlf Hermann2017-11-0533-340/+30
| * | | QQmlEngineControlService: Make data types explicitUlf Hermann2017-10-241-4/+5
* | | | Fix evaluation of V4 debug jobsUlf Hermann2017-11-072-12/+12
* | | | V4 Debugger: Allow executing jobs on contexts without v4FunctionUlf Hermann2017-11-072-5/+11
* | | | Get rid of the unusued canUseSimpleCall flagLars Knoll2017-11-071-9/+0
* | | | Re-enable Debug instructions and locations for QML functionsUlf Hermann2017-11-063-1/+3
* | | | Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-2216-87/+106
|\| | |
| * | | Replace Q_NULLPTR with nullptrKevin Funk2017-09-271-1/+1
| * | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-2512-69/+69
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-223-12/+29
| |\| |
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-203-12/+29
| | |\|
| | | * QmlProfiler: Avoid race conditions in QQmlTypeLoaderUlf Hermann2017-09-053-12/+29
| * | | QML Tooling: Not all debug services need the interpreterUlf Hermann2017-09-211-5/+7
| |/ /
* | | Move ScopedCallData and ScopedStackFrame into a separate fileLars Knoll2017-09-011-0/+1
* | | Move CallContext construction into a interpreter instructionLars Knoll2017-09-012-2/+2
* | | Move line number information into a side tableLars Knoll2017-08-253-9/+9
* | | Merge remote-tracking branch 'origin/dev' into wip/new-backendLars Knoll2017-08-222-4/+3
|\| |