aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* QQuickCanvas: Fix requestAnimationFrame documentationv5.9.0-beta3Robin Burchell2017-04-211-2/+2
* Doc: remove reference to no longer existing propertiesNico Vertriest2017-04-211-2/+0
* Silence GCC 7 warnings about implicit fallthrough in Qt codeThiago Macieira2017-04-201-0/+1
* Fix warning for -no-feature-cursorStephan Binner2017-04-181-0/+2
* Fix warning for -no-feature-shortcutStephan Binner2017-04-181-0/+2
* QQuickText: optimize updateLayout()Anton Kudryavtsev2017-04-181-8/+2
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-113-1/+20
|\
| * Fix hidpi support for opengl window grabbingFilipe Azevedo2017-04-092-0/+4
| * Fix touch event delivery in childMouseEventFilterFrederik Gladhorn2017-03-161-1/+16
* | Remove revision from Drag.imageSource propertyPaolo Angelelli2017-04-051-1/+1
* | Fix QQuickCanvasItem::toImage() high-DPI captureMorten Johan Sørvig2017-03-312-8/+11
* | Simplify shortcut override handlingJoerg Bornemann2017-03-311-45/+1
* | Flickable: don't steal grab from item with keepTouchGrab setShawn Rutledge2017-03-271-3/+4
* | in childMouseEventFilter, touchpoint grabber is also the mouse grabberShawn Rutledge2017-03-271-5/+21
* | Build fix for configure -no-openglPaul Olav Tvete2017-03-222-0/+4
* | QQuickEvents: Fix documentation of types for MouseEvent and WheelEvent x/yRobin Burchell2017-03-201-4/+4
* | Flickable: fix doc statement about content anchoringNikita Krupenko2017-03-161-2/+4
* | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-03-142-0/+2
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-132-0/+2
| |\|
| | * Fix build for -no-feature-quick-shadereffectStephan Binner2017-02-273-0/+4
* | | Build fix for -no-feature-quick-pathPaul Olav Tvete2017-03-132-3/+9
|/ /
* | Build fix for -no-feature-quick-shadereffectPaul Olav Tvete2017-03-103-0/+4
* | Fix copied QDragMoveEvent drop action to propagate to original eventAlexandru Croitor2017-03-071-1/+3
* | When stealing a touchpoint as synth. mouse, ungrab touchFrederik Gladhorn2017-03-011-2/+7
* | Ensure mouse ungrab is called when touch is also trueMichael Dippold2017-02-281-4/+4
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-248-28/+57
|\|
| * Fix build without features.cursorStephan Binner2017-02-201-2/+4
| * Shaders: Fix crash when disconnecting shaders from item propertiesErik Verbruggen2017-02-151-3/+7
| * Minor wording issues and typo fixes in docsFrederik Schwarzer2017-02-151-2/+2
| * Flickable: handle child mouse ungrab when hidden or disabledJ-P Nurmi2017-02-081-1/+4
| * QQuickMouseArea: only start pressAndHoldTimer for accepted eventsRichard Moe Gustavsen2017-02-061-1/+2
| * MouseArea: fix bug preventing dragging from startOleg Yadrov2017-02-031-7/+18
| * Fix regression with UniformAnimator target property validationJoni Poikelin2017-02-012-0/+7
| * fix memory leak in QQuickWindowPrivate::deliverTouchAsMouseShawn Rutledge2017-02-011-7/+7
| * Quick: Check fbo msaa related extensions via QtGuiLaszlo Agocs2017-01-311-3/+4
| * Doc: Fix documentation warningsTopi Reinio2017-01-301-2/+2
* | 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
* | Allow to pass all the relevant info to QQuickPixmap::isCachedAlbert Astals Cid2017-02-031-1/+1
* | Canvas Item: Prevent polish loop when calling requestAnimationFrameAndy Nichols2017-02-022-1/+21
* | 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-271-1/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-261-0/+2
|\|
| * Fix build without feature.shortcutTasuku Suzuki2017-01-151-0/+2
* | Port builtin methods in Canvas2D to new calling conventionLars Knoll2017-01-251-680/+617
* | 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-201-1/+1