summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Group, cleanup, and consolidate QProgressDialogPrivate member variablesChristian Heimlich2020-10-051-32/+32
* Add reentrancy guard for processEvents() in QProgressDialog::setValue()Christian Heimlich2020-09-211-1/+6
* Doc: Clean up widget snippets projectPaul Wicking2020-09-101-1/+1
* Change QWidget::enterEvent signature to take a QEnterEventVolker Hilsheimer2020-09-052-2/+2
* Long live QKeyCombination!Giuseppe D'Angelo2020-09-032-2/+2
* Port QtBase to the new QIcon::pixmap() APIMorten Johan Sørvig2020-08-291-4/+2
* Move QFileSystemModel into QtGuiVolker Hilsheimer2020-08-2511-3372/+14
* QAutoPointer: port to explicit operator boolGiuseppe D'Angelo2020-08-231-3/+1
* Fix a number of qdoc warningsFriedemann Kleint2020-08-201-6/+0
* QFileSystemModel: don't display a modal messagebox on errorVolker Hilsheimer2020-08-191-23/+2
* QFileSystemModel: use the QFileInfo from the model as much as possibleVolker Hilsheimer2020-08-121-9/+19
* QFileDialog: fix warning message when navigating to "My Computer"Volker Hilsheimer2020-08-121-4/+5
* QFileDialog: reduce number of times a file is stat'edVolker Hilsheimer2020-08-122-76/+65
* Fix build with mingw gcc 9 and -Wsuggest-overrideKai Koehne2020-08-101-1/+1
* Long Live QMap as a refcounted std::map!Giuseppe D'Angelo2020-08-061-1/+1
* QFileSystemModel: make sure files are stat'ed in the worker threadVolker Hilsheimer2020-07-311-5/+11
* Windows QPA: Move some internal functions to the new interfaceFriedemann Kleint2020-07-281-5/+3
* Windows QPA: Move window properties to the new interfacesFriedemann Kleint2020-07-241-6/+6
* QWizard/Windows: Fix deprecation warnings about old mouse event APIFriedemann Kleint2020-07-171-3/+10
* Replace use of deprecated Q_OS_MACX in favor of Q_OS_MACOSTor Arne Vestbø2020-07-081-5/+5
* Add ; to Q_UNUSEDLars Schmertmann2020-07-072-9/+9