aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlpropertymap
Commit message (Expand)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* tst_qqmlpropertymap: Clean up memory managementAmanda Hamblin-Trué2023-08-211-18/+9
* CMake: Make qml tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-2/+2
* QQmlPropertyMap: Verify that inserting duplicate keys behavesVolker Hilsheimer2022-12-051-0/+29
* Port from container::count() and length() to size()Marc Mutz2022-10-071-29/+29
* 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
* Replace uses of deprecated _qs with _s/QStringLiteralSona Kurazyan2022-04-291-13/+15
* QQmlOpenMetaObject: Clarify signal numberingUlf Hermann2022-04-281-0/+42
* QQmlPropertyCache: Guarantee 1:1 relationship to meta objectUlf Hermann2022-04-252-0/+46
* Rename android_dummy_imports.qml to dummy_imports.qmlAssam Boudjelthia2022-03-051-1/+1
* Android: unify the android tests dummy import filesAssam Boudjelthia2022-03-022-8/+7
* Consolidate test helpers into private librariesMitch Curtis2021-09-132-5/+3
* Mark overrides in tests, fix compiler warningsVolker Hilsheimer2021-04-011-3/+3
* Fix some "can be marked override" warningsAndreas Buhr2021-02-231-1/+1
* Remove the qmake project filesFabian Kosmale2021-01-151-11/+0
* Add a freeze() method to QQmlPropertyMapUlf Hermann2021-01-131-0/+21
* QQmlPropertyMap: Add a method to insert multiple values at onceUlf Hermann2021-01-131-1/+59
* 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
* CMake: Update Apple platform defines after rename in qtbaseTor Arne Vestbø2020-03-171-2/+2
* Regenerate qtdeclarativeAlexandru Croitor2020-02-121-5/+2
* Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-3/+3
* Regenerate the necessary bits of qtdeclarative after wip/qt6 mergeAlexandru Croitor2019-10-141-7/+7
* Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-112-0/+10
|\
| * Fix qqmlpropertymap autotest for androidJan Arve Sæther2019-08-142-0/+10
* | Add QtDeclarative Test CoverageLeander Beernaert2019-08-141-0/+42
|/
* Fix use of Component.onCompleted scripts in QQmlPropertyMap sub-typesSimon Hausmann2018-07-302-1/+30
* init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-261-4/+3
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-2/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-0/+35
|\
| * QQmlPropertyMap: Don't spuriously emit valueChanged() signalThomas McGuire2016-07-251-0/+35
* | Updated license headersJani Heikkinen2016-01-201-17/+12
* | 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-11/+11
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* QQmlError::toString: improve handling of empty urls.David Faure2014-07-241-1/+1
* Prefer to use normalised signal/slot signaturesSergio Ahumada2014-03-031-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-061-2/+27
|\
| * Fix property access to QQmlPropertyMap objects when addressed via idSimon Hausmann2014-01-021-2/+27
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-161-0/+81
|\|
| * Fix dynamic properties in QQmlPropertyMap not always being visible in QMLSimon Hausmann2013-12-051-0/+81
* | Fix autotests expecting a trailing whitespace for qDebug streamKai Koehne2013-12-121-3/+3
|/
* QQmlPropertyCache: check methods before propertiesAlberto Mardegan2013-05-311-2/+30
* Fallback to QMetaObject for properties not in QQmlPropertyCacheAlberto Mardegan2013-05-311-0/+29