summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativetextinput.cpp
Commit message (Expand)AuthorAgeFilesLines
* Ignore changes to selectByMouse during a selection.Andrew den Exter2011-04-271-3/+8
* Move the TextInput cursor delegate when the preedit position changes.Andrew den Exter2011-04-271-1/+5
* Fix TextInput echoMode clearing inputMethodHints set by the user.Andrew den Exter2011-04-211-10/+30
* Fix width of TextInput micro focus rectangle.Andrew den Exter2011-03-301-2/+4
* Write Qt Quick 1.1 right-to-left documentation and examplesJoona Petrell2011-03-181-1/+1
* Update QML "What's New" docs.Martin Jones2011-03-111-1/+1
* Don't reveal TextInput text on refocus in PasswordEchoOnEdit mode.Andrew den Exter2011-03-111-1/+6
* Fix compiler warning.Andrew den Exter2011-03-111-4/+4
* Fix TextInput key navigation for RTL textJoona Petrell2011-03-081-2/+2
* Base empty QML editor horizontal alignment on QApplication::keyboardInputDire...Joona Petrell2011-03-081-1/+4
* Merge branch '4.7' into qtquick11Joona Petrell2011-03-081-0/+1
|\
| * Set correct initial value for TextEdit and TextInput canPaste propertyYann Bodson2011-03-071-0/+1
* | Reverse horizontal alignment of QML editors when the layout mirroring is enabledJoona Petrell2011-03-071-26/+70
* | Removal of text alignment layout direction dependency was missing couple of c...Joona Petrell2011-03-041-3/+0
* | Remove text alignment of empty QML editors following the layout directionJoona Petrell2011-03-041-4/+1
* | Merge branch '4.7' into qtquick11Joona Petrell2011-03-041-12/+16
|\|
| * Fix word selection locking on string boundaries.Andrew den Exter2011-03-041-11/+14
| * Compensate for horizontal scroll in TextInput micro focus.Andrew den Exter2011-03-031-1/+1
| * Make the TextInput cursorRectangle relative to the item.Andrew den Exter2011-03-021-0/+1
* | Add a way to query the reading direction of QML editor textJoona Petrell2011-03-031-0/+17
* | Merge branch '4.7' into qtquick11Martin Jones2011-03-021-14/+115
|\|
| * Don't return positions within preedit text from positionAt().Andrew den Exter2011-03-011-5/+14
| * Add an is input method composing property to TextEdit and TextInput.Andrew den Exter2011-03-011-8/+31
| * fix/improve docs for new QtQuick 1.1 attributesBea Lam2011-02-281-0/+8
| * Add a 'CursorPosition' parameter to TextInput.positionAt().Andrew den Exter2011-02-241-3/+17
| * Merge branch '4.7' of git://scm.dev.nokia.troll.no/qt/qt into 4.7Joona Petrell2011-02-221-2/+2
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-02-181-0/+2
| | |\
| | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-02-151-0/+9
| | |\ \
| | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-02-101-0/+17
| | |\ \ \
| | * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-02-081-1/+11
| | |\ \ \ \
| | * \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-staging into 4.7-integ...Qt Continuous Integration System2011-02-051-2/+2
| | |\ \ \ \ \
| | | * \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7David Boddie2011-01-261-8/+17
| | | |\ \ \ \ \
| | | * | | | | | Doc: Fixed the syntax of QML code snippets.David Boddie2011-01-241-2/+2
| * | | | | | | | Hide the TextInput/Edit cursor when the view doesn't have focus.Andrew den Exter2011-02-211-1/+1
| * | | | | | | | Forward mouse events from TextInput and TextEdit to QInputContext.Andrew den Exter2011-02-211-0/+47
| | |_|_|_|_|_|/ | |/| | | | | |
* / | | | | | | Make sure horizontal QML editor text aligment always returns the actual align...Joona Petrell2011-03-011-16/+57
|/ / / / / / /
* | | | | | / Update the input context when the pre-edit cursor position changes.Andrew den Exter2011-02-161-0/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Use QML notation for documenting TextInput::accepted() signal.Andrew den Exter2011-02-151-4/+4
* | | | | | Document the TextInput accepted() signal.Andrew den Exter2011-02-151-0/+9
| |_|_|_|/ |/| | | |
* | | | | Allow text to selected in a TextEdit or TextInput inside a Flickable.Andrew den Exter2011-02-101-0/+17
| |_|_|/ |/| | |
* | | | Scroll TextInput to ensure preedit text is visible.Andrew den Exter2011-02-081-1/+11
|/ / /
* | | Don't accept input methods when a TextEdit or TextInput is read only.Andrew den Exter2011-02-031-0/+1
* | | Clarify that IntValidator performs locale specific validation.Andrew den Exter2011-02-011-0/+5
* | | Add a mouseSelectionMode property to TextEdit and TextInput.Andrew den Exter2011-02-011-39/+51
* | | Fixing right-to-left text in Text and TextInputChristopher Ham2011-01-281-4/+11
* | | Expose implicitWidth and implicitHeight properties of Item.Martin Jones2011-01-241-1/+1
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-191-9/+18
|\ \ \ | | |/ | |/|
| * | Request font sizes with only 0.5pt resolution.Martin Jones2011-01-181-8/+17
| |/
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* | Document TextInput::readOnlyAlan Alpert2011-01-181-0/+10