aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Turn the no-network support into a configurable featureLars Knoll2016-10-101-22/+25
* | QQmlProfilerService: reduce allocationsAnton Kudryavtsev2016-10-071-7/+18
* | Plugins: add missing 'override'Anton Kudryavtsev2016-10-062-20/+20
* | optimize string usage: use fromLatin1() lessAnton Kudryavtsev2016-09-081-4/+6
* | Plugins: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-2610-62/+65
* | NativeDebugger: fix MSVC buildAnton Kudryavtsev2016-08-251-9/+9
|/
* QML: Make all fields in QQmlPropertyRawData privateErik Verbruggen2016-08-101-3/+3
* V4: Make ExecutionEngine's debugger and profiler privateUlf Hermann2016-07-283-10/+10
* Qml: Create profiler adapters in the pluginsUlf Hermann2016-07-282-2/+2
* Tooling: Convert connects to Qt5 styleUlf Hermann2016-07-2826-173/+164
* QML: Specialize bindings based on target property type.Erik Verbruggen2016-06-271-1/+1
* V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-10/+7
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-211-1/+1
|\