aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktextinput.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed wrong baseline alignment for TextInputJan Arve Saether2014-02-121-0/+12
* Allow renderType: Text.NativeRendering on retina displays/devicesTor Arne Vestbø2014-01-271-4/+1
* Fix QQuickTextInput not overriding shortcuts (del/home...)Frederik Gladhorn2013-12-021-0/+2
* TextInput: call fixup() when appropriateJ-P Nurmi2013-11-271-2/+2
* Fix build with QT_NO_ACCESSIBILITYThomas McGuire2013-11-261-1/+1
* TextInput: add editingFinished signalLiang Qi2013-11-221-0/+15
* Use one render loop per QQuickWindowGunnar Sletta2013-10-301-1/+1
* qdoc: no longer recognizes the version nr in QML refsMartin Smith2013-10-021-76/+76
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-301-1/+1
* Fix QQmlV4Function API to be GC safeLars Knoll2013-09-261-5/+6
* Doc: Fixed and updated Qt Quick's \qmlmodule pageJerome Pasion2013-09-251-4/+4
* Merge branch 'stable' into devSergio Ahumada2013-09-191-2/+2
|\
| * Doc: Move properties of Locale QML type to correct moduleTopi Reinio2013-09-171-2/+2
* | Add support for external drag and drop in Quick items.Chris Meyer2013-09-091-0/+1
* | Document TextInput property displayText as read-onlyJeremy Katz2013-09-081-0/+2
* | Remove variables that aren't being used right nowThiago Macieira2013-09-071-4/+0
* | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-241-9/+18
|\|
| * Disable native glyph rendering on embeddedGunnar Sletta2013-04-251-1/+2
| * Use the platform theme's password mask character for text input fields.Mitch Curtis2013-04-231-3/+5
| * TextInput: Fix cursor navigation with maskFrederik Gladhorn2013-04-231-1/+1
| * TextInput: Fix cursor heightGabriel de Dietrich2013-04-161-4/+10
* | Remove v8 usage in a few placesLars Knoll2013-06-061-4/+4
* | Cleanup v8 dependencies from QQmlV8FunctionLars Knoll2013-05-081-5/+5
* | Get rid of v8::LocalLars Knoll2013-05-061-1/+1
* | Cleanup lots of V8 dependencies in QJS* classesLars Knoll2013-04-181-0/+1
|/
* Use distance fields for text on retina displaysGunnar Sletta2013-04-021-1/+3
* TextInput: Update text deselection on focus out eventCaroline Chao2013-03-071-1/+4
* TextInput: Handle focus event directlyCaroline Chao2013-03-071-25/+29
* Enablers for input methods on AndroidPaul Olav Tvete2013-03-041-1/+1
* Fix missing TextInput::remove(int start, int end) docsJ-P Nurmi2013-02-151-1/+1
* Ensure the cursorRectangle is updated as the width of the text changes.Andrew den Exter2013-02-011-1/+3
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Accessibility: Improve interface handling in QuickFrederik Gladhorn2012-12-191-5/+12
* Renamed QQuickItem::pos property to positionShawn Rutledge2012-11-291-1/+1
* Enable module build with QT_NO_IMTasuku Suzuki2012-11-261-6/+100
* Don't use design metrics with NativeRendering on TextInputEskil Abrahamsen Blomfeldt2012-11-091-0/+3
* Fix QQuickTextInput::moveCursorSelection()Konstantin Ritt2012-10-191-5/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Fix uses of various qml doc commandsBea Lam2012-08-081-7/+7
* Fix pasting with the middle button in TextInput and TextEdit.Andrew den Exter2012-08-061-1/+7
* Add tests for copy and paste using keyboard shortcuts.Andrew den Exter2012-08-061-2/+4
* Fix various broken links in documentationBea Lam2012-08-031-0/+4
* Doc: Changed \qmlclass to \qmltype and added \instantiates.Jerome Pasion2012-07-301-4/+8
* Fix restoration of cursor position and selection after undo/redo.Andrew den Exter2012-07-241-35/+98
* Update element references to smooth.Michael Brasser2012-07-181-15/+0
* QQuickCanvas renamesAlan Alpert2012-07-171-1/+1
* Change Quick docs to refer to "types" rather than "elements"Martin Jones2012-07-161-5/+5
* Use QQuickTextUtil to calculate alignment offsets in TextInput.Andrew den Exter2012-07-111-24/+4
* Add option to use native rasterizer for SceneGraph textEskil Abrahamsen Blomfeldt2012-07-101-1/+38
* Use enumeration in preference to enum when referring to QML API.Andrew den Exter2012-07-061-1/+1