Fix QQuickTextInput::moveCursorSelection()
[profile/ivi/qtdeclarative.git] / src / quick / items /
2012-10-19 Konstantin RittFix QQuickTextInput::moveCursorSelection()
2012-10-18 Marco BubkeFix list functions for the data property
2012-10-17 J-P NurmiQQuickItem: handle QEvent::StyleAnimationUpdate
2012-10-16 Shawn RutledgeQQuickScreen attached obj handles screenChanged and...
2012-10-16 Alan AlpertRemove interim compatibility measures
2012-10-15 Marco BubkeAdding DesignerWindowManager for Qt Quick Designer
2012-10-11 Sérgio MartinsFix performance bottleneck in QQuickWindow::mouseMoveEv...
2012-10-03 Gabriel de DietrichFix emitting originYChanged signals even when originY...
2012-09-28 Balazs KelemenAllow grabbing windows rendered without showing for...
2012-09-25 Samuel RødalAndroid also needs <ctype.h> for isspace() to be found.
2012-09-24 Samuel RødalFixed missing virtual destructors in qtdeclarative.
2012-09-23 Iikka EklundChange copyrights from Nokia to Digia
2012-09-18 Andras BecsiFix Flickable movementEnded() signal emission
2012-09-10 Thomas McGuireFix calculation of QML_RENDER_TIMING values
2012-09-10 Thomas McGuireQML_RENDER_TIMING: Add time since last frame to output
2012-09-10 Thomas McGuireAdd QML_RENDER_TIMING output for the single-threaded...
2012-09-10 Thomas McGuireUse DEFINE_BOOL_CONFIG_OPTION for QML_RENDER_TIMING
2012-09-10 Sergio Ahumadadoc: fix some more typos
2012-09-07 Sergio Ahumadadoc: fix some typos in .cpp files
2012-09-07 Kim Motoyoshi KallandDoc: Fix documentation issues.
2012-09-06 Sérgio MartinsFix typo in documentation.
2012-09-05 Kim Motoyoshi KallandDoc: Fix some documentation issues.
2012-09-04 Gunnar SlettaRemove windowmanager hacks form the incubation controller.
2012-08-28 Kai KoehneFix compiler warnings from MSVC2010
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.
next