aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktextinput_p.h
Commit message (Expand)AuthorAgeFilesLines
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-2/+2
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-18/+18
* Add TextInput::textEdited()J-P Nurmi2016-12-301-0/+1
* Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-4/+4
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-131-4/+4
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-4/+4
| |\
| | * QQuickText,QQuickTextInput: Fully qualify enumerations in changed() signals.Friedemann Kleint2016-04-071-4/+4
* | | Add overwriteMode to QML TextEdit and QML TextInputDan Cape2016-03-031-0/+5
|/ /
* | Updated license headersJani Heikkinen2016-01-191-14/+20
* | QQuickTextInput: added clear() methodLiang Qi2016-01-191-0/+1
* | QQuickTextInput: added preeditText propertyLiang Qi2016-01-131-0/+3
|/
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* Export QQuickTextInputPrivate and QQuickTextEditPrivateJ-P Nurmi2015-06-231-0/+2
* Port from Q_ENUMS to new macro Q_ENUM.Friedemann Kleint2015-06-191-7/+7
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-131-0/+1
|\
| * Honor setFocusOnTouchRelease in QQuickTextInputKai Uwe Broulik2015-03-301-0/+1
* | Move QtQuick validators out of qquicktextinput_p.hJ-P Nurmi2015-03-181-38/+0
* | TextInput: add support for paddingJ-P Nurmi2015-03-051-0/+31
|/
* Fix 590 inconsistent override warnings [-Winconsistent-missing-override]Sérgio Martins2015-02-131-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-091-1/+5
|\
| * Update plugins.qmltypesKai Koehne2014-12-051-1/+1
| * Invalidate font caches when switching between threadsv5.4.0-rc1Eskil Abrahamsen Blomfeldt2014-11-131-0/+4
* | QQuickTextInput: don't ifdef out propertiesJ-P Nurmi2014-11-011-14/+1
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-111-19/+11
|\|
| * Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* | Add Q_DECL_OVERRIDEAlbert Astals Cid2014-08-141-19/+19
|/
* TextInput: implement the new input method APIJ-P Nurmi2014-06-021-0/+1
* Introduce TextInput::ensureVisible(int position)J-P Nurmi2014-05-211-1/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-101-4/+0
|\
| * Always implement text input "canPaste" propertyBernd Weimer2014-04-241-4/+0
* | Makes PasswordMaskDelay configurable through TextInputRisto Avila2014-03-121-0/+6
|/
* TextInput: add editingFinished signalLiang Qi2013-11-221-0/+1
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-301-1/+1
* Cleanup v8 dependencies from QQmlV8FunctionLars Knoll2013-05-081-1/+1
* TextInput: Handle focus event directlyCaroline Chao2013-03-071-1/+1
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-281-4/+0
* Merge branch 'release' into stableGunnar Sletta2013-01-171-1/+1
|\
| * Exporting required symbols for Qt Quick DesignerThomas Hartmann2013-01-171-1/+1
* | Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
|/
* Enable module build with QT_NO_IMTasuku Suzuki2012-11-261-0/+14
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Add option to use native rasterizer for SceneGraph textEskil Abrahamsen Blomfeldt2012-07-101-0/+9
* Refresh the TextInput.acceptableInput property when validator changes.Andrew den Exter2012-07-041-0/+4
* Remove the open and closeSofwareInputPanel functions.Andrew den Exter2012-06-221-3/+0
* Defer construction of TextEdit/TextInput delegates.Andrew den Exter2012-05-141-0/+2
* Fix bounding rects of text items.Andrew den Exter2012-04-271-0/+2
* Compile fix if QT_NO_CLIPBOARD definedAndreas Holzammer2012-04-191-0/+4
* Merge master <-> api_changesMatthew Vogt2012-03-051-2/+2
|\
| * Use floating point types for position offsets and cursorRectangle.Andrew den Exter2012-02-241-2/+2