aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktextedit.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-7/+0
|\
| * Fix selections in tables that span over several cellsEskil Abrahamsen Blomfeldt2015-08-041-7/+0
* | Font matching by font stylenameAllan Sandfeld Jensen2015-08-101-0/+11
* | Export QQuickTextInputPrivate and QQuickTextEditPrivateJ-P Nurmi2015-06-231-0/+7
* | QQuickTextEdit: move paddings into extraDataLiang Qi2015-06-151-42/+56
* | Mark unused parameters as Q_UNUSEDUlf Hermann2015-06-141-0/+2
* | QQuickText: Don't store node engine per node.Robin Burchell2015-06-061-12/+24
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-041-3/+13
|\|
| * Hide cursor when text fields becomes read onlySanttu Lakkala2015-05-121-3/+9
| * Add QtQuick::Text::font.weight enum valuesShawn Rutledge2015-05-111-0/+4
* | Fix build with QT_STRICT_ITERATORSSérgio Martins2015-05-151-1/+1
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-131-4/+7
|\|
| * Fix TextEdit when vertical alignment != AlignTopEskil Abrahamsen Blomfeldt2015-04-091-4/+7
* | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devGabriel de Dietrich2015-03-061-2/+9
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into devGabriel de Dietrich2015-03-061-2/+9
| |\|
| | * TextEdit: Block's update should update paint nodeRuslan Nigmatullin2015-03-051-0/+7
| | * Fix invocations of static methods of QGuiApplication/QCoreApplication.Friedemann Kleint2015-03-051-2/+2
* | | TextEdit: add support for paddingJ-P Nurmi2015-03-051-8/+188
|/ /
* / TextEdit: add editingFinished signalLiang Qi2015-03-031-0/+12
|/
* Cleanup math function includes and usageAllan Sandfeld Jensen2015-02-191-3/+3
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2015-01-161-2/+2
|\
| * Fix grammatical error in Text and TextEdit documentation.Mitch Curtis2015-01-091-1/+1
| * TextEdit: fix construction time text cacheJ-P Nurmi2015-01-081-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-091-0/+31
|\|
| * Invalidate font caches when switching between threadsv5.4.0-rc1Eskil Abrahamsen Blomfeldt2014-11-131-0/+31
* | QQuickTextEdit: don't ifdef out propertiesJ-P Nurmi2014-11-011-4/+12
|/
* 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
|\