aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlnotifier/tst_qqmlnotifier.cpp
Commit message (Expand)AuthorAgeFilesLines
* tst_qqmlnotifier: Do not assume qfatal crashes the processFabian Kosmale2022-06-081-1/+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