aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktext_p_p.h
Commit message (Expand)AuthorAgeFilesLines
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-1/+1
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-3/+3
* Fix hardcoding font family before the font is loadedEskil Abrahamsen Blomfeldt2017-08-091-0/+2
* QQuickText: don't clear the text formats on every layoutJ-P Nurmi2017-07-061-0/+1
* Add advance property to QQuickTextEskil Abrahamsen Blomfeldt2017-05-191-0/+1
* Add fontInfo property to TextEskil Abrahamsen Blomfeldt2017-01-311-0/+1
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Move QQuickTextDocumentWithImageResources out of qquicktext_p_p.hJ-P Nurmi2015-10-291-39/+0
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-261-1/+1
|\
| * Fix QQuickTextDocumentWithImageResources image loadingRoman Pasechnik2015-10-151-1/+1
* | QQuickTextPrivate: export as Q_QUICK_PRIVATE_EXPORTLiang Qi2015-09-141-1/+1
* | Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-0/+1
|\|
| * qquicktext: Fix using CSS line-height with RichTextKai Uwe Broulik2015-07-201-0/+1
* | QQuickText: move padding into extraDataLiang Qi2015-06-151-5/+6
* | Fix users of QTextLayout::additionalFormats to use the new APIMarc Mutz2015-06-051-1/+1
* | Text: add support for paddingJ-P Nurmi2015-03-171-0/+17
|/
* QQuickText: Move baseUrl to ExtraData.Robin Burchell2015-02-121-1/+1
* QQuickText: Decrease the size of QQuickTextPrivate by moving image tags to Ex...Robin Burchell2015-02-121-2/+2
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2015-01-161-0/+1
|\
| * Fix QQuickText alignment when lineHeight is setDaiwei Li2014-12-161-0/+1
* | 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-3/+3
|/
* QQuickTextDocumentWithImageResources: use QTextDocument::baseUrlJ-P Nurmi2013-12-041-6/+3
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-301-1/+1
* Allow QtQuick private headers to be used with QT_NO_KEYWORDS.Jocelyn Turcotte2013-09-121-1/+1
* Add QQuickText::hoveredLinkJ-P Nurmi2013-06-181-0/+4
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Remove unneeded mac specific code in QQuickTextYann Bodson2012-07-161-6/+0
* Add option to use native rasterizer for SceneGraph textEskil Abrahamsen Blomfeldt2012-07-101-0/+1
* Reduce the number of unnecessary layouts on geometry changes.Andrew den Exter2012-07-091-3/+9
* Fix clicking on links in aligned or elided Text.Andrew den Exter2012-06-251-1/+2
* Remove uninitialized variable.Andrew den Exter2012-04-201-1/+0
* Fix Text baselineOffset caclulations.Andrew den Exter2012-04-171-1/+2
* Merge master <-> api_changesMatthew Vogt2012-03-051-17/+29
|\
| * Allow styled text to be elided.Andrew den Exter2012-03-011-0/+2
| * Reduce size of QQuickTextPrivateYann Bodson2012-03-011-14/+23
| * Don't round Text dimensions.Andrew den Exter2012-02-291-3/+3
| * Fix font size calculation in headings in StyledText.Yann Bodson2012-02-231-0/+1
* | Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-8/+8
|/
* Reduce the size of QTextPrivate.Andrew den Exter2012-02-211-40/+42
* Remove commit headersAaron Kennedy2012-02-201-1/+0
* Avoid an unnecessary layout when eliding text.Andrew den Exter2012-02-171-0/+1
* Fix multi-length string substitution.Andrew den Exter2012-02-161-0/+1
* Add linkColor property to Text.Andrew den Exter2012-02-091-0/+1
* Add contentWidth and contentHeight properties to Text elements.Andrew den Exter2012-02-071-1/+1