aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger/qqmlenginedebugservice
Commit message (Expand)AuthorAgeFilesLines
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-2/+2
* Don't crash on QQmlGadgetPtrWrapper instances in debug serviceUlf Hermann2022-11-222-0/+31
* Clean up tst_qqmlengiendebugservice.cppUlf Hermann2022-11-221-54/+58
* Use SPDX license identifiersLucie Gérard2022-10-141-27/+2
* Port from container::count() and length() to size() - V5Marc Mutz2022-10-131-1/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-071-33/+33
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Fix debugger crash on attachSami Shalayel2022-06-302-2/+53
* Use SPDX license identifiersLucie Gérard2022-06-117-190/+15
* Android: enable tst_qqmlenginedebugserviceIvan Solovev2022-04-298-85/+268
* Replace 0 pointer constants with nullptrAllan Sandfeld Jensen2021-10-181-1/+1
* Consolidate test helpers into private librariesMitch Curtis2021-09-132-4/+7
* Remove the qmake project filesFabian Kosmale2021-01-151-12/+0
* Update MetaType things in testsDavid Skoland2020-11-041-5/+5
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-3/+3
* tst_qqmlenginedebugservice: Adapt to QVariant comparison changeFabian Kosmale2020-08-221-7/+13
* Encapsulate QQmlContextDataUlf Hermann2020-03-231-5/+2
* CMake: Update Apple platform defines after rename in qtbaseTor Arne Vestbø2020-03-171-2/+2
* Regenerate qtdeclarativeAlexandru Croitor2020-02-121-5/+2
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-291-2/+2
|\
| * Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-171-2/+2
* | Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-3/+3
* | Regenerate testsAlexandru Croitor2019-11-141-7/+0
* | Add QtDeclarative Test CoverageLeander Beernaert2019-08-141-0/+46
|/
* Fix deprecation warnings about QVariant APIFriedemann Kleint2019-04-081-23/+23
* QmlDebug: Add QQmlEngineDebugClientUlf Hermann2018-10-242-79/+79
* Fix a bunch of test failures for Function.prototype.toString()Lars Knoll2018-08-011-2/+2
* QML Debugger: Don't crash when encoding JSON dataUlf Hermann2018-05-251-1/+62
* Make the shared test code independent of QtQmlUlf Hermann2018-04-241-1/+1
* QML debugger: Don't crash when creating objects on engine destructionUlf Hermann2018-03-191-0/+24
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-12/+12
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-021-1/+2
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-241-1/+2
| |\
| | * QQmlEngineDebugService: Actually call value types' toString() methodUlf Hermann2018-01-081-1/+2
* | | Match QQmlEngineDebugServiceTest to the serviceUlf Hermann2018-01-251-4/+16
* | | QQmlEngineDebugService: Output better diagnostics on test failureUlf Hermann2018-01-251-3/+7
|/ /
* | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta4Liang Qi2017-11-061-0/+39
|\|
| * QQmlEngineDebugService: Check QML contexts for validityUlf Hermann2017-11-051-0/+39
* | Tests: Clean up inclusion of util.pri and debugutil.priUlf Hermann2017-08-171-2/+0
|/
* Qml Debugger: Make sure all objects have a typeUlf Hermann2017-03-311-15/+56
* QML tooling: Make sure we signal object creation also from QQmlIncubatorUlf Hermann2017-01-111-0/+28
* QML debugger: Fix testErik Verbruggen2016-08-031-4/+3
* Updated license headersJani Heikkinen2016-01-201-17/+12
* QmlDebug: Change "macx" to "osx" in tests' .pro filesUlf Hermann2015-11-171-1/+1
* Move QQmlDebugClient into separate static libraryUlf Hermann2015-10-301-17/+19
* Properly test services arguments for QQmlDebugServerUlf Hermann2015-10-151-0/+4
* Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-031-1/+0
* Allow specification of loadable debug services via command lineUlf Hermann2015-08-131-1/+1