aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Revert "qquickloader: Free memory of loaded components after source change"Maximilian Goldstein2020-11-021-13/+0
* TableView: ensure we rebuild the sync view, even when flicking on a sync view...Richard Moe Gustavsen2020-10-262-2/+12
* TableView: ensure we update content size upon model changesRichard Moe Gustavsen2020-10-222-30/+67
* qquickloader: Free memory of loaded components after source changeFabian Kosmale2020-10-211-0/+13
* Doc: mention that clipping can affect performance and link to pageMitch Curtis2020-10-191-0/+3
* QQuickShaderEffect: fix crash when hiding parentMitch Curtis2020-10-191-1/+5
* Fix alwaysRunToEnd==true prevented complex Anim from stoppingPiotr Mikolajczyk2020-10-162-0/+10
* QQuickTextEdit: ensure we update document width when padding has changedRichard Moe Gustavsen2020-10-081-2/+3
* QQuickListView: prevent mouse delivery in floating header or footerShawn Rutledge2020-10-074-16/+55
* QQuickDrag: Do not crash when changing supportedActionsFabian Kosmale2020-09-231-0/+2
* webOS: Allow to have activeFocus for each windowElvis Lee2020-09-141-1/+25
* Move the sharegroup with the context to the render threadLaszlo Agocs2020-09-101-0/+2
* Doc: Capitalize "GUI" correctlySze Howe Koh2020-08-313-9/+9
* Doc: Fix minor typosSze Howe Koh2020-08-301-1/+1
* QQuickLoader: make sure the status property change properlyWang Chuan2020-08-251-0/+2
* QQuickLoader: make sure the status property change properlyWang Chuan2020-08-251-0/+7
* 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