aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling
Commit message (Expand)AuthorAgeFilesLines
* 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
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-181-2/+3
| |\|
| | * Use QQmlType by valueLars Knoll2017-08-021-2/+3
| * | Remove hack to make QtC understand that typeof null is "object"Ulf Hermann2017-08-151-2/+0
* | | Some prospective fixes to the debugging pluginLars Knoll2017-08-183-60/+54
* | | Cleanup naming of Stack frame structuresLars Knoll2017-08-105-8/+7
* | | Refactor context handlingLars Knoll2017-08-106-78/+47
* | | Get rid of ExecutionContext::strictModeLars Knoll2017-08-102-2/+2
* | | Avoid creating a separate Scope in the ExecutionContextSaverLars Knoll2017-08-082-2/+2
* | | Fix frame handlingLars Knoll2017-08-043-33/+32
* | | Change function signatures for call/construct backLars Knoll2017-08-041-8/+7
* | | Unify SimpleCallContext and CallContextLars Knoll2017-07-053-10/+10
* | | Remove now unused filesLars Knoll2017-06-302-2/+0
* | | Various compile fixesLars Knoll2017-06-222-2/+0
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-065-9/+5
|\|
| * Move the engine() accessor from Object to ManagedLars Knoll2017-05-193-5/+5
| * Remove the qqmldebugtrace benchmarkUlf Hermann2017-05-082-4/+0
* | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-05-0215-0/+29
|\|
| * Run includemocs in qtdeclarativeThiago Macieira2017-04-2615-0/+29