aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlnotifier
Commit message (Expand)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* CMake: Make qml tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-2/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* Blacklist tst_qqmlnotifier::deleteFromHandlerSami Shalayel2022-08-121-0/+3
* 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
* tst_qqmlnotifier: Do not assume qfatal crashes the processFabian Kosmale2022-06-131-1/+2
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* INTEGRITY: Fix some test cases from core/qml foldersKimmo Ollila2022-03-031-0/+4
* Consolidate test helpers into private librariesMitch Curtis2021-09-132-5/+3
* Remove the qmake project filesFabian Kosmale2021-01-151-11/+0
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-3/+3
* CMake: Update Apple platform defines after rename in qtbaseTor Arne Vestbø2020-03-171-2/+2
* Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-3/+3
* Regenerate testsAlexandru Croitor2019-11-141-11/+2
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-142-5/+5
|\
| * tst_qqmlnotifier: avoid setContextPropertyFabian Kosmale2019-10-072-5/+5
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-08-151-0/+3
|\|
| * Skip the test function that uses QProcess on AndroidJan Arve Sæther2019-08-051-0/+3
* | Add QtDeclarative Test CoverageLeander Beernaert2019-08-141-0/+45
|/
* Fix compilation for SLES 12Ulf Hermann2019-03-181-1/+1
* QQmlNotifier: Always keep the isNotifying flag when updating senderPtrUlf Hermann2019-01-232-0/+41
* init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-261-21/+15
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-8/+8
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-3/+3
* Updated license headersJani Heikkinen2016-01-201-17/+12
* Fix possible stack overflow with many property bindingsEskil Abrahamsen Blomfeldt2015-07-211-0/+34
* Update copyright headersJani Heikkinen2015-02-121-6/+6
* Update license headers and add new licensesJani Heikkinen2014-08-251-18/+10
* Don't call receivers from disconnectNotifyAlan Alpert2013-11-171-1/+2
* Fix warnings about overloaded virtual functions in tests (CLANG).Friedemann Kleint2013-03-111-2/+2
* Fix QObject::receivers() within connectNotify()Thomas McGuire2012-10-101-0/+2
* In tst_qqmlnotifier, verify the result of QObject::receivers()Thomas McGuire2012-10-101-0/+24
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-23/+23
* Make connectNotify() work with QMLThomas McGuire2012-08-223-0/+382