aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Doc: clarify behavior of QQuickItem's constructorMitch Curtis2018-07-021-0/+3
* | Replace MultiPtHndlr.pointDistanceThreshold with PointerHandler.marginShawn Rutledge2018-06-291-0/+11
* | Add HoverHandler to detect a hovering mouse pointerShawn Rutledge2018-06-281-0/+13
* | Merge remote-tracking branch 'origin/5.11' into devUlf Hermann2018-06-251-5/+5
|\|
| * Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-191-5/+5
* | Merge remote-tracking branch 'origin/5.11' into devLars Knoll2018-05-241-4/+1
|\|
| * setGrabberItem: consistently call touchUngrabEvent or mouseUngrabEventShawn Rutledge2018-05-151-4/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-041-0/+6
|\|
| * QQuickItem: Guard against null deref in transformationsRobin Burchell2018-04-301-0/+6
* | Disambiguate different allocation functions in the memory managerLars Knoll2018-04-121-1/+1
|/
* Add an example of binding LayoutMirroring to the app's layoutDirectionMitch Curtis2018-03-081-0/+7
* doc: Fix another link to page titleMartin Smith2018-03-021-1/+1
* finish renaming of containsMask -> containmentMaskShawn Rutledge2018-02-281-3/+3
* doc: Fix some odds and ends in qdoc commentsMartin Smith2018-02-281-5/+5
* doc: Fix some odds and ends in qdoc commentsMartin Smith2018-02-281-1/+1
* rename containsMask to containmentMaskShawn Rutledge2018-02-271-6/+6
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-74/+74
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-121-6/+31
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-311-2/+4
| |\
| | * QQuickItem::stackBefore/After: print more useful warningsMitch Curtis2018-01-241-2/+4
| * | Fix Shapes not playing well with QtGraphicalEffectsPaolo Angelelli2018-01-311-4/+27