QQuickCanvas renames
[profile/ivi/qtdeclarative.git] / src / quick / items / qquickitem.cpp
2012-07-17 Alan AlpertQQuickCanvas renames
2012-07-16 Martin JonesChange Quick docs to refer to "types" rather than ...
2012-07-13 Kim Motoyoshi KallandChange antialiasing method for QML2.
2012-07-06 Andrew den ExterAllow all explicit margins to override margins.
2012-07-04 Andrew den ExterAllow mouse interaction with 0 opacity items.
2012-07-03 Michael BrasserFix some commented issues from the refactor merge.
2012-07-01 Martin Jonesanchors.mirrored should not exist in QtQuick 2
2012-06-30 Andrew den ExterRemove QQuickItemPrivate::InitializationStatus.
2012-06-28 Shawn RutledgePropagate synthesized mouse events in parallel with...
2012-06-27 Oswald BuddenhagenMerge "Merge branch 'buildsystem'" into refs/staging...
2012-06-27 Kent HansenImplement QAbstractDeclarativeData::isSignalConnected...
2012-06-26 Oswald BuddenhagenMerge branch 'buildsystem'
2012-06-24 Tasuku SuzukiMake qtdeclarative compile with QT_NO_DRAGANDDROP
2012-06-21 Chris AdamsCreate new documentation structure
2012-06-12 Martin JonesFix view delegate parent binding regression.
2012-06-12 Kent HansenAdapt to connection-related changes in qtbase
2012-06-08 Gunnar SlettaImprove on scenegraph documentation.
2012-06-08 Andrew den ExterFix handling of a direct child stealing focus from...
2012-06-08 Martin JonesPerformance should always be better with cacheBuffer
2012-06-06 Alan AlpertBetter documentation for subclassing QQuickItem
2012-06-06 Jerome PasionDoc: Grouped Qt Quick types into several groups
2012-06-06 Michael BrasserRemove unused performance flags.
2012-05-31 Bea LamFix doc snippets paths and parsing errors
2012-05-25 Andrew den ExterOptimise QQuickItem::stackAfter/Before() for the common...
2012-05-24 Nico VertriestDoc: Sanitized QML types
2012-05-24 Aaron KennedyLazily create QMetaObjects
2012-05-22 Gunnar SlettaAdd QQuickCanvas::update()
2012-05-17 Yann BodsonAdd optional width and height arguments to mapToItem...
2012-05-11 Alan AlpertFix case where visible wasn't marked as dirty.
2012-05-11 Martin JonesMake unaligned centered alignment optional.
2012-05-08 Geir VattekarDoc: Moving Qt Quick docs for new doc structure
2012-05-03 Gunnar SlettaRemove QSGEngine
2012-04-30 Gunnar SlettaImproved scene graph docs
2012-04-23 Michael BrasserAlso check notifier endpoints when checking whether...
2012-04-20 Andrew den ExterFix eliding when text width is reset by an implicitWidt...
2012-04-19 Adriano RezendeAdd contains method to QQuickItem public API
2012-04-17 Lars KnollMerge remote-tracking branch 'origin/api_changes'
2012-04-11 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
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-27 Kent HansenMerge master into api_changes
2012-03-26 Andrew den ExterUpdate item anchors when the baseline offset changes.
2012-03-24 Frederik GladhornRemove QQuickItem::sendAccessibilityUpdate
2012-03-23 Kent HansenMerge master into api_changes
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-19 Kent HansenMerge master into api_changes
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 Matthew VogtMerge branch 'master' of git://gitorious.org/qt/qtdecla...
2012-03-13 Martin JonesImprove interaction of nested Flickables and PathView
2012-03-12 Laszlo AgocsFix double click handler in QQuickItem.
2012-03-11 Matthew VogtMerge branch 'master' of git://gitorious.org/qt/qtdecla...
2012-03-07 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-03-05 Kim Motoyoshi KallandAdded QQuickItem::clipRect().
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