aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
...
| * | | failsafe: never allow touch or mouse grab to persist after releaseShawn Rutledge2017-08-291-6/+8
| * | | TapHandler docs: correct the import statementShawn Rutledge2017-08-291-1/+1
| * | | use QTextOption::tabStopDistance now that it existsShawn Rutledge2017-08-291-3/+3
| * | | Fix some qdoc warnings for 5.10Friedemann Kleint2017-08-283-7/+11
| |/ /
| * | Restore filtering behaviorShawn Rutledge2017-08-242-12/+22
| * | improve cat. logging during event delivery to child-filtering itemsShawn Rutledge2017-08-231-8/+8
| * | Add a way to set the default render type of text-like elementsGiuseppe D'Angelo2017-08-239-20/+91
| * | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-233-5/+5
| |\|
| | * Fix memory leaks with threaded rendererJoni Poikelin2017-08-223-5/+5
| * | Use QRandomGenerator instead of q?randThiago Macieira2017-08-233-8/+11
* | | Always set the correct FunctionObject when calling JS functionsLars Knoll2017-09-021-5/+5
* | | Move ScopedCallData and ScopedStackFrame into a separate fileLars Knoll2017-09-011-0/+1
* | | Merge remote-tracking branch 'origin/dev' into wip/new-backendLars Knoll2017-08-2298-425/+5140
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devSimon Hausmann2017-08-188-27/+48
| |\ \
| | * | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-188-27/+48
| | |\|
| | | * Fix crash in QQuickAnimatedImageAleksei Ilin2017-08-151-1/+1
| | | * QQuickTextInput: Allow going from an Acceptable to an Intermediate stateAndy Shaw2017-08-151-0/+5
| | | * Fix ListView::StrictlyEnforceRange with resizing delegateMichael Brasser2017-08-093-1/+14
| | | * Doc: Mention license in Qt Quick documentationKai Koehne2017-08-031-0/+8
| | | * Move the engine pointer from the property cache to the VME meta objectLars Knoll2017-08-021-1/+1
| | | * Use QQmlType by valueLars Knoll2017-08-022-25/+20
| * | | Remove unnecesary if and dead codeJesus Fernandez2017-08-171-20/+17
| |/ /
| * | Doc: Fix PointerHandler QML docsTopi Reinio2017-08-113-40/+48
| * | Fix crash in QQuickAnimatedImageAleksei Ilin2017-08-101-1/+1
| * | Fix hardcoding font family before the font is loadedEskil Abrahamsen Blomfeldt2017-08-092-0/+10
| * | Merge branch 'wip/pointerhandler' into devShawn Rutledge2017-08-0830-266/+3933
| |\ \
| | * | Fix some bugs related to child mouse filteringwip/pointerhandlerJan Arve Saether2017-08-082-5/+9
| | * | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-08-0847-111/+800
| | |\ \
| | * | | Do not break qtlocation when integratingJan Arve Saether2017-07-131-0/+1
| | * | | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerJan Arve Saether2017-07-1172-268/+911
| | |\ \ \
| | * | | | Do not crash on WindowsJan Arve Saether2017-06-233-3/+2
| | * | | | Add tst_multipointtoucharea_interop autotestShawn Rutledge2017-05-271-1/+0
| | * | | | Fix some problems with MouseDblClick handlingJan Arve Saether2017-05-264-3/+19
| | * | | | Move properties into grouped "point" propertyJan Arve Saether2017-05-234-91/+109
| | * | | | Change enum values to not start from 0Jan Arve Saether2017-05-221-7/+7
| | * | | | Start over with event delivery when touchpoint releases occurShawn Rutledge2017-05-2210-53/+87
| | * | | | TapHandler: don't give up passive grab on setPressed(false)Shawn Rutledge2017-05-151-5/+2
| | * | | | Don't allow one handler to cancel another's grab, unless it is stealingShawn Rutledge2017-05-151-0/+3
| | * | | | QQuickPointerEvent debug operator: don't crash if original event nullShawn Rutledge2017-05-111-1/+4
| | * | | | QQuickPointerEvent debug operator: add timestampShawn Rutledge2017-05-111-1/+3
| | * | | | Default QQuickItem::acceptTouchEvents to true until Qt 6Shawn Rutledge2017-05-105-2/+17
| | * | | | Only send filtered events to the parent of the receiverJan Arve Saether2017-05-081-0/+2
| | * | | | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-05-08116-149/+352
| | |\ \ \ \
| | * | | | | Add and use QQuickPointerSingleHandler::moveTarget()Shawn Rutledge2017-04-283-1/+9
| | * | | | | QQPSingleHandler: accept only left mouse button by defaultShawn Rutledge2017-04-282-2/+1
| | * | | | | TapHandler: CancelGrabPassive => setPressed(false)Shawn Rutledge2017-04-281-1/+1
| | * | | | | DragHandler: allow parent to be different from targetShawn Rutledge2017-04-272-7/+34
| | * | | | | Start over with event delivery when touchpoint presses occurShawn Rutledge2017-04-272-10/+29
| | * | | | | QQPSingleHandler: store m_scenePressPos separatelyShawn Rutledge2017-04-272-1/+4
| | * | | | | QQMultiPointerHandler: don't steal grab if keepMouseGrab/keepTouchGrabShawn Rutledge2017-04-273-6/+15