aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* doc, listview: document that binding to parent should be avoidedRichard Moe Gustavsen2020-08-201-2/+24
* webOS: Share images even if cache is falseElvis Lee2020-08-191-1/+34
* Force Batch Rebuild if SubtreeBlocked includes an opacity changeAndy Nichols2020-08-121-0/+5
* Add clipNext null pointer guardValery Volgutov2020-08-111-17/+19
* Fix crash when QSGTexture is deleted in rc->endSync()VaL Doroshchuk2020-08-091-1/+9
* Fix regression in antialiasing on outlined textEskil Abrahamsen Blomfeldt2020-08-0612-8/+12
* Replace Qt's MidButton with MiddleButtonEdward Welbourne2020-07-222-2/+2
* Set the stencil buffer zoneDH Kang2020-07-081-9/+33
* Fix MouseArea mouseX/mouseY coordinates while draggingShawn Rutledge2020-07-021-1/+1
* Doc: fix delegate snippetMitch Curtis2020-06-301-4/+4
* Change the cursor within HoverHandler.marginShawn Rutledge2020-06-301-7/+11
* webOS: Don't send synthetic hover event on a frame updateJaeyoon Jung2020-06-251-0/+4
* Doc: Add documentation for zScalePaul Wicking2020-06-231-0/+8
* Fix outline for connected textEskil Abrahamsen Blomfeldt2020-06-1916-17/+65
* Fix the vertical alignment of images in a text documentDominik Holland2020-06-171-4/+6
* Speed up rendering huge static scenesEskil Abrahamsen Blomfeldt2020-06-162-1/+11
* Cull removed items from QQuickItemViewFabian Kosmale2020-06-151-2/+3
* Get rid of preprocess in QQuickTextEskil Abrahamsen Blomfeldt2020-06-156-6/+23
* Fix QQuickKeyNavigationAttached issueValery Volgutov2020-06-121-6/+6
* Consider margins in xflick/yflickNicolas Fella2020-06-101-4/+6
* Fix for possible crash in QSGDefaultLayer::grabValery Volgutov2020-06-082-0/+9
* QQuickTextNodeEngine: prevent renderring transparent selection colorWang Chuan2020-06-051-2/+2
* Doc: Add drag.smoothed property to the listVenugopal Shivashankar2020-06-041-0/+1
* Fix deprecation attribute in QSGAbstractRendererLaszlo Agocs2020-06-021-0/+2
* Fix offset on native text rendering with high-dpi scalingEskil Abrahamsen Blomfeldt2020-05-291-3/+4
* Fix a clipping bug in software-rendered textEskil Abrahamsen Blomfeldt2020-05-281-2/+4
* Revert "Text: Fix kerning when horizontalAlignment is set to center"Eskil Abrahamsen Blomfeldt2020-05-261-1/+1
* Improve polish loop detection and diagnosticsJan Arve Sæther2020-05-211-7/+83
* Fix handling of QQuickViewPrivate::rootUlf Hermann2020-05-212-23/+33
* QQuickPathView: Use setPosition() to update item positionAlexandr Akulich2020-05-201-2/+1
* Respect margins when sizing flickable content itemNicolas Fella2020-05-201-4/+4
* TableView: during layout, set item width before heightRichard Moe Gustavsen2020-05-201-9/+22
* TableView: allow negative spacingRichard Moe Gustavsen2020-05-201-2/+2
* QQuickWindow: pass InputMethod(Query) events on to itemsVolker Hilsheimer2020-05-191-0/+19
* Fix subpixel positioned text with Text.NativeRenderingEskil Abrahamsen Blomfeldt2020-05-191-5/+4
* Fix Narrator spelling password characters in Quick TextInputAndre de la Rocha2020-05-191-0/+4
* Doc: Remove imagePaul Wicking2020-05-191-0/+0
* Doc: fix typo in ListView::layoutDirectionMitch Curtis2020-05-191-1/+1
* Resume AnimatedSprite playback when visibility changesLaszlo Agocs2020-05-192-0/+10
* Fix using fonts inside .ttc with render type QtRenderingEskil Abrahamsen Blomfeldt2020-05-191-1/+1
* Doc: Update description to be more precisePaul Wicking2020-05-181-2/+3
* Mouse area: Prevent drag being started with non-accepted mouse buttonsFriedemann Kleint2020-05-181-3/+9
* Workaround for regression causing most gradient presets to not be shownEirik Aavitsland2020-05-181-1/+1
* Merge remote-tracking branch 'origin/5.15.0' into 5.15Qt Forward Merge Bot2020-05-144-5/+26
|\
| * Export QQuickItemViewFxItem privatelyv5.15.0Shawn Rutledge2020-05-111-1/+1
| * Make no-opengl builds succeed with Vulkan or MetalLaszlo Agocs2020-04-251-4/+11
| * Fix crashes when draggingFriedemann Kleint2020-04-241-0/+8
| * Merge 5.15 into 5.15.0Alexandru Croitor2020-04-233-10/+9
| |\
| * \ Merge remote-tracking branch 'origin/5.14' into 5.15.0Liang Qi2020-04-221-2/+1
| |\ \
| * | | QQuickRepeater: Fix interaction with PackageFabian Kosmale2020-04-221-0/+6