aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * add qt.quick.canvas logging category, show size change due to DPRShawn Rutledge2017-09-071-0/+11
| | * Canvas: Repaint on devicePixelRatio ChangeMorten Johan Sørvig2017-09-072-11/+15
| | * QQuickDragAttached: make hotSpot work with imageSourceOleg Yadrov2017-09-061-0/+1
| | * Disable deferring when referenced as a grouped propertyJ-P Nurmi2017-09-061-1/+1
| | * Fix crashes with closures created in QML componentsLars Knoll2017-09-0613-106/+210
| | * Qml Tooling: Replace bare pointers with QScopedPointerUlf Hermann2017-09-064-27/+18
| | * Fix QtQml crashing with GHS compiler when using AOTSimon Hausmann2017-09-051-13/+30
| | * Change mirror vertical for software QSGLayers to trueAllan Sandfeld Jensen2017-09-051-1/+1
| | * QmlProfiler: Avoid race conditions in QQmlTypeLoaderUlf Hermann2017-09-055-16/+54
* | | Register uncreateable types PointerHandler, EventPoint, EventTouchPointShawn Rutledge2017-09-201-1/+6
|/ /
* | QuickTest: initialize import and plugin paths before TestCaseCollectorJ-P Nurmi2017-09-151-4/+4
* | Use the qEnvironmentVariable function from QtCoreThiago Macieira2017-09-142-6/+6
* | improve documentation of PinchHandlerShawn Rutledge2017-09-145-12/+244
* | qmltest: Enumerate test cases / functions without evaluating QMLTor Arne Vestbø2017-09-133-29/+152
* | PinchHandler: correct the usage of min/max x/y for movement boundsShawn Rutledge2017-09-121-1/+1
* | PinchHandler: make the properties useful when target is nullShawn Rutledge2017-09-122-18/+21
* | QQuickMultiPointHandler::eligiblePoints: use parent not targetShawn Rutledge2017-09-121-2/+2
* | rename TapHandler.isPressed property to pressedShawn Rutledge2017-09-121-1/+1
* | 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/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