summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativetextedit/tst_qdeclarativetextedit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-09-221-0/+115
|\
| * QLineControl: selectedTextChanged() signal is omitted in some casesSami Merila2011-09-221-0/+115
* | Fix implicit height not growing when pre-edit text wraps.Andrew den Exter2011-09-061-0/+44
|/
* Make it easier to select words at the start of a line.Andrew den Exter2011-08-241-21/+28
* Fix left alignment of native RTL pre-edit text.Andrew den Exter2011-08-231-0/+12
* Move cursorDelegate with the mouse selection of read only text input.Andrew den Exter2011-08-041-2/+19
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-05-171-17/+17
|\
| * Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* | Make TextEdit word selection more natural.Andrew den Exter2011-05-131-0/+36
* | Ensure the TextEdit cursor delegate is repositioned on mouse events.Andrew den Exter2011-05-121-0/+20
|/
* Ignore changes to selectByMouse during a selection.Andrew den Exter2011-04-271-0/+84
* Move the TextInput cursor delegate when the preedit position changes.Andrew den Exter2011-04-271-0/+9
* Fix TextInput cursor position unchanged when selection length is 0.Andrew den Exter2011-04-211-0/+10
* Fix TextEdit cursorRectangle property.Andrew den Exter2011-04-131-1/+20
* Fix width of TextInput micro focus rectangle.Andrew den Exter2011-03-301-0/+20
* Fix text selection with shift-click.Andrew den Exter2011-03-281-0/+12
* Fix TextEdit mouseSelectionMode overriding selectByMouse.Andrew den Exter2011-03-141-0/+2
* Fix failing testsBea Lam2011-03-101-0/+4
* Fix horizontal alignment of QTextDocument-based RTL textJoona Petrell2011-03-091-1/+33
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-03-081-4/+57
|\
| * Update TextEdit's visible selection when only the anchor changes.Andrew den Exter2011-03-081-4/+54
* | 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/+24
* | Remove text alignment of empty QML editors following the layout directionJoona Petrell2011-03-041-8/+4
* | 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-011-2/+303
|\ \ | |/
| * Don't return positions within preedit text from positionAt().Andrew den Exter2011-03-011-0/+52
| * Add an is input method composing property to TextEdit and TextInput.Andrew den Exter2011-03-011-0/+38
| * Fix auto test failure on mac.Andrew den Exter2011-02-221-30/+30
| * Hide the TextInput/Edit cursor when the view doesn't have focus.Andrew den Exter2011-02-211-0/+71
| * Forward mouse events from TextInput and TextEdit to QInputContext.Andrew den Exter2011-02-211-2/+140
| * Fix TextEdit auto test failure on windows.Andrew den Exter2011-02-181-0/+2
* | Make sure horizontal QML editor text aligment always returns the actual align...Joona Petrell2011-03-011-5/+32
|/
* Fix TextInput, TextEdit auto test failure on windows and mac.Andrew den Exter2011-02-161-0/+6
* Update the input context when the pre-edit cursor position changes.Andrew den Exter2011-02-161-1/+66
* 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-58/+291
* Add missing versioning tests for new QtQuick 1.1 properties/methods.Martin Jones2011-01-311-2/+14
* Fixing right-to-left text in Text and TextInputChristopher Ham2011-01-281-0/+25
* Add missing revisions for QtQuick 1.1 additionsMartin Jones2011-01-271-0/+41
* Expose implicitWidth and implicitHeight properties of Item.Martin Jones2011-01-241-0/+29
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-191-1/+13
|\
| * Cleanup created views in TextEdit tests.Martin Jones2011-01-191-0/+12
| * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* | Add canPaste property to TextInput and TextEditAlan Alpert2011-01-171-0/+8
* | Disable dragging text in TextEdit.Andrew den Exter2011-01-111-0/+46
* | Add selection modes to TextEdit and TextInput.Andrew den Exter2011-01-101-1/+163