aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktext.cpp
Commit message (Expand)AuthorAgeFilesLines
* doc: Fix a typo in a See Also link from QQuickText::boundingRect()Shawn Rutledge2022-01-281-1/+1
* Allow any Item to act as a viewport for any of its childrenShawn Rutledge2021-11-291-5/+24
* add const to read only local variableOliver Eftevaag2021-10-281-1/+1
* Qmldebugtranslator: report elide issues correctly inside layoutsTim Jenssen2021-10-121-6/+0
* Remove whitespace in commentOliver Eftevaag2021-10-101-1/+1
* Large Text: populate only lines visible in Window into SGShawn Rutledge2021-09-291-0/+18
* QQmlDebugServiceInterfaces: Fix build when qml_debug is disabledFabian Kosmale2021-07-191-1/+1
* Add support for hyperlinks in Text itemsJan Arve Sæther2021-06-041-0/+32
* StyledText: Support all HTML entitiesAlbert Astals Cid2021-06-041-1/+1
* Support ' in styled textAlbert Astals Cid2021-05-281-1/+1
* Document that StyledText also supports   and "Albert Astals Cid2021-05-211-1/+1
* Implement debugtranslationserviceTim Jenssen2021-04-261-0/+2
* Fix build without features.textmarkdownreaderTasuku Suzuki2021-04-151-0/+4
* Avoid crash when accessing an empty QTextLineSiyeon Seo2021-03-171-2/+2
* Rename DBG_* logging categories in Qt QuickShawn Rutledge2021-02-151-2/+2
* Use functions as signal handlers when accessing parametersUlf Hermann2021-02-121-2/+2
* Fix Text with ElideRight not being rendered when width goes from 0 to >0Fabian Kosmale2021-01-141-1/+4
* Correct height properties for QQuickText with reducing lineHeightReinhard Raschbauer2020-11-261-12/+13
* QML Text doesn't reset lineCount when text is emptyShinichi Okada2020-11-201-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