aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickitem_p.h
Commit message (Expand)AuthorAgeFilesLines
* Declare some missing value typesUlf Hermann14 days1-1/+1
* Set default layout size policies for quick itemsSanthosh Kumar2024-02-091-0/+6
* API Cleanup: Remove focusReason from QQuickItem's public API and add docsDoris Verria2024-01-131-0/+2
* Remove the use of Q_QUICK_PRIVATE_EXPORTAlexey Edelev2024-01-091-4/+4
* QQuickItem: Respect focusPolicy when delivering eventsDoris Verria2023-12-161-0/+4
* Move focusPolicy from QQuickControl to QQuickItemDoris Verria2023-12-081-1/+3
* Move focusReason from QQuickControl to QQuickItemVolker Hilsheimer2023-12-081-0/+2
* Ensure ItemObservesViewport works when item is moved to new ancestorTor Arne Vestbø2023-12-071-0/+2
* Remove all QML_DECLARE_TYPE from src and toolsUlf Hermann2023-11-181-8/+0
* Include what you need: <QPointer>Marc Mutz2023-10-061-0/+1
* QQuickItem: Remove declaration of not implemented list operationIvan Tkachenko2023-09-191-1/+0
* Make properties in Qt Quick FINAL to prevent shadowingOliver Eftevaag2023-06-081-25/+25
* QQuickItem: Do not synthesize replace() for data/resources/childrenUlf Hermann2023-05-091-0/+3
* Accessibility: respect value in attached Accessible in controlsVolker Hilsheimer2023-04-211-0/+3
* QQuickItem: merge notifyChangeListeners overloadsVolker Hilsheimer2023-04-181-15/+7
* QQuickItemKeyFilter: do not overload shortcutOverride-signalSami Shalayel2023-02-151-2/+2
* QQuickItemPrivate::itemToParentTransform: pass transform by pointerShawn Rutledge2023-02-081-1/+1
* Fix build with -no-feature-quick-shadereffectTasuku Suzuki2023-01-241-0/+2
* QQuickItem: avoid emitting signals during destructionVolker Hilsheimer2022-11-111-0/+1
* Check only for enabled HoverHandlersShawn Rutledge2022-10-311-1/+1
* ScrollBar: fix crash on exit when flickable created before ScrollViewMitch Curtis2022-10-311-0/+5
* Add live property to QQuickItem layerKristoffer Skau2022-09-081-0/+6
* Reduce QQuickItemPrivate memory usageFabian Kosmale2022-08-111-45/+45
* QQuickItemPrivate::handlePointerEvent: avoid passive grabbers tooShawn Rutledge2022-07-131-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* Export private QQuickKeyEvent and QQuickKeysAttachedAndrei Golubev2021-12-111-1/+1
* Allow reparenting Pointer HandlersShawn Rutledge2021-12-101-0/+2
* Fix setting the focus reason in Qt Quick ControlsVolker Hilsheimer2021-12-041-0/+1
* Refactor: move change listener notification logic into helpersVolker Hilsheimer2021-12-041-0/+27
* Allow any Item to act as a viewport for any of its childrenShawn Rutledge2021-11-291-4/+7
* Large Text: populate only lines visible in Window into SGShawn Rutledge2021-09-291-1/+1
* Add invokable QQuickItem::dumpItemTree()Shawn Rutledge2021-09-171-0/+1
* Make QQuickItem containmentMask be dependent on positionIgor Bugaev2021-07-021-0/+1
* QQuickItem::{width,height}Valid: correctly handle binding being undefinedFabian Kosmale2021-06-301-2/+2
* QQuickItemPrivate: Make {width,height}Valid a functionFabian Kosmale2021-06-301-2/+5
* QQuickItem: Make x/y/width/height bindableFabian Kosmale2021-06-031-4/+13
* Fix click-to-focus in items within subscenes; improve loggingShawn Rutledge2021-03-021-2/+2
* Move event delivery from QQWindow to QQuickDeliveryAgentShawn Rutledge2021-02-241-0/+8
* Use QMutable*Event classes to copy and synthesize eventsVolker Hilsheimer2020-11-181-1/+1
* QQmlListProperty: Use qsizetype rather than int for sizesUlf Hermann2020-11-091-10/+10
* Remove QQuickPointerEvent etc.; deliver QPointerEvents directlyShawn Rutledge2020-09-181-2/+3
* Privately export QQuickItemLayerLaszlo Agocs2020-09-131-1/+1
* Quick: Clean up some includesUlf Hermann2020-06-041-21/+18
* Replace QFlagPointer with QTaggedPointerSimon Hausmann2020-04-031-3/+12
* Introduce new mechanism to manage palette functionality in QMLVitaly Fanaskov2020-03-161-2/+4
* Add major version to all Q_REVISIONsUlf Hermann2020-02-191-1/+5
* Add PointerHandler.cursorShape propertyShawn Rutledge2020-01-311-0/+5
* QQmlListProperty: Add replace and removeLast functionsUlf Hermann2020-01-151-1/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-091-1/+1
|\
| * QQuickWindow: make subFocusItem a QPointerFabian Kosmale2020-01-031-1/+1