aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
...
| * Flickable: fix minXExtent/minYExtent when content is smaller than viewAndrea Bernabei2016-07-011-2/+2
* | Doc: Added definition of enum value ItemAntialiasingHasChangedNico Vertriest2016-07-111-0/+3
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-294-4/+19
|\|
| * 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
* | Use QDateTime::currentMSecsSinceEpoch() instead of currentDateTimeThiago Macieira2016-06-221-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-204-13/+22
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.7.0' into 5.7Liang Qi2016-06-162-39/+45
|\ \
| * | Fix QQuickItem change listenersJ-P Nurmi2016-05-242-39/+45
* | | QQuickTextInput: include padding when reporting anchor rectRichard Moe Gustavsen2016-06-131-2/+3
* | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-109-25/+83
|\ \ \ | | |/ | |/|
| * | 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 grammar in QQuickItem::grabToImage() documentationMitch Curtis2016-05-231-1/+1
| |/ |/|
* | V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-206-0/+6
* | Don't render when width is zero and elide is not NoneKari Hautamäki2016-05-201-0/+5
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-193-5/+8
|\|
| * 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
* | Flickable: add AutoFlickIfNeeded as an option for flickableDirectionShawn Rutledge2016-05-132-1/+10
* | Fix anchor enum again, now for more broken versions of GCC.Erik Verbruggen2016-05-121-2/+2
* | QML: Fix anchors on Windows.Erik Verbruggen2016-05-111-1/+7
* | QML: Remove internal field padding from QQuickAnchorPrivate.Erik Verbruggen2016-05-104-243/+324
* | Merge remote-tracking branch 'origin/5.6.1' into 5.7Simon Hausmann2016-05-091-1/+1
|\|
| * QQuickItem: force clear subFocusItem from ancestorsJ-P Nurmi2016-05-041-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Erik Verbruggen2016-05-065-16/+30
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-065-16/+30
| |\|
| | * 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
* | | QQuickWindowPrivate: Only update transform on polish if neededRichard Moe Gustavsen2016-05-061-1/+31
|/ /
* | Add Qt::ImInputItemClipRectangle support to QtQuick itemsJan Arve Saether2016-05-023-0/+21
* | Quick: expose movementDirection of PathViewLiang Qi2016-05-024-8/+59
* | QML: Replace qIsFinite with qt_is_finite.Erik Verbruggen2016-04-282-58/+58
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-2713-95/+145
|\|
| * QML: Access QQuickItemPrivate data (like x/y/etc) directly.Erik Verbruggen2016-04-211-68/+116
| * QML: Remove baselineOffsetValid flag from QQuickItem.Erik Verbruggen2016-04-202-11/+4
| * Revert "Fixed MouseArea threshold with preventStealing"Michal Klocek2016-04-202-14/+8
| * Drop the class name from shader effect material keysUlf Hermann2016-04-203-5/+1