aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlproperty/tst_qqmlproperty.cpp
Commit message (Expand)AuthorAgeFilesLines
* QQmlProperty: fix signal handler warningFabian Kosmale2024-02-011-0/+14
* QML: Guard QProperty change triggers against deletion of targetUlf Hermann2023-06-161-0/+29
* Only signal list variable assignment onceMikolaj Boc2023-04-221-0/+16
* QML: Re-allow assigning QVariantList to arbitrary other listsUlf Hermann2023-01-041-0/+43
* Port from container::count() and length() to size() - V5Marc Mutz2022-10-131-2/+2
* Avoid memory leaks in tst_qqmlproperty.cppUlf Hermann2022-09-141-157/+145
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-27/+2
* Generalize role selection mechanism from QQuickComboBoxUlf Hermann2022-05-111-4/+3
* Replace uses of deprecated _qs with _s/QStringLiteralSona Kurazyan2022-04-291-6/+8
* Repair tst_qqmlproperty on AndroidAndreas Buhr2022-04-051-0/+4
* Fix warnings in tests after QQmlListReference changeVolker Hilsheimer2022-03-211-3/+3
* QQmlProperty: Prohibit ID lookup on explicitly given objectUlf Hermann2022-01-211-0/+2
* Don't crash when accessing QVariant data pointerVolker Hilsheimer2021-12-111-0/+18
* Do not crash on self-assignment of QQmlPropertyUlf Hermann2021-11-101-2/+13
* Fix compiler warningVolker Hilsheimer2021-11-091-1/+1
* QQmlProperty: Add flexibility to initProperty()Ulf Hermann2021-10-271-0/+111
* Add a Pragma for list assign behaviorUlf Hermann2021-10-131-0/+49
* QML engine: Resolve URLs on property assignment when given an env varFabian Kosmale2021-10-061-0/+42
* Consolidate test helpers into private librariesMitch Curtis2021-09-131-2/+2
* QQmlProperty: Implement DontRemoveBinding support for QPropertyFabian Kosmale2021-05-121-0/+27
* Fix some "can be marked override" warningsAndreas Buhr2021-02-231-1/+1
* QQmlPropertyPrivate::signalExpression: handle object being nullFabian Kosmale2021-02-191-0/+10
* qqml.h: Add QML_IMPLEMENTS_INTERFACESMaximilian Goldstein2020-11-231-11/+0
* tst_qqmlproperty: Fix interfaceBinding crash on MSVC 2019Maximilian Goldstein2020-11-181-4/+13
* 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
* Remove deprecated registration functionsFabian Kosmale2020-08-271-1/+1
* Add override behaviors to QQmlListPropertyUnai IRIGOYEN2020-08-221-1/+58
* 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
* 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-121-2/+0
* | Allow dynamic and static registration of same URI in any orderUlf Hermann2020-02-121-64/+15
* | tst_qqmlproperty: Avoid memory leaksUlf Hermann2020-01-291-30/+32
* | 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-241-0/+79
|\| |
| * | Fix interface handling in bindingsFabian Kosmale2019-10-211-0/+79
* | | tst_qqmlproperty: avoid setContextPropertyFabian Kosmale2019-10-071-3/+1
* | | 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-051-0/+11
|/ /
* | Fix nullptr handling in bindingFabian Kosmale2019-07-221-0/+17
* | 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