aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlnotifier
Commit message (Expand)AuthorAgeFilesLines
* 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