aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-254-2/+28
|\
| * ListView, GridView: fix missing keyNavigationEnabled propertyMitch Curtis2016-12-204-2/+28
* | TestCase: make parent argument to createTemporaryObject optionalMitch Curtis2016-12-211-0/+36
* | TestCase: don't try to access destroyed temporary objectsMitch Curtis2016-12-211-0/+30
* | Keys: add shortcutOverride signalMitch Curtis2016-12-182-0/+100
* | Add pressAndHoldInterval to MouseAreaOlivier JG2016-12-162-0/+57
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-1443-177/+582
|\|
| * 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
* | | | Merge "Merge remote-tracking branch 'origin/5.8' into dev" into refs/staging/devLiang Qi2016-12-144-2/+45
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-144-2/+45
| |\| | |
| | * | | 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
* | | | | TestCase: add createTemporaryObject(), createTemporaryQmlObject()Mitch Curtis2016-12-141-0/+113
|/ / / /
* | | | V4 Debugger: Add an option to pass additional context for evaluateUlf Hermann2016-12-093-10/+85
* | | | Add touch event support to qmltestJeremy Katz2016-12-061-0/+182
* | | | tst_qquicktextedit: remove useless call to image.save()Mitch Curtis2016-11-281-1/+0
* | | | QmlDebug: Allow specifying debug connectors on the command lineUlf Hermann2016-11-243-37/+83
* | | | QmlTooling: Retry local client connection on errorUlf Hermann2016-11-231-8/+3
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-239-6/+157
|\| | |
| * | | 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
* | | | Fix warning in qml testcaseGunnar Sletta2016-11-221-1/+1
* | | | Introduce qmlRegisterModule()J-P Nurmi2016-11-186-36/+131
* | | | Shortcut: add support for multiple key sequencesJ-P Nurmi2016-11-162-0/+90
* | | | Add ECMAScript 6 Array find and findIndex methodsKai Uwe Broulik2016-11-102-1/+4