aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktextcontrol.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove variables that aren't being used right nowThiago Macieira2013-09-071-1/+0
* Add QQuickTextEdit::hoveredLinkJ-P Nurmi2013-06-071-0/+26
* QQuickTextControl: emit cursorPositionChanged() only if it changedJ-P Nurmi2013-05-221-1/+4
* Don't eat Back button in TextEditPaul Olav Tvete2013-04-301-0/+19
* Optimize QQuickTextEdit for larger documents.Pierre Rossi2013-03-201-0/+1
* Typos: tripple->tripleFrederik Gladhorn2013-02-211-18/+18
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Enable module build with QT_NO_IMTasuku Suzuki2012-11-261-0/+28
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Fix pasting with the middle button in TextInput and TextEdit.Andrew den Exter2012-08-061-2/+4
* Remove code for unused LinksAccessibleByKeyboard option.Andrew den Exter2012-07-111-8/+0
* Speed up TextEdit construction time.Andrew den Exter2012-07-091-51/+26
* Don't calculate selection rects unnecessarily.Andrew den Exter2012-07-041-101/+9
* Remove dead code from QQuickTextControl.Andrew den Exter2012-07-041-70/+0
* Avoid string-based lookup of signalsKent Hansen2012-06-011-2/+3
* Ensure the cursor rectangle is updated when preedit text changes.Andrew den Exter2012-05-031-1/+1
* Fix TextEdit with right aligned text when size changesPekka Vuorela2012-04-271-9/+5
* Ensure the cursor delegate position is correct when wrapping.Andrew den Exter2012-04-191-20/+27
* QQuickTextEdit to trigger input method updates on selectAll()Pekka Vuorela2012-04-121-5/+8
* Set cursorVisible to false when im cursor length is 0.Andrew den Exter2012-04-021-13/+61
* Remove tentative commit from editorsPekka Vuorela2012-03-261-14/+5
* Make TextEdit word selection behaviour consistent.Andrew den Exter2012-03-201-22/+5
* Remove unused functions from QQuickTextControl.Andrew den Exter2012-03-201-100/+0
* Reduce QQuickTextEdit memory usage.Andrew den Exter2012-02-231-86/+8
* Use QInputMethod instead of deprecated QInputPanelPekka Vuorela2012-02-101-4/+4
* Add a persistentSelection property to TextInput.Andrew den Exter2012-02-021-1/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Avoid creating unnecessary copies of TextEdit's text data.Andrew den Exter2012-01-161-1/+1
* Add undo and redo functions to TextInput and TextEdit.Andrew den Exter2012-01-121-6/+0
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Delay initializing the canPaste property until it's requested.Andrew den Exter2011-12-211-2/+2
* Activate links in a read only TextEdit.Andrew den Exter2011-12-151-3/+6
* Remove QQuickTextControl::ensureCursorVisible()Andrew den Exter2011-12-151-32/+18
* Remove unused code from QQuickTextControl.Andrew den Exter2011-12-151-885/+31
* QQuickTextControl - mouse events to override input contextPekka Vuorela2011-12-141-116/+141
* Protect QTextControl::setTextCursor for existing preeditPekka Vuorela2011-12-141-0/+1
* TextEdits to include tentative commit in text propertyPekka Vuorela2011-12-141-0/+19
* Create a copy of QTextControl in the QtDeclarative library.Andrew den Exter2011-12-091-0/+2868