aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-24169-3465/+3465
* QQuickWindowIncubationController: Use QPointer to guard QSGRenderLoop referenceMike Achtelik2021-02-111-3/+3
* QQuickTextEdit: ensure we update after changing paddingRichard Moe Gustavsen2021-02-091-0/+4
* qquicktextinput: ensure we update IM when cursor changes positionRichard Moe Gustavsen2021-02-041-4/+3
* Update commercial license headersTarja Sundqvist2021-02-02169-3465/+3465
* Fix Text with ElideRight not being rendered when width goes from 0 to >0Fabian Kosmale2021-01-141-1/+4
* QQuickLoader: prevent clearing initial properties after active = trueWang Chuan2021-01-111-1/+0
* Doc: mention that Item's childrenRect property is local to the itemMitch Curtis2021-01-051-0/+8
* 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