aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-04-221-13/+16
|\|
| * Fix build without features.qml-interpreterTasuku Suzuki2017-04-211-13/+16
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-04-071-12/+1
|\|
| * Qml Debugger: Make sure all objects have a typeUlf Hermann2017-03-311-12/+1
* | Merge remote-tracking branch 'origin/5.9' into HEADSimon Hausmann2017-03-236-56/+146
|\|
| * V4 Debugger: Encode NaN and +/-Infinity as stringsUlf Hermann2017-03-211-2/+11
| * Protect CallContext member usage against word size differencesSimon Hausmann2017-03-171-1/+1
| * V4 Debugger: Fix typoUlf Hermann2017-03-141-1/+1
| * QV4DebugService: Reduce unnecessary recursion and redundancyUlf Hermann2017-03-146-53/+134
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-141-1/+6
|\|
| * V4 Debugger: Don't crash when stepping to the end of a scriptUlf Hermann2017-02-281-1/+6
* | Add an actual write barrier and centralize it in one placeLars Knoll2017-03-091-2/+2
* | Separate SimpleCallData and CallDataLars Knoll2017-03-093-16/+19
* | sources: Add missing override and remove redundant virtualAlexander Volkov2017-02-233-15/+15
* | QV4Object: Remove helper put() methodRobin Burchell2017-02-092-5/+10
|/
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-148-29/+21
|\
| * Qml Inspector: Avoid taking a QPointer of an object being deletedUlf Hermann2016-12-092-4/+2
| * Refactor the calling code for (Simple)ScriptFunctionLars Knoll2016-12-091-1/+1
| * Change ExecutionContext::getFunctionObject() to getFunction()Lars Knoll2016-12-062-18/+11
| * Cleanup and reduce the number of overloads for QQmlBinding::create()Lars Knoll2016-12-061-1/+1
| * Start cleaning up the QmlContextWrapperLars Knoll2016-12-041-2/+3
| * Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-1/+1
* | V4 Debugger: Add an option to pass additional context for evaluateUlf Hermann2016-12-093-18/+34
* | headers: Add missing override and remove redundant virtualAlexander Volkov2016-12-0714-16/+16
* | QmlDebug: Allow specifying debug connectors on the command lineUlf Hermann2016-11-242-4/+4
* | QmlDebug: Only wait in EngineControl service when "block" is activeUlf Hermann2016-11-242-2/+4
* | QmlTooling: Retry local client connection on errorUlf Hermann2016-11-231-2/+10
* | QmlTooling: Move native debug service into own pluginUlf Hermann2016-11-1810-10/+139
* | QmlTooling: Move QDebugMessageService into own pluginUlf Hermann2016-11-1810-8/+139
* | Merge remote-tracking branch 'origin/5.8' into devJ-P Nurmi2016-11-033-7/+7
|\|
| * Cast enums to int before streaming into QDataStreamThiago Macieira2016-10-233-7/+7
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-181-22/+25
|\|