aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlconnections/tst_qqmlconnections.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't optimize global lookups if fast QML lookups are disabledUlf Hermann2019-02-131-0/+25
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-16/+16
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-061-0/+18
|\
| * Fix QML Connections element ignoring the enabled propertyThomas McGuire2017-05-171-0/+18
* | QQmlConnections: Don't crash (or read past bounds) if a silly prop name is givenRobin Burchell2017-04-131-0/+10
|/
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-151-0/+27
|\
| * Setting Connection's target to null should disconnect implicit targetMichael Brasser2016-11-151-0/+27
* | Updated license headersJani Heikkinen2016-01-201-17/+12
* | Add enabled property to the QML Connections elementDan Cape2015-09-091-0/+28
|/
* tests/qml: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-291-4/+4
* Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-271-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Avoid recompiling of signal handlers defined in QtQuick state changes and Con...Simon Hausmann2014-04-021-3/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Fix compiler warnings in declarative tests.Friedemann Kleint2012-12-201-1/+1
* Move no-Gui related QML types from QtQuick into QtQmlTasuku Suzuki2012-11-291-0/+343