summaryrefslogtreecommitdiff
path: root/src/declarative/graphicsitems/qdeclarativetextinput.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Fix g++/MinGW compiler warnings.Friedemann Kleint2012-09-291-1/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* QDeclarativeTextInput sends delayed mouse events to input contextLauri Malmi2012-06-071-3/+13
* Propagate left key presses to the parent item when TextInput is empty.Marcel Schuette2012-05-301-1/+1
* Fixed compiler warnings about unused q and d variables in declarative.jaanttil2012-02-021-1/+0
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Merge remote-tracking branch 'upstream/4.8' into qt-4.8-from-4.7Sergio Ahumada2011-08-311-1/+2
|\
| * Merge branch 'qt-4.8-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2011-08-271-5/+10
| |\
| * | Correct documentation of TextInput.PasswordEchoOnEdit.Andrew den Exter2011-08-221-1/+2
* | | Merge branch 4.7 into qt-4.8-from-4.7Sergio Ahumada2011-08-311-4/+4
|\ \ \ | |_|/ |/| |
| * | Doc: Standardized on QtQuick for \since declarations.David Boddie2011-08-301-4/+4
* | | Merge branch 4.7 into qt-4.8-from-4.7Sergio Ahumada2011-08-261-5/+10
|\ \ \ | |/ / | | / | |/ |/|
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-08-241-4/+4
| |\
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-08-241-1/+6
| |\ \
| | * | Fix left alignment of native RTL pre-edit text.Andrew den Exter2011-08-231-1/+6
| | |/
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-staging into 4.7-integ...Qt Continuous Integration System2011-08-191-4/+4
| |\ \ | | |/ | |/|
| | * Doc: Standardized on QtQuick for \since declarations.David Boddie2011-06-301-4/+4
* | | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Liang Qi2011-07-201-1/+1
|\ \ \ | |/ /
| * | Delay masking the last character in Password echo mode.Andrew den Exter2011-07-191-1/+1
* | | Documentation fix.Casper van Donderen2011-07-141-10/+6
* | | Doc: Standardized on QtQuick for \since declarations.David Boddie2011-07-011-4/+4
* | | 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-281-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