aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.8' into tqtc/lts-5.15-open...v5.15.8-lts-lgplTarja Sundqvist2022-11-108-49/+92
|\
| * deliverSinglePointEventUntilAccepted(): skip items that aren't shownShawn Rutledge2021-12-101-0/+2
| * Fix glitches in big AnimatedSprite animationsEirik Aavitsland2021-12-101-7/+7
| * Fix Flickable wheel velocity calculationShawn Rutledge2021-12-042-30/+68
| * Ensure that HoverHandler isn't hovered after HoverLeave to parent itemShawn Rutledge2021-12-031-0/+9
| * Revert "Fix ListView.isCurrentItem when used with DelegateModel"Mitch Curtis2021-12-021-2/+0
| * Revert "Fix for possible crash in QSGDefaultLayer::grab"Laszlo Agocs2021-10-252-9/+0
| * QQuickTextInput: fix cursor positioning for QInputMethodEventIvan Solovev2021-10-151-1/+6
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.7' into tqtc/lts-5.15-open...v5.15.7-lts-lgplTarja Sundqvist2022-09-128-11/+44
|\|
| * Doc: Fix QtQuick::Keys::forwardTo generic list typeIvan Tkachenko2021-10-071-1/+1
| * 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