aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* wasm: cleanup code, remove obsolete codeLorn Potter2018-06-074-5/+1
* Merge remote-tracking branch 'gerrit/5.11' into wip/webassemblyMorten Johan Sørvig2018-06-0415-45/+131
|\
| * 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
* | wasm: revert DirectConnection changesLorn Potter2018-05-151-11/+3
* | webassembly: fix for crash and assert on no thread and wasm buildsLorn Potter2018-05-142-6/+12
* | Merge remote-tracking branch 'origin/5.11.0' into wip/webassemblyMorten Johan Sørvig2018-05-1110-45/+99
|\|
| * 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
* | webassembly: use default opengl backendLorn Potter2018-04-232-4/+3
* | webassembly: revert the bitfield patchLorn Potter2018-03-233-35/+2
* | Merge remote-tracking branch 'gerrit/5.11' into wip/webassemblyMorten Johan Sørvig2018-03-08119-1796/+2312
|\|
| * 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