aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_debugger
Commit message (Expand)AuthorAgeFilesLines
* Move the engine() accessor from Object to ManagedLars Knoll2017-05-192-2/+2
* Run includemocs in qtdeclarativeThiago Macieira2017-04-265-0/+10
* Qml Debugger: Make sure all objects have a typeUlf Hermann2017-03-311-12/+1
* 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
* V4 Debugger: Don't crash when stepping to the end of a scriptUlf Hermann2017-02-281-1/+6
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-144-9/+9
|\
| * 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
* | 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-072-2/+2
* | QmlTooling: Move native debug service into own pluginUlf Hermann2016-11-185-912/+1
* | QmlTooling: Move QDebugMessageService into own pluginUlf Hermann2016-11-185-199/+1
* | Merge remote-tracking branch 'origin/5.8' into devJ-P Nurmi2016-11-031-1/+1
|\|
| * Cast enums to int before streaming into QDataStreamThiago Macieira2016-10-231-1/+1
* | 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-265-25/+27
* | 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-282-3/+3
* Tooling: Convert connects to Qt5 styleUlf Hermann2016-07-286-14/+21
* 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
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-201-1/+1
| |\
| | * V4: Always set the tag when boxing a pointer in QV4::Value.Erik Verbruggen2016-06-161-1/+1
* | | Use the QStringBuilder API to save allocationsFrank Meerkoetter2016-06-141-4/+2
* | | Imports, Plugins, Quick: replace QStringLiteral with QL1SAnton Kudryavtsev2016-06-092-69/+69
* | | Fixed another batch of QHash/QMap::values() (mis)useFrank Meerkoetter2016-05-251-1/+1
* | | VME Method object data cleanupSimon Hausmann2016-05-191-1/+6
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-132-6/+8
|\| |
| * | Use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-262-6/+8
* | | Convert the first batch of runtime functionsLars Knoll2016-04-112-2/+2
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-03-011-4/+3
|\|
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-251-4/+3
* | 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-1920-280/+400
* | Plugins: fix expensive iteration over QHash::keys()Anton Kudryavtsev2016-01-151-3/+2
* | 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
|\|