aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Quick: Do not calculate the difference in a geometryChangeErik Verbruggen2016-11-101-6/+6
* | | Merge remote-tracking branch 'origin/5.7' into 5.8v5.8.0-beta1Liang Qi2016-10-276-14/+95
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-275-14/+31
| |\|
| | * Add a test for bitmap font rendering in Qt QuickEskil Abrahamsen Blomfeldt2016-10-251-0/+18
| | * Make tst_qquicktextedit::mouseSelection() passJ-P Nurmi2016-10-242-7/+8
| | * tst_qquicktextedit: remove mouseDoubleClickInterval waitJ-P Nurmi2016-10-231-3/+0
| | * tst_qquicktext: remove bogus blacklistingJ-P Nurmi2016-10-231-2/+0
| | * QQuickWindow: don't discard timestamps for wheel eventsJ-P Nurmi2016-10-151-2/+5
| * | QQuickShortcut: allow setting a custom context matcherJ-P Nurmi2016-10-261-0/+64
* | | Fix crash when loop peeling and basic block mergingSimon Hausmann2016-10-251-0/+18