summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs
Commit message (Expand)AuthorAgeFilesLines
* Teach QErrorMessage to use native dialog helper if availableTor Arne Vestbø2022-12-042-2/+69
* QErrorMessage: Forward log messages to original handlerTor Arne Vestbø2022-12-021-5/+18
* QErrorMessage: Filter out categorized logging for QErrorMessage::qtHandler()Tor Arne Vestbø2022-12-021-1/+8
* Modernize QMessageBox documentation and exampleTor Arne Vestbø2022-11-181-25/+22
* Plumb QMessageBox::iconPixmap() to QPlatformMessageDialogHelperTor Arne Vestbø2022-11-161-0/+1
* Update QMessageBox window modality documentationTor Arne Vestbø2022-11-161-7/+16
* QMessageBox: Reflect native dialog visibility via QWidget stateTor Arne Vestbø2022-11-152-0/+19
* QMessageBox: Resolve button title from button role if title is emptyTor Arne Vestbø2022-11-151-0/+30
* QColorDialog: Account for native dialog helper not being able to showTor Arne Vestbø2022-11-111-4/+7
* QMessageBox: Don't add details button to native dialog helperTor Arne Vestbø2022-11-111-2/+6
* QFileDialog: Decouple nativeDialogInUse from QPlatformDialogHelperTor Arne Vestbø2022-11-113-13/+3
* Remove noop modification of QDialogPrivate::nativeDialogInUseTor Arne Vestbø2022-11-111-1/+0
* Make QDialog respect Qt::AA_DontUseNativeDialogsTor Arne Vestbø2022-11-031-0/+3
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-032-14/+14
* QFileDialog: use QUrl::toString(QUrl::PreferLocalFile)Ahmad Samir2022-10-281-12/+5
* QFileDialog: split some code out of accept() to smaller functionsAhmad Samir2022-10-282-18/+33
* QFileDialog: use QString::remove() instead of mid()Ahmad Samir2022-10-281-3/+3
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-213-3/+3
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-152-6/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-112-3/+3
* 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