summaryrefslogtreecommitdiff
path: root/src/quick/items/qquicktext.cpp
Commit message (Expand)AuthorAgeFilesLines
* QQuickText: Mark as a dirty node when its ClipRect changesPiotr Wierciński2023-05-121-0/+5
* doc: Use \value rather than \li for enumeration values and constantsShawn Rutledge2023-03-281-69/+63
* Doc: add \since to Text's renderTypeQuality propertyMitch Curtis2023-03-201-0/+1
* Text: respect to maximumLineCount when calculating implicitWidthVladimir Belyavsky2022-12-191-18/+20
* Consolidate content setting into QQuickTextPrivate::updateDocumentText()Shawn Rutledge2022-11-111-19/+20
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-4/+4
* Port from container::count() and length() to size()Marc Mutz2022-10-071-10/+10
* Adjust baselineOffset correctly when fontSizeMode == HorizontalFitJan Arve Sæther2022-09-201-15/+17
* Text: Re-layout the text when a alignment is set and the height growsDominik Holland2022-09-151-1/+1
* QQuickTextArea/Field: don't block hover eventsRichard Moe Gustavsen2022-07-191-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* Text: don't fall back to full-width layout if availableWidth == 0Shawn Rutledge2022-05-051-1/+1
* Invalidate text when application fonts are added or removedEskil Abrahamsen Blomfeldt2022-04-081-0/+7
* QQuickText: fix fractional pointSize rounding error bugOliver Eftevaag2022-03-021-20/+29
* 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
|\