aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix caching of QML singleton typesSimon Hausmann2017-03-131-0/+53
* Fix build with -no-feature-libraryUlf Hermann2017-03-061-2/+5
* Fix building with -no-feature-processUlf Hermann2017-03-023-4/+7
* Flip a broken qtConfig conditionJake Petroules2017-02-221-1/+1
* Binary compatibility files for qtdeclarative (5.8.0)Milla Pohjanheimo2017-02-154-0/+56517
* Use QQmlType for looking up enums, even on singletonsUlf Hermann2017-02-082-0/+45
* Flickable: handle child mouse ungrab when hidden or disabledJ-P Nurmi2017-02-082-0/+33
* Fix move ordering while resolving edges in register allocationErik Verbruggen2017-02-041-0/+92
* MouseArea: fix bug preventing dragging from startOleg Yadrov2017-02-032-0/+54
* Enable PropertyChanges to correctly restore binding on aliasMichael Brasser2017-02-022-11/+52
* Use qtConfig where appropriateJake Petroules2017-01-261-1/+1
* remove obsolete host build declarations from subdirs projectsOswald Buddenhagen2017-01-261-2/+0
* Stabilize testJan Arve Saether2017-01-241-1/+3
* Do not leak the item, and use a QScopedPointer to guarantee cleanupJan Arve Saether2017-01-231-2/+1
* StackLayout: propagate rearrange() call to child layoutsOleg Yadrov2017-01-192-1/+109
* 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
* Avoid needless notifications when destroying layoutsJan Arve Saether2017-01-121-0/+21
* 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
* ListView, GridView: fix missing keyNavigationEnabled propertyMitch Curtis2016-12-204-2/+28
* 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
* tst_QQuickPathView, tst_QQuickListView: Fix compiler warningsFriedemann Kleint2016-12-082-87/+144
* 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
* | Build benchmarks only in release modeFriedemann Kleint2016-12-021-1/+2
* | Remove reference to trusted-benchmarks.priFriedemann Kleint2016-12-011-2/+0
* | Fix SignalSpy with QQmlPropertyMap signalsAlbert Astals Cid2016-11-307-0/+247
* | Get rid of most QT_NO_FOO usagesLars Knoll2016-11-2920-63/+63
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-285-2/+88
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-255-2/+88
| |\
| | * 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
| | * QML: Fix memory leak in a benchmarkErik Verbruggen2016-11-161-1/+4
| | * QML: Change C++ benchmark to reflect QML benchmarkErik Verbruggen2016-11-161-1/+2
| | * 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-156-0/+123
|\| |
| * | 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
| * | TextEdit: set cursor delegate's height to match the selected fontMitch Curtis2016-11-122-0/+58
* | | Fix flow text objects in beginning of RTL blockEskil Abrahamsen Blomfeldt2016-11-142-0/+28