aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickitem.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.5.5-lts' into tqtc/lts-6.5-opensourceTarja Sundqvist2025-01-291-0/+4
|\
| * Include QML object id in QQuickItem debug outputTor Arne Vestbø2023-12-051-0/+4
* | Revert "Update commercial SPDX-License-Identifier"Tarja Sundqvist2025-01-031-1/+1
|/
* Update commercial SPDX-License-IdentifierTarja Sundqvist2023-10-231-1/+1
* Code style: split deprecation message into its own lineFabian Kosmale2023-01-261-4/+8
* Fix build with -no-feature-quick-shadereffectTasuku Suzuki2023-01-241-0/+2
* Add Q_ENUM on QQuickItem::ItemChangeShawn Rutledge2022-11-151-0/+1
* QQuickItem: make map(From|To)(Item|Global) type-safe in QMLFabian Kosmale2022-07-261-8/+32
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* QQuickAnchorChanges: Keep geometry bindings on reverse() and rewind()Ulf Hermann2022-03-021-0/+1
* Add revision to QQuickItem::ensurePolished()Shawn Rutledge2022-01-261-1/+1
* Add QObject::isQuickItemType() for convenienceYuhang Zhao2022-01-191-0/+15
* Allow any Item to act as a viewport for any of its childrenShawn Rutledge2021-11-291-1/+4
* Introduce ensurePolished()Jan Arve Sæther2021-10-241-0/+1
* Make QQuickItem::operator<< take const item in Qt 7; fix dumpItemTree()Shawn Rutledge2021-10-221-1/+5
* Remove redundant `protected` keyword in QQuickItem classIvan Tkachenko2021-10-141-1/+0
* Add invokable QQuickItem::dumpItemTree()Shawn Rutledge2021-09-171-0/+2
* QQuickItem: Make x/y/width/height bindableFabian Kosmale2021-06-031-4/+9
* Add a ParentProperty classinfo and use that to find parentsUlf Hermann2021-05-191-0/+1
* Move event delivery from QQWindow to QQuickDeliveryAgentShawn Rutledge2021-02-241-1/+1
* Remove QQuickItem::windowDeactivateEvent(); cancel grabs insteadShawn Rutledge2020-11-191-1/+0
* QQuickItem: remove unnecessary friendShawn Rutledge2020-11-031-2/+1
* Remove QQuickPointerEvent etc.; deliver QPointerEvents directlyShawn Rutledge2020-09-181-1/+1
* Use QList instead of QVectorJarek Kobus2020-06-251-1/+1
* QQuickItem: rename geometryChanged to geometryChangeMitch Curtis2020-04-231-3/+1
* Introduce new mechanism to manage palette functionality in QMLVitaly Fanaskov2020-03-161-1/+5
* Add major version to all Q_REVISIONsUlf Hermann2020-02-191-9/+11
* Specify parameters of type registration in class declarationsUlf Hermann2019-09-261-0/+2
* Harmonize meta object revisions and minor versionsUlf Hermann2019-08-261-1/+1
* Add a feature for Drag&Drop support in Qt QuickUlf Hermann2019-05-231-1/+1
* Add missing Q_FLAG declarations in QObject subclassesShawn Rutledge2018-09-281-0/+1
* finish renaming of containsMask -> containmentMaskShawn Rutledge2018-02-281-2/+2
* rename containsMask to containmentMaskShawn Rutledge2018-02-271-3/+3
* use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-271-2/+2
* Support masking of QQuickItemsPaolo Angelelli2018-01-251-0/+4
* Replace Q_NULLPTR with nullptrKevin Funk2017-09-271-3/+3
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-3/+3
* Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-08-081-1/+2
|\
| * Add QQuickItem::ItemEnabledHasChangedJ-P Nurmi2017-07-111-1/+2
* | Add QQuickItem acceptTouchEvents/setAcceptTouchEvents; require for touchShawn Rutledge2017-04-141-0/+2
* | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-04-131-0/+1
|\|
| * Expose QQuickItem::size() and document QQuickItem::setSize()Gunnar Sletta2017-03-201-0/+1
* | notify a PointerHandler when it loses grab due to Item::grabTouchPointsShawn Rutledge2017-03-061-0/+1
|/
* Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-7/+7
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-201-2/+4
|\
| * Item: sort out mapFromGlobal() and mapToGlobal()J-P Nurmi2016-10-131-2/+4
* | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-101-0/+2
|\|
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-041-0/+2
| |\
| | * Fix crash with window-less QQuickItemsSimon Hausmann2016-09-301-0/+2
* | | QML: Obliterate QQmlAccessorsErik Verbruggen2016-08-301-1/+0