summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativetextedit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicated code.Michael Brasser2010-06-151-7/+1
* Minor doc fixesBea Lam2010-06-111-1/+1
* Doc improvements, including snippet fixes, linking to examples, makingBea Lam2010-06-111-19/+32
* Remove unnecessary CloseSoftwareInputPanel events after TextEdit or TextInput...Joona Petrell2010-06-071-19/+8
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-06-041-1/+1
|\
| * Improve input panel handling in declarative demos and examplesJoona Petrell2010-06-031-1/+1
* | Fix QT_NO_CLIPBOARDTasuku Suzuki2010-06-041-1/+2
|/
* Take into account platform differences in input panel supportJoona Petrell2010-06-021-45/+64
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-06-011-1/+11
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-06-011-32/+38
| |\
| | * Fix TypoAlan Alpert2010-05-311-1/+1
| * | 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/+10
| |\ \
| | * | Fix QT_NO_TEXTHTMLPARSERTasuku Suzuki2010-05-311-0/+10
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-311-31/+37
|\ \ \ \ | | |_|/ | |/| |
| * | | Simplify selection setting. Make TextInput more like TextEdit.Warwick Allison2010-05-311-31/+37
| |/ /
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-311-1/+117
|\ \ \ | |/ /
| * | Add selection methods to TextEditWarwick Allison2010-05-301-0/+116
| |/
| * Active window focus gain should not open virtual keypadJoona Petrell2010-05-281-1/+1
* | Repaint all text when Ctrl+A is pressed in TextEditMartin Jones2010-05-311-3/+8
|/
* Open input panel on press if TextInput or TextEdit are already focused but pa...Joona Petrell2010-05-261-0/+5
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-05-261-8/+123
|\
| * Add a way to control when software input panels are shown in TextInput and Te...Joona Petrell2010-05-261-8/+123
* | Fix TextEdit clipping when not wrapped. Rename most-useful-wrap-mode to "Wrap".Warwick Allison2010-05-261-10/+35
|/
* 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
* Example of a simple TextEditor look-and-feel.Warwick Allison2010-05-251-5/+16
* Fix TextEdit implicit height.Warwick Allison2010-05-241-1/+1
* Fix TextEdit alignment.Warwick Allison2010-05-241-18/+27
* Disable mouse-based selection in TextInput/TextEditWarwick Allison2010-05-191-6/+42
* Focus should be applied to focus scopes all the way up the chain, notBea Lam2010-05-171-3/+1
* Add a "priority" property to Keys and KeyNavigationMartin Jones2010-05-141-3/+6
* Fix TextEdit and TextInput input panel support for mode RSIP_OnMouseClickAndA...Joona Petrell2010-05-131-3/+8
* Round ideal width up to prevent incorrect word wrapping on Mac OS XAaron Kennedy2010-05-111-1/+3
* qdoc fixesYann Bodson2010-05-061-1/+1
* docWarwick Allison2010-05-051-23/+23
* Remove obsolete doc groupings.Michael Brasser2010-05-041-1/+0
* Doc fixesBea Lam2010-04-281-8/+14
* Remove the deprecated wrap property.Martin Jones2010-04-221-13/+0
* Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-191-3/+1
* Improve font value type documentation.Yann Bodson2010-04-121-2/+103
* Small doc fix.Martin Jones2010-04-091-2/+2
* Enable other wrapping modes.Martin Jones2010-04-091-5/+4
* TextEdit::wrap changed to TextEdit::wrapMode enumerationMartin Jones2010-04-091-13/+32
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-3/+3
* Make sure cursor delegate is parented.Michael Brasser2010-03-291-0/+2
* Remove dead performance measurement code from QMLAaron Kennedy2010-03-221-2/+0
* Make QDeclarativeItem NOTIFY signals canonicalJoona Petrell2010-03-091-10/+4
* Document TextEdit::textMarginAlan Alpert2010-03-011-0/+5
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-0/+1035