aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktextcontrol_p.h
Commit message (Expand)AuthorAgeFilesLines
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-1/+1
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-2/+2
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-4/+5
|\
| * Accept PUA characters, ZWNJ and ZWJ as input in TextInput/EditEskil Abrahamsen Blomfeldt2016-12-131-1/+2
| * Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-3/+3
* | Quick: add missing 'override'Anton Kudryavtsev2016-10-121-2/+4
|/
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-041-0/+1
|\
| * Add support for input method selection handlesJan Arve Sæther2016-04-141-0/+1
* | Add overwriteMode to QML TextEdit and QML TextInputDan Cape2016-03-031-0/+3
|/
* Updated license headersJani Heikkinen2016-01-191-14/+20
* QQuickTextEdit: added clear() methodLiang Qi2016-01-191-0/+1
* QQuickTextEdit: added preeditText propertyLiang Qi2016-01-131-0/+3
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-091-1/+1
|\
| * QQuickTextControl: update cursor rect when cursor changes positionRichard Moe Gustavsen2014-09-161-1/+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-2/+2
|/
* Implement the new inputmethod query API for Qt QuickPaul Olav Tvete2014-04-221-0/+1
* Add QQuickTextEdit::hoveredLinkJ-P Nurmi2013-06-071-0/+2
* Optimize QQuickTextEdit for larger documents.Pierre Rossi2013-03-201-0/+1
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-281-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Enable module build with QT_NO_IMTasuku Suzuki2012-11-261-0/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Speed up TextEdit construction time.Andrew den Exter2012-07-091-2/+0
* Don't calculate selection rects unnecessarily.Andrew den Exter2012-07-041-3/+2
* Remove dead code from QQuickTextControl.Andrew den Exter2012-07-041-2/+0
* Ensure the cursor delegate position is correct when wrapping.Andrew den Exter2012-04-191-0/+2
* QQuickTextEdit to trigger input method updates on selectAll()Pekka Vuorela2012-04-121-2/+0
* Set cursorVisible to false when im cursor length is 0.Andrew den Exter2012-04-021-0/+4
* Remove unused functions from QQuickTextControl.Andrew den Exter2012-03-201-23/+0
* Reduce QQuickTextEdit memory usage.Andrew den Exter2012-02-231-12/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Remove the use of QT_MODULE()Gunnar Sletta2012-01-201-1/+0
* Add undo and redo functions to TextInput and TextEdit.Andrew den Exter2012-01-121-2/+0
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove QQuickTextControl::ensureCursorVisible()Andrew den Exter2011-12-151-4/+1
* Remove unused code from QQuickTextControl.Andrew den Exter2011-12-151-44/+1
* TextEdits to include tentative commit in text propertyPekka Vuorela2011-12-141-4/+2
* Create a copy of QTextControl in the QtDeclarative library.Andrew den Exter2011-12-091-0/+286