aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* QQuickWindowPrivate::deliverWheelEvent: fix global position of the eventOleg Yadrov2017-02-171-1/+1
* Replace usage of QSignalMapper by lambdaOlivier Goffart2017-02-141-1/+0
* Rename Window.targetScreen to screen, and pick up changes to the screenTor Arne Vestbø2017-02-115-37/+27
* Fix a crash in canvas2d when calling some methodsLars Knoll2017-02-071-6/+6
* Doc: added doc for parameter windowNico Vertriest2017-02-031-1/+1
* Allow to pass all the relevant info to QQuickPixmap::isCachedAlbert Astals Cid2017-02-033-4/+4
* Canvas Item: Prevent polish loop when calling requestAnimationFrameAndy Nichols2017-02-022-1/+21
* Add fixes for INTEGRITYKimmo Ollila2017-01-311-49/+49
* Add fontInfo property to TextEskil Abrahamsen Blomfeldt2017-01-313-1/+94
* QQuickWindow FBO: fix dpr and rect when there is an actual windowLaszlo Agocs2017-01-301-2/+7
* Make Item::grabToImage work in more cases, and improve test coverageAlbert Astals Cid2017-01-273-3/+13
* Use independent buffer for indicesJesus Fernandez2017-01-272-9/+2
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-264-10/+17
|\
| * Fix build without feature.shortcutTasuku Suzuki2017-01-153-3/+17
| * Remove documentation references to internal functionsKavindra Palaraja2017-01-131-7/+0
* | Add anisotropic filtering support to QSGTexturePaolo Angelelli2017-01-258-2/+94
* | Port builtin methods in Canvas2D to new calling conventionLars Knoll2017-01-251-680/+617
* | Remove qWarning about QQuickImageProviderWithOptionsAlbert Astals Cid2017-01-243-12/+3
* | Doc: Added a description of visible in MouseAreaAram So2017-01-241-0/+3
* | PathAnimation: fix bug when PathSvg or PathLine is the last item in PathOleg Yadrov2017-01-203-16/+1
* | Q_ENUMS -> Q_ENUM and Q_FLAGS -> Q_FLAGAlbert Astals Cid2017-01-191-2/+1
* | Item views: Q_DECL_OVERRIDE -> overrideJ-P Nurmi2017-01-1811-138/+138
* | QQuickItemView: use some more C++11 range for loopsJ-P Nurmi2017-01-181-35/+34
* | QQuickGridView: use C++11 range for loops for visible itemsJ-P Nurmi2017-01-171-16/+13
* | QQuickListView: use C++11 range for loops for visible itemsJ-P Nurmi2017-01-171-16/+11
* | Remove remnants of blackberry platform supportRobin Burchell2017-01-162-11/+3
* | Item views: eliminate some repeated QList::at() accessJ-P Nurmi2017-01-162-16/+27
* | ListView: allow flicking to both directionsJ-P Nurmi2017-01-163-6/+65
* | Quick: Remove last foreach, and mark QT_NO_FOREACHRobin Burchell2017-01-162-1/+3
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-148-10/+41
|\|
| * Fix build without feature.imTasuku Suzuki2017-01-131-0/+2
| * Fix projection matrix for DepthAware QSGRenderNodesLaszlo Agocs2017-01-121-1/+6
| * Propagate root changes to rendernodes tooLaszlo Agocs2017-01-121-0/+4
| * Update QSGRenderNode docs to match realityLaszlo Agocs2017-01-121-3/+0
| * Fix crash in CanvasGunnar Sletta2017-01-101-1/+0
| * Clarify MouseArea's onClicked and onPressAndHold documentationKavindra Palaraja2017-01-081-2/+2
| * Added documentation for the GroupSwitchModifierKavindra Palaraja2017-01-051-0/+1
| * Fix stencil clips with core profile contextsLaszlo Agocs2017-01-041-1/+22
| * Added the missing link to AnimationKavindra Palaraja2017-01-031-0/+1
| * QQuickWindow flushFrameSynchronousEvents: don't hover if nothing dirtyShawn Rutledge2016-12-281-2/+3
* | QQuickItemViewPrivate: cleanup superfluous semi-colonsJ-P Nurmi2017-01-141-2/+2
* | Deprecate Text::doLayout() in favor of forceLayout()J-P Nurmi2017-01-143-2/+16
* | Improve visibility into Positioner positioning from QMLMichael Brasser2017-01-133-0/+100
* | QSGThreadedRenderLoop: Correctly stop the animation timer ...Robin Burchell2017-01-122-1/+12
* | QQuickItemGrabResult: Use qmlWarning instead of qWarningRobin Burchell2017-01-121-7/+8
* | QSGNodeVisitorEx virtual destructorPier Luigi Fiorini2017-01-121-0/+2
* | Port existing qmlInfo callers to qmlWarningRobin Burchell2017-01-1130-88/+88
* | PathView: fix crash on path removeOleg Yadrov2017-01-111-7/+14
* | MultiPointTouchArea.TouchPoint: add rotation, uniqueId and ellipseDiametersShawn Rutledge2017-01-044-2/+93
* | Make it possible to call grabToImage() on Window.contentItemOleg Yadrov2017-01-022-0/+5