aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktextedit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix cursor blinking for TextInput and TextEditSimon Hausmann2014-08-261-6/+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-3/+3
* Fix Node object leak in QQuickTextEditPrivateLiang Jian2014-07-231-1/+5
* Doc: correct link/compilation errors in Qt DeclarativeNico Vertriest2014-07-021-1/+1
* Android: Add support for new input method query APIPaul Olav Tvete2014-05-081-3/+11
* Invalidate text painting nodes when document text block is updatedSarunas Valaskevicius2014-05-051-0/+6
* Doc: Fix broken \qmlsignal linksSze Howe Koh2014-03-181-1/+1
* Doc: Document signals (not handlers) under \qmlsignalSze Howe Koh2014-03-181-4/+8
* Ensure TextEdit's text is vertically aligned after resizing its height.Mitch Curtis2014-03-131-1/+2
* Fix TextEdit::lineCount to update as appropriateJ-P Nurmi2014-03-101-1/+1
* Expose TextEdit::linkAt(x, y)J-P Nurmi2014-01-291-2/+17
* Allow renderType: Text.NativeRendering on retina displays/devicesTor Arne Vestbø2014-01-271-4/+1
* QQuickTextDocumentWithImageResources: use QTextDocument::baseUrlJ-P Nurmi2013-12-041-2/+2
* Use one render loop per QQuickWindowGunnar Sletta2013-10-301-1/+1
* Clear text node references after sub-tree has been cleaned up.Alan Alpert2013-10-241-0/+3
* qdoc: no longer recognizes the version nr in QML refsMartin Smith2013-10-021-67/+67
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-301-1/+1
* Avoid out-of-bounds read.Gunnar Sletta2013-09-251-1/+1
* Doc: Fixed and updated Qt Quick's \qmlmodule pageJerome Pasion2013-09-251-1/+1
* Doc: Made Qt Quick items' \since consistent.Jerome Pasion2013-09-251-5/+5
* Remove qLowerBound usages from declarativeGiuseppe D'Angelo2013-09-131-4/+5
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-041-15/+38
|\
| * QQuickTextEdit: move QSG* members from dptr to root node.Pierre Rossi2013-07-031-15/+38
* | Add missing null check to QQuickTextEdit::hoveredLink()J-P Nurmi2013-06-231-4/+5
* | Fix QQuickTextEdit::hoveredLinkJ-P Nurmi2013-06-141-2/+4
* | Add QQuickTextEdit::append()J-P Nurmi2013-06-121-0/+39
* | Add QQuickTextEdit::hoveredLinkJ-P Nurmi2013-06-071-0/+65
|/
* Fix TextEdit content size calculationJ-P Nurmi2013-05-221-1/+3
* TextEdit: Better support of QTextTable and inline imagesPierre Rossi2013-04-301-39/+68
* Disable native glyph rendering on embeddedGunnar Sletta2013-04-251-1/+2
* QQuickTextEdit: make the update logic work with multiple text framesPierre Rossi2013-04-241-2/+5
* QQuickTextEdit: render inline images after change 48798Pierre Rossi2013-04-041-1/+14
* Use distance fields for text on retina displaysGunnar Sletta2013-04-021-2/+4
* Optimize QQuickTextEdit for larger documents.Pierre Rossi2013-03-201-91/+258
* Make sure that TextInteractionFlags get set.Frederik Gladhorn2013-03-191-2/+2
* Add TextEdit::selectByKeyboardJ-P Nurmi2013-03-151-1/+45
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-141-1/+1
|\
| * Fix TextEdit::persistentSelection docs (false by default)J-P Nurmi2013-03-011-1/+1
* | Fix usages of \since for QML itemsThomas McGuire2013-03-131-1/+1
* | Handle focus events directly in TextEdit.Frederik Gladhorn2013-03-071-27/+28
* | Focus reasonCaroline Chao2013-03-071-1/+1
* | Enablers for input methods on AndroidPaul Olav Tvete2013-03-041-1/+8
* | Add QQuickTextDocumentFrederik Gladhorn2013-02-191-0/+20
|/
* 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