aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-08-081-0/+16
|\
| * Expose "kerning" property for fontsEskil Abrahamsen Blomfeldt2017-06-301-0/+16
* | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerJan Arve Saether2017-07-1119-2/+1232
|\|
| * Merge branch 'wip/scenegraphng' into devLaszlo Agocs2017-06-1911-0/+929
| |\
| | * Update Lancelot Shape tests for latest API changesLaszlo Agocs2017-06-1912-441/+399
| | * Use GradientStop and rename ShapeLinearGradient to LinearGradientLaszlo Agocs2017-06-081-6/+6
| | * Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-06-081-0/+3
| | |\
| | * | Reduce objects: Make ShapePath inherit PathLaszlo Agocs2017-06-071-68/+46
| | * | Rename to Shape/ShapePath and remove public JS APILaszlo Agocs2017-06-0214-4064/+437
| | * | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-05-316-0/+298
| | |\ \
| | * | | Move PathItem to qt.labsLaszlo Agocs2017-04-258-1/+9
| | * | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-04-035-791/+2
| | |\ \ \
| | * | | | Add some Lancelot tests for PathItemLaszlo Agocs2017-03-307-0/+488
| | * | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-03-011-0/+147
| | |\ \ \ \
| | * | | | | JS API for defining static paths and draw paramsLaszlo Agocs2017-01-271-0/+3627
| | * | | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-01-238-22/+386
| | |\ \ \ \ \
| | * | | | | | Allow multiple paths in a PathItemLaszlo Agocs2017-01-101-136/+176
| | * | | | | | Stencil clipping for NVPRLaszlo Agocs2017-01-102-3/+82
| | * | | | | | Add QQuickPathItem and its backend infraLaszlo Agocs2016-12-194-0/+378
| * | | | | | | Be (somewhat more) consistent about the value of piEdward Welbourne2017-06-141-2/+2
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-061-0/+3
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Run GC between different benchmark runsLars Knoll2017-05-191-0/+3
| | | |_|_|/ | | |/| | |
| * / | | | Add advance property to QQuickTextEskil Abrahamsen Blomfeldt2017-05-196-0/+298
| |/ / / /
* | | | | Move properties into grouped "point" propertyJan Arve Saether2017-05-238-36/+39
* | | | | FakeFlickable: animate returnToBounds() when flicking is doneShawn Rutledge2017-05-221-8/+41
* | | | | tst_flickableinterop: test buttons with all gesturePolicy valuesShawn Rutledge2017-05-151-1/+1
* | | | | DragHandler: allow parent to be different from targetShawn Rutledge2017-04-271-7/+9
* | | | | QQMultiPointerHandler: don't steal grab if keepMouseGrab/keepTouchGrabShawn Rutledge2017-04-271-0/+1
* | | | | add pinchDragFlingMPTA exampleShawn Rutledge2017-04-251-0/+97
* | | | | QQuickPointerDeviceHandler: add acceptedModifiersShawn Rutledge2017-04-252-0/+59
* | | | | PH manual tests: better object names for easier debuggingShawn Rutledge2017-04-202-1/+3
* | | | | PinchHandler: add centroidVelocityShawn Rutledge2017-04-201-0/+7
* | | | | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-04-135-791/+2
|\| | | |
| * | | | Run ES5 tests on Linux/x86-64Simon Hausmann2017-03-244-641/+0
| * | | | QHash: use the public functions to set the global hash seedThiago Macieira2017-03-161-3/+2
| | |/ / | |/| |
* | | | Red frame indicates that the item has an active handlerJan Arve Saether2017-03-091-1/+8
* | | | add ScrollBar manual testShawn Rutledge2017-03-073-0/+190
* | | | TapHandler manual test: demonstrate tapped signalShawn Rutledge2017-03-072-7/+8
* | | | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-03-021-0/+147
|\ \ \ \ | | |_|/ | |/| |
| * | | ObjectPrototype: Improve ES6 complianceRobin Burchell2017-02-071-0/+39
| * | | DatePrototype: In ES6, this is an Object, not a DateObjectRobin Burchell2017-02-071-1/+4
| * | | Date.prototype: Fixes for ES6 complianceRobin Burchell2017-02-071-1/+2
| * | | ObjectPrototype: Object.freeze() no longer sets TypeError for a non-ObjectRobin Burchell2017-02-031-0/+6
| * | | FunctionObject: Mark name/length property configurableRobin Burchell2017-02-031-0/+98
| |/ /
* | | flickableWithHandlers manual test improvementsShawn Rutledge2017-02-223-21/+47
* | | allow stealing grab from handlers; notify passive grabbers when stolenShawn Rutledge2017-02-161-1/+1
* | | pointer handlers manual test: can give arg with qml to launchShawn Rutledge2017-02-142-0/+16
* | | TapHandler: add timeHeld propertyShawn Rutledge2017-02-091-1/+15
* | | TapHandler: add gesturePolicyShawn Rutledge2017-02-0911-2/+290
* | | TapHandler: add long-press featureShawn Rutledge2017-02-091-5/+14