summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2022Kai Köhne2022-01-041-1/+1
* QFileDialog: Fix adding default suffix when file path contains dotAlexander Volkov2021-11-121-3/+8
* qtbase: remove last piece of DwmIsCompositionEnabledYuhang Zhao2021-11-021-20/+2
* Fix correspondence between QFileDialog::Option and QFileDialogOption::FileDia...Alexander Volkov2021-10-192-0/+8
* Don't hide dialogs before closing themTor Arne Vestbø2021-10-181-1/+7
* widgets: Fix typos in source code commentsJonas Kvinge2021-10-152-2/+2
* Fix references to QGuiApplication::lastWindowClosedTor Arne Vestbø2021-10-131-1/+1
* QDialog: respect WA_ShowWithoutActivatingVolker Hilsheimer2021-10-111-32/+37
* Remove fatuously true or false QT_VERSION checksEdward Welbourne2021-09-231-26/+0
* QMessageBox: read geometry from the screen the message box belongs toRichard Moe Gustavsen2021-09-231-1/+1
* Close QDialog via QWidget::close()Tor Arne Vestbø2021-09-163-8/+27
* Doc: Update some links to Microsoft's documentationLuca Di Sera2021-09-131-1/+1
* macOS: Don't show QMessageBox::about(Qt) as modal windowsTor Arne Vestbø2021-09-091-0/+2
* Split up close handling in QWidget into a pre and post stepTor Arne Vestbø2021-09-071-1/+1
* QMessageBox: Reset clickedButton for each invocation of the dialogTor Arne Vestbø2021-09-041-0/+1
* Port to QImage and QPixmap deviceIndependentSize()Morten Sørvig2021-09-011-1/+1
* QFileDialogComboBox: member variable is not initializedYang Yuyin2021-08-312-11/+4
* QFileDialog: Use static const QRegularExpressionWaqar Ahmed2021-08-181-1/+1
* Remove Windows 7, 8, and 8.1 codepathsOliver Wolff2021-07-301-3/+1
* Doc: document deprecated classes in Qt WidgetsNico Vertriest2021-07-271-8/+9
* Consistent indentation for all Q_PROPERTYsAndreas Buhr2021-06-241-1/+2
* QFileDialog::saveFileContent crashes on acceptDong Rui2021-06-031-2/+2
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-261-13/+13
* Mark obsolete QMessageBox members as deprecatedVolker Hilsheimer2021-04-232-19/+52
* Re-layout QProgressDialog when setting the cancel buttonQiang Li2021-04-191-0/+2
* QFontDialog: Fix crash when passing QFont constructed from empty string/strin...Friedemann Kleint2021-03-291-1/+1
* Fix coding styleFan PengCheng2021-03-261-3/+1
* Avoid a crash in QMessageBoxDetailsText, just in caseFan PengCheng2021-03-221-2/+5
* Variable is Assigned a never used value in qt_make_filter_list()Huang Jie2021-03-041-11/+4
* Font style name 'Normal' and 'Regular' have the same meaningOliver Eftevaag2021-03-021-0/+8
* Add null pointer checkVolker Hilsheimer2021-02-241-1/+1
* Canonical pointer usageHou Lei2021-02-091-1/+1
* Bump copyright year to 2021Kai Köhne2021-01-251-2/+2
* macOS: Mark QFileDialog::DontConfirmOverwrite as unsupportedMorten Johan Sørvig2021-01-151-0/+3
* Remove the qmake project filesJoerg Bornemann2021-01-071-78/+0
* Doc: Don’t use \note when documenting enum valuesMorten Johan Sørvig2020-12-211-1/+1
* Dialog: Fall back to transient parent to make dialog window get centeredYuya Nishihara2020-12-031-1/+14
* Fix links to Application ExampleVolker Hilsheimer2020-12-022-2/+3
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-302-3/+3
* QFont: Prefer setFamilies() over setFamily()Andy Shaw2020-11-201-2/+2
* Adjust code format, add space after 'if'Zhang Sheng2020-11-163-7/+7
* Fix a few qdoc warningsVolker Hilsheimer2020-11-061-1/+1
* Add multi key bindings to QShortcutAllan Sandfeld Jensen2020-11-042-5/+2
* Deprecate QFontDatabase constructorVolker Hilsheimer2020-11-031-3/+3
* Get rid of all instance usage of QFontDatabaseVolker Hilsheimer2020-11-032-12/+9
* Add forwarding headers for classes moved from QtWidgets to QtGuiVolker Hilsheimer2020-10-202-0/+48
* Fix QFontDialog::selectedFont() does not return actual selected fontZhang Yu2020-10-191-1/+1
* Member initialization and default constructor for QProgressDialogPrivateChristian Heimlich2020-10-071-29/+15
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-071-1/+1
* Improve QWizard visuals for macOS dark modeDavid Skoland2020-10-061-10/+30