aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.10' into wip/new-backendSimon Hausmann2017-09-1217-261/+228
|\
| * don't re-deliver events to an item which already filteredShawn Rutledge2017-09-112-11/+16
| * refactor sendFilteredMouseEvent to match sendFilteredPointerEventShawn Rutledge2017-09-112-17/+16
| * Remove unused member variablev5.10.0-alpha1Lars Knoll2017-09-081-1/+0
| * Drain the markStack while collecting rootsLars Knoll2017-09-081-1/+4
| * Fix double-free in QQmlTypePrivate for enum valuesErik Verbruggen2017-09-081-1/+1
| * sendFilteredPointerEvent: go back to parent traversalShawn Rutledge2017-09-082-134/+103
| * QByteArray gets mapped to ArrayBufferAlbert Astals Cid2017-09-051-0/+5
| * rename QQuickEventPoint pos properties to positionShawn Rutledge2017-09-0510-43/+43
| * qmltest: Run each test in a separate QQuickView for test isolationTor Arne Vestbø2017-09-051-34/+34
| * shapes: Reduce stroke/fill node dataLaszlo Agocs2017-09-052-27/+14
* | Merge remote-tracking branch 'origin/dev' into wip/new-backendSimon Hausmann2017-09-08101-449/+673
|\ \
| * | Fix symbol clash with QtScript when linking staticallyVladyslav Brovko2017-09-072-0/+6
| |/
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-0536-79/+109
| |\
| | * 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-2922-54/+54
| | * Don't copy the bytecode data from the cached compilation unitLars Knoll2017-08-291-6/+0
| | * Doc: add missing word to Item::enabledMitch Curtis2017-08-281-1/+1
| | * Update doc to clarify the slot parameter for connectNotifySignalAndy Shaw2017-08-251-0/+3
| | * Fix crash in mouseGrabberItemSune Vuorela2017-08-231-2/+1
| * | Revert "Make QtQuickTest::mouseEvent use QTest::mouseX"Jani Heikkinen2017-09-042-35/+29
| * | Rename single and multi pointer handler classnamesJan Arve Sæther2017-09-0311-52/+52
| * | Merge dev into 5.10Frederik Gladhorn2017-09-0219-78/+161
| |\ \
| | * | QtQuickTest::mouseEvent: when clicking a Window, use the given coordsShawn Rutledge2017-09-011-1/+1
| | * | Add QQuickItemPrivate::filterKeyEvent()J-P Nurmi2017-08-302-21/+22
| | * | Make QtQuickTest::mouseEvent use QTest::mouseXAlbert Astals Cid2017-08-302-29/+35
| | * | QQmlSettings: use categorised loggingMitch Curtis2017-08-291-13/+6
| | * | 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
| * | | Doc: Fix issues for Qt Quick Shapes documentationTopi Reinio2017-09-011-109/+125
| * | | 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-284-7/+13
| |/ /
| * | 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-2316-36/+43
| |\|
| | * Fix compiler errors with clang 4.0Lars Knoll2017-08-231-12/+12
| | * Fix memory corruption with type trimmingSimon Hausmann2017-08-234-12/+14
| | * Small cleanupLars Knoll2017-08-231-2/+1
| | * Fix valgrind warning about uninitialized variableLars Knoll2017-08-231-0/+1
| | * Cleanup obsolete TODO in source codeLars Knoll2017-08-231-3/+0