summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativetextedit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix TextEdit cursorRectangle property.Andrew den Exter2011-04-131-9/+6
* Update QML "What's New" docs.Martin Jones2011-03-111-1/+1
* Add missing header include missing from the previous commitJoona Petrell2011-03-091-0/+1
* Fix horizontal alignment of QTextDocument-based RTL textJoona Petrell2011-03-091-4/+3
* Base empty QML editor horizontal alignment on QApplication::keyboardInputDire...Joona Petrell2011-03-081-1/+2
* 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/+72
* | 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
* | 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-011-28/+66
|\ \ | |/
| * Don't return positions within preedit text from positionAt().Andrew den Exter2011-03-011-0/+16
| * Add an is input method composing property to TextEdit and TextInput.Andrew den Exter2011-03-011-0/+24
| * fix/improve docs for new QtQuick 1.1 attributesBea Lam2011-02-281-3/+3
| * Merge branch '4.7' of git://scm.dev.nokia.troll.no/qt/qt into 4.7Joona Petrell2011-02-221-4/+6
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-02-101-0/+1
| | |\
| | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-staging into 4.7-integ...Qt Continuous Integration System2011-02-041-4/+6
| | |\ \
| | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7David Boddie2011-01-261-10/+27
| | | |\ \
| | | * | | Doc: Fixed invalid/incomplete QML code snippets.David Boddie2011-01-171-4/+6
| * | | | | 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-20/+16
| | |_|_|/ | |/| | |
* | | | | Make sure horizontal QML editor text aligment always returns the actual align...Joona Petrell2011-03-011-2/+50
|/ / / /
* | | | Allow text to selected in a TextEdit or TextInput inside a Flickable.Andrew den Exter2011-02-101-0/+1
|/ / /
* | | Don't accept input methods when a TextEdit or TextInput is read only.Andrew den Exter2011-02-031-0/+1
* | | Add a mouseSelectionMode property to TextEdit and TextInput.Andrew den Exter2011-02-011-31/+53
* | | Expose implicitWidth and implicitHeight properties of Item.Martin Jones2011-01-241-8/+35
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-191-11/+28
|\ \ \ | | |/ | |/|
| * | 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
* | Add canPaste property to TextInput and TextEditAlan Alpert2011-01-171-0/+28
* | Add lineCount property to QDeclarativeTextEditChristopher Ham2011-01-141-0/+33
* | Disable dragging text in TextEdit.Andrew den Exter2011-01-111-0/+1
* | Add selection modes to TextEdit and TextInput.Andrew den Exter2011-01-101-9/+80
* | Merge branch 'qtquick11' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-071-3/+13
|\ \
| * | Add linkActivated signal to TextEditAlan Alpert2011-01-071-3/+13
* | | 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
| * 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
* | Add convenience deselect() functions to TextInput and TextEditJoona Petrell2010-12-301-0/+13
* | Support for justification in Text and TextEdit elements.Yann Bodson2010-12-171-0/+1
|/
* 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