summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs
Commit message (Expand)AuthorAgeFilesLines
* Update Qt logoFriedemann Kleint2023-03-281-0/+0
* Centralize copyright information for QtKai Köhne2023-03-201-1/+1
* Update Copyright year to 2023Kai Köhne2023-03-201-1/+1
* QColorDialog: Support hex rgb values with and without leading #Axel Spoerl2023-03-171-11/+22
* Plumb QMessageBox::setCheckBox() through QPlatformMessageDialogHelperTor Arne Vestbø2023-03-092-4/+15
* QErrorMessage: Reset 'again' check box between each error messageTor Arne Vestbø2023-03-091-0/+1
* Fix qtbase build when all deprecated code are disabledYuhang Zhao2023-02-222-4/+4
* macOS: Pick up QWizard background from keyboard assistant via NSBundleTor Arne Vestbø2023-02-171-18/+13
* Move findfiles example into manual testsVolker Hilsheimer2023-02-091-1/+1
* QtWidgets: Fix errors about fields from anonymous namespaces (-Werror=subobje...Friedemann Kleint2023-02-012-13/+23
* QtWidgets: Disambiguate static functions/variables and definesFriedemann Kleint2023-01-144-6/+6
* Don't override QDialog::setVisible() to implement native dialogsTor Arne Vestbø2023-01-096-44/+52
* wasm: align QWasmLocalFileAccess API with 6.4Morten Sørvig2022-12-281-1/+1
* Cleanup QWizard Windows implementationYuhang Zhao2022-12-163-204/+114
* Rename QMessageDialogOptions::Icon to StandardIconTor Arne Vestbø2022-12-133-4/+4
* Add static_cast for QKeyEventLu YaNing2022-12-132-2/+2
* 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