aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* singlePointHandlerProperties manual test fixesShawn Rutledge2017-09-081-1/+2
* Add test for mouse event propagation and filteringJan Arve Sæther2017-09-081-0/+349
* sendFilteredPointerEvent: go back to parent traversalShawn Rutledge2017-09-082-134/+103
* Blacklist tst_QQuickShape tests on macOS CI runsTor Arne Vestbø2017-09-071-0/+8
* QByteArray gets mapped to ArrayBufferAlbert Astals Cid2017-09-051-0/+5
* rename QQuickEventPoint pos properties to positionShawn Rutledge2017-09-0512-46/+46
* 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/5.9' into 5.10Liang Qi2017-09-0540-84/+114
|\
| * qmlimportscanner: Only skip debug/release directories if the path ends with themAndy Shaw2017-09-041-2/+2
| * 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-2925-57/+57
| * 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-047-186/+81
* | Rename single and multi pointer handler classnamesJan Arve Sæther2017-09-0311-52/+52
* | Merge dev into 5.10Frederik Gladhorn2017-09-0227-130/+343
|\ \
| * | 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-307-81/+186
| * | 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
| * | pointerhandler manual tests: enable hi-dpi scaling by defaultShawn Rutledge2017-08-251-0/+1
| * | optimization: get acceptedButtons before checking it twiceShawn Rutledge2017-08-251-2/+3
| * | Add property to disable shaping on fontsEskil Abrahamsen Blomfeldt2017-08-259-0/+107
| * | 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-303-7/+1
* | | Update import to 2.10 in tests for Text.advanceEskil Abrahamsen Blomfeldt2017-08-296-6/+6
* | | 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-2310-20/+111
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-2323-48/+48
|\|
| * 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