aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://gitorious.org/qt/qtdeclarative into merge-masterMatthew Vogt2012-03-131-5/+8
|\
| * Improve interaction of nested Flickables and PathViewMartin Jones2012-03-131-3/+7
| * Fix double click handler in QQuickItem.Laszlo Agocs2012-03-121-2/+1
* | Added QQuickItem::clipRect().Kim Motoyoshi Kalland2012-03-051-2/+9
|/
* Merge master <-> api_changesMatthew Vogt2012-03-051-3/+3
|\
| * Treat parentless items as focus scopesAlan Alpert2012-03-021-1/+1
* | Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-57/+58
|/
* Reduce size of QQuickItemPrivateAaron Kennedy2012-02-211-138/+146
* Have input method hints on only classes using themPekka Vuorela2012-02-171-21/+0
* Ensure visibility changes are communicated through itemChange.Michael Brasser2012-02-161-5/+1
* Use QInputMethod instead of deprecated QInputPanelPekka Vuorela2012-02-101-3/+3
* 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