aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* Flickable: fix another possible cause for out-of-sync moving flagsNils Jeisecke2018-06-191-4/+2
* Fix subrect of mismatched dpr sprite imageAllan Sandfeld Jensen2018-06-011-5/+5
* setGrabberItem: consistently call touchUngrabEvent or mouseUngrabEventShawn Rutledge2018-05-152-8/+7
* Pass the arguments correctly to QRadialGradientAndy Shaw2018-05-151-1/+1
* Fix for input method commit that ends with newlinePaul Olav Tvete2018-05-141-1/+7
* Fix build without features.gesturesTasuku Suzuki2018-05-143-1/+24
* MouseArea: set pressed state to Qt::NoButton not nullptrShawn Rutledge2018-05-131-1/+1
* Fix bug where Ungrab event was not sentJan Arve Sæther2018-05-111-1/+2
* Fix crash when changing the source of AnimatedImage after a frame changeLouis du Verdier2018-05-081-5/+11
* QQuickItem: Guard against null deref in transformationsRobin Burchell2018-04-301-0/+6
* Fix crash when using drag with Drag.AutomaticFriedemann Kleint2018-04-262-3/+12
* Add handling of device pixel ratio to animated spritesAllan Sandfeld Jensen2018-04-266-23/+54
* Fix QQuickListViewPrivate::snapItemAt for lists with spacingJohan Klokkhammer Helsing2018-04-251-1/+6
* Fix Text with ElideRight not being rendered when reparentedMitch Curtis2018-04-171-1/+3
* Doc: Describe new 5.11 features in Image elementv5.11.0-beta4Eirik Aavitsland2018-04-131-2/+44
* clear() the loader before destroying itLars Knoll2018-04-091-4/+1
* Improve QQuickItemGrabResult::image() docsMitch Curtis2018-04-091-1/+1
* Fix Flickable mouse wheel handling on macOSNils Jeisecke2018-04-061-4/+6
* Doc: correct Sprite's detailed descriptionMitch Curtis2018-04-051-2/+2
* When deactivating a loader, do not immediately clear its contextErik Verbruggen2018-03-161-2/+2
* Improve AnimatedSprite's documentationMitch Curtis2018-03-161-16/+16
* Improve SpriteSequence's documentationMitch Curtis2018-03-161-12/+12
* QQuickWindow: skip mouse synthesis for touch events from trackpadsShawn Rutledge2018-03-162-1/+12
* Add an example of binding LayoutMirroring to the app's layoutDirectionMitch Curtis2018-03-081-0/+7
* touchDevice: don't lose bits from QTouchDevice::capabilitiesShawn Rutledge2018-03-081-2/+1
* doc: Fix another link to page titleMartin Smith2018-03-021-1/+1
* allow DeviceType and PointerType enums 16 bits each; bit packingShawn Rutledge2018-03-021-11/+13
* Doc: add code examples and GIFs of AnimatedSpriteMitch Curtis2018-02-281-3/+61
* finish renaming of containsMask -> containmentMaskShawn Rutledge2018-02-283-6/+6
* doc: Fix some odds and ends in qdoc commentsMartin Smith2018-02-282-5/+9
* doc: Fix some odds and ends in qdoc commentsMartin Smith2018-02-281-1/+1
* rename containsMask to containmentMaskShawn Rutledge2018-02-272-9/+9
* use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-2716-22/+22
* AnimatedSprite: set implicit size based on implicit frame sizeMitch Curtis2018-02-261-1/+13
* init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-265-70/+50
* Sprite, SpriteAnimation: document that frameDuration is in millisecondsMitch Curtis2018-02-262-2/+2
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-26102-680/+680
* doc: Correct mostly linking errorsMartin Smith2018-02-231-46/+87
* doc: Correct several QML property linksMartin Smith2018-02-231-24/+29
* doc: Fix remaining "Can't tie this..." errorsMartin Smith2018-02-232-3/+3
* Only warn about actual *anchors* in layout childrenJan Arve Sæther2018-02-192-0/+14
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-181-0/+7
|\
| * QQuickItemView::currentItemChanged called upon currentItem destructionAleix Pol2018-02-131-0/+7
* | Merge remote-tracking branch 'origin/5.10.1' into 5.11Qt Forward Merge Bot2018-02-151-3/+4
|\ \
| * | skip filtering during post-delivery if there are no PointerHandlersv5.10.1Shawn Rutledge2018-02-061-0/+2
| * | Make sure passive grabbers are cleared on releaseJan Arve Saether2018-02-021-3/+2
* | | Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-128-45/+79
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-025-32/+43
| |\|
| | * Fix transition when removing the last item from ListView/GridViewKari Hautamäki2018-02-021-1/+3
| | * If Loader loads Window, set its transient parent to the Loader's windowShawn Rutledge2018-02-023-4/+31