summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativetextinput.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/4.7' into qt-4.8-from-4.7Jani Hautakangas2011-06-221-2/+2
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-06-211-2/+2
| |\
| | * Scroll correctly when cursorPosition is changed within onTextChanged.Andrew den Exter2011-06-201-2/+2
* | | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Olivier Goffart2011-05-311-6/+3
|\ \ \ | |/ /
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-05-271-6/+3
| |\ \ | | |/
| | * Remove unnecessary QtQuick 1.1 effectiveLayoutDirection, effectiveHorizontalA...Joona Petrell2011-05-271-6/+3
* | | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Olivier Goffart2011-05-241-34/+20
|\ \ \ | |/ /
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-05-201-34/+20
| |\ \ | | |/
| | * Notify when the TextInput cursorRectangle property changes within pre-editAndrew den Exter2011-05-201-34/+20
| * | 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 branch '4.8-upstream'Thierry Bastian2011-04-281-14/+43
|\ \ | |/
| * Ignore changes to selectByMouse during a selection.Andrew den Exter2011-04-271-3/+8
| * Move the TextInput cursor delegate when the preedit position changes.Andrew den Exter2011-04-271-1/+5
| * Fix TextInput echoMode clearing inputMethodHints set by the user.Andrew den Exter2011-04-211-10/+30
* | Make QLineControl send accessibility updates.Frederik Gladhorn2011-04-271-0/+1
|/
* Fix width of TextInput micro focus rectangle.Andrew den Exter2011-03-301-2/+4
* Write Qt Quick 1.1 right-to-left documentation and examplesJoona Petrell2011-03-181-1/+1
* Update QML "What's New" docs.Martin Jones2011-03-111-1/+1
* Don't reveal TextInput text on refocus in PasswordEchoOnEdit mode.Andrew den Exter2011-03-111-1/+6
* Fix compiler warning.Andrew den Exter2011-03-111-4/+4
* Fix TextInput key navigation for RTL textJoona Petrell2011-03-081-2/+2
* Base empty QML editor horizontal alignment on QApplication::keyboardInputDire...Joona Petrell2011-03-081-1/+4
* 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/+70
* | 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
* | Merge branch '4.7' into qtquick11Joona Petrell2011-03-041-12/+16
|\ \ | |/
| * Fix word selection locking on string boundaries.Andrew den Exter2011-03-041-11/+14
| * Compensate for horizontal scroll in TextInput micro focus.Andrew den Exter2011-03-031-1/+1
| * Make the TextInput cursorRectangle relative to the item.Andrew den Exter2011-03-021-0/+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-14/+115
|\ \ | |/
| * Don't return positions within preedit text from positionAt().Andrew den Exter2011-03-011-5/+14
| * Add an is input method composing property to TextEdit and TextInput.Andrew den Exter2011-03-011-8/+31
| * fix/improve docs for new QtQuick 1.1 attributesBea Lam2011-02-281-0/+8
| * Add a 'CursorPosition' parameter to TextInput.positionAt().Andrew den Exter2011-02-241-3/+17
| * Merge branch '4.7' of git://scm.dev.nokia.troll.no/qt/qt into 4.7Joona Petrell2011-02-221-2/+2
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-02-181-0/+2
| | |\
| | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-02-151-0/+9
| | |\ \
| | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-02-101-0/+17
| | |\ \ \
| | * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-02-081-1/+11
| | |\ \ \ \
| | * \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-staging into 4.7-integ...Qt Continuous Integration System2011-02-041-2/+2
| | |\ \ \ \ \
| | | * \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7David Boddie2011-01-261-8/+17
| | | |\ \ \ \ \
| | | * | | | | | Doc: Fixed the syntax of QML code snippets.David Boddie2011-01-241-2/+2
| * | | | | | | | 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-0/+47
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Make sure horizontal QML editor text aligment always returns the actual align...Joona Petrell2011-03-011-16/+57
|/ / / / / / /
* | | | | | | Update the input context when the pre-edit cursor position changes.Andrew den Exter2011-02-161-0/+2
| |_|_|_|_|/ |/| | | | |