aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added new convenience readonly visibleChildren property to ItemMathias Malmqvist2012-02-101-5/+65
* Let Item.layer.samplerName be a QByteArray instead of QString.Kim Motoyoshi Kalland2012-02-071-5/+5
* Allow Item components to be assigned to Item.layer.effect.Kim Motoyoshi Kalland2012-02-071-3/+4
* Fixed some Item.layer bugs and added auto-tests.Kim Motoyoshi Kalland2012-02-071-34/+99
* Avoid recursive parent chains in QQuickItemGunnar Sletta2012-02-071-0/+11
* Remove QtQuick1 elements from qtdeclarativeMatthew Vogt2012-02-031-2/+2
* Adapt to QGuiApplication::focusObject() for notifying input methodPekka Vuorela2012-02-021-2/+1
* Accessibility: Use new updateAccessibility() API in declarative.Friedemann Kleint2012-02-011-2/+2
* Update item focus when the enabled property is changed.Andrew den Exter2012-02-011-7/+20
* Document that Item inherits QtObjectAlan Alpert2012-02-011-0/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Enhance editors notifying input panel for input method changesPekka Vuorela2012-01-271-7/+9
* Avoid compiler warningsPekka Vuorela2012-01-241-1/+2
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Introduce layerering support (ShaderEffectSource) directly in ItemGunnar Sletta2012-01-031-1/+416
* Remove use of Qt::ImhMultiLine, to be deprecated/removedPekka Vuorela2012-01-031-1/+1
* Don't re-parent ShaderEffect source items.Kim Motoyoshi Kalland2012-01-021-0/+7
* Add accessibility to qmlFrederik Gladhorn2012-01-021-0/+32
* Always register accessor propertiesAaron Kennedy2011-12-221-0/+3
* Made QSGNode flags togglable and added StaticSubtreeGeometry.Kim Motoyoshi Kalland2011-12-141-0/+2
* Add Screen attached objectAlan Alpert2011-12-091-0/+4
* Introduce more generic fast property handlingAaron Kennedy2011-12-051-1/+33
* Say hello to QtQuick moduleKent Hansen2011-12-021-0/+5238