summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs
Commit message (Expand)AuthorAgeFilesLines
* macOS: Mark QFileDialog::DontConfirmOverwrite as unsupportedMorten Johan Sørvig2021-01-151-0/+3
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-042-3/+3
* Fix links to Application ExampleVolker Hilsheimer2020-12-022-2/+3
* 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
* Remove usage of QDesktopWidget(Private) from most places in QtWidgetsVolker Hilsheimer2020-07-074-21/+19
* Use QList instead of QVector in widgetsJarek Kobus2020-07-029-28/+34
* Remove leftover QT_WARNING_POPTor Arne Vestbø2020-06-291-1/+0
* QFileDialog: remove deprecated mode QFileDialog::DirectoryOnlyChristian Ehrlicher2020-06-262-53/+7
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-192-6/+6
* Port QtWidgets from QStringRef to QStringViewLars Knoll2020-06-101-5/+5
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-085-6/+1
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-14/+14
* QAbstractItemModel: remove deprecated setRoleNames()Christian Ehrlicher2020-06-072-6/+15
* Remove winrtOliver Wolff2020-06-065-14/+9
* Remove the deprecated QDirModelVolker Hilsheimer2020-06-041-4/+3
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-05-181-5/+2
|\
| * Revert "note QFileDialog::setNameFilters() is not supported on Android"Assam Boudjelthia2020-05-121-5/+2
* | Reduce QDesktopWidget API to bare minimumVolker Hilsheimer2020-05-153-3/+3
* | Remove dead code from src/widgetsVolker Hilsheimer2020-05-114-36/+0
* | Add a QRegularExpression::fromWildcard() convenience methodLars Knoll2020-05-061-4/+2