aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items/qsgtextinput.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into refactorGunnar Sletta2011-09-121-0/+3
|\
| * Fix left alignment of native RTL pre-edit text.Andrew den Exter2011-09-071-1/+6
| * Delay masking the last character in Password echo mode.Andrew den Exter2011-09-061-1/+1
* | Fix TextInput and TextEdit open/closeSoftwareInputPanel functionsJoona Petrell2011-09-081-12/+4
* | Rename ImMicroFocus to ImCursorrRctangleLars Knoll2011-09-081-1/+1
* | Handle ImEnabled and ImHints input method queries in QSGTextInput and QSGText...Joona Petrell2011-09-081-0/+4
* | Adapt to the input method changes in qtbaseLars Knoll2011-09-081-7/+4
* | Remove the remaining dependencies onto QtWidgetsLars Knoll2011-09-011-14/+10
* | Use QMouseEvent instead of QGraphicsSceneMouseEventLars Knoll2011-09-011-36/+29
* | Fix export symbols for QtDeclarative and QtQuick1.Friedemann Kleint2011-08-311-1/+1
* | Merge branch 'master' into refactorGunnar Sletta2011-08-251-35/+797
|\|
| * Make QSGTextNode back-end for QML's TextInput and TextEditEskil Abrahamsen Blomfeldt2011-08-191-32/+110
| * Add documentationAlan Alpert2011-08-091-3/+687
* | Ported use of QInputContext to QPlatformInputContext for nowGunnar Sletta2011-08-051-7/+4
* | Make QSGCanvas a QWindow instead of a QGLWidgetGunnar Sletta2011-08-051-8/+11
* | Build against refactor.Samuel Rødal2011-07-291-3/+3
|/
* Don't clip the cursor at the far right of a TextInput.Andrew den Exter2011-07-281-45/+26
* Move the cursor position to the end when TextInput.readOnly is cleared.Andrew den Exter2011-07-261-0/+2
* Scroll correctly when cursorPosition is changed within onTextChanged.Andrew den Exter2011-07-251-2/+2
* Notify when the TextInput cursorRectangle property changes within pre-editAndrew den Exter2011-07-251-34/+20
* Update licenseheader text in source files for qtdeclarative Qt moduleJyri Tahtela2011-07-081-17/+17
* Doc: Cleaned up the scene graph documentation a little.David Boddie2011-06-091-1/+0
* Revert "Make QSGTextNode back-end for QML's TextInput"Martin Jones2011-05-271-113/+30
* Make QSGTextNode back-end for QML's TextInputEskil Abrahamsen Blomfeldt2011-05-231-30/+113
* Apply 2081a3d0fd7266ffba83849fee967e048e991270 to SG TextInputMartin Jones2011-05-171-0/+1
* Update SG items with GV item changes.Martin Jones2011-05-041-15/+44
* Initial import from qtquick2.Qt by Nokia2011-04-271-0/+1265