qt5base-lts/src/gui/text
Mitch Curtis d86192e5ba QFontDatabase: improve logging output
Log the style name, add more descriptions of what's being logged.

Before:

Adding font "Lucida Grande" 50 QFont::StyleNormal 0 aa true fixed false

After:

Adding font family "Lucida Grande" stylename "Regular" weight 50 style QFont::StyleNormal pixelSize 0 antialiased true fixed false

Change-Id: I138f1b9f41dc41c528c830d81f8018fc16561631
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
2019-10-28 15:42:29 +01:00
..
AGLFN_LICENSE.txt Add attribution for AGLFN 2019-08-08 07:07:37 +02:00
qabstracttextdocumentlayout_p.h Add qtguiglobal.h and qtguiglobal_p.h 2016-07-03 07:55:57 +00:00
qabstracttextdocumentlayout.cpp
qabstracttextdocumentlayout.h doc: Fix all clang parse errors in QtBase during PCH build 2018-11-05 13:10:11 +00:00
qcssparser_p.h Use a QMultiMap for the weighted rules 2018-12-12 07:43:48 +00:00
qcssparser.cpp Use a QMultiMap for the weighted rules 2018-12-12 07:43:48 +00:00
qcssscanner.cpp Make util/lexgen/ mention itself in its auto-gen line 2018-11-01 15:07:05 +00:00
qdistancefield_p.h Fix GCC 9's warning about deprecated violation of Rule of 5 2019-06-23 07:03:38 +00:00
qdistancefield.cpp Fix GCC 9's warning about deprecated violation of Rule of 5 2019-06-23 07:03:38 +00:00
qfont_p.h Use Q_DISABLE_COPY_MOVE for private classes 2018-12-12 07:23:54 +00:00
qfont.cpp Ensure that QFont::fromString() doesn't parse empty font specifications 2019-09-24 14:38:40 +02:00
qfont.h Fix constness of QPaintDevice arguments 2018-11-19 10:41:54 +00:00
qfontdatabase.cpp QFontDatabase: improve logging output 2019-10-28 15:42:29 +01:00
qfontdatabase.h Fix enum passed to QFontDatabase::findFont 2018-10-16 11:14:31 +00:00
qfontengine_p.h Refactor lockedAlphaMapForGlyph 2019-08-08 11:18:02 +02:00
qfontengine_qpf2_p.h Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00
qfontengine_qpf2.cpp Added capHeight() to QRawFont and QFontMetrics(F) 2016-08-15 18:27:06 +00:00
qfontengine.cpp Merge remote-tracking branch 'origin/5.12' into 5.13 2019-08-12 13:23:11 +02:00
qfontengineglyphcache_p.h Support pen color with color fonts 2019-07-05 06:02:55 +00:00
qfontengineglyphcache.cpp
qfontinfo.h Add qtguiglobal.h and qtguiglobal_p.h 2016-07-03 07:55:57 +00:00
qfontmetrics.cpp Fix constness of QPaintDevice arguments 2018-11-19 10:41:54 +00:00
qfontmetrics.h Fix deprecation warnings about QFontMetrics::width 2019-01-15 11:46:56 +00:00
qfontsubset_agl.cpp
qfontsubset_p.h Add qtguiglobal.h and qtguiglobal_p.h 2016-07-03 07:55:57 +00:00
qfontsubset.cpp fix compilation with various -no-feature-* options 2019-05-05 09:14:48 +00:00
qfragmentmap_p.h Add qtguiglobal.h and qtguiglobal_p.h 2016-07-03 07:55:57 +00:00
qfragmentmap.cpp
qglyphrun_p.h Add qtguiglobal.h and qtguiglobal_p.h 2016-07-03 07:55:57 +00:00
qglyphrun.cpp
qglyphrun.h Add qtguiglobal.h and qtguiglobal_p.h 2016-07-03 07:55:57 +00:00
qharfbuzzng_p.h Use harfbuzz feature to check for HarfBuzz 2016-11-24 08:38:39 +00:00
qharfbuzzng.cpp Set point size, not just pixel size, when creating HarfBuzz fonts for shaping 2018-12-16 15:02:20 +00:00
qinputcontrol_p.h Introduce QInputControl::isCommonTextEditShortcut 2017-03-27 11:32:30 +00:00
qinputcontrol.cpp Introduce QInputControl::isCommonTextEditShortcut 2017-03-27 11:32:30 +00:00
qplatformfontdatabase.cpp Doc: Add missing full stops in briefs 2018-06-21 14:23:30 +00:00
qplatformfontdatabase.h macOS: Defer population of localized font family aliases until needed 2017-04-21 10:36:00 +00:00
qrawfont_p.h Add qtguiglobal.h and qtguiglobal_p.h 2016-07-03 07:55:57 +00:00
qrawfont.cpp QRawFont: Add a qHash overload 2016-11-16 18:13:41 +00:00
qrawfont.h QRawFont: Add a qHash overload 2016-11-16 18:13:41 +00:00
qstatictext_p.h QtGui: Unify license headers 2019-01-29 10:41:31 +00:00
qstatictext.cpp QtGui: Unify license headers 2019-01-29 10:41:31 +00:00
qstatictext.h QtGui: Unify license headers 2019-01-29 10:41:31 +00:00
qsyntaxhighlighter.cpp QSyntaxHighlighter: Fix crash when parent is a nullptr 2019-02-27 06:36:59 +00:00
qsyntaxhighlighter.h Remove excess "virtual" keyword from destructors in Qt Gui 2018-09-25 14:34:42 +00:00
qt_attribution.json Add attribution for AGLFN 2019-08-08 07:07:37 +02:00
qtextcursor_p.h Add qtguiglobal.h and qtguiglobal_p.h 2016-07-03 07:55:57 +00:00
qtextcursor.cpp Add a clarification about "characters" to QTextCursor docs 2019-04-02 06:51:21 +00:00
qtextcursor.h Add qtguiglobal.h and qtguiglobal_p.h 2016-07-03 07:55:57 +00:00
qtextdocument_p.cpp Merge remote-tracking branch 'origin/5.12' into 5.13 2019-08-12 13:23:11 +02:00
qtextdocument_p.h Output all font families in HTML output 2019-06-21 13:31:38 +02:00
qtextdocument.cpp Output all font families in HTML output 2019-06-21 13:31:38 +02:00
qtextdocument.h Merge remote-tracking branch 'origin/5.11' into 5.12 2018-11-09 10:34:33 +01:00
qtextdocumentfragment_p.h Use Q_DISABLE_COPY_MOVE for private classes 2018-12-12 07:23:54 +00:00
qtextdocumentfragment.cpp Merge remote-tracking branch 'origin/5.12' into 5.13 2019-02-15 01:00:51 +01:00
qtextdocumentfragment.h Add qtguiglobal.h and qtguiglobal_p.h 2016-07-03 07:55:57 +00:00
qtextdocumentlayout_p.h Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00
qtextdocumentlayout.cpp Fix cursor not showing in empty block preceding a table 2019-10-14 15:10:46 +03:00
qtextdocumentwriter.cpp Fix can not -> cannot 2019-02-25 13:03:45 +00:00
qtextdocumentwriter.h Modernize the "textcodec" feature 2018-11-07 13:19:54 +00:00
qtextengine_p.h Show nbsps as a degree symbol to differeniate from normal spaces 2018-03-16 07:10:24 +00:00
qtextengine.cpp Fix crash when text contains too many directional chars 2019-08-31 08:29:31 +00:00
qtextformat_p.h Use Q_DISABLE_COPY_MOVE for private classes 2018-12-12 07:23:54 +00:00
qtextformat.cpp Fix some qdoc warnings 2019-03-07 15:39:07 +00:00
qtextformat.h QtGui/Text: mark obsolete functions as deprecated 2019-01-28 19:37:33 +00:00
qtexthtmlparser_p.h Fix CSS line-height property multiplier value handling 2017-04-21 07:10:51 +00:00
qtexthtmlparser.cpp Handle multiple font-families in <font> face attribute 2019-07-03 13:21:14 +02:00
qtextimagehandler_p.h Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00
qtextimagehandler.cpp Replace QLatin1Literal with QLatin1String 2016-09-03 18:55:56 +00:00
qtextlayout.cpp Merge remote-tracking branch 'origin/5.12' into dev 2019-01-04 07:33:14 +01:00
qtextlayout.h Fix GCC 4.8 build 2019-08-05 15:50:42 +03:00
qtextlist.cpp QtGui/Text: mark obsolete functions as deprecated 2019-01-28 19:37:33 +00:00
qtextlist.h QtGui/Text: mark obsolete functions as deprecated 2019-01-28 19:37:33 +00:00
qtextobject_p.h Add qtguiglobal.h and qtguiglobal_p.h 2016-07-03 07:55:57 +00:00
qtextobject.cpp QTextObject: One more 0 to nullptr conversion 2019-07-08 21:20:06 +02:00
qtextobject.h Fix -Wdeprecated-copy warnings 2019-05-01 07:39:55 +00:00
qtextodfwriter_p.h Add more formatting to QTextDocumentWriter when writing ODF files 2018-04-11 18:44:31 +00:00
qtextodfwriter.cpp Fix warning about out of bounds access in QString::operator[] 2019-10-09 15:58:08 +02:00
qtextoption.cpp Show nbsps as a degree symbol to differeniate from normal spaces 2018-03-16 07:10:24 +00:00
qtextoption.h Add QTextOption/QTextEdit/QPlainTextEdit::tabStopDistance property 2017-08-06 08:16:06 +00:00
qtexttable_p.h Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00
qtexttable.cpp Fix QTextTable:insertRows() for tables with spanning cells 2019-02-09 08:01:08 +00:00
qtexttable.h Replace Q_NULLPTR with nullptr where possible 2017-09-19 11:53:55 +00:00
qzip.cpp Remove member function from CentralFileHeader 2018-08-03 20:26:52 +00:00
qzipreader_p.h Use Q_DISABLE_COPY_MOVE for private classes 2018-12-12 07:23:54 +00:00
qzipwriter_p.h Use Q_DISABLE_COPY_MOVE for private classes 2018-12-12 07:23:54 +00:00
text.pri Accept ZWNJ, ZWJ and PUA characters in input widgets 2016-12-12 11:13:53 +00:00