aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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-0238-36/+57536
|\
| * Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-0215-12/+56826
| |\
| | * Add TouchMouse::implicitUngrab autotestJan Arve Saether2017-02-281-0/+32
| | * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-2414-12/+56794
| | |\
| | | * Flip a broken qtConfig conditionJake Petroules2017-02-221-1/+1
| | | * Binary compatibility files for qtdeclarative (5.8.0)Milla Pohjanheimo2017-02-154-0/+56517
| | | * Use QQmlType for looking up enums, even on singletonsUlf Hermann2017-02-082-0/+45
| | | * Flickable: handle child mouse ungrab when hidden or disabledJ-P Nurmi2017-02-082-0/+33
| | | * Fix move ordering while resolving edges in register allocationErik Verbruggen2017-02-041-0/+92
| | | * MouseArea: fix bug preventing dragging from startOleg Yadrov2017-02-032-0/+54
| | | * Enable PropertyChanges to correctly restore binding on aliasMichael Brasser2017-02-022-11/+52
| * | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-2813-6/+340
| |\| |
| | * | QQuickLayout: ensure that all change listeners are removedMitch Curtis2017-02-223-0/+111
| | * | Add a javascript push method binding to QQmlListPropertyIonut Alexandrescu2017-02-213-1/+37
| | * | QQuickWindowPrivate::deliverWheelEvent: fix global position of the eventOleg Yadrov2017-02-171-5/+21
| | * | Add missing qmlRegisterExtendedUncreatableType variantKevin Ottens2017-02-173-0/+117
| | * | Directly load already known metaproperties in QV4QObjectWrapperUlf Hermann2017-02-153-0/+54
| * | | QQuickImage: take DPI into account for implicit and painted sizesMitch Curtis2017-02-241-0/+61
| * | | Positioners: allow distinguishing between implicit/explicit child sizeMitch Curtis2017-02-233-0/+65
| * | | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLars Knoll2017-02-153-1/+43
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-02-143-1/+43
| | |\| |
| | | * | Rename Window.targetScreen to screen, and pick up changes to the screenTor Arne Vestbø2017-02-111-1/+1
| | | * | Fix a crash in setInternalClassRobin Burchell2017-02-031-0/+14
| | | * | add QQmlEngine::offlineStorageDatabaseFilePath(db), use in LocalStorageShawn Rutledge2017-02-021-0/+29
| * | | | dynamic_cast -> qobject_cast for QObjectDerived*Robin Burchell2017-02-141-2/+2
| |/ / /
| * | | Re-enable tst_qquickwindow::headlessLaszlo Agocs2017-02-101-6/+0
| * | | As crazy as it is, redefinition of global properties should workRobin Burchell2017-02-091-0/+15
| * | | Add String.prototype.repeat from ECMAScript 6Robin Burchell2017-02-091-0/+1
| * | | ObjectPrototype: Improve ES6 complianceRobin Burchell2017-02-071-0/+39
| * | | DatePrototype: In ES6, this is an Object, not a DateObjectRobin Burchell2017-02-072-9/+4
| * | | Date.prototype: Fixes for ES6 complianceRobin Burchell2017-02-072-2/+3
| * | | 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
| * | | parser: Add "let" keyword (& T_LET)Robin Burchell2017-02-031-0/+10
| * | | Codegen: Disallow duplicate declarations of const propertiesRobin Burchell2017-02-031-0/+25
* | | | flickableWithHandlers manual test improvementsShawn Rutledge2017-02-223-21/+47
* | | | clarify further exclusive vs. passive grabsShawn Rutledge2017-02-202-6/+6
* | | | allow stealing grab from handlers; notify passive grabbers when stolenShawn Rutledge2017-02-162-15/+14
* | | | pointer handlers manual test: can give arg with qml to launchShawn Rutledge2017-02-142-0/+16
* | | | start making explicit exclusive or passive grabsShawn Rutledge2017-02-101-3/+3
* | | | 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
* | | | 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