aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickitem.h
Commit message (Expand)AuthorAgeFilesLines
* Add revision to QQuickItem::ensurePolished()Shawn Rutledge2022-01-271-1/+1
* 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
* | | Remove "XXX todo" commentsFrederik Gladhorn2016-07-011-2/+0
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-071-3/+3
|\|
| * Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-031-3/+3
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-191-1/+2
|\|
| * Rerender natively rendered text items when DPI scaling changes.Andreas Hartmetz2016-02-051-1/+2
* | Updated license headersJani Heikkinen2016-01-191-14/+20
* | Add support for mapping between item's and global screen coordinatesNikita Krupenko2015-12-101-0/+2
* | QQuickItem: added isAncestorOf()Liang Qi2015-12-071-0/+2
|/
* Port from Q_ENUMS to new macro Q_ENUM.Friedemann Kleint2015-06-191-1/+1
* Fix 590 inconsistent override warnings [-Winconsistent-missing-override]Sérgio Martins2015-02-131-2/+2
* Update copyright headersJani Heikkinen2015-02-121-7/+7