aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlproperty/tst_qqmlproperty.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix regression involving aliases on case-insensitive file systemsMitch Curtis2018-03-081-0/+12
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-124/+124
* Enable PropertyChanges to correctly restore binding on aliasMichael Brasser2017-02-021-11/+29
* Cleanup and reduce the number of overloads for QQmlBinding::create()Lars Knoll2016-12-061-13/+13
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-171-39/+3
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-39/+3
| |\
| | * Fix char conversions in QMLChristian Strømme2016-08-091-39/+3
* | | QML: Introduce QQmlPropertyIndexErik Verbruggen2016-08-041-13/+26
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-021-3/+3
|\| |
| * | tst_qmlproperty: Fix access of dangling pointerThiago Macieira2016-07-281-3/+3
* | | QML: Specialize bindings based on target property type.Erik Verbruggen2016-06-271-13/+13
|/ /
* | Updated license headersJani Heikkinen2016-01-201-17/+12
* | Make RuntimeHelpers::numberToString() comply with EcmaScriptUlf Hermann2016-01-051-8/+32
* | Remove libdouble-conversionUlf Hermann2015-11-231-2/+0
|/
* Use V4 double-to-string conversion instead of QVariant'sUlf Hermann2015-09-231-0/+22
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-0/+15
|\
| * fix readonly metaproperties (revealed by compiler warning)Shawn Rutledge2015-07-211-0/+15
* | tests/qml: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-291-46/+46
* | Fix some function signatures and remove an unused functionLars Knoll2015-06-181-17/+17
* | Make bindings refcountedLars Knoll2015-06-101-39/+39
* | Simplify binding setup code furtherLars Knoll2015-04-271-13/+13
* | Get rid of QQmlAbstractExpressionLars Knoll2015-04-241-13/+13
|/
* Fix conversion between char and string.Christian Strømme2015-03-211-1/+87
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Fix QQmlProperty to work correctly with deeply nested objects.Michael Brasser2014-12-231-0/+15
* Fix assignment to QObject pointer propertiesSimon Hausmann2014-10-231-0/+28
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Remove QWidget include from QQmlProperty test.Andrew den Exter2014-07-171-1/+0
* Make it possible to handle pointers to QObject derived in QML.Stephen Kelly2013-09-101-2/+56
* Get rid of the signal expression rewriterSimon Hausmann2013-07-031-17/+17
* Fix qqmlproperty::warnOnInvalidBindingSimon Hausmann2013-06-151-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Avoid dynamic lookup of signal handler argumentsMichael Brasser2012-08-241-19/+20
* Trim trailing whitespace.Stephen Kelly2012-08-221-7/+7
* Decode directory separators in source URLsMatthew Vogt2012-06-251-1/+2
* Lazily create QMetaObjectsAaron Kennedy2012-05-241-1/+1
* Improve composite property type unit testChris Adams2012-05-171-13/+60
* Fix composite type property supportChris Adams2012-05-161-0/+68
* More robust tracking of signal handler expression ownership.Michael Brasser2012-05-011-17/+17
* Update test after QUrl minor behaviour changeThiago Macieira2012-04-121-7/+9
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-111-60/+98
|\
| * Do not crash on invalid binding diagnosticMatthew Vogt2012-04-041-0/+4
| * Use minimal javascript expression for bound signalsChris Adams2012-03-291-60/+74
| * Warn on incompatible v4 binding object typeMatthew Vogt2012-03-281-0/+20
* | Merge master into api_changesKent Hansen2012-03-191-23/+21
|\|
| * Remove binding dependency on QQmlExpressionAaron Kennedy2012-03-151-21/+21
| * Fix crash when writing property after engine deletionChris Adams2012-03-131-2/+0
* | Adapt to Qt5 meta-object changesKent Hansen2012-03-131-13/+13
|/
* Skip test that accesses deleted QML engineKent Hansen2012-03-121-0/+2