aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktext.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-231-0/+2
* Doc: Fix documentation warnings for Qt QuickTopi Reinio2020-11-051-4/+4
* Use OpenType font weightsJonas Karlsson2020-08-281-1/+1
* Add renderTypeQuality property to Text elementEskil Abrahamsen Blomfeldt2020-08-171-0/+46
* Do not resolve URLs when assigning them to a propertyUlf Hermann2020-06-221-3/+5
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-111-3/+3
* QQuickItem: rename geometryChanged to geometryChangeMitch Curtis2020-04-231-3/+3
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-111-6/+0
|\
| * Remove hard-coded notes for 'Corresponding handler' for QML signalsTopi Reinio2020-03-101-6/+0
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-091-0/+10
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-171-0/+7
|\|
| * QmlDebug: add new debugtranslationserviceTim Jenssen2020-02-051-0/+7
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-311-1/+1
|\|
| * Teach QQuickPixmap to handle requests for image regionsShawn Rutledge2020-01-301-1/+1
* | Make Font.weight an integer instead of enumerationEskil Abrahamsen Blomfeldt2020-01-211-4/+3
|/
* 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