summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativetextedit.cpp
Commit message (Expand)AuthorAgeFilesLines
* TextEdit implicit size varied depending upon wrapMode.Martin Jones2011-01-191-2/+6
* Request font sizes with only 0.5pt resolution.Martin Jones2011-01-181-8/+21
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* Setting TextInput.cursorPosition outside bounds crashed.Martin Jones2010-12-201-0/+2
* Revert a fix made for bug QTBUG-15341Joona Petrell2010-12-141-14/+0
* Remove active selection when TextEdit loses focusJoona Petrell2010-12-141-0/+14
* Bug: TextEdit ignores plain text format when pasting textYann Bodson2010-10-121-0/+1
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-291-2/+2
* Doc: Added types to method and signal documentation; other fixes.David Boddie2010-09-011-2/+2
* Remove pointless \internal docs (that contain no information)Aaron Kennedy2010-08-271-17/+0
* qdoc: Reorganized the QML elements table to be a dictionary...Martin Smith2010-08-161-0/+1
* Fix TextEdit text attribute and text stored in the internal QTextDocument hav...Joona Petrell2010-07-221-2/+3
* QML focus API updates.Michael Brasser2010-07-211-21/+21
* font.letterSpacing used percentage rather than absolute values.Martin Jones2010-07-211-2/+1
* Fixing merge conflicts.Martin Smith2010-07-131-6/+18
|\
| * Make Text, TextInput, and TextEdit all have the same size for the same text.Warwick Allison2010-07-071-6/+9
| * Fix TextEdit with no color property defined is drawn with wrong colorJoona Petrell2010-07-061-0/+9
| * fix doc linksBea Lam2010-07-021-1/+1
* | doc: Fixed last of the declarative/QML qdoc warnings.Martin Smith2010-07-091-2/+3
|/
* 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
|/
* Ensure micro focus is updated in TextEdit and TextInputMartin Jones2010-06-291-0/+2
* Fix and better test Text / TextEdit alignments.Warwick Allison2010-06-231-4/+24
* 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