Create accessible interfaces only for items with attached prop
[profile/ivi/qtdeclarative.git] / src / quick / items / qquickitem.cpp
2012-04-10 Frederik GladhornCreate accessible interfaces only for items with attach...
2012-04-04 Kim Motoyoshi KallandFixed crash when using 'var' property in ShaderEffect.
2012-04-02 Andrew den ExterFix crash when changing the grandparent of an item...
2012-03-30 Andrew den ExterFix forceActiveFocus() with multiple items having focus...
2012-03-30 Martin JonesSize loaded item before bindings are evaluated
2012-03-28 Michael BrasserReplace usage of QCursor, and update hoverVisible test.
2012-03-26 Andrew den ExterUpdate item anchors when the baseline offset changes.
2012-03-24 Frederik GladhornRemove QQuickItem::sendAccessibilityUpdate
2012-03-23 Frederik GladhornAdd accessibility updates.
2012-03-22 Gunnar SlettaChange smooth to be true by default
2012-03-22 Alan AlpertCheck for null pointer dereference
2012-03-21 Kim Motoyoshi KallandFree ShaderEffectSource FBOs when no longer needed.
2012-03-20 Bea LamUpdate item focus even if it doesn't have a canvas
2012-03-20 Bea LamPull out some duplicate focus-related code
2012-03-14 Frederik GladhornRemove all accessibility updates to allow changes in...
2012-03-14 Gunnar SlettaFix wrap modes not being set.
2012-03-13 Casper van DonderenRemove the usage of deprecated qdoc macros.
2012-03-13 Frederik GladhornSend accessibility updates for the right item.
2012-03-13 Martin JonesImprove interaction of nested Flickables and PathView
2012-03-12 Laszlo AgocsFix double click handler in QQuickItem.
2012-03-05 Matthew VogtMerge remote branch 'gerrit/api_changes' into merge...
2012-03-05 Matthew VogtMerge master <-> api_changes
2012-03-02 Alan AlpertTreat parentless items as focus scopes
2012-02-24 Matthew VogtRename QDeclarative symbols to QQuick and QQml
2012-02-21 Aaron KennedyReduce size of QQuickItemPrivate
2012-02-17 Pekka VuorelaHave input method hints on only classes using them
2012-02-16 Michael BrasserEnsure visibility changes are communicated through...
2012-02-10 Pekka VuorelaUse QInputMethod instead of deprecated QInputPanel
2012-02-09 Mathias MalmqvistAdded new convenience readonly visibleChildren property...
2012-02-07 Kim Motoyoshi KallandLet Item.layer.samplerName be a QByteArray instead...
2012-02-07 Kim Motoyoshi KallandAllow Item components to be assigned to Item.layer...
2012-02-07 Kim Motoyoshi KallandFixed some Item.layer bugs and added auto-tests.
2012-02-07 Gunnar SlettaAvoid recursive parent chains in QQuickItem
2012-02-02 Matthew VogtRemove QtQuick1 elements from qtdeclarative
2012-02-02 Pekka VuorelaAdapt to QGuiApplication::focusObject() for notifying...
2012-02-01 Friedemann KleintAccessibility: Use new updateAccessibility() API in...
2012-02-01 Andrew den ExterUpdate item focus when the enabled property is changed.
2012-02-01 Alan AlpertDocument that Item inherits QtObject
2012-01-30 Jason McDonaldRemove "All rights reserved" line from license headers.
2012-01-27 Pekka VuorelaEnhance editors notifying input panel for input method...
2012-01-24 Pekka VuorelaAvoid compiler warnings
2012-01-23 Jason McDonaldUpdate obsolete contact address.
2012-01-05 Jason McDonaldUpdate copyright year in license headers.
2012-01-03 Gunnar SlettaIntroduce layerering support (ShaderEffectSource) direc...
2012-01-03 Pekka VuorelaRemove use of Qt::ImhMultiLine, to be deprecated/removed
2012-01-02 Kim Motoyoshi KallandDon't re-parent ShaderEffect source items.
2012-01-02 Frederik GladhornAdd accessibility to qml
2011-12-22 Aaron KennedyAlways register accessor properties
2011-12-14 Kim Motoyoshi KallandMade QSGNode flags togglable and added StaticSubtreeGeo...
2011-12-09 Alan AlpertAdd Screen attached object
2011-12-05 Aaron KennedyIntroduce more generic fast property handling
2011-12-02 Kent HansenSay hello to QtQuick module