aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Add a wrapper builtin for QQmlV4Function*Ulf Hermann2024-04-121-1/+1
* tst_qqmlprofilerservice: Wait up to 30s for first frame of a windowUlf Hermann2024-04-041-1/+1
* Correct license for test filesLucie Gérard2024-02-2763-63/+63
* Fix compiler warning in tst_QQmlDebugTranslationClientAxel Spoerl2023-11-171-2/+0
* QML Debugger: Don't crash when looking up values from imported modulesUlf Hermann2023-10-246-4/+57
* Silence compiler warnings from shadowing virtual initVolker Hilsheimer2023-10-242-44/+44
* Remove remaining foreach in qml testsUlf Hermann2023-08-2212-45/+31
* Make tst_QQmlEngineDebugService more reliableMatthias Rauter2023-08-182-5/+5
* Mark the module as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-1712-0/+24
* Replace signal name manipulations with QQmlSignalNamesSami Shalayel2023-08-151-1/+2
* tst_qqmldebugservice: Clean up memory managementAmanda Hamblin-Trué2023-08-031-24/+18
* tst_qpacketprotocol: Clean up memory managementAmanda Hamblin-Trué2023-08-011-17/+17
* tst_qqmlenginedebugservice: Clean up memory managementAmanda Hamblin-Trué2023-08-011-23/+23
* tst_qv4debugger: Clean up memory managementAmanda Hamblin-Trué2023-08-011-13/+13
* CMake: Make qml tests standalone projectsAlexandru Croitor2023-07-0518-0/+108
* QML: Encode "missing" line number as negated address of stack frameUlf Hermann2023-05-091-2/+3
* Make tst_qmlpreview::zoom work with native DPR > 1Morten Sørvig2023-02-221-1/+1
* Replace AUTO_RESOURCE_PREFIX with Qt CMake Policy in examples, testsAmir Masoud Abdol2023-02-211-1/+2
* QQmlProfilerService test: Add first out-of-order event to listUlf Hermann2023-02-141-1/+3
* CMake: Allow omitting the version of QML modulesUlf Hermann2023-01-271-1/+0
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-2016-32/+32
* Fix a few CMake warningsUlf Hermann2022-12-021-0/+2
* Fix build error in top level buildsFabian Kosmale2022-11-291-0/+1
* Debugger: Initialize scoped context correctlySemih Yavuz2022-11-254-2/+95
* 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-132-4/+4
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-072-6/+6
* Port from container::count() and length() to size()Marc Mutz2022-10-0710-87/+87
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-0724-24/+24
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-2819-19/+19
* Add 'override' keyword to fix build warningsJiDe Zhang2022-07-191-1/+1
* Disable debugger tests on macOS/x86_64Ulf Hermann2022-07-112-7/+2
* Add license headers to cmake filesLucie Gérard2022-07-0824-0/+72
* Add convenience API for making QQmlDataTest-based tests fail on warningsMitch Curtis2022-07-054-5/+8
* Fix debugger crash on attachSami Shalayel2022-06-302-2/+53
* Use SPDX license identifiersLucie Gérard2022-06-1163-1740/+161
* QQmlDebugProcess: Crash if we cannot kill the debuggeeUlf Hermann2022-05-311-1/+2
* tst_qqmltranslationservice: Fix order of UI languagesUlf Hermann2022-05-031-2/+2
* tst_qqmldebugtranslationservice: Avoid memory leaksUlf Hermann2022-05-021-6/+7
* Android: enable tst_qqmlenginedebugserviceIvan Solovev2022-04-298-85/+268
* Skip flaky hanging test on macOS in CIAlexandru Croitor2022-04-281-0/+5
* Fix wrong include in debugutil.cppJoerg Bornemann2022-04-251-1/+1
* Fix tst_qv4debugger on AndroidAndreas Buhr2022-04-133-13/+39
* Eliminate extra event loops from QQmlDebugTestUlf Hermann2022-03-242-24/+20
* Fix warning after QString::count deprecationVolker Hilsheimer2022-03-201-1/+1
* Build tests without warnings after qtbase changesVolker Hilsheimer2022-03-181-5/+5
* QQmlDebugProcess: Remove cruftUlf Hermann2022-03-182-31/+17
* DebugTranslationService: Do not show a window in the testUlf Hermann2022-03-181-2/+0