Update to 5.0.0-beta1
[profile/ivi/qtdeclarative.git] / src / quick / items /
2012-08-28 Bea LamDocs - add missing images and code, clean up sections
2012-08-28 Bea LamFix various doc errors
2012-08-28 Martin JonesAdd cacheItemCount property to PathView
2012-08-27 Michael BrasserUpdate usage of smooth and antialiasing.
2012-08-27 Bea LamImprove docs related to visual parent concept
2012-08-27 Charles YinUse the new antialiasing property for canvas painting
2012-08-27 Michael BrasserFix potential memory leak in AnchorChanges.
2012-08-24 Andrew den ExterFix assert when a VisualDataModels context has been...
2012-08-23 Bea LamRemove some incorrect animation docs
2012-08-23 Bea LamDocument various undocumented attributes of QQuickItem
2012-08-20 Bea LamsetImplicitWidth/Height should be public
2012-08-16 Frederik GladhornRemove redundant QT_NO_ACCESSIBILTY.
2012-08-16 Bea LamMove docs closer to the members that they document
2012-08-13 Gunnar SlettaThree scene graph examples with docs.
2012-08-09 Bea Lamcanvas-related doc fixes
2012-08-09 Bea LamDocument some undocumented AnimatedSprite functions
2012-08-09 Bea LamVarious small doc fixes and improvements
2012-08-08 Bea LamFix uses of \inmodule, \inqqmlmodule and \since
2012-08-08 Andrew den ExterAdd missing VisualDataGroup documentation.
2012-08-08 Bea LamFix uses of various qml doc commands
2012-08-07 Andrew den ExterExplicitly initialize base class.
2012-08-07 Bea LamMouseArea doc improvements
2012-08-07 Bea LamRename QQuickShaderEffect culling -> cullMode
2012-08-06 Andrew den ExterFix pasting with the middle button in TextInput and...
2012-08-06 Andrew den ExterAdd tests for copy and paste using keyboard shortcuts.
2012-08-03 stocktonDoc: QQuickMouseArea::acceptedButtons() accepts ALL...
2012-08-03 Bea LamDocument that add transitions should not animate item...
2012-08-03 Bea LamFix various broken links in documentation
2012-08-03 Andrew den ExterRefactor and document QQuickChangeSet.
2012-08-03 Michael BrasserMake QQmlScriptString opaque.
2012-08-02 Bea LamMove QtQuick.Window module docs
2012-08-02 Bea LamUse \b instead of \bold
2012-08-02 Bea LamAdd missing types for canvas related properties
2012-08-02 Andrew den ExterFix handling of changes to the root index of a VisualDa...
2012-07-31 Charles YinRefactor context2d thread logic
2012-07-31 Bea LamDocs - fix referenced class names
2012-07-31 Andrew den ExterReset Styled/PlainText specific state when switching...
2012-07-30 Jerome PasionDoc: Changed \qmlclass to \qmltype and added \instantiates.
2012-07-27 Andrew den ExterRemove unused notify signal.
2012-07-27 Martin JonesAdd SnapPosition mode to positionViewAtIndex() in List...
2012-07-26 Andrew den ExterFix resolution of cursor when items are overlapping.
2012-07-25 Damian JansenFix inconsistent playing / paused property setting...
2012-07-25 Andrew den ExterRemove QListModelInterface.
2012-07-24 Andrew den ExterFix restoration of cursor position and selection after...
2012-07-24 Alan AlpertQQuickRenderThreadSingleContextWindowManager in separat...
2012-07-23 Andrew den ExterAdd a static object template for variant list model...
2012-07-23 Martin JonesChanging model after componentComplete should reset...
2012-07-23 Martin JonesAdd methods to PathView: positionViewAtIndex(), indexAt...
2012-07-23 Andrew den ExterAdd tests for QQuickPaintedItem.
2012-07-23 Martin JonesChanging PathView model after componentComplete should...
2012-07-18 Kim Motoyoshi KallandRename Rectangle's border.aligned property to border...
2012-07-17 Michael BrasserUpdate element references to smooth.
2012-07-17 Andrew den ExterDon't double reference items created following a model...
2012-07-17 Charles YinCall handleRemovedWindows() before canvas rendering
2012-07-17 Alan AlpertQQuickCanvas renames
2012-07-17 Yann BodsonFix 'Unknown commands' in qtdeclarative documentation.
2012-07-16 Martin JonesChange Quick docs to refer to "types" rather than ...
2012-07-16 Yann BodsonRemove unneeded mac specific code in QQuickText
2012-07-16 Andrew den ExterFix horizontal alignment of unwrapped text in TextEdit.
2012-07-16 Alberto MardeganMouseArea: use current value of drag.axis
2012-07-13 Shawn RutledgeFix transformed flickable so that the new autotest...
2012-07-13 Damian JansenFix signal emission for the Image based items when...
2012-07-13 Andrew den ExterFix item positioning with multiple removes before the...
2012-07-13 Kim Motoyoshi KallandChange antialiasing method for QML2.
2012-07-11 Martin Jonespressed and pressedButtons don't work when multiple...
2012-07-11 Andrew den ExterUse QQuickTextUtil to calculate alignment offsets in...
2012-07-11 Andrew den ExterRemove code for unused LinksAccessibleByKeyboard option.
2012-07-11 Matthew VogtFix qmlscene initial resize for delayed loading
2012-07-11 Michael BrasserUpdate usage of childrenRect in Flickable docs.
2012-07-10 Andrew den ExterDon't cache visual data model v8 handles.
2012-07-10 Eskil Abrahamsen... Add option to use native rasterizer for SceneGraph...
2012-07-10 Friedemann KleintFix warning about assigned/unused variable.
2012-07-09 Andrew den ExterSpeed up Text construction with RichText
2012-07-09 Andrew den ExterSpeed up TextEdit construction time.
2012-07-08 Andrew den ExterReduce the number of unnecessary layouts on geometry...
2012-07-06 Andrew den ExterAllow all explicit margins to override margins.
2012-07-06 Alan AlpertRemove Qt::WindowFlags from QQuickView constructor
2012-07-06 Alan AlpertClarify jumpTo docs
2012-07-05 Andrew den ExterUse enumeration in preference to enum when referring...
2012-07-05 Bea LamFix various QtQuick.* submodule docs
2012-07-04 Andrew den ExterAdd some private V8ASSERT macros.
2012-07-04 Kim Motoyoshi KallandLet ShaderEffectSource use same multisample count as...
2012-07-04 Eskil Abrahamsen... Compile without RTTI support
2012-07-04 Martin JonesPathView needs drag events similar to Flickable
2012-07-04 Michael BrasserImprove wheel event handling.
2012-07-04 Michael BrasserReport correct mouse position when made visible with...
2012-07-04 Andrew den ExterRefresh the TextInput.acceptableInput property when...
2012-07-04 Andrew den ExterAdd tests for triple click text selection in TextEdit.
2012-07-04 Andrew den ExterDon't calculate selection rects unnecessarily.
2012-07-04 Andrew den ExterRemove dead code from QQuickTextControl.
2012-07-04 Martin JonesSection headers ignore list delegate size changes when...
2012-07-04 Andrew den ExterAllow mouse interaction with 0 opacity items.
2012-07-03 Martin JonesAllow resetting a Rectangle gradient.
2012-07-03 Michael BrasserFix some commented issues from the refactor merge.
2012-07-03 Glenn WatsonAdd nativeScanCode to KeyEvent.
2012-07-03 Andrew den ExterRemove outdated refactor comments.
2012-07-02 Nils JeiseckeFix high CPU load for Qml TextEdit on Mac
2012-07-02 Robin BurchellRemove QQuickImageBase's explicitSourceSize.
2012-07-02 Martin Jonessection.property cannot deal with nested properties
2012-07-02 Andrew den ExterUse the convential form for the selectedText notify...
next