aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlconnections
Commit message (Expand)AuthorAgeFilesLines
* Don't optimize global lookups if fast QML lookups are disabledUlf Hermann2019-02-132-0/+38
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-16/+16
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-062-0/+32
|\
| * Fix QML Connections element ignoring the enabled propertyThomas McGuire2017-05-172-0/+32
* | QQmlConnections: Don't crash (or read past bounds) if a silly prop name is givenRobin Burchell2017-04-132-0/+25
|/
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-152-0/+36
|\
| * Setting Connection's target to null should disconnect implicit targetMichael Brasser2016-11-152-0/+36
* | Updated license headersJani Heikkinen2016-01-201-17/+12
* | Add enabled property to the QML Connections elementDan Cape2015-09-092-1/+29
* | Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-2/+0
* | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-031-1/+0
|/
* 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
* Fix compilation with built-in v4vm JS engineSimon Hausmann2013-04-151-1/+1
* 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-2918-0/+489