| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix TextInput auto test failure on mac. | Andrew den Exter | 2011-04-01 | 1 | -3/+10 |
|
|
* | Fix width of TextInput micro focus rectangle. | Andrew den Exter | 2011-03-30 | 1 | -5/+32 |
|
|
* | Return correct boundaries reasons from QTextBoundaryFinder. | Andrew den Exter | 2011-03-30 | 1 | -20/+15 |
|
|
* | Don't reveal TextInput text on refocus in PasswordEchoOnEdit mode. | Andrew den Exter | 2011-03-11 | 1 | -0/+10 |
|
|
* | Fix failing tests | Bea Lam | 2011-03-10 | 1 | -0/+4 |
|
|
* | Fix horizontal alignment of QTextDocument-based RTL text | Joona Petrell | 2011-03-09 | 1 | -0/+9 |
|
|
* | Fix TextInput key navigation for RTL text | Joona Petrell | 2011-03-08 | 1 | -0/+40 |
|
|
* | Base empty QML editor horizontal alignment on QApplication::keyboardInputDire... | Joona Petrell | 2011-03-08 | 1 | -3/+8 |
|
|
* | Merge branch '4.7' into qtquick11 | Joona Petrell | 2011-03-08 | 1 | -0/+38 |
|\ |
|
| * | Set correct initial value for TextEdit and TextInput canPaste property | Yann Bodson | 2011-03-07 | 1 | -0/+38 |
|
|
* | | Reverse horizontal alignment of QML editors when the layout mirroring is enabled | Joona Petrell | 2011-03-07 | 1 | -0/+30 |
|
|
* | | Remove text alignment of empty QML editors following the layout direction | Joona Petrell | 2011-03-04 | 1 | -8/+4 |
|
|
* | | Merge branch '4.7' into qtquick11 | Joona Petrell | 2011-03-04 | 1 | -4/+134 |
|\ \
| |/ |
|
| * | Fix TextInput auto test failure on mac. | Andrew den Exter | 2011-03-04 | 1 | -0/+1 |
|
|
| * | Fix word selection locking on string boundaries. | Andrew den Exter | 2011-03-04 | 1 | -1/+72 |
|
|
| * | Compensate for horizontal scroll in TextInput micro focus. | Andrew den Exter | 2011-03-03 | 1 | -0/+4 |
|
|
| * | Position the TextInput cursor correctly after IM text is commited. | Andrew den Exter | 2011-03-03 | 1 | -0/+18 |
|
|
| * | Make the TextInput cursorRectangle relative to the item. | Andrew den Exter | 2011-03-02 | 1 | -3/+39 |
|
|
* | | Add a way to query the reading direction of QML editor text | Joona Petrell | 2011-03-03 | 1 | -0/+59 |
|
|
* | | Merge branch '4.7' into qtquick11 | Martin Jones | 2011-03-01 | 1 | -8/+286 |
|\ \
| |/ |
|
| * | Don't return positions within preedit text from positionAt(). | Andrew den Exter | 2011-03-01 | 1 | -7/+32 |
|
|
| * | Add an is input method composing property to TextEdit and TextInput. | Andrew den Exter | 2011-03-01 | 1 | -0/+38 |
|
|
| * | Add a 'CursorPosition' parameter to TextInput.positionAt(). | Andrew den Exter | 2011-02-24 | 1 | -0/+8 |
|
|
| * | Fix auto test failure on mac. | Andrew den Exter | 2011-02-22 | 1 | -31/+30 |
|
|
| * | Hide the TextInput/Edit cursor when the view doesn't have focus. | Andrew den Exter | 2011-02-21 | 1 | -0/+70 |
|
|
| * | Forward mouse events from TextInput and TextEdit to QInputContext. | Andrew den Exter | 2011-02-21 | 1 | -1/+139 |
|
|
* | | Make sure horizontal QML editor text aligment always returns the actual align... | Joona Petrell | 2011-03-01 | 1 | -3/+34 |
|/ |
|
* | Fix TextInput, TextEdit auto test failure on windows and mac. | Andrew den Exter | 2011-02-16 | 1 | -0/+6 |
|
|
* | Update the input context when the pre-edit cursor position changes. | Andrew den Exter | 2011-02-16 | 1 | -1/+54 |
|
|
* | Scroll TextInput to ensure preedit text is visible. | Andrew den Exter | 2011-02-08 | 1 | -0/+76 |
|
|
* | Don't accept input methods when a TextEdit or TextInput is read only. | Andrew den Exter | 2011-02-03 | 1 | -0/+10 |
|
|
* | Add a mouseSelectionMode property to TextEdit and TextInput. | Andrew den Exter | 2011-02-01 | 1 | -59/+293 |
|
|
* | Add missing versioning tests for new QtQuick 1.1 properties/methods. | Martin Jones | 2011-01-31 | 1 | -0/+46 |
|
|
* | Fixing right-to-left text in Text and TextInput | Christopher Ham | 2011-01-28 | 1 | -0/+26 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Martin Jones | 2011-01-19 | 1 | -1/+1 |
|\ |
|
| * | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
|
|
* | | Cleanup view at end of auto test. | Martin Jones | 2011-01-18 | 1 | -0/+3 |
|
|
* | | Add canPaste property to TextInput and TextEdit | Alan Alpert | 2011-01-17 | 1 | -0/+9 |
|
|
* | | Disable dragging text in TextEdit. | Andrew den Exter | 2011-01-11 | 1 | -0/+45 |
|
|
* | | Add selection modes to TextEdit and TextInput. | Andrew den Exter | 2011-01-10 | 1 | -1/+162 |
|
|
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Martin Jones | 2011-01-07 | 1 | -0/+13 |
|\ \
| |/ |
|
| * | Setting TextInput.cursorPosition outside bounds crashed. | Martin Jones | 2010-12-20 | 1 | -0/+13 |
|
|
* | | Add convenience deselect() functions to TextInput and TextEdit | Joona Petrell | 2010-12-30 | 1 | -0/+7 |
|/ |
|
* | Replace all occurances of "Qt 4.7" with "QtQuick 1.0" | Aaron Kennedy | 2010-09-29 | 1 | -17/+17 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-08-19 | 1 | -0/+16 |
|\ |
|
| * | Repaint TextInput when password character changes in password mode | Joona Petrell | 2010-08-17 | 1 | -0/+16 |
|
|
* | | Make QML tests compile on OpenSolaris | Martin Jones | 2010-08-19 | 1 | -4/+4 |
|/ |
|
* | Add autotest that checks that copy and cut don't work when echomode is set to... | Joona Petrell | 2010-08-13 | 1 | -0/+24 |
|
|
* | Fix TextInput echoMode autotest on Linux | Joona Petrell | 2010-07-22 | 1 | -0/+4 |
|
|
* | QML focus API updates. | Michael Brasser | 2010-07-21 | 1 | -20/+20 |
|
|