summaryrefslogtreecommitdiff
path: root/tests/auto/declarative/qdeclarativetextinput
Commit message (Expand)AuthorAgeFilesLines
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Liang Qi2011-10-071-1/+116
|\
| * QLineControl: selectedTextChanged() signal is omitted in some casesSami Merila2011-09-221-1/+116
* | Merge branch 4.7 into qt-4.8-from-4.7Sergio Ahumada2011-08-262-0/+14
|\ \ | |/
| * Doc: Fixing typoSergio Ahumada2011-08-231-1/+1
| * Fix left alignment of native RTL pre-edit text.Andrew den Exter2011-08-232-0/+14
* | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Liang Qi2011-07-201-0/+61
|\ \ | |/
| * Delay masking the last character in Password echo mode.Andrew den Exter2011-07-191-0/+61
* | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Olivier Goffart2011-05-241-0/+10
|\ \ | |/
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-05-201-0/+10
| |\
| | * Notify when the TextInput cursorRectangle property changes within pre-editAndrew den Exter2011-05-201-0/+10
| * | Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
| |/
* | Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Olivier Goffart2011-04-277-0/+194
|\ \ | |/
| * Ignore changes to selectByMouse during a selection.Andrew den Exter2011-04-277-0/+185
| * Move the TextInput cursor delegate when the preedit position changes.Andrew den Exter2011-04-271-0/+9
* | Merge branch 4.7 into qt-4.8-from-4.7Qt Continuous Integration System2011-04-231-1/+50
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Olivier Goffart2011-04-211-0/+14
|\ \ | |/
| * Fix excessive scrolling in TextInput with mid string pre-edit text.Andrew den Exter2011-04-191-0/+14
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-04-021-8/+42
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-03-311-20/+15
|\ \ | |/
| * Return correct boundaries reasons from QTextBoundaryFinder.Andrew den Exter2011-03-301-20/+15
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2011-03-111-0/+10
|\ \ | |/
| * Don't reveal TextInput text on refocus in PasswordEchoOnEdit mode.Andrew den Exter2011-03-111-0/+10
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2011-03-111-3/+177
|\ \ | |/
| * 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
| |\
| * | 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
| |\ \
| * | | 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
| |\ \ \
| * | | | Make sure horizontal QML editor text aligment always returns the actual align...Joona Petrell2011-03-011-3/+34
* | | | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-03-101-0/+38
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Set correct initial value for TextEdit and TextInput canPaste propertyYann Bodson2011-03-071-0/+38
| | |_|/ | |/| |
* | | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-03-051-1/+77
|\ \ \ \ | |/ / /
| * | | 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
* | | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-03-031-7/+124
|\ \ \ \ | |/ / /
| * | | 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
| | |/ | |/|
| * | Don't return positions within preedit text from positionAt().Andrew den Exter2011-03-011-7/+32