aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktext.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-0/+1
| |\|
| | * Don't accept left clicks when text format is plain.Eike Hein2016-08-091-0/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-211-1/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-201-1/+4
| |\|
| | * Fix positioning of inline images in StyledText.Michael Brasser2016-06-161-1/+4
* | | categorized logging: trace hover eventsShawn Rutledge2016-06-151-0/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-241-0/+5
|\| |
| * | Don't render when width is zero and elide is not NoneKari Hautamäki2016-05-201-0/+5
* | | Add property for setting hinting preference on fontsEskil Abrahamsen Blomfeldt2016-03-151-0/+33
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-191-1/+18
|\|
| * Rerender natively rendered text items when DPI scaling changes.Andreas Hartmetz2016-02-051-1/+18
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-291-2/+2
|\|
| * Preparations for re-rendering native text on DPI scaling changes.Andreas Hartmetz2016-01-261-2/+2
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-221-1/+1
|\|