aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Fix memory corruption when sharing QObjects between different QML enginesSimon Hausmann2015-05-081-3/+1
* Doc: Fix linking issues in Item QML type documentationTopi Reinio2015-04-291-5/+5
* Return the correct type from Item::mapToItem/Item::mapFromItem.Mitch Curtis2015-04-081-77/+62
* Improve debug operator for QQuickItem.Friedemann Kleint2015-04-021-6/+15
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-03-171-3/+2
|\
| * Make sure we deref an item from its window.Gunnar Sletta2015-03-061-3/+2
* | Fix invocations of static methods of QGuiApplication/QCoreApplication.Friedemann Kleint2015-03-051-1/+1
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-10/+8
|\|