aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlproperty
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-052-11/+53
* | Remove libdouble-conversionUlf Hermann2015-11-231-2/+0
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-252-0/+32
|\|
| * Use V4 double-to-string conversion instead of QVariant'sUlf Hermann2015-09-232-0/+32
* | 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
|/
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-182-0/+23
|\
| * fix readonly metaproperties (revealed by compiler warning)Shawn Rutledge2015-07-212-0/+23
* | 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-152-2/+2
* Fix compilation with built-in v4vm JS engineSimon Hausmann2013-04-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
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* 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