aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktextedit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Enable module build with QT_NO_IMTasuku Suzuki2012-11-261-1/+32
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Various small doc fixes and improvementsBea Lam2012-08-091-3/+3
* Fix uses of various qml doc commandsBea Lam2012-08-081-7/+7
* Fix pasting with the middle button in TextInput and TextEdit.Andrew den Exter2012-08-061-1/+7
* Fix various broken links in documentationBea Lam2012-08-031-0/+4
* Doc: Changed \qmlclass to \qmltype and added \instantiates.Jerome Pasion2012-07-301-1/+2
* Update element references to smooth.Michael Brasser2012-07-181-15/+0
* QQuickCanvas renamesAlan Alpert2012-07-171-1/+1
* Change Quick docs to refer to "types" rather than "elements"Martin Jones2012-07-161-2/+2
* Fix horizontal alignment of unwrapped text in TextEdit.Andrew den Exter2012-07-161-65/+32
* Remove code for unused LinksAccessibleByKeyboard option.Andrew den Exter2012-07-111-22/+2
* Add option to use native rasterizer for SceneGraph textEskil Abrahamsen Blomfeldt2012-07-101-2/+42
* Speed up TextEdit construction time.Andrew den Exter2012-07-091-7/+19
* Use enumeration in preference to enum when referring to QML API.Andrew den Exter2012-07-061-1/+1
* Add tests for triple click text selection in TextEdit.Andrew den Exter2012-07-041-2/+14
* Don't calculate selection rects unnecessarily.Andrew den Exter2012-07-041-1/+1
* Remove outdated refactor comments.Andrew den Exter2012-07-031-1/+1
* Fix high CPU load for Qml TextEdit on MacNils Jeisecke2012-07-021-14/+0
* Use the convential form for the selectedText notify signal name.Andrew den Exter2012-07-021-1/+1
* Remove the open and closeSofwareInputPanel functions.Andrew den Exter2012-06-221-90/+2
* Create new documentation structureChris Adams2012-06-211-1/+2
* Doc: Grouped Qt Quick types into several groupsJerome Pasion2012-06-061-2/+2
* Fix doc snippets paths and parsing errorsBea Lam2012-05-311-2/+2
* Doc: Sanitized QML typesNico Vertriest2012-05-241-1/+1
* Lazily create QMetaObjectsAaron Kennedy2012-05-241-13/+13
* Fix incorrect text alignment in TextEdit.Andrew den Exter2012-05-171-1/+1
* Defer construction of TextEdit/TextInput delegates.Andrew den Exter2012-05-141-45/+18
* Remove warningYann Bodson2012-05-011-0/+1
* TextEdit to honor input direction on neutral textPekka Vuorela2012-04-271-15/+48
* Fix TextEdit with right aligned text when size changesPekka Vuorela2012-04-271-1/+1
* Fix bounding rects of text items.Andrew den Exter2012-04-271-3/+44
* Don't do a layout for wrapping if there is no width binding.Andrew den Exter2012-04-271-1/+1
* Ensure the cursor delegate position is correct when wrapping.Andrew den Exter2012-04-191-1/+7
* Set cursorVisible to false when im cursor length is 0.Andrew den Exter2012-04-021-6/+6
* Fix text wrapping and eliding with implicitWidth.Andrew den Exter2012-03-221-4/+12
* Don't overwrite text selections made in focus handlers.Andrew den Exter2012-03-211-1/+1
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-131-47/+47
* Fix selected text highlight in TextEdit.Andrew den Exter2012-03-081-1/+1
* Merge master <-> api_changesMatthew Vogt2012-03-051-43/+22
|\
| * Use floating point types for position offsets and cursorRectangle.Andrew den Exter2012-02-241-11/+11
| * Reduce QQuickTextEdit memory usage.Andrew den Exter2012-02-231-32/+11
* | Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-12/+12
|/
* Have input method hints on only classes using themPekka Vuorela2012-02-171-0/+18
* Remove pixmap text caching in TextEdit elementYann Bodson2012-02-151-78/+6
* Fix access to context properties within TextEdit.cursorDelegateAndrew den Exter2012-02-141-2/+3
* Use QInputMethod instead of deprecated QInputPanelPekka Vuorela2012-02-101-5/+5
* Add contentWidth and contentHeight properties to Text elements.Andrew den Exter2012-02-071-9/+11
* Fix TextEdit vertical alignment.Andrew den Exter2012-02-061-1/+1