summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs
Commit message (Expand)AuthorAgeFilesLines
* Port from container.count()/length() to size()Marc Mutz2022-10-044-38/+38
* QtWidgets: Use C string literals as keysMate Barany2022-09-261-21/+21
* QtWidgets: Use strcmp instead of equality operatorMate Barany2022-09-263-9/+3
* Doc: Fix typo in QFileDialog documentationKai Köhne2022-09-261-1/+1
* QtWidgets: Fix mismatches between string types and literalsMate Barany2022-09-232-5/+5
* Move docs for QT_REQUIRE_VERSION to qmessagebox.cppSona Kurazyan2022-09-221-0/+19
* add color picking support on wayland using the XDG desktop portalHarald Sitter2022-08-261-1/+18
* Use popup() instead of exec() for file dialog's context menuMikolaj Boc2022-08-191-7/+10
* Fix ignored name filter in QFileDialog::getOpenFileContent()Sze Howe Koh2022-08-161-1/+1
* Use the local file APIs to save/load files on WASMMikolaj Boc2022-08-121-8/+2
* Improve widget painting under dpr>1 by enabling smooth pixmap scalingEirik Aavitsland2022-07-121-3/+3
* QFontDialog: Check if native dialog is in use before usingTor Arne Vestbø2022-07-081-8/+16
* Make the new setCurrentId the writer for the respective propertyVolker Hilsheimer2022-06-201-1/+1
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-152-4/+4
* Make uic generate correct C++ commentsVolker Hilsheimer2022-05-181-2/+2
* QtWidgets: restore Qt 5 compatibility for save/restore stateGiuseppe D'Angelo2022-05-181-0/+2
* Use SPDX license identifiersLucie Gérard2022-05-1628-1065/+58
* QtWidgets: replace remaining uses of QL1String with QL1StringViewSona Kurazyan2022-05-023-7/+7
* QtWidgets: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-027-77/+89
* QtWidgets: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-264-33/+33
* Rest of QtBase: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERNMarc Mutz2022-04-071-0/+1
* widgets: Disable "Pick color" in QColorDialog when unavailableFan PengCheng2022-03-241-14/+31
* Document that native file dialogs might not show a titleVolker Hilsheimer2022-03-231-5/+10
* Fix deprecated use of QColor::setNamedColorMårten Nordheim2022-03-171-2/+1
* Fix deprecated use of QBA/Q*String::countMårten Nordheim2022-03-151-2/+2
* Add setCurrentId in QWizardAxel Spoerl2022-03-122-0/+37
* QErrorMessage: fix deprecated warning about standardIconMårten Nordheim2022-03-051-1/+1
* QMessageBox: fix deprecated warning about using old ctorMårten Nordheim2022-03-051-1/+1
* QColorDialog: code tidiesGiuseppe D'Angelo2022-02-241-1/+1
* Core: Remove 'properties' featureKai Köhne2022-02-141-4/+0
* Remove unused .qrc filesJoerg Bornemann2022-01-171-5/+0
* Doc: Remove mentioning of Fowler bookKai Köhne2022-01-173-6/+3
* Fix Pick Screen Color with multiple monitorsFawzi Mohamed2022-01-151-1/+3
* QWizardLayoutInfo: make == and != operators constBernhard Rosenkraenzer2022-01-121-3/+3
* 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