aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktext_p.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.11' into tqtc/lts-5.15-ope...v5.15.11-lts-lgplTarja Sundqvist2023-06-091-0/+2
|\
| * QQuickText/Edit: fix C++20 -Wdeprecated-enum-enum-conversion warningsMarc Mutz2022-07-211-0/+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
* Properly deprecate QQuickText::doLayout() and get rid of it for Qt6Jan Arve Sæther2020-02-281-1/+6
* Revision properties and methods added in 5.15Ulf Hermann2020-02-271-2/+2
* Add API to get more information for each line in a QML Text elementTimur Kristóf2019-11-041-0/+6
* Specify parameters of type registration in class declarationsUlf Hermann2019-09-261-0/+2
* Add Markdown support to TextShawn Rutledge2019-05-091-0/+1
* Fix QML compatibility for Text.contentWidth/Height changed handlersAlexander Akulich2018-10-251-2/+4
* Increase fine-grained signals for some properties in TextAleix Pol2018-07-311-4/+6
* use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-271-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-2/+2
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-12/+12
* Add advance property to QQuickTextEskil Abrahamsen Blomfeldt2017-05-191-0/+2
* Add fontInfo property to TextEskil Abrahamsen Blomfeldt2017-01-311-0/+5
* Deprecate Text::doLayout() in favor of forceLayout()J-P Nurmi2017-01-141-1/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-5/+5
|\
| * QQuickText,QQuickTextInput: Fully qualify enumerations in changed() signals.Friedemann Kleint2016-04-071-5/+5
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-291-1/+1
|\|
| * Preparations for re-rendering native text on DPI scaling changes.Andreas Hartmetz2016-01-261-1/+1
* | Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* QQuickText: add a protected constructorLiang Qi2015-09-081-0/+2
* Port from Q_ENUMS to new macro Q_ENUM.Friedemann Kleint2015-06-191-9/+9
* Text: add support for paddingJ-P Nurmi2015-03-171-0/+31
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-091-0/+1
|\
| * Invalidate font caches when switching between threadsv5.4.0-rc1Eskil Abrahamsen Blomfeldt2014-11-131-0/+1
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-111-19/+11
|\|
| * Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* | Add Q_DECL_OVERRIDEAlbert Astals Cid2014-08-141-15/+15
|/
* Expose Text::linkAt(x, y)J-P Nurmi2014-01-291-0/+2
* Support toggling antialiasing for Text and Rectangle.Michael Brasser2013-12-031-0/+1
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-301-1/+1
* Add QQuickText::hoveredLinkJ-P Nurmi2013-06-181-0/+8
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-281-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Add option to use native rasterizer for SceneGraph textEskil Abrahamsen Blomfeldt2012-07-101-0/+10
* Remove unnecessary exportsMatthew Vogt2012-05-181-1/+1
* Fix bounding rects of text items.Andrew den Exter2012-04-271-0/+1
* Fix exports for the new Particles library.Friedemann Kleint2012-04-161-1/+1
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-1/+1
* Reduce the size of QTextPrivate.Andrew den Exter2012-02-211-2/+2
* Remove commit headersAaron Kennedy2012-02-201-1/+0
* Add linkColor property to Text.Andrew den Exter2012-02-091-0/+5
* Add contentWidth and contentHeight properties to Text elements.Andrew den Exter2012-02-071-5/+7
* Remove pixmap text caching in QML text elementYann Bodson2012-02-071-1/+0
* Add support for resizing fonts to fit Text dimensions.Andrew den Exter2012-02-061-0/+24