aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktextinput.cpp
Commit message (Expand)AuthorAgeFilesLines
* QQuickTextInput: handle QKeySequence::DeleteCompleteLineJ-P Nurmi2015-11-261-1/+10
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-171-1/+1
|\
| * Fix grammar in TextInput documentationMitch Curtis2015-11-021-1/+1
* | QQuickTextEdit/Input: revise implicit resizing - take twoJ-P Nurmi2015-10-041-2/+15
* | QQuickTextEdit/Input: revise implicit resizingJ-P Nurmi2015-10-031-3/+3
* | Doc: Corrected link errorsNico Vertriest2015-09-071-1/+1
* | TextInput & TextEdit: allow controls to override the implicit sizeJ-P Nurmi2015-09-061-5/+9
* | Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-1/+1
|\|
| * Doc: replace Mac OS X with OS XNico Vertriest2015-07-151-1/+1
* | Font matching by font stylenameAllan Sandfeld Jensen2015-08-101-0/+10
* | Export QQuickTextInputPrivate and QQuickTextEditPrivateJ-P Nurmi2015-06-231-0/+7
* | Don't resolve the d-pointer when we don't use it.Ulf Hermann2015-06-151-2/+1
* | QQuickTextInput: move paddings into extraDataLiang Qi2015-06-151-31/+53
* | Mark unused parameters as Q_UNUSEDUlf Hermann2015-06-141-0/+2
* | Fix users of QTextLayout::additionalFormats to use the new APIMarc Mutz2015-06-051-2/+2
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-041-1/+12
|\|
| * 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
* | Keep cursor visible during keyboard interactionKai Uwe Broulik2015-05-211-0/+15
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-131-9/+19
|\|
| * Honor setFocusOnTouchRelease in QQuickTextInputKai Uwe Broulik2015-03-301-9/+19
* | Move QtQuick validators out of qquicktextinput_p.hJ-P Nurmi2015-03-181-183/+0
* | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devGabriel de Dietrich2015-03-061-10/+10
|\|
| * Fix invocations of static methods of QGuiApplication/QCoreApplication.Friedemann Kleint2015-03-051-10/+10
* | TextInput: add support for paddingJ-P Nurmi2015-03-051-16/+185
|/
* 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