summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs/qfontdialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* widgets: Use QList::reserve(), reduces reallocations.Sérgio Martins2015-06-231-0/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Introduce QFontDatabase::isPrivateFamily()Gabriel de Dietrich2015-01-211-6/+2
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-1/+1
* QStyleSheetStyle: Don't interfere with QFontDialogPierre Rossi2014-10-241-0/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Font Database: Add support for private, system UI font familiesGabriel de Dietrich2014-08-111-0/+9
* Do not rely on the list of standard font sizes for QFontDialog.Leonard Lee2014-03-281-8/+10
* QFontDialog: use QSignalBlockerMarc Mutz2013-10-301-4/+2
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-1/+1
* Revert Mac event loop changes.Morten Johan Sørvig2013-09-021-3/+8
* Cocoa: Fix QFontDialog, QColorDialog auto-testsGabriel de Dietrich2013-08-291-8/+3
* Allow to filter the type of fonts displayedKevin Ottens2013-05-131-1/+27
* Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-191-1/+1
* QColorDialog/QFontDialog: Fix setOption().Friedemann Kleint2013-02-181-2/+3
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* QtWidgets docs: use Fusion screenshotsJ-P Nurmi2012-11-281-1/+1
* Mac: remove some unused code in QFontDialogLiang Qi2012-11-061-17/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Remove dialogs doc related warningsGabriel de Dietrich2012-08-201-26/+1
* Merge "Merge branch 'docs-refactoring' into master" into refs/staging/masterMarius Storm-Olsen2012-05-101-15/+15
|\
| * Doc: Modularize QtWidgets documentation.Casper van Donderen2012-05-091-15/+15
* | qpa: Clean up QPlatformDialogHelper APIBradley T. Hughes2012-05-101-2/+2
|/
* Respect the DontUseNativeDialog flag.Christoph Schleifenbaum2012-04-271-11/+10
* Use Q_OS_WINCE instead of Q_WS_WINCEAndreas Holzammer2012-02-071-2/+2
* Remove Symbian and Maemo 5 code from QtWidgets.Xizhi Zhu2012-01-311-10/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Merge overloads of QFontDialog::getFont().Robin Burchell2012-01-211-17/+0