summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs/qfontdialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Widgets: Improve usage of string view typesAnton Kudryavtsev2024-04-081-1/+1
* QFontDialog: Use pmf-style connectsChristian Ehrlicher2024-01-101-21/+30
* Unify QDialog WA_WState_ExplicitShowHide handlingTor Arne Vestbø2023-10-231-2/+1
* dialogs: use const methods moreAnton Kudryavtsev2023-09-081-1/+1
* Dialogs: clean up native dialogs when object gets destroyedVolker Hilsheimer2023-09-061-8/+21
* QtWidgets: Disambiguate static functions/variables and definesFriedemann Kleint2023-01-141-2/+2
* Add static_cast for QKeyEventLu YaNing2022-12-131-1/+1
* Remove noop modification of QDialogPrivate::nativeDialogInUseTor Arne Vestbø2022-11-111-1/+0
* QtWidgets: Use strcmp instead of equality operatorMate Barany2022-09-261-3/+1
* QFontDialog: Check if native dialog is in use before usingTor Arne Vestbø2022-07-081-8/+16
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtWidgets: replace remaining uses of QL1String with QL1StringViewSona Kurazyan2022-05-021-2/+2
* QtWidgets: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-021-10/+12
* QFontDialog: Fix crash when passing QFont constructed from empty string/strin...Friedemann Kleint2021-03-291-1/+1
* Font style name 'Normal' and 'Regular' have the same meaningOliver Eftevaag2021-03-021-0/+8
* Canonical pointer usageHou Lei2021-02-091-1/+1
* QFont: Prefer setFamilies() over setFamily()Andy Shaw2020-11-201-2/+2
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-1/+1
* Deprecate QFontDatabase constructorVolker Hilsheimer2020-11-031-3/+3
* Get rid of all instance usage of QFontDatabaseVolker Hilsheimer2020-11-031-11/+9
* Fix QFontDialog::selectedFont() does not return actual selected fontZhang Yu2020-10-191-1/+1
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-10/+10
* Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-1/+1
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-121-1/+1
|\
| * [Doc] Fix minor typosSze Howe Koh2019-07-101-1/+1
* | QtWidgets: Fix static method invocationsFriedemann Kleint2019-06-281-2/+2
|/
* Deprecate QFont::lastResortFamily() and QFont::lastResortFont()Eskil Abrahamsen Blomfeldt2018-10-091-1/+1
* Make overloaded function appear in assistant indexJarek Kobus2018-10-011-1/+0
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-1/+1
* Convert features.fontdialog to QT_[REQUIRE_]CONFIGStephan Binner2017-07-111-4/+0
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-301-3/+3
|\
| * Make sure features are defined before testing themPaul Olav Tvete2017-01-251-3/+3
* | Doc update: reflect use of native font dialog by default on macOSPierre Rossi2017-01-081-2/+1
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-291-1/+3
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-231-1/+3
| |\
| | * Q(Font|Color|File)Dialog: Fix several UBs (invalid cast/member call) in Priva...Marc Mutz2016-09-221-1/+3
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-291-8/+4
|\| |
| * | Dialogs: don't create platform helpers unconditionallyJ-P Nurmi2016-08-171-8/+4
* | | QtWidgets: Introduce delegating constructors.Friedemann Kleint2016-05-021-3/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-111-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-071-1/+1
| |\|
| | * QFontDialog: re-enable X close button in window decorationMarc Mutz2016-04-061-1/+1
* | | QtWidgets: Remove Windows CE.Friedemann Kleint2016-04-071-4/+0
* | | Q{File,Font,Color,Message}DialogOptions are no value classesMarc Mutz2016-03-011-1/+1
|/ /
* | Add attribute Qt::AA_DontUseNativeDialogs.Friedemann Kleint2016-02-171-3/+4
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-081-0/+10
|\|
| * QFontDialog: optimize allocation of QFontDialogOptionsMarc Mutz2016-01-061-1/+2
| * Unbreak ubsan developer-buildMarc Mutz2016-01-061-0/+9
* | QtWidgets: replace some Q_FOREACH loops with C++11 range-forMarc Mutz2015-12-161-1/+2
|/