aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* Use QQmlType for looking up enums, even on singletonsUlf Hermann2017-02-082-0/+45
* Fix move ordering while resolving edges in register allocationErik Verbruggen2017-02-041-0/+92
* Enable PropertyChanges to correctly restore binding on aliasMichael Brasser2017-02-022-11/+52
* Use qtConfig where appropriateJake Petroules2017-01-261-1/+1
* Stabilize testJan Arve Saether2017-01-241-1/+3
* Fix support for QJSValue as C++ signal parameter type, part 2Simon Hausmann2017-01-182-2/+13
* Fix crash when C++ QJSValue parameterized signal interacts with JSSimon Hausmann2017-01-133-0/+4
* QML tooling: Make sure we signal object creation also from QQmlIncubatorUlf Hermann2017-01-113-2/+32
* Fix QML cache not being invalidated when source path changesSimon Hausmann2017-01-021-5/+53
* Get rid of FunctionObject::createQmlFunctionLars Knoll2016-12-091-4/+3
* Change signature of QQmlBinding::create to take a FunctionObject *Lars Knoll2016-12-091-1/+1
* Merge remote-tracking branch 'origin/5.8.0' into 5.8Lars Knoll2016-12-074-3/+18
|\
| * Fix support for namespaced types in property/signal declarationsSimon Hausmann2016-11-304-3/+18
* | Cleanup and reduce the number of overloads for QQmlBinding::create()Lars Knoll2016-12-062-13/+14
* | Inline the qmlScope and urlScope methodsLars Knoll2016-12-041-1/+1
* | Start cleaning up the QmlContextWrapperLars Knoll2016-12-042-1/+2
* | Get rid of most QT_NO_FOO usagesLars Knoll2016-11-293-6/+6
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-284-0/+82
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-254-0/+82
| |\
| | * Improved robustness of the optimizer when removing expressionsSimon Hausmann2016-11-221-0/+8
| | * Fix binding re-evaluation when list model properties changeSimon Hausmann2016-11-182-0/+40
| | * Fix reading of enum properties from gadgetsSimon Hausmann2016-11-161-0/+34
* | | Fix support for QML declared default list propertiesSimon Hausmann2016-11-233-0/+20
* | | Fix handling of qrc:/// urls with disk cachingSimon Hausmann2016-11-231-1/+20
* | | Fix qrc testSimon Hausmann2016-11-231-1/+5
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Simon Hausmann2016-11-154-0/+65
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-155-0/+70
| |\|
| | * Setting Connection's target to null should disconnect implicit targetMichael Brasser2016-11-152-0/+36
| | * Fix more cases where DSE would optimize out too many storesErik Verbruggen2016-11-101-0/+5
| | * QV4String: properly detect overflow when trying to convert to an array indexGiuseppe D'Angelo2016-11-042-0/+29
* | | Fix crash when loop peeling and basic block mergingSimon Hausmann2016-10-251-0/+18
* | | Fix crash with v4 lookups on changing objectsSimon Hausmann2016-10-221-0/+17
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-201-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-121-0/+14
| |\|
| * | Make tst_qqmlapplicationengine pass when JIT is not availableDmitry Shachnev2016-10-111-1/+1
* | | Fix excessive invalidation of QML disk cachesSimon Hausmann2016-10-181-0/+100
* | | Fix written time stamp in QML cache files for QRC sourcesSimon Hausmann2016-10-141-1/+10
* | | Merge remote-tracking branch 'origin/5.6' into 5.8Simon Hausmann2016-10-131-0/+14
|\ \ \ | | |/ | |/|
| * | Fix corruption when adding or changing properties of JS objectsArnaud Vrac2016-10-101-0/+14
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-103-0/+31
|\ \ \ | | |/ | |/|
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-042-0/+22
| |\|
| | * qv4jsonobject: Make use of QVariant::toString in stringificationRobin Burchell2016-09-302-0/+22
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-301-0/+9
| |\|
| | * Fix crash on Array.prototype.join.call(0)Robin Burchell2016-09-291-0/+9
* | | QML: Also check for correct destroy() chainingErik Verbruggen2016-10-061-0/+1
* | | QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-4/+5
* | | QML: Introduce destroy() on Base subclassesErik Verbruggen2016-10-051-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-215-0/+54
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-165-0/+54
| |\|
| | * Allow for garbage collection of types with errors in trimCache()Michael Brasser2016-08-305-0/+54