aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* refactor sendFilteredMouseEvent to match sendFilteredPointerEventShawn Rutledge2017-09-112-17/+16
* Remove unused member variablev5.10.0-alpha1Lars Knoll2017-09-081-1/+0
* sendFilteredPointerEvent: go back to parent traversalShawn Rutledge2017-09-082-134/+103
* rename QQuickEventPoint pos properties to positionShawn Rutledge2017-09-0510-43/+43
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-0525-61/+94
|\
| * Make releaseResources() free the renderer's shader cacheLaszlo Agocs2017-09-047-3/+36
| * QQuickListView: ensure we re-layout when a delegate is placed at the last vis...Richard Moe Gustavsen2017-08-301-6/+4
| * Doc: Minor fixes to Loader QML type documentationTopi Reinio2017-08-293-7/+10
| * Doc: Fix capitalization in section titlesTopi Reinio2017-08-2913-42/+42
| * Doc: add missing word to Item::enabledMitch Curtis2017-08-281-1/+1
| * Fix crash in mouseGrabberItemSune Vuorela2017-08-231-2/+1
* | Rename single and multi pointer handler classnamesJan Arve Sæther2017-09-0311-52/+52
* | Merge dev into 5.10Frederik Gladhorn2017-09-0216-35/+119
|\ \
| * | Add QQuickItemPrivate::filterKeyEvent()J-P Nurmi2017-08-302-21/+22
| * | Fix new Text and TextEdit properties not available in 2.10Paolo Angelelli2017-08-291-0/+2
| * | Remove QQuickEventPoint parameter from tapped propertyJan Arve Sæther2017-08-282-2/+2
| * | Doc: mention that Path is a non-visual typeMitch Curtis2017-08-251-0/+3
| * | optimization: get acceptedButtons before checking it twiceShawn Rutledge2017-08-251-2/+3
| * | Add property to disable shaping on fontsEskil Abrahamsen Blomfeldt2017-08-257-0/+77
| * | Fix symbol clash in static builds in etc texture providerSimon Hausmann2017-08-252-10/+10
* | | Remove isValid from QQuickPointerEventFrederik Gladhorn2017-08-302-5/+1
* | | 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
* | 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