aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.4' into tqtc/lts-5.15-open...v5.15.4-lts-lgplTarja Sundqvist2022-04-071-2/+2
|\
| * Avoid crash when accessing an empty QTextLineSiyeon Seo2021-04-171-2/+2
* | Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-241-20/+20
|/
* Update commercial license headersTarja Sundqvist2021-02-021-20/+20
* Fix Text with ElideRight not being rendered when width goes from 0 to >0Fabian Kosmale2021-01-141-1/+4
* QML Text doesn't reset lineCount when text is emptyShinichi Okada2020-11-201-0/+2
* Remove hard-coded notes for 'Corresponding handler' for QML signalsTopi Reinio2020-03-101-6/+0
* Doc: clarify the fontSizeMode property in terms of Rich and Styled textAndy Shaw2020-03-061-0/+6
* Properly deprecate QQuickText::doLayout() and get rid of it for Qt6Jan Arve Sæther2020-02-281-0/+4
* QmlDebug: add new debugtranslationserviceTim Jenssen2020-02-051-0/+7
* Teach QQuickPixmap to handle requests for image regionsShawn Rutledge2020-01-301-1/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-201-34/+27
|\
| * Text and TextEdit: document MarkdownText formatShawn Rutledge2020-01-171-34/+27
* | Add API to get more information for each line in a QML Text elementTimur Kristóf2019-11-041-11/+68
|/
* Add Markdown support to TextShawn Rutledge2019-05-091-4/+12
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-271-1/+1
|\
| * Restore rich Text creation speedShawn Rutledge2019-03-261-1/+1
* | Fix text wrap: do not break on last line if right elide is enabledEirik Aavitsland2019-03-261-0/+5
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-131-2/+2
|\|
| * Text: render table cell backgrounds properlyShawn Rutledge2019-02-281-2/+2
* | QtDeclarative: replace deprecated functionsChristian Ehrlicher2019-02-131-1/+1
|/
* Fix missing strike outDaniel Engelke2018-12-101-0/+2
* QQuickText: Signal content height/width changes also when resettingUlf Hermann2018-11-201-9/+17
* Increase fine-grained signals for some properties in TextAleix Pol2018-07-311-0/+4
* Merge remote-tracking branch 'origin/5.11' into devUlf Hermann2018-06-251-1/+1
|\
| * Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-191-1/+1
* | Fix issue where updated text in layout is not correctly rewrappedEskil Abrahamsen Blomfeldt2018-04-261-17/+30
|/
* Fix Text with ElideRight not being rendered when reparentedMitch Curtis2018-04-171-1/+3
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-11/+11
* Fix misleading doc for kerningRobert Loehning2018-02-081-3/+3
* Add property to disable shaping on fontsEskil Abrahamsen Blomfeldt2017-08-251-0/+17
* Add a way to set the default render type of text-like elementsGiuseppe D'Angelo2017-08-231-6/+4
* Fix hardcoding font family before the font is loadedEskil Abrahamsen Blomfeldt2017-08-091-0/+8
* QQuickText: don't clear the text formats on every layoutJ-P Nurmi2017-07-061-4/+11
* Expose "kerning" property for fontsEskil Abrahamsen Blomfeldt2017-06-301-0/+13
* Add advance property to QQuickTextEskil Abrahamsen Blomfeldt2017-05-191-0/+47
* Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-05-021-0/+2
|\
| * Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* | QQuickText: apply updateSize() optimization for item change listenersJ-P Nurmi2017-04-251-2/+2
|/
* QQuickText: optimize updateLayout()Anton Kudryavtsev2017-04-181-8/+2
* Add fontInfo property to TextEskil Abrahamsen Blomfeldt2017-01-311-1/+88
* Deprecate Text::doLayout() in favor of forceLayout()J-P Nurmi2017-01-141-1/+13
* Port existing qmlInfo callers to qmlWarningRobin Burchell2017-01-111-1/+1
* Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-3/+3
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-101-3/+3
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-301-3/+3
| |\
| | * Fix incorrectly aligned text whose size depends on its implicit sizeMitch Curtis2016-09-291-2/+2
| | * QQuickText: fix paddings when wrapping or eliding is usedJ-P Nurmi2016-09-291-1/+1
* | | Quick: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-181-5/+6
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-171-0/+1
|\| |