aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktextinput.cpp
Commit message (Expand)AuthorAgeFilesLines
* QQuickTextInput: calculate height of cursor rect using QTextLine::height()Richard Moe Gustavsen2014-09-101-4/+2
* QQuickTextInput: keep floating point precition when calculating offsetRichard Moe Gustavsen2014-09-041-2/+2
* Fix cursor blinking for TextInput and TextEditSimon Hausmann2014-08-261-36/+8
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Create rectangle nodes in the text editing through the contextLars Knoll2014-08-131-5/+11
* Doc: Remove duplicated wordsTopi Reinio2014-08-121-1/+1
* TextInput::displayText: include partial input from an input methodJ-P Nurmi2014-08-081-1/+4
* Fix incorrect acceptableInput value on construction.Aaron McCarthy2014-07-241-3/+24
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-101-1/+1
|\
| * Doc: correct link/compilation errors in Qt DeclarativeNico Vertriest2014-07-021-1/+1
* | TextInput: implement the new input method APIJ-P Nurmi2014-06-021-0/+15
* | Introduce TextInput::ensureVisible(int position)J-P Nurmi2014-05-211-20/+45
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-101-8/+14
|\|
| * Always implement text input "canPaste" propertyBernd Weimer2014-04-241-2/+4
| * Doc: Document signals (not handlers) under \qmlsignalSze Howe Koh2014-03-181-6/+10
* | Makes PasswordMaskDelay configurable through TextInputRisto Avila2014-03-121-6/+32
|/
* Update QQuickTextInput's baselineOffset when only height changesJan Arve Saether2014-02-221-6/+21
* 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