aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlproperty
Commit message (Expand)AuthorAgeFilesLines
* QQmlPropertyPrivate::signalExpression: handle object being nullFabian Kosmale2021-02-191-0/+10
* Remove the qmake project filesFabian Kosmale2021-01-151-17/+0
* qqml.h: Add QML_IMPLEMENTS_INTERFACESMaximilian Goldstein2020-11-232-15/+4
* tst_qqmlproperty: Fix interfaceBinding crash on MSVC 2019Maximilian Goldstein2020-11-182-8/+25
* tst_qqmlproperty: Skip crashing interfaceBindingMaximilian Goldstein2020-11-171-0/+3
* qtdeclarative: finish fixing compilation with explicit QChar(int)David Faure2020-11-071-2/+2
* Update tests to use new metaType systemDavid Skoland2020-11-021-14/+14
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-3/+3
* Remove deprecated registration functionsFabian Kosmale2020-08-271-1/+1
* Add override behaviors to QQmlListPropertyUnai IRIGOYEN2020-08-227-1/+90
* Fix tst_qqmlproperty failures due to stricter QVariantMaximilian Goldstein2020-08-201-3/+3
* Do not resolve URLs when assigning them to a propertyUlf Hermann2020-06-221-14/+10
* Revert "Decode directory separators in source URLs"Ulf Hermann2020-06-221-2/+1
* CMake: Don't install .qmltypes for Qt tests, examples and toolsAlexandru Croitor2020-05-291-1/+0
* CMake: Update Apple platform defines after rename in qtbaseTor Arne Vestbø2020-03-171-2/+2
* CMake: Regenerate and adapt to merge from devwip/cmakeAlexandru Croitor2020-03-121-0/+13
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-124-97/+262
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-131-0/+20
| |\
| | * Fix QQmlProperty and Connections for properties starting with '_'Fabian Kosmale2020-02-111-0/+20
| * | Add a static variant of qmlRegisterInterface()Ulf Hermann2020-02-122-2/+1
| * | Allow dynamic and static registration of same URI in any orderUlf Hermann2020-02-124-65/+209
| * | tst_qqmlproperty: Avoid memory leaksUlf Hermann2020-01-291-30/+32
* | | Regenerate qtdeclarativeAlexandru Croitor2020-02-121-4/+2
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-252-0/+127
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-11-071-0/+21
| |\|
| | * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-311-0/+21
| | |\
| | | * QQmlProperty: handle reads of QQmlPropertyMap correctlyFabian Kosmale2019-10-301-0/+21
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-242-0/+106
| |\| |
| | * | Fix interface handling in bindingsFabian Kosmale2019-10-212-0/+106
* | | | 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-143-5/+45
|\| | |
| * | | tst_qqmlproperty: avoid setContextPropertyFabian Kosmale2019-10-072-3/+2
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-041-2/+9
| |\| |
| | * | Force creation of metaobjects for top level objects and componentsUlf Hermann2019-09-131-2/+9
| * | | Remove assert when setting binding to aliasFabian Kosmale2019-09-052-0/+34
| |/ /
* | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-08-152-0/+39
|\| |
| * | Fix nullptr handling in bindingFabian Kosmale2019-07-222-0/+39
* | | Add QtDeclarative Test CoverageLeander Beernaert2019-08-141-0/+49
|/ /
* / Fix deprecation warnings about QVariant APIFriedemann Kleint2019-04-081-3/+3
|/
* Re-apply "Tighten expected output for floating point conversions"Simon Hausmann2018-07-181-18/+8
* Revert "Tighten expected output for floating point conversions"Simon Hausmann2018-07-161-8/+18
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-161-18/+8
|\
| * Tighten expected output for floating point conversionsSimon Hausmann2018-07-021-18/+8
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-06-291-11/+19
|\|
| * Adapt floating point precision test to changes in QtBaseSimon Hausmann2018-06-281-11/+19
* | Make sure we call Codegen::defineFunction with proper argumentsLars Knoll2018-05-021-3/+3
|/
* Fix regression involving aliases on case-insensitive file systemsMitch Curtis2018-03-082-0/+21
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-124/+124
* Enable PropertyChanges to correctly restore binding on aliasMichael Brasser2017-02-022-11/+52