aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | 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-161-10/+2
* | Item views: eliminate some repeated QList::at() accessJ-P Nurmi2017-01-162-16/+27
* | ListView: allow flicking to both directionsJ-P Nurmi2017-01-162-6/+50
* | Quick: Remove last foreach, and mark QT_NO_FOREACHRobin Burchell2017-01-161-1/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-145-5/+8
|\|
| * Fix build without feature.imTasuku Suzuki2017-01-131-0/+2
| * 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
| * 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
* | QQuickItemGrabResult: Use qmlWarning instead of qWarningRobin Burchell2017-01-121-7/+8
* | Port existing qmlInfo callers to qmlWarningRobin Burchell2017-01-1123-72/+72
* | PathView: fix crash on path removeOleg Yadrov2017-01-111-7/+14
* | MultiPointTouchArea.TouchPoint: add rotation, uniqueId and ellipseDiametersShawn Rutledge2017-01-043-2/+93
* | Make it possible to call grabToImage() on Window.contentItemOleg Yadrov2017-01-022-0/+5
* | Add TextInput::textEdited()J-P Nurmi2016-12-303-1/+16
* | Flickable: add horizontal/verticalOvershoot propertiesJ-P Nurmi2016-12-294-3/+90
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-254-12/+22
|\|