summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativetextinput/tst_qdeclarativetextinput.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into qtquick2history/qtquick2axis2011-04-271-0/+150
|\
| * Ignore changes to selectByMouse during a selection.Andrew den Exter2011-04-271-0/+141
| * Move the TextInput cursor delegate when the preedit position changes.Andrew den Exter2011-04-271-0/+9
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt into qtquick2axis2011-04-261-1/+64
|\|
| * Fix TextInput cursor position unchanged when selection length is 0.Andrew den Exter2011-04-211-0/+9
| * Fix TextInput echoMode clearing inputMethodHints set by the user.Andrew den Exter2011-04-211-1/+41
| * Fix excessive scrolling in TextInput with mid string pre-edit text.Andrew den Exter2011-04-191-0/+14
* | Merge branch 'master' into qtquick2Michael Brasser2011-04-141-28/+57
|\|
| * Fix TextInput auto test failure on mac.Andrew den Exter2011-04-011-3/+10
| * Fix width of TextInput micro focus rectangle.Andrew den Exter2011-03-301-5/+32
| * Return correct boundaries reasons from QTextBoundaryFinder.Andrew den Exter2011-03-301-20/+15
* | Merge branch 'master' into qtquick2Yann Bodson2011-03-161-11/+434
|\|
| * Don't reveal TextInput text on refocus in PasswordEchoOnEdit mode.Andrew den Exter2011-03-111-0/+10
| * Fix failing testsBea Lam2011-03-101-0/+4
| * Fix horizontal alignment of QTextDocument-based RTL textJoona Petrell2011-03-091-0/+9
| * Fix TextInput key navigation for RTL textJoona Petrell2011-03-081-0/+40
| * Base empty QML editor horizontal alignment on QApplication::keyboardInputDire...Joona Petrell2011-03-081-3/+8
| * Merge branch '4.7' into qtquick11Joona Petrell2011-03-081-0/+38
| |\
| | * Set correct initial value for TextEdit and TextInput canPaste propertyYann Bodson2011-03-071-0/+38
| * | Reverse horizontal alignment of QML editors when the layout mirroring is enabledJoona Petrell2011-03-071-0/+30
| * | Remove text alignment of empty QML editors following the layout directionJoona Petrell2011-03-041-8/+4
| * | Merge branch '4.7' into qtquick11Joona Petrell2011-03-041-4/+134
| |\|
| | * Fix TextInput auto test failure on mac.Andrew den Exter2011-03-041-0/+1
| | * Fix word selection locking on string boundaries.Andrew den Exter2011-03-041-1/+72
| | * Compensate for horizontal scroll in TextInput micro focus.Andrew den Exter2011-03-031-0/+4
| | * Position the TextInput cursor correctly after IM text is commited.Andrew den Exter2011-03-031-0/+18
| | * Make the TextInput cursorRectangle relative to the item.Andrew den Exter2011-03-021-3/+39
| * | Add a way to query the reading direction of QML editor textJoona Petrell2011-03-031-0/+59
| * | Merge branch '4.7' into qtquick11Martin Jones2011-03-021-8/+286
| |\|
| | * Don't return positions within preedit text from positionAt().Andrew den Exter2011-03-011-7/+32
| | * Add an is input method composing property to TextEdit and TextInput.Andrew den Exter2011-03-011-0/+38
| | * Add a 'CursorPosition' parameter to TextInput.positionAt().Andrew den Exter2011-02-241-0/+8
| * | Make sure horizontal QML editor text aligment always returns the actual align...Joona Petrell2011-03-011-3/+34
* | | Delete allocated objects in declarative unit testsChris Adams2011-03-041-0/+8
| |/ |/|
* | Fix auto test failure on mac.Andrew den Exter2011-02-221-31/+30
* | Hide the TextInput/Edit cursor when the view doesn't have focus.Andrew den Exter2011-02-211-0/+70
* | Forward mouse events from TextInput and TextEdit to QInputContext.Andrew den Exter2011-02-211-1/+139
|/
* Fix TextInput, TextEdit auto test failure on windows and mac.Andrew den Exter2011-02-171-0/+6
* Update the input context when the pre-edit cursor position changes.Andrew den Exter2011-02-161-1/+54
* Scroll TextInput to ensure preedit text is visible.Andrew den Exter2011-02-081-0/+76
* Don't accept input methods when a TextEdit or TextInput is read only.Andrew den Exter2011-02-031-0/+10
* Add a mouseSelectionMode property to TextEdit and TextInput.Andrew den Exter2011-02-011-59/+293
* Add missing versioning tests for new QtQuick 1.1 properties/methods.Martin Jones2011-01-311-0/+46
* Fixing right-to-left text in Text and TextInputChristopher Ham2011-01-281-0/+26
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-191-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* | Cleanup view at end of auto test.Martin Jones2011-01-181-0/+3
* | Add canPaste property to TextInput and TextEditAlan Alpert2011-01-171-0/+9
* | Disable dragging text in TextEdit.Andrew den Exter2011-01-111-0/+45
* | Add selection modes to TextEdit and TextInput.Andrew den Exter2011-01-101-1/+162