aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Make LayoutMirroring work with WindowJ-P Nurmi2016-09-122-1/+26
* Add qmlRegisterUncreatableMetaObject convenience functionBogDan Vatra2016-09-073-0/+12
* Fix conversion of QByteArray back to String in JavaScriptSimon Hausmann2016-08-301-0/+6
* Fix binding dependencies when used in together with functionsSimon Hausmann2016-08-302-0/+25
* Improve error handling in library loading testSimon Hausmann2016-08-261-1/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Simon Hausmann2016-08-262-0/+13
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-08-251-0/+4
| |\
| | * Prospective fix for the plugin check on Apple platformsSimon Hausmann2016-08-251-0/+4
| * | V4: Correctly format on Number.toPrecision(n)Ulf Hermann2016-08-231-0/+9
* | | Fix mouse area pressed after removal of pre-grabFrederik Gladhorn2016-08-241-0/+18
* | | Merge dev into 5.8Oswald Buddenhagen2016-08-2257-439/+521
|\ \ \
| * | | manual tests: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-203-9/+12
| * | | auto tests: Particles: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-2023-38/+38
| * | | benchmarks: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-203-5/+5
| * | | Exclude tests that require features not present on UIKit platformsJake Petroules2016-08-192-3/+5
| * | | Adjust decarative after qtConfig changes in qtbaseLars Knoll2016-08-198-17/+13
| * | | Flickable: Fixed rounding errors with contentX/YRiku Palomäki2016-08-182-0/+27
| * | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLiang Qi2016-08-1717-358/+409
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-1717-358/+409
| | |\| |
| | | * | autotests: remove qWait(1) in touch sequencesShawn Rutledge2016-08-133-22/+0
| | | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-1319-358/+396
| | | |\|
| | | | * PathView: fix infinite construction/destruction loopAnton Kudryavtsev2016-08-122-0/+103
| | | | * Fix test failure: wait between mouse events the proper wayJan Arve Saether2016-08-121-19/+12
| | | | * PathView: fix item creationAnton Kudryavtsev2016-08-122-0/+101
| | | | * Fix char conversions in QMLChristian Strømme2016-08-092-39/+32
| | | | * Fix crash with Component.onDestructionSimon Hausmann2016-08-052-0/+105
| | | | * tst_librarymetrics_performance: Use QBENCHMARK macro instead of rolling our ownRobin Burchell2016-08-051-133/+14
| | | | * benchmarks: Remove odd qqmlimage benchmarkRobin Burchell2016-08-054-113/+0
| | | | * tst_creation: Remove tst_creation::elementsRobin Burchell2016-08-051-25/+0
| | | | * tst_creation: Remove qobject_alloc benchmarkRobin Burchell2016-08-051-30/+0
| | | | * tst_creation: Remove redundant widgets dependencyRobin Burchell2016-08-053-5/+3
| | | | * Flickable: avoid infinite velocity during release after dragShawn Rutledge2016-08-054-0/+26
| | | * | TextInput: fix horizontal alignment when implicit resizing is disabledJ-P Nurmi2016-08-101-0/+35
| * | | | stabilize tst_TouchMouse::hoverEnabledShawn Rutledge2016-08-171-9/+12
| |/ / /
* | | | Merge remote-tracking branch 'origin/dev' into 5.8Liang Qi2016-08-1622-105/+591
|\| | |
| * | | Enable disk cache for files coming from resourcesSimon Hausmann2016-08-123-0/+34
| * | | V4: Handle QTime->DateObject conversion betterErik Verbruggen2016-08-102-2/+118
| * | | QML: Make all fields in QQmlPropertyRawData privateErik Verbruggen2016-08-102-37/+37
| * | | Fix import with qualifier of remote directory with qmldirArnaud Vrac2016-08-102-2/+3
| * | | Qt object: Add exit(int)Cavit Sina Dogru2016-08-092-0/+22
| * | | Merge remote-tracking branch 'origin/wip/pointerhandler' into devFrederik Gladhorn2016-08-096-28/+311
| |\ \ \
| | * \ \ Merge branch 'dev' into wip/pointerhandlerFrederik Gladhorn2016-08-0431-70/+830
| | |\ \ \
| | * | | | Stop copying mouse events when delivering themFrederik Gladhorn2016-08-021-2/+10
| | * | | | Extend tst_qquickwindow::mergeTouchPointListsFrederik Gladhorn2016-08-011-1/+5
| | * | | | Test touch point delivery orderFrederik Gladhorn2016-08-012-0/+144
| | * | | | Add mergePointerTargets to create pointer delivery listFrederik Gladhorn2016-08-011-0/+60
| | * | | | Let TestTouchItem::reset reset the event countFrederik Gladhorn2016-07-311-0/+1
| | * | | | Micro optimize tst_qquickwindow::touchEvent_basicFrederik Gladhorn2016-07-311-3/+2
| | * | | | Add minor extra check in tst_qquickwindowFrederik Gladhorn2016-07-311-0/+2
| | * | | | Fix TouchMouse test: accept buttonFrederik Gladhorn2016-07-311-4/+8