aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-261-4/+4
* Use QList instead of QVectorJarek Kobus2020-06-251-1/+1
* Remove QQuickPointerDevice in favor of QPointingDeviceShawn Rutledge2020-06-231-2/+4
* Revise OpenGL references in QQuickItem docsLaszlo Agocs2020-06-151-29/+31
* Fix QQuickKeyNavigationAttached issueValery Volgutov2020-06-121-6/+6
* QQuickItem: rename geometryChanged to geometryChangeMitch Curtis2020-04-231-20/+21
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-091-0/+11
|\
| * Doc: explain how to receive mouse press and release eventsv5.15.0-beta3Mitch Curtis2020-03-311-0/+11
* | Remove QSGSimpleMaterialLaszlo Agocs2020-04-071-1/+1
* | Replace QFlagPointer with QTaggedPointerSimon Hausmann2020-04-031-4/+1
* | Introduce new mechanism to manage palette functionality in QMLVitaly Fanaskov2020-03-161-0/+42
|/
* Remove hard-coded notes for 'Corresponding handler' for QML signalsTopi Reinio2020-03-101-80/+0
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-031-1/+7
|\
| * QQuickItem: prevent endless loop in focus tab chainWang Chuan2020-03-031-1/+7
* | Propagate the LanguageChange events from the QQuickWindow to the itemsAndy Shaw2020-02-251-0/+4
* | Add PointerHandler.cursorShape propertyShawn Rutledge2020-01-311-8/+70
* | Make QtQuick::Item::mapFrom/ToItem also accept point and rectAlbert Astals Cid2020-01-241-90/+104
* | Make QtQuick::Item::mapFrom/ToGlobal also accept pointAlbert Astals Cid2020-01-241-24/+50
* | Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-171-1/+1
* | Avoid initializing QFlags with 0 or nullptrAllan Sandfeld Jensen2019-11-221-1/+1
|/
* Doc: Fix documentation warningsTopi Reinio2019-11-111-2/+2
* Merge remote-tracking branch 'origin/5.13' into 5.14v5.14.0-beta3Qt Forward Merge Bot2019-11-041-1/+2
|\
| * QQuickItem::setParentItem: Check for d->window after deref'ing itUlf Hermann2019-10-311-1/+2
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-311-4/+17
|\|
| * QQuickItem::setParentItem: add child earlierFabian Kosmale2019-10-291-4/+17
* | Enhance Layer.smooth docsLaszlo Agocs2019-10-251-1/+5
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-271-1/+1
|\|
| * Doc: Fix typoPaul Wicking2019-09-261-1/+1
* | doc: correct the snippet for Item.scaleShawn Rutledge2019-09-181-0/+1
* | Fix qmlobject_{dis}connect macros to require semicolon at the endJan Arve Sæther2019-09-161-1/+1
* | Add a feature for Drag&Drop support in Qt QuickUlf Hermann2019-05-231-4/+4
* | Fix deprecation warnings about QVariant APIFriedemann Kleint2019-04-081-2/+2
* | Refactor transform code in pinchhandler to a separate functionJan Arve Sæther2019-04-021-0/+34
|/
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-221-3/+3
|\
| * Documentation: Start using the \nullptr macroFriedemann Kleint2019-01-211-3/+3
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-121-6/+17
|\|
| * Ensure that each Event Handler has an Item parent rather than assertingShawn Rutledge2018-12-071-1/+5
| * Add dynamically-created Event Handlers to the relevant handlers vectorShawn Rutledge2018-12-071-5/+12
* | Add QQuickTest::qIsPolishScheduled()Mitch Curtis2018-10-311-0/+2
|/
* Remove doc about accepting/rejecting the event in ungrabEvent virtualsShawn Rutledge2018-10-111-4/+0
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-081-1/+52
|\
| * QQuickItem: document which events are accepted by defaultMitch Curtis2018-10-041-1/+42
| * Add QQuickItemPrivate::updateOrAddItemChangeListener()Mitch Curtis2018-10-021-0/+10
* | QQuickItemPrivate::canAcceptTabFocus(): respect non-editable spinboxesJ-P Nurmi2018-10-031-10/+9
* | Protect tab focus chain from infinite loops when item is invisibleFrederik Gladhorn2018-08-151-2/+13
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-011-4/+4
|\|
| * Doc: Add precision to scene graph descriptionPaul Wicking2018-07-301-4/+4
* | Rearrange docs: Pointer Handlers -> Input HandlersShawn Rutledge2018-07-261-2/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-161-0/+31
|\|
| * Item, QQuickItem: document which properties are used in map functionsMitch Curtis2018-07-101-0/+28