aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* Doc: Add precision to scene graph descriptionPaul Wicking2018-07-301-4/+4
* Remove const from QQuickPointerEvent::device propertyShawn Rutledge2018-07-271-1/+1
* Doc: Fix broken link targetsPaul Wicking2018-07-251-0/+1
* QQuickRenderControl: Grab framebuffer with alpha if the window uses itAndy Shaw2018-07-121-1/+2
* Item, QQuickItem: document which properties are used in map functionsMitch Curtis2018-07-101-0/+28
* Don't leak components in QQuickLoaderColin Ogilvie2018-07-051-2/+6
* Doc: add a section that demonstrates various contentX/contentY statesMitch Curtis2018-07-041-1/+26
* Doc: clarify behavior of QQuickItem's constructorMitch Curtis2018-07-021-0/+3
* Build without the draganddrop featureAndy Shaw2018-06-252-3/+2
* QQuickPathViewPrivate: fix heap-use-after-freeMitch Curtis2018-06-251-0/+5
* Doc: Move the code snippets to a separate snippet fileVenugopal Shivashankar2018-06-221-5/+1
* Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-1940-71/+71
* 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