aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* Canvas: Implement high-DPI render modeMorten Johan Sørvig2016-10-051-2/+10
* QQuickPositioners: fix sentence structure in apidocFrederik Schwarzer2016-10-041-4/+4
* QQuickRectangle: fix typo in apidocFrederik Schwarzer2016-10-041-1/+1
* Fix crash with window-less QQuickItemsSimon Hausmann2016-09-306-67/+41
* Fix incorrectly aligned text whose size depends on its implicit sizeMitch Curtis2016-09-291-2/+2
* QQuickText: fix paddings when wrapping or eliding is usedJ-P Nurmi2016-09-291-1/+1
* Flickable: do not emit movementEnded until it really doesShawn Rutledge2016-09-291-1/+1
* Flickable: don't activate velocityTimeline if scroll phase availableShawn Rutledge2016-09-291-1/+1
* Quick: Do not send SG updates when AnimatedSprite is not visibleErik Verbruggen2016-09-232-12/+21
* Fix MouseArea sticky grab with drag.filterChildren enabledMartin Jones2016-09-221-0/+2
* Propagate window enter event as hover enter event in QQuickWindowEike Hein2016-09-151-0/+9
* QQuickTextInput: avoid emitting editingFinished twiceRichard Moe Gustavsen2016-09-151-1/+6
* QQuickDragAttached: set actual drag source when instantiating QDragAlberto Mardegan2016-08-261-1/+1
* QQuickGridView: fix doc for itemAt() and indexAt()Anton Kudryavtsev2016-08-181-2/+2
* QQuickListView: fix doc for itemAt() and indexAt()Anton Kudryavtsev2016-08-181-2/+2
* QQuickPathView: fix doc for itemAt() and indexAt()Anton Kudryavtsev2016-08-171-2/+2
* Doc: Change instances of 'OS X' to 'macOS'Topi Reinio2016-08-153-3/+3
* PathView: fix infinite construction/destruction loopAnton Kudryavtsev2016-08-121-18/+26
* PathView: fix item creationAnton Kudryavtsev2016-08-121-3/+13
* Don't accept left clicks when text format is plain.Eike Hein2016-08-091-0/+1
* Flickable: avoid infinite velocity during release after dragShawn Rutledge2016-08-051-2/+6
* Fix QQuickDefaultClipNode::updateGeometry()J-P Nurmi2016-08-051-1/+1
* Work around ICC bug about C++11 noexcept inheritanceThiago Macieira2016-07-231-21/+21
* Fix QQuickItem's setAcceptedMouseButtons functionDan Cape2016-07-211-0/+6
* Fix missing closing parenthesis in TextEdit docsMitch Curtis2016-07-141-2/+2
* QQuickWindow: Fill out timestamps in QHoverEvents sent to QQuickItemsDaniel d'Andrada2016-07-122-16/+18
* Fix crash in QQuickShaderEffect::updatePaintNodeAlbert Astals Cid2016-07-051-1/+1
* Flickable: fix minXExtent/minYExtent when content is smaller than viewAndrea Bernabei2016-07-011-2/+2
* Remove misleading out of date comments in QQuickWindowPrivateLaszlo Agocs2016-06-231-2/+0
* ungrab touch points if the MultiPointTouchArea is hidden or disabledJan Arve Saether2016-06-231-0/+4
* QQuickSpriteEngine: avoid entering infinite loop in assembledImage()Daniel d'Andrada2016-06-211-0/+9
* Report changes correctly when inserting into a ListViewStephen Kelly2016-06-211-2/+6
* Fix positioning of inline images in StyledText.Michael Brasser2016-06-161-1/+4
* ItemViews: Make the wording of the warning on cache properties slightly sterner.Robin Burchell2016-06-163-12/+18
* KeyNavigation: fix the documentation for its propertiesGiuseppe D'Angelo2016-06-071-5/+28
* Item: mention the actual type of the grab resultMitch Curtis2016-06-031-1/+2
* Revert removal of "Fixed MouseArea threshold with preventStealing"Filippo Cucchetto2016-06-032-8/+14
* QQuickTextNodeEngine: early out if no document layout.Edward Welbourne2016-06-011-1/+4
* Fix grammar in PathView docsMitch Curtis2016-05-271-1/+1
* Flickable: MovementEndingTimerInterval is used only on OS XShawn Rutledge2016-05-251-0/+2
* Avoid Canvas crashes with qtquickcompilerLaszlo Agocs2016-05-241-3/+7
* QQuickWindow: Only send focus events to items that actually gain focusRobin Burchell2016-05-231-6/+25
* Fix crashes when incubating objects asynchronously with initial propertiesSimon Hausmann2016-05-182-1/+4
* Flickable: start movementEndingTimer consistently only on OSXShawn Rutledge2016-05-111-4/+4
* QQuickItem: force clear subFocusItem from ancestorsJ-P Nurmi2016-05-041-1/+1
* AnimatedImage: Fix value of sourceSize propertyTobias Koenig2016-05-022-10/+17
* Fix EnterKey::type docsJ-P Nurmi2016-04-291-1/+1
* Doc: Document Window.contentItem QML propertyTopi Reinio2016-04-281-0/+6
* QQuickDragAttached: fix updating of "active" propertyAlberto Mardegan2016-04-261-5/+6
* QML: Access QQuickItemPrivate data (like x/y/etc) directly.Erik Verbruggen2016-04-211-68/+116