aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* One GraphicsInfo to rule them allLaszlo Agocs2016-06-0111-415/+485
* Change graphicsAPI to graphicsApiLaszlo Agocs2016-06-015-11/+11
* Enable QQuickItemGrabResult in all buildsLaszlo Agocs2016-05-314-12/+8
* Merge remote-tracking branch 'origin/dev' into scenegraphngAndy Nichols2016-05-3110-34/+114
|\
| * QQuickWindow: Process a synthetic hover once per frameRobin Burchell2016-05-264-6/+16
| * QML: re-use event objects across signal emissions.Erik Verbruggen2016-05-265-25/+71
| * Fixed another batch of QHash/QMap::values() (mis)useFrank Meerkoetter2016-05-251-1/+1
| * Add QQuickWheelEvent::inverted()Jan Arve Sæther2016-05-253-4/+28
* | Add an API to set the scenegraph backendLaszlo Agocs2016-05-302-2/+55
* | Merge remote-tracking branch 'origin/dev' into HEADLaszlo Agocs2016-05-2410-5/+19
|\|
| * Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-2410-5/+19
| |\
| | * 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
* | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-05-2435-474/+804
|\| | |
| * | | Merge remote-tracking branch 'origin/5.7' into devSimon Hausmann2016-05-183-3/+12
| |\| |
| | * | 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
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-1331-469/+745
| |\| |
| | * | 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
| | | * Fixed MouseArea threshold with preventStealingFilippo Cucchetto2016-04-192-8/+14
| | | * Initialize qmlEngine in QQuickItemGrabResultPrivateAndy Shaw2016-04-191-0/+1
| | | * Set the private active variable to true and not the one passed inAndy Shaw2016-04-141-1/+1
| | | * QQuickItem: Ignore NaN x and y values.Robin Burchell2016-04-131-0/+4
| | | * Fix high-DPI image and svg providersMorten Johan Sørvig2016-04-121-1/+1
| | | * QQuickText,QQuickTextInput: Fully qualify enumerations in changed() signals.Friedemann Kleint2016-04-072-9/+9
| | | * Update the item when the DevicePixelRatio changesAndy Shaw2016-04-072-0/+8
| | * | Use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-265-39/+40
| | * | QQuickTextInput: Listen for changes to cursorFlashTimeRichard Moe Gustavsen2016-04-212-41/+42
| | * | QQuickTextControlPrivate: Listen for changes to cursorFlashTimeRichard Moe Gustavsen2016-04-212-5/+24