aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_debugger
Commit message (Expand)AuthorAgeFilesLines
* Avoid various warnings about deprected QMetaType methodsUlf Hermann2020-09-161-1/+1
* Adjust qqmlenginedebugservice to int -> qsizetype changeFabian Kosmale2020-07-091-3/+3
* Make the qtquick and qtqml plugins optionalUlf Hermann2020-07-022-14/+14
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-161-1/+1
* CMake: Regenerate qtdeclarative/srcAlexandru Croitor2020-05-291-1/+1
* Consistently use pointers for the local variant in findPropertyUlf Hermann2020-05-261-1/+1
* Change qHash return value to size_tFabian Kosmale2020-04-161-1/+1
* Re-arrange qv4identifier{_p.h|.cpp}Ulf Hermann2020-04-151-1/+1
* Encapsulate QQmlContextDataUlf Hermann2020-03-232-21/+16
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-122-5/+8
|\
| * 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
* | | Regenerate projects to handle private deps correctlyAlexandru Croitor2020-02-051-5/+1
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-291-3/+3
|\| |
| * | Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-171-3/+3
| |/
* | Regenerate plugins namesAlexandru Croitor2020-01-291-3/+3
* | Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-1/+1
* | Regenerate projectsAlexandru Croitor2019-11-141-1/+0
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-143-39/+32
|\|
| * 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
* | Regenerate qtdeclarative before mergeAlexandru Croitor2019-10-111-2/+0
* | Generate CMake projects for qmltoolingLeander Beernaert2019-08-121-0/+33
|/
* 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