aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlconnections
Commit message (Expand)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* QQmlProperty: Accept badly capitalized signal handler namesUlf Hermann2023-09-052-0/+36
* tst_qqmlconnections: Clean up memory managementAmanda Hamblin-Trué2023-08-011-42/+18
* CMake: Make qml tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-2/+2
* Connections: Don't crash when target is deletedFabian Kosmale2022-11-282-0/+51
* Port from container::count() and length() to size()Marc Mutz2022-10-071-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* Consolidate test helpers into private librariesMitch Curtis2021-09-132-4/+3
* Remove the qmake project filesFabian Kosmale2021-01-151-11/+0
* Update tests to use new metaType systemDavid Skoland2020-11-021-1/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-3/+3
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-261-2/+2
* CMake: Update Apple platform defines after rename in qtbaseTor Arne Vestbø2020-03-171-2/+2
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-122-0/+29
|\
| * Fix QQmlProperty and Connections for properties starting with '_'Fabian Kosmale2020-02-112-0/+29
* | Regenerate qtdeclarativeAlexandru Croitor2020-02-121-5/+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-141-1/+1
|\|
| * Use the correct type's meta-type ID for int and save a misplaced castEdward Welbourne2019-09-131-1/+1
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-1129-14/+242
|\|
| * Allow Connections to handle signals using JavaScript functionsUlf Hermann2019-08-1629-14/+242
* | Add QtDeclarative Test CoverageLeander Beernaert2019-08-141-0/+51
|/
* Fix some compiler warnings in testsFriedemann Kleint2019-07-121-1/+1
* 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