aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktextinput.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Fix uses of various qml doc commandsBea Lam2012-08-081-7/+7
* Fix pasting with the middle button in TextInput and TextEdit.Andrew den Exter2012-08-061-1/+7
* Add tests for copy and paste using keyboard shortcuts.Andrew den Exter2012-08-061-2/+4
* Fix various broken links in documentationBea Lam2012-08-031-0/+4
* Doc: Changed \qmlclass to \qmltype and added \instantiates.Jerome Pasion2012-07-301-4/+8
* Fix restoration of cursor position and selection after undo/redo.Andrew den Exter2012-07-241-35/+98
* Update element references to smooth.Michael Brasser2012-07-181-15/+0
* QQuickCanvas renamesAlan Alpert2012-07-171-1/+1
* Change Quick docs to refer to "types" rather than "elements"Martin Jones2012-07-161-5/+5
* Use QQuickTextUtil to calculate alignment offsets in TextInput.Andrew den Exter2012-07-111-24/+4
* Add option to use native rasterizer for SceneGraph textEskil Abrahamsen Blomfeldt2012-07-101-1/+38
* Use enumeration in preference to enum when referring to QML API.Andrew den Exter2012-07-061-1/+1
* Refresh the TextInput.acceptableInput property when validator changes.Andrew den Exter2012-07-041-0/+18
* Remove outdated refactor comments.Andrew den Exter2012-07-031-1/+1
* Fix right aligned cursor position in TextInput with geometry changesPekka Vuorela2012-06-251-1/+1
* Remove the open and closeSofwareInputPanel functions.Andrew den Exter2012-06-221-88/+2
* Create new documentation structureChris Adams2012-06-211-4/+5
* Doc: Grouped Qt Quick types into several groupsJerome Pasion2012-06-061-4/+4
* Hide the default cursor if a cursor item is available.Andrew den Exter2012-06-051-1/+1
* Ensure the cursor delegate position is updated on text changes.Andrew den Exter2012-06-051-3/+3
* Update the cursor rectangle when password echo timer expires.Andrew den Exter2012-05-291-0/+1
* Doc: Sanitized QML typesNico Vertriest2012-05-241-1/+4
* Defer construction of TextEdit/TextInput delegates.Andrew den Exter2012-05-141-63/+16
* Ensure the cursor rectangle is updated when preedit text changes.Andrew den Exter2012-05-031-2/+2
* QQuickTextInput aligment to follow input method on neutral contentPekka Vuorela2012-04-271-6/+38
* Fix bounding rects of text items.Andrew den Exter2012-04-271-11/+41
* Propagate left key presses to the parent item when TextInput is empty.Andrew den Exter2012-04-271-1/+1
* Paint TextInput when it is reparentedBea Lam2012-04-201-1/+1
* Compile fix if QT_NO_CLIPBOARD definedAndreas Holzammer2012-04-191-0/+2
* Set cursorVisible to false when im cursor length is 0.Andrew den Exter2012-04-021-16/+35
* TextInput to use password mask delay if platform style defines onePekka Vuorela2012-03-271-21/+10
* Remove tentative commit from editorsPekka Vuorela2012-03-261-29/+4
* Add accessibility updates.Frederik Gladhorn2012-03-231-1/+15
* Fix text wrapping and eliding with implicitWidth.Andrew den Exter2012-03-221-4/+51
* Don't overwrite text selections made in focus handlers.Andrew den Exter2012-03-211-10/+12
* Content size should not include trailing spaces.Andrew den Exter2012-03-211-4/+11
* Fix unused variable warning.Andrew den Exter2012-03-201-3/+1
* Add additional key sequence tests.Andrew den Exter2012-03-201-4/+2
* Remove all accessibility updates to allow changes in qtbase.Frederik Gladhorn2012-03-141-9/+0
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-131-43/+43
* Send accessibility updates for the right item.Frederik Gladhorn2012-03-131-2/+2
* Remove unused init function.Andrew den Exter2012-03-131-13/+0
* Merge master <-> api_changesMatthew Vogt2012-03-051-23/+19
|\
| * Use floating point types for position offsets and cursorRectangle.Andrew den Exter2012-02-241-23/+19
* | Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-10/+10
|/
* Reduce the size of QQuickTextInputPrivate.Andrew den Exter2012-02-221-44/+17
* Have input method hints on only classes using themPekka Vuorela2012-02-171-5/+9
* Use QInputMethod instead of deprecated QInputPanelPekka Vuorela2012-02-101-9/+9
* Add linkColor property to Text.Andrew den Exter2012-02-091-1/+1