aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into devSimon Hausmann2016-04-081-21/+21
|\
| * QML: directly access private data instead of calling accessors.Erik Verbruggen2016-04-051-18/+18
| * Replace qQNaN() and friends with qt_qnan().Erik Verbruggen2016-04-051-3/+3
* | Merge remote-tracking branch 'origin/5.7' into devAndy Nichols2016-04-051-1/+1
|\|
| * QQuick: remove property index from the accessor functions.Erik Verbruggen2016-03-311-1/+1
* | QQuickItem: Provide cheaper hover event delivery.Robin Burchell2016-03-101-0/+29
* | add qt.quick.mouse.target logging categoryShawn Rutledge2016-03-081-0/+4
* | QQuickWindow: prerequisites for handling multi-point touchShawn Rutledge2016-03-071-2/+2
|/
* Determine QQuickItem::childAt() correctlyKari Hautamäki2016-02-241-2/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-191-6/+24
|\
| * Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-151-6/+24
| |\
| | * Rerender natively rendered text items when DPI scaling changes.Andreas Hartmetz2016-02-051-0/+6
| | * QQuickItem: fix another infinite loop in nextItemInFocusChain()Liang Qi2016-01-301-6/+18
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-121-1/+1
|\| |
| * | Doc: correct Item::contains() return typeNikita Krupenko2016-02-031-1/+1
| |/
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-291-2/+2
|\|
| * Doc: corrected some minor link issuesNico Vertriest2016-01-221-2/+2
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-221-0/+2
|\|
| * QQuickItem: fix an infinite loop nextItemInFocusChain()Liang Qi2016-01-201-0/+2
* | Updated license headersJani Heikkinen2016-01-191-14/+20
* | Add support for mapping between item's and global screen coordinatesNikita Krupenko2015-12-101-0/+64
* | QQuickItem: added isAncestorOf()Liang Qi2015-12-071-0/+20
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-071-13/+45
|\|
| * Properly check the arguments of mapFrom/ToItemLars Knoll2015-12-011-13/+45
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-031-16/+18
|\|
| * Fix childrenRect calculationCornelius Mika2015-10-311-5/+5
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-261-9/+11
| |\
| | * QQuickItem: detect loop in KeyNavigation chainLiang Qi2015-10-141-1/+3
| | * Correct some areas of QQuickItem's documentationMitch Curtis2015-10-131-8/+8
| * | Quick: Sanitize reading environment variables.Friedemann Kleint2015-10-261-1/+1
| * | QQuickItem: Make setParent() error message more usefulGabriel de Dietrich2015-10-221-1/+1
* | | Merge remote-tracking branch 'origin/5.6' into origin/devUlf Hermann2015-10-221-2/+31
|\| |
| * | QQuickItemPrivate: added a accessibleRole()Liang Qi2015-10-211-0/+13
| * | QQuickItem: fully document stackBefore() and stackAfter()Mitch Curtis2015-10-201-2/+18
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-7/+23
|\| |
| * | QQuickItem: correct focus reason for key navigationLiang Qi2015-10-141-4/+4
| * | Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
| * | Don't send delayed mouse presses to ancestors of the replaying Flickable.Andrew den Exter2015-10-121-0/+1
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-2/+17
| |\|
| | * Link to Item Layers documentation from each property of layerMitch Curtis2015-09-231-2/+15
| | * Fix compilation of QtDeclarative with QT_NO_GESTURESTobias Koenig2015-09-221-0/+2
* | | Don't detach temporary containerSérgio Martins2015-09-151-2/+2
|/ /
* | Add isTabFence private flagGabriel de Dietrich2015-08-211-19/+70
* | Add possibility to mirror ShaderEffectSource generated texturesMiikka Heikkinen2015-08-201-0/+31
* | Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-1/+24
|\|
| * Doc: added documentation to undocumented methodsNico Vertriest2015-08-041-1/+24
* | Doc: Fix QtQuick::EnterKey QML type documentationTopi Reinio2015-08-041-21/+32
* | Add EnterKey attached propertyKai Uwe Broulik2015-08-031-0/+74
* | Don't resolve the d-pointer when we don't use it.Ulf Hermann2015-06-151-1/+1
* | QQuickWindow: Move itemsToPolish from a QSet to QVector.Robin Burchell2015-06-061-3/+3
|/