aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* QQuickItem: force clear subFocusItem from ancestorsJ-P Nurmi2016-05-041-1/+1
* Fix EnterKey::type docsJ-P Nurmi2016-04-291-1/+1
* QML: Remove baselineOffsetValid flag from QQuickItem.Erik Verbruggen2016-04-201-8/+2
* QQuickItem: Ignore NaN x and y values.Robin Burchell2016-04-131-0/+4
* 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
* | Doc: correct Item::contains() return typeNikita Krupenko2016-02-031-1/+1
|/
* Doc: corrected some minor link issuesNico Vertriest2016-01-221-2/+2
* QQuickItem: fix an infinite loop nextItemInFocusChain()Liang Qi2016-01-201-0/+2
* Properly check the arguments of mapFrom/ToItemLars Knoll2015-12-011-13/+45
* 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
* | QQuickItemPrivate: added a accessibleRole()Liang Qi2015-10-211-0/+13
* | QQuickItem: fully document stackBefore() and stackAfter()Mitch Curtis2015-10-201-2/+18
* | 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
* | 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
|\|
| * Fix width/height property assignment during animations.Aaron McCarthy2015-02-121-1/+1
| * Doc: link issues qtdeclarativeNico Vertriest2015-02-041-9/+7
* | Use TabFocusBehavior in QStyleHints in QtQuickLiang Qi2015-02-121-11/+2
* | Update copyright headersJani Heikkinen2015-02-121-7/+7
* | PinchArea: handle native gestures when availableShawn Rutledge2015-01-251-0/+3
* | Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-031-2/+2
* | Remove most of the places where getPointer() is usedLars Knoll2014-12-201-12/+12
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-091-1/+1
|\|
| * Error out when trying to set an item as its own parentFrederik Gladhorn2014-12-031-1/+1