summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativetextinput.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-041-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
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | 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-101-1/+1
* | Document TextInput::readOnlyAlan Alpert2011-01-181-0/+10
* | Add canPaste property to TextInput and TextEditAlan Alpert2011-01-171-1/+25
* | Add selection modes to TextEdit and TextInput.Andrew den Exter2011-01-101-8/+93
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-071-0/+2
|\ \ | |/
| * Setting TextInput.cursorPosition outside bounds crashed.Martin Jones2010-12-201-0/+2
* | Add convenience deselect() functions to TextInput and TextEditJoona Petrell2010-12-301-0/+11
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2010-12-131-1/+2
|\ \ | |/
| * Cursor shouldn't blink while dragging cursor positionChristopher Ham2010-12-061-0/+1
| * Update TextInput when echoMode changes.Yann Bodson2010-12-021-1/+1
* | Document TextInput property maximumLengthJoona Petrell2010-12-131-0/+8
|/
* Document TextInput::select(start,end)Michael Brasser2010-11-091-6/+17
* Run util/normalize on src/declarative.Yann Bodson2010-10-261-3/+3
* TextInput autoscroll now scrolls when the cursor movesAlan Alpert2010-10-141-0/+1
* Ensure the TextInput cursor blinks immediately when enabled.Michael Brasser2010-10-061-1/+5
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-291-3/+3
* Remove pointless \internal docs (that contain no information)Aaron Kennedy2010-08-271-2/+0
* Repaint TextInput when password character changes in password modeJoona Petrell2010-08-171-5/+13
* qdoc: Reorganized the QML elements table to be a dictionary...Martin Smith2010-08-161-0/+4
* Fix compilation - disable TextInput when QT_NO_LINEEDIT is definedTasuku Suzuki2010-07-291-0/+4
* QML focus API updates.Michael Brasser2010-07-211-22/+22
* font.letterSpacing used percentage rather than absolute values.Martin Jones2010-07-211-2/+1
* Fix TextInput selectionColor or selectedTextColor -based animationsJoona Petrell2010-07-131-0/+4
* Add copy(), cut() and paste() support to TextInputJoona Petrell2010-07-121-0/+36
* Make Text, TextInput, and TextEdit all have the same size for the same text.Warwick Allison2010-07-071-15/+16
* Fix input methods for TextInput elements with key handlersJoona Petrell2010-07-061-0/+1
* Fix TextInput text getting improperly clippedJoona Petrell2010-07-021-19/+27
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-06-301-1/+1
|\