summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativetextinput.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Docs - add more links to relevant examplesBea Lam2010-06-301-1/+1
* | Remove the old font.outline documentationMartin Jones2010-06-301-6/+0
|/
* Remove an unnecessary connect() in TextInputMartin Jones2010-06-291-3/+1
* Ensure micro focus is updated in TextEdit and TextInputMartin Jones2010-06-291-4/+4
* Handle TextInput inputMethodEvent() properlyMartin Jones2010-06-221-2/+17
* Write TextInput.positionToRectangle docs.Alan Alpert2010-06-161-3/+9
* Fix autoScroll implementationAlan Alpert2010-06-161-35/+53
* Remove duplicated code.Michael Brasser2010-06-151-7/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-06-121-30/+31
|\
| * Doc improvements, including snippet fixes, linking to examples, makingBea Lam2010-06-111-9/+16
| * Update on color change.Warwick Allison2010-06-101-0/+1
| * Update on color change.Warwick Allison2010-06-101-1/+5
| * Remove unnecessary CloseSoftwareInputPanel events after TextEdit or TextInput...Joona Petrell2010-06-071-19/+8
| * Improve input panel handling in declarative demos and examplesJoona Petrell2010-06-031-1/+1
* | For an empty line edit the cursor position is depending on input languageLars Knoll2010-06-091-1/+0
|/
* Take into account platform differences in input panel supportJoona Petrell2010-06-021-50/+67
* More autoScroll fixesWarwick Allison2010-06-021-2/+17
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-06-011-0/+2
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-06-011-17/+37
| |\
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-311-0/+2
| |\ \
| | * | Fix QT_NO_VALIDATOR compilation.Tasuku Suzuki2010-05-311-0/+2
* | | | Fix positionAt when autoScroll is use.Warwick Allison2010-06-011-1/+1
| |_|/ |/| |
* | | Simplify selection setting. Make TextInput more like TextEdit.Warwick Allison2010-05-311-17/+37
|/ /
* | Add selection methods to TextEditWarwick Allison2010-05-301-2/+2
|/
* Active window focus gain should not open virtual keypadJoona Petrell2010-05-281-1/+1
* Open input panel on press if TextInput or TextEdit are already focused but pa...Joona Petrell2010-05-261-0/+5
* Add a way to control when software input panels are shown in TextInput and Te...Joona Petrell2010-05-261-7/+124
* Mention TextInput/Edit::selectByMouse property in QmlChanges.Martin Jones2010-05-251-1/+1
* Add inherits Item to TextEdit and TextInput docs.Martin Jones2010-05-251-1/+2
* Disable mouse-based selection in TextInput/TextEditWarwick Allison2010-05-191-2/+34
* Focus should be applied to focus scopes all the way up the chain, notBea Lam2010-05-171-3/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-171-1/+1
|\
| * Add \brief to TextInputBea Lam2010-05-171-1/+1
* | Add a "priority" property to Keys and KeyNavigationMartin Jones2010-05-141-0/+3
|/
* Fix TextEdit and TextInput input panel support for mode RSIP_OnMouseClickAndA...Joona Petrell2010-05-131-4/+12
* Correctly position any input method popups for TextInput.Michael Brasser2010-05-121-0/+2
* Correctly resize TextInput in the presence of preedit text.Michael Brasser2010-05-121-3/+1
* Prevent handling of Up/Down on Mac OS X, for consistency with other platforms.Warwick Allison2010-05-101-2/+7