aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktextinput.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add contentWidth and contentHeight properties to Text elements.Andrew den Exter2012-02-071-0/+30
* Fix vertical offset of TextInput.positionToRectangle.Andrew den Exter2012-02-061-3/+5
* Remove QtQuick1 elements from qtdeclarativeMatthew Vogt2012-02-031-3/+3
* Add a persistentSelection property to TextInput.Andrew den Exter2012-02-021-1/+24
* Accessibility: Use new updateAccessibility() API in declarative.Friedemann Kleint2012-02-011-2/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Enhance editors notifying input panel for input method changesPekka Vuorela2012-01-271-11/+12
* Add a locale property to IntValidator and DoubleValidator.Andrew den Exter2012-01-251-4/+76
* Add support for shared glyph cacheEskil Abrahamsen Blomfeldt2012-01-241-2/+28
* TextInput documentation fixDamian Jansen2012-01-241-6/+6
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Update TextInput.acceptableInput on component complete.Andrew den Exter2012-01-201-21/+41
* Extend the documentation on DoubleValidator.Andrew den Exter2012-01-191-0/+17