aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlproperty
Commit message (Expand)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-02-272-2/+2
* QtQml: Re-allow change signals in QQmlPropertyUlf Hermann2024-02-261-6/+23
* QQmlProperty: fix signal handler warningFabian Kosmale2024-01-302-0/+23
* tst_qqmlproperty: Output errorString if component not readyUlf Hermann2024-01-231-0/+1
* CMake: Make qml tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* QML: Guard QProperty change triggers against deletion of targetUlf Hermann2023-06-162-0/+79
* Only signal list variable assignment onceMikolaj Boc2023-04-222-0/+29
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-2/+2
* QML: Re-allow assigning QVariantList to arbitrary other listsUlf Hermann2023-01-042-0/+49
* 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
* 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-112-54/+4
* 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-112-0/+38
* 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-136-0/+174
* 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-132-5/+3
* Make qt6_qml_type_registration() internalCraig Scott2021-08-251-1/+1
* 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
* 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