QQuickCanvas renames
[profile/ivi/qtdeclarative.git] / src / quick / items / qquicktextedit.cpp
2012-07-17 Alan AlpertQQuickCanvas renames
2012-07-16 Martin JonesChange Quick docs to refer to "types" rather than ...
2012-07-16 Andrew den ExterFix horizontal alignment of unwrapped text in TextEdit.
2012-07-11 Andrew den ExterRemove code for unused LinksAccessibleByKeyboard option.
2012-07-10 Eskil Abrahamsen... Add option to use native rasterizer for SceneGraph...
2012-07-09 Andrew den ExterSpeed up TextEdit construction time.
2012-07-05 Andrew den ExterUse enumeration in preference to enum when referring...
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-03 Andrew den ExterRemove outdated refactor comments.
2012-07-02 Nils JeiseckeFix high CPU load for Qml TextEdit on Mac
2012-07-02 Andrew den ExterUse the convential form for the selectedText notify...
2012-06-22 Andrew den ExterRemove the open and closeSofwareInputPanel functions.
2012-06-21 Chris AdamsCreate new documentation structure
2012-06-06 Jerome PasionDoc: Grouped Qt Quick types into several groups
2012-05-31 Bea LamFix doc snippets paths and parsing errors
2012-05-24 Nico VertriestDoc: Sanitized QML types
2012-05-24 Aaron KennedyLazily create QMetaObjects
2012-05-17 Andrew den ExterFix incorrect text alignment in TextEdit.
2012-05-13 Andrew den ExterDefer construction of TextEdit/TextInput delegates.
2012-05-01 Yann BodsonRemove warning
2012-04-27 Pekka VuorelaTextEdit to honor input direction on neutral text
2012-04-27 Pekka VuorelaFix TextEdit with right aligned text when size changes
2012-04-27 Andrew den ExterFix bounding rects of text items.
2012-04-27 Andrew den ExterDon't do a layout for wrapping if there is no width...
2012-04-19 Andrew den ExterEnsure the cursor delegate position is correct when...
2012-04-11 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-04-02 Andrew den ExterSet cursorVisible to false when im cursor length is 0.
2012-03-23 Kent HansenMerge master into api_changes
2012-03-22 Andrew den ExterFix text wrapping and eliding with implicitWidth.
2012-03-21 Andrew den ExterDon't overwrite text selections made in focus handlers.
2012-03-19 Kent HansenMerge master into api_changes
2012-03-13 Casper van DonderenRemove the usage of deprecated qdoc macros.
2012-03-11 Matthew VogtMerge branch 'master' of git://gitorious.org/qt/qtdecla...
2012-03-07 Andrew den ExterFix selected text highlight in TextEdit.
2012-03-05 Matthew VogtMerge remote branch 'gerrit/api_changes' into merge...
2012-03-05 Matthew VogtMerge master <-> api_changes
2012-02-24 Matthew VogtRename QDeclarative symbols to QQuick and QQml
2012-02-24 Andrew den ExterUse floating point types for position offsets and curso...
2012-02-23 Andrew den ExterReduce QQuickTextEdit memory usage.
2012-02-17 Pekka VuorelaHave input method hints on only classes using them
2012-02-15 Yann BodsonRemove pixmap text caching in TextEdit element
2012-02-14 Andrew den ExterFix access to context properties within TextEdit.curso...
2012-02-10 Pekka VuorelaUse QInputMethod instead of deprecated QInputPanel
2012-02-07 Andrew den ExterAdd contentWidth and contentHeight properties to Text...
2012-02-06 Andrew den ExterFix TextEdit vertical alignment.
2012-02-02 Matthew VogtRemove QtQuick1 elements from qtdeclarative
2012-02-02 Andrew den ExterAdd a persistentSelection property to TextInput.
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 Eskil Abrahamsen... Add support for shared glyph cache
2012-01-23 Jason McDonaldUpdate obsolete contact address.
2012-01-19 Andrew den ExterAdd a baseUrl property to Text and TextEdit.
2012-01-19 Andrew den ExterDon't load embedded images from the current working...
2012-01-17 Pekka VuorelaQQuickTextEdit to follow input method direction changes
2012-01-16 Andrew den ExterAvoid creating unnecessary copies of TextEdit's text...
2012-01-12 Pekka VuorelaAdapt to QInputPanel::inputDirection() API
2012-01-12 Andrew den ExterAdd undo and redo functions to TextInput and TextEdit.
2012-01-05 Jason McDonaldUpdate copyright year in license headers.
2012-01-05 Andrew den ExterDocument inputMethodHints and cursorRectangle properties.
2012-01-04 Andrew den ExterSpeed up TextInput and TextEdit creation.
2011-12-21 Andrew den ExterDelay initializing the canPaste property until it's...
2011-12-16 Andrew den ExterMake PlainText the default textFormat of a TextEdit.
2011-12-15 Andrew den ExterRemove QQuickTextControl::ensureCursorVisible()
2011-12-15 Andrew den ExterRemove unused code from QQuickTextControl.
2011-12-14 Pekka VuorelaTextEdits to include tentative commit in text property
2011-12-12 Pekka VuorelaQtQuick TextEdit to set view property to QTextController
2011-12-09 Pekka VuorelaRemove dead private method from TextEdit implementations
2011-12-09 Andrew den ExterCreate a copy of QTextControl in the QtDeclarative...
2011-12-07 Andrew den ExterAdd support for pixmap cache images to TextEdit.
2011-12-02 Kent HansenSay hello to QtQuick module