| Commit message (Expand) | Author | Age | Files | Lines |
| * | a11y QFontDialog: Consistently set lists as buddies | Michael Weghorn | 2025-11-05 | 1 | -1/+1 |
| * | Assess security level for files under qtbase/src/widgets/dialogs | Piotr Wiercinski | 2025-09-17 | 1 | -0/+1 |
| * | QFontDialog: fix UB (invalid cast) in Private::setVisible() | Marc Mutz | 2025-03-25 | 1 | -1/+3 |
| * | QDialogs: prevent crash in static get*() functions when parent gets deleted | Tatiana Borisova | 2024-09-14 | 1 | -15/+7 |
| * | Widgets/doc remove all \since 4.x comments in widgets/dialogs | Christian Ehrlicher | 2024-08-25 | 1 | -18/+0 |
| * | Widgets: Improve usage of string view types | Anton Kudryavtsev | 2024-04-08 | 1 | -1/+1 |
| * | QFontDialog: Use pmf-style connects | Christian Ehrlicher | 2024-01-10 | 1 | -21/+30 |
| * | Unify QDialog WA_WState_ExplicitShowHide handling | Tor Arne Vestbø | 2023-10-23 | 1 | -2/+1 |
| * | dialogs: use const methods more | Anton Kudryavtsev | 2023-09-08 | 1 | -1/+1 |
| * | Dialogs: clean up native dialogs when object gets destroyed | Volker Hilsheimer | 2023-09-06 | 1 | -8/+21 |
| * | QtWidgets: Disambiguate static functions/variables and defines | Friedemann Kleint | 2023-01-14 | 1 | -2/+2 |
| * | Add static_cast for QKeyEvent | Lu YaNing | 2022-12-13 | 1 | -1/+1 |
| * | Remove noop modification of QDialogPrivate::nativeDialogInUse | Tor Arne Vestbø | 2022-11-11 | 1 | -1/+0 |
| * | QtWidgets: Use strcmp instead of equality operator | Mate Barany | 2022-09-26 | 1 | -3/+1 |
| * | QFontDialog: Check if native dialog is in use before using | Tor Arne Vestbø | 2022-07-08 | 1 | -8/+16 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | QtWidgets: replace remaining uses of QL1String with QL1StringView | Sona Kurazyan | 2022-05-02 | 1 | -2/+2 |
| * | QtWidgets: use _L1 for for creating Latin-1 string literals | Sona Kurazyan | 2022-05-02 | 1 | -10/+12 |
| * | QFontDialog: Fix crash when passing QFont constructed from empty string/strin... | Friedemann Kleint | 2021-03-29 | 1 | -1/+1 |
| * | Font style name 'Normal' and 'Regular' have the same meaning | Oliver Eftevaag | 2021-03-02 | 1 | -0/+8 |
| * | Canonical pointer usage | Hou Lei | 2021-02-09 | 1 | -1/+1 |
| * | QFont: Prefer setFamilies() over setFamily() | Andy Shaw | 2020-11-20 | 1 | -2/+2 |
| * | Adjust code format, add space after 'if' | Zhang Sheng | 2020-11-16 | 1 | -1/+1 |
| * | Deprecate QFontDatabase constructor | Volker Hilsheimer | 2020-11-03 | 1 | -3/+3 |
| * | Get rid of all instance usage of QFontDatabase | Volker Hilsheimer | 2020-11-03 | 1 | -11/+9 |
| * | Fix QFontDialog::selectedFont() does not return actual selected font | Zhang Yu | 2020-10-19 | 1 | -1/+1 |
| * | Tidy nullptr usage | Allan Sandfeld Jensen | 2019-12-06 | 1 | -10/+10 |
| * | Deprecate constructing QFlags from a pointer | Allan Sandfeld Jensen | 2019-11-20 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/5.13' into dev | Qt Forward Merge Bot | 2019-07-12 | 1 | -1/+1 |
| |\ |
|
| | * | [Doc] Fix minor typos | Sze Howe Koh | 2019-07-10 | 1 | -1/+1 |
| * | | QtWidgets: Fix static method invocations | Friedemann Kleint | 2019-06-28 | 1 | -2/+2 |
| |/ |
|
| * | Deprecate QFont::lastResortFamily() and QFont::lastResortFont() | Eskil Abrahamsen Blomfeldt | 2018-10-09 | 1 | -1/+1 |
| * | Make overloaded function appear in assistant index | Jarek Kobus | 2018-10-01 | 1 | -1/+0 |
| * | Replace Q_DECL_OVERRIDE with override where possible | Kevin Funk | 2017-09-19 | 1 | -1/+1 |
| * | Convert features.fontdialog to QT_[REQUIRE_]CONFIG | Stephan Binner | 2017-07-11 | 1 | -4/+0 |
| * | Merge remote-tracking branch 'origin/5.8' into dev | Liang Qi | 2017-01-30 | 1 | -3/+3 |
| |\ |
|
| | * | Make sure features are defined before testing them | Paul Olav Tvete | 2017-01-25 | 1 | -3/+3 |
| * | | Doc update: reflect use of native font dialog by default on macOS | Pierre Rossi | 2017-01-08 | 1 | -2/+1 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/5.7' into 5.8 | Liang Qi | 2016-09-29 | 1 | -1/+3 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-09-23 | 1 | -1/+3 |
| | |\ |
|
| | | * | Q(Font|Color|File)Dialog: Fix several UBs (invalid cast/member call) in Priva... | Marc Mutz | 2016-09-22 | 1 | -1/+3 |
| * | | | Merge remote-tracking branch 'origin/5.7' into 5.8 | Liang Qi | 2016-08-29 | 1 | -8/+4 |
| |\| | |
|
| | * | | Dialogs: don't create platform helpers unconditionally | J-P Nurmi | 2016-08-17 | 1 | -8/+4 |
| * | | | QtWidgets: Introduce delegating constructors. | Friedemann Kleint | 2016-05-02 | 1 | -3/+1 |
| * | | | Merge remote-tracking branch 'origin/5.7' into dev | Liang Qi | 2016-04-11 | 1 | -1/+1 |
| |\| | |
|
| | * | | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-04-07 | 1 | -1/+1 |
| | |\| |
|
| | | * | QFontDialog: re-enable X close button in window decoration | Marc Mutz | 2016-04-06 | 1 | -1/+1 |
| * | | | QtWidgets: Remove Windows CE. | Friedemann Kleint | 2016-04-07 | 1 | -4/+0 |
| * | | | Q{File,Font,Color,Message}DialogOptions are no value classes | Marc Mutz | 2016-03-01 | 1 | -1/+1 |
| |/ / |
|
| * | | Add attribute Qt::AA_DontUseNativeDialogs. | Friedemann Kleint | 2016-02-17 | 1 | -3/+4 |