aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktextinput.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: replace Mac OS X with OS XNico Vertriest2015-07-151-1/+1
* Hide cursor when text fields becomes read onlySanttu Lakkala2015-05-121-1/+8
* Add QtQuick::Text::font.weight enum valuesShawn Rutledge2015-05-111-0/+4
* Honor setFocusOnTouchRelease in QQuickTextInputKai Uwe Broulik2015-03-301-9/+19
* Fix invocations of static methods of QGuiApplication/QCoreApplication.Friedemann Kleint2015-03-051-10/+10
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-0/+1
|\
| * TextInput: update the baseline offset when vertical alignment changesJ-P Nurmi2015-02-031-0/+1
* | Update copyright headersJani Heikkinen2015-02-121-7/+7
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-091-0/+27
|\|
| * Invalidate font caches when switching between threadsv5.4.0-rc1Eskil Abrahamsen Blomfeldt2014-11-131-0/+27
* | QQuickTextInput: don't ifdef out propertiesJ-P Nurmi2014-11-011-5/+23
|/
* Android: Keyboard doesn't hide from done buttonSamuel Nevala2014-10-241-0/+7
* 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