aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlcontext
Commit message (Expand)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* QtQml: Clear context objects more thoroughly on destructionUlf Hermann2024-02-015-0/+48
* Prepare tests for upcoming incremental gcFabian Kosmale2023-11-221-1/+1
* QtQml: Reset context object when destroying it from QObjectWrapperUlf Hermann2023-08-222-0/+33
* tst_qqmlcontext: Clean up memory managementAmanda Hamblin-Trué2023-08-031-99/+62
* Context properties: Warn if name is numericFabian Kosmale2023-07-311-0/+1
* Context properties: Don't trigger an assert for numeric namesFabian Kosmale2023-07-311-0/+10
* CMake: Make qml tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-2/+2
* 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-5/+3
* Fix QQmlContext::nameForObject()Ulf Hermann2021-04-161-0/+6
* Provide an objectForName() function in QQmlContextUlf Hermann2021-04-161-17/+80
* Remove the qmake project filesFabian Kosmale2021-01-151-11/+0
* Allow retrieving an imported script from a QML contextUlf Hermann2020-11-251-0/+11
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-3/+3
* Use QList instead of QVectorJarek Kobus2020-06-251-1/+1
* Encapsulate QQmlContextDataUlf Hermann2020-03-231-20/+26
* CMake: Update Apple platform defines after rename in qtbaseTor Arne Vestbø2020-03-171-2/+2
* Regenerate qtdeclarativeAlexandru Croitor2020-02-121-4/+2
* Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-251-7/+18
|\
| * Check for invalid context in QQmlContextPrivate::dropDestroyedQObjectUlf Hermann2019-10-161-7/+18
* | Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-3/+3
* | Regenerate testsAlexandru Croitor2019-11-141-11/+2
* | Add QtDeclarative Test CoverageLeander Beernaert2019-08-141-0/+49
|/
* When setting a QObject as context property reset it when it's destroyedUlf Hermann2019-07-031-0/+15
* Tests: Don't capture stack value by referenceUlf Hermann2019-01-031-7/+7
* QML: Fix registering and unregistering of context objectsUlf Hermann2018-12-123-0/+31
* QML: Also clear outerContext's contextObject on destructionUlf Hermann2018-11-303-0/+81
* Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-021-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-21/+21
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-183-0/+43
|\
| * Fix memory leak with JS importsSimon Hausmann2018-02-093-0/+43
* | Add setContextProperties()Thomas Hartmann2018-01-121-0/+27
|/
* Fix crashes with closures created in QML componentsLars Knoll2017-09-063-0/+47
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-0/+29
|\
| * Fix char conversions in QMLChristian Strømme2016-08-091-0/+29
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-192-0/+21
|\|
| * Revert "Remove this piece of code"Simon Hausmann2016-05-182-0/+21
* | 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-8/+8
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Fix setContextObject to re-evaluate bindingsAlex Montgomery2014-08-151-0/+12
* QQmlError::toString: improve handling of empty urls.David Faure2014-07-241-1/+1