aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* TapHandler: add long-press featureShawn Rutledge2017-02-091-5/+14
* add flickableWithHandlers manual testShawn Rutledge2017-02-095-0/+464
* Introduce TapHandlerShawn Rutledge2017-02-083-0/+138
* add modified photosurface as a manual testShawn Rutledge2017-02-083-1/+178
* add FakeFlickable manual testShawn Rutledge2017-02-084-0/+180
* add MomentumAnimation as a manual test / experimentShawn Rutledge2017-02-084-0/+158
* QQuickWindow: use QVector eventDeliveryTargets to avoid repeated deliveryShawn Rutledge2017-02-071-10/+8
* QQuickWindow: deliver updates to handlers even if they don't grabShawn Rutledge2017-02-021-24/+33
* blacklist tst_TouchMouse::hoverEnabledShawn Rutledge2017-02-021-0/+3
* Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-02-0215-12/+209
|\
| * Codegen: Disallow const declaration without an initializer expressionRobin Burchell2017-02-021-0/+57
| * Merge dev into 5.9Oswald Buddenhagen2017-02-0118-13/+275
| |\
| | * Add fontInfo property to TextEskil Abrahamsen Blomfeldt2017-01-312-0/+43
| | * Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-302-3/+1
| | |\
| | | * Use qtConfig where appropriateJake Petroules2017-01-261-1/+1
| | | * remove obsolete host build declarations from subdirs projectsOswald Buddenhagen2017-01-261-2/+0
| | * | Make Item::grabToImage work in more cases, and improve test coverageAlbert Astals Cid2017-01-271-4/+37
| | * | Enable resolution of composite types in QQmlTypeNameCacheRobin Burchell2017-01-277-0/+68
| * | | fix test_mouseDrag on RHEL 7.2Shawn Rutledge2017-02-012-5/+3
* | | | build a vector of child-filtering parents before delivery of pointer eventShawn Rutledge2017-01-272-0/+13
* | | | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-01-2659-507/+2152
|\ \ \ \ | | |/ / | |/| |
| * | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-266-6/+126
| |\ \ \ | | |/ / | |/| / | | |/
| | * 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
| * | tst_compilation: Add a test for compilation of a large number of typesRobin Burchell2017-01-241-0/+71
| * | Teach QQmlDirParser to ignore the classname keywordRobin Burchell2017-01-242-0/+14
| * | Blacklist qmltest::mouserelease::test_mouseDrag() on RHEL 7.2Liang Qi2017-01-241-0/+2
| * | tst_qqmlecmascript: Add some simple coverage for instanceofRobin Burchell2017-01-201-0/+64
| * | qmltest: added layout/tst_layout.qml and related filesLiang Qi2017-01-203-0/+186
| * | PathAnimation: fix bug when PathSvg or PathLine is the last item in PathOleg Yadrov2017-01-203-0/+97
| * | test262: Allow specifying a custom V4CMDRobin Burchell2017-01-191-1/+1
| * | Q_ENUMS -> Q_ENUM and Q_FLAGS -> Q_FLAGAlbert Astals Cid2017-01-191-1/+3
| * | Make inspector animation speed test more robustUlf Hermann2017-01-182-21/+37
| * | qmlInfo: Switch message level to QtInfoMsg, matching the function nameRobin Burchell2017-01-171-23/+23
| * | Remove remnants of blackberry platform supportRobin Burchell2017-01-163-13/+0
| * | ListView: allow flicking to both directionsJ-P Nurmi2017-01-162-0/+149
| * | tests: Remove some vestigial referencesRobin Burchell2017-01-162-48/+0
| * | QQmlApplicationEngine: Yet another fix after QUrl behavior changes in QtBaseRobin Burchell2017-01-163-0/+39
| * | Fix imageSource and svg tests after change to how QtSvg interprets image sizeRobin Burchell2017-01-152-12/+6
| * | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-148-7/+110
| |\|
| | * 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
| * | Deprecate Text::doLayout() in favor of forceLayout()J-P Nurmi2017-01-141-1/+1
| * | Blacklist imageSource and svg testsRobin Burchell2017-01-131-0/+6
| * | Improve visibility into Positioner positioning from QMLMichael Brasser2017-01-131-0/+75
| * | test: fix tst_QQuickGraphicsInfo::testProperties()Liang Qi2017-01-122-4/+1