aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix ListView.isCurrentItem when used with DelegateModelJoni Poikelin2021-10-061-0/+2
| * QQuickLoader: Do not incubate if the source arrives after setActive(false)Aleix Pol2021-09-301-0/+3
| * Reinitialize shader data structure when effect changesVolker Hilsheimer2021-09-201-1/+4
| * Doc: mention that clipping can affect performance and link to pageMitch Curtis2021-09-171-0/+3
| * Canvas: Add a means to override the DPR used via an environment variableAndy Shaw2021-08-301-2/+9
| * Fix regression in ListView/Flickable event deliveryJan Arve Sæther2021-08-261-1/+14
| * qquicktextinput: Clear pre-edit text after input method resetJarkko Koivikko2021-08-232-6/+8
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.6' into tqtc/lts-5.15-open...v5.15.6-lts-lgplTarja Sundqvist2022-08-169-23/+75
|\|
| * Doc: fix AnchorChanges typoJeremy Katz2021-08-121-1/+1
| * DropArea: Tell qdoc that DropArea indeed inherits ItemFabian Kosmale2021-08-041-0/+1
| * Pass the focus reason through to the control on mouse pressVolker Hilsheimer2021-07-242-5/+5
| * Update QQuickImage's DPR if re-loading the image didn'tVolker Hilsheimer2021-07-231-2/+6
| * Handle QScreen::physicalDotsPerInchChanged changes for the initial screenVolker Hilsheimer2021-07-211-3/+9
| * doc: Improve QQuickItem::containmentMask() docsShawn Rutledge2021-07-141-9/+35
| * When setting the line dash to be an empty array reset the style to SolidAndy Shaw2021-07-141-1/+4
| * Fix QtQtuickImage docs: correct properties' signaturesIvan Tkachenko2021-07-021-2/+4
| * QQuickItem::forceActiveFocus(): actually force active focusShawn Rutledge2021-06-101-0/+10
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.5' into tqtc/lts-5.15-open...v5.15.5-lts-lgplTarja Sundqvist2022-05-168-62/+97
|\|
| * doc: Improve QQuickItem::ItemChangeData docsShawn Rutledge2021-05-261-5/+11
| * docs: Clarify EventPoint propertiesShawn Rutledge2021-05-261-7/+3
| * Consistent naming for (to|from)Is(Defined|Sourced) in animationsAndreas Buhr2021-05-132-18/+17
| * TextEdit: update all glyphnodes on QTD::contentsChanged() signalShawn Rutledge2021-05-071-0/+8
| * qquicktableview: upon forceLayout(), check for visible rows/columns at the or...Richard Moe Gustavsen2021-05-061-30/+48
| * Make PinchArea translate correctly inside a rotated parentShawn Rutledge2021-05-051-1/+7
| * Fix warning and assert when removing items from groupsMaximilian Goldstein2021-04-221-1/+3
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.4' into tqtc/lts-5.15-open...v5.15.4-lts-lgplTarja Sundqvist2022-04-0710-47/+204
|\|
| * Prevent infinite recursion in QQuickItemPrivate::itemToWindowTransformShawn Rutledge2021-04-181-2/+3
| * Avoid crash when accessing an empty QTextLineSiyeon Seo2021-04-171-2/+2
| * doc: fix up QQuickItem::contains() docsShawn Rutledge2021-04-171-12/+13
| * QQuickTextInput: update cursor rectangle after padding changedWang Chuan2021-04-161-0/+5
| * DelegateModelGroup: Fix bug where item could be removed from the modelJan Arve Sæther2021-03-301-9/+93
| * QQuickTableView: always update content size when rebuilding small tablesRichard Moe Gustavsen2021-03-262-2/+26
| * QQuickTableView: forceLayout() should work, even when no items are loadedRichard Moe Gustavsen2021-03-231-3/+9
| * QQuickItemAnimation: close potential memory leakVolker Hilsheimer2021-03-231-7/+4
| * Revert "Use unique_ptr to clarify ownership of QQuickDefaultClipNode objects"Volker Hilsheimer2021-03-221-5/+5
| * Use unique_ptr to clarify ownership of QQuickDefaultClipNode objectsVolker Hilsheimer2021-03-191-5/+5
| * MouseArea: fix containsMouse behavior during visibility changesVolker Hilsheimer2021-03-111-0/+6
| * QQuickWindow: don't leak old screenChanged connectionsAndreas Hartmetz2021-03-111-4/+3
| * QQuickTextControl: commit pre-edit after key pressBartlomiej Moskal2021-03-091-0/+6
| * qquicktextinput: Fix validation for IM eventBartlomiej Moskal2021-02-192-2/+28
| * qquicktextinput: Fix Undo history for IM eventBartlomiej Moskal2021-02-181-4/+6
* | 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