aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_debugger
Commit message (Expand)AuthorAgeFilesLines
* Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-2416-331/+331
* Update commercial license headersTarja Sundqvist2021-02-0216-331/+331
* V4 Debugger: Properly set up context object for expressionsUlf Hermann2020-02-141-4/+4
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-291-1/+4
|\
| * Return false for user types in isSaveable()Andy Shaw2020-01-101-1/+4
* | Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-171-3/+3
|/
* Consistently use qint32 as IDs and counts in engine debuggerUlf Hermann2019-10-092-21/+23
* Make QQmlValueTypeFactory::valueType() and isValueType() consistentUlf Hermann2019-09-042-18/+9
* Eradicate Java-style iterators and mark the module free of themMarc Mutz2019-07-041-4/+2
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-1/+1
* Remove unused includes of qv8engine_p.hUlf Hermann2019-04-091-1/+0
* V4: Clean up the runtime functions declarationsErik Verbruggen2019-02-051-1/+1
* Fix translation contexts for paths with drive letters on WindowsErik Verbruggen2018-10-151-2/+2
* QML Tooling: Prevent property capture while collecting dataUlf Hermann2018-10-101-0/+28
* QML Tooling: Don't read properties in order to count themUlf Hermann2018-10-101-2/+1
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-1/+1
* Store InternalClass::nameMap in a MemberDataLars Knoll2018-09-161-1/+1
* Use nullptr instead of 0Jesus Fernandez2018-08-161-1/+1
* Simplify ObjectIterator::nextLars Knoll2018-08-041-6/+4
* V4 Debugger: Add command to change break pointsUlf Hermann2018-07-191-47/+87
* V4 Debuger: Drop namesAsObjects optionUlf Hermann2018-07-184-87/+11
* V4 debugger: Drop redundantRefs optionUlf Hermann2018-07-186-107/+13
* Remove references to V8 from V4 debug service internalsUlf Hermann2018-07-182-63/+63
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-161-9/+34
|\
| * QML Debugger: Check in time if values can be saved to QDataStreamUlf Hermann2018-07-101-9/+34
* | Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-021-2/+2
* | Unify put and putIndexedLars Knoll2018-07-021-2/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-261-26/+37
|\|
| * QML Debugger: Don't crash when encoding JSON dataUlf Hermann2018-05-251-26/+37
* | Merge remote-tracking branch 'origin/5.11' into devLars Knoll2018-05-242-30/+27
|\|
| * V4 debugger: Allow retrieval of non-CallContext scopesUlf Hermann2018-05-232-25/+23
* | Ensure we have a lexical scope for global codeLars Knoll2018-05-111-1/+1
* | Garbage collect identifiersLars Knoll2018-05-021-1/+1
* | Use Identifier by value and don't new them anymoreLars Knoll2018-05-021-1/+1
* | Rework catch context handlingLars Knoll2018-05-021-2/+0
* | Add support for proper lexical scopingLars Knoll2018-05-021-4/+6
* | Remove the QString member from IdentifierLars Knoll2018-05-021-1/+2
* | Rename the CompilationMode enum to ContextTypeLars Knoll2018-05-021-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-262-2/+7
|\|
| * Make QPacketProtocol independent of QmlUlf Hermann2018-04-232-2/+7
* | garbage collect InternalClassLars Knoll2018-04-121-1/+1
|/
* 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-171-2/+8
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-268-28/+28
* Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Shawn Rutledge2018-02-061-4/+17
|\
| * Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-021-4/+17
| |\
| | * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-241-4/+17
| | |\
| | | * QQmlEngineDebugService: Use native stream operators for QSize and QSizeFUlf Hermann2018-01-181-0/+2
| | | * QQmlEngineDebugService: Actually call value types' toString() methodUlf Hermann2018-01-081-4/+15
* | | | Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-022-3/+3
|/ / /