aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* doc: explain QQItem event delivery, handlers, setAcceptTouchEvents()Shawn Rutledge2021-01-041-5/+29
* Show a tableview even if the syncView has an empty modelAndy Shaw2020-12-091-5/+2
* Accessibility event is sent on item's geometry changePiotr Mikolajczyk2020-11-261-0/+8
* QQuickTextInput: Store mask data in std::unique_ptrFabian Kosmale2020-11-242-5/+5
* QML Text doesn't reset lineCount when text is emptyShinichi Okada2020-11-201-0/+2
* QQuickWindow: Check if QQuickItem was not deletedBartlomiej Moskal2020-11-161-0/+8
* QQuickView docs: show correct usage of setInitialPropertiesFabian Kosmale2020-11-121-0/+4
* Revert "qquickloader: Free memory of loaded components after source change"Maximilian Goldstein2020-10-301-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
* 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
* Doc: Capitalize "GUI" correctlySze Howe Koh2020-08-312-6/+6
* 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
* Replace Qt's MidButton with MiddleButtonEdward Welbourne2020-07-222-2/+2
* Fix MouseArea mouseX/mouseY coordinates while draggingShawn Rutledge2020-07-021-1/+1
* 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-191-0/+16
* Fix the vertical alignment of images in a text documentDominik Holland2020-06-171-4/+6
* Cull removed items from QQuickItemViewFabian Kosmale2020-06-151-2/+3
* 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
* 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
* Doc: fix typo in ListView::layoutDirectionMitch Curtis2020-05-191-1/+1
* Resume AnimatedSprite playback when visibility changesLaszlo Agocs2020-05-192-0/+10
* 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-143-1/+15
|\
| * Export QQuickItemViewFxItem privatelyv5.15.0Shawn Rutledge2020-05-111-1/+1