aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlnotifier/tst_qqmlnotifier.cpp
Commit message (Expand)AuthorAgeFilesLines
* tst_qqmlnotifier: Avoid memory leakUlf Hermann2026-02-161-30/+27
* tst_qqmlnotifier: Fix longjmp machineryUlf Hermann2026-02-161-1/+25
* tests/*: port away from contextless 3-arg QObject::connectAhmad Samir2026-01-141-1/+1
* Port tst_qqmlnotifier away from QProcessFabian Kosmale2024-07-081-29/+36
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* tst_qqmlnotifier: Do not assume qfatal crashes the processFabian Kosmale2022-06-131-1/+2
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* Consolidate test helpers into private librariesMitch Curtis2021-09-131-2/+2
* tst_qqmlnotifier: avoid setContextPropertyFabian Kosmale2019-10-071-4/+3
* Skip the test function that uses QProcess on AndroidJan Arve Sæther2019-08-051-0/+3
* Fix compilation for SLES 12Ulf Hermann2019-03-181-1/+1
* QQmlNotifier: Always keep the isNotifying flag when updating senderPtrUlf Hermann2019-01-231-0/+32
* 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-221-0/+298