summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs
Commit message (Expand)AuthorAgeFilesLines
* QDialog: Add Q_ENUM to DialogCodeFriedemann Kleint11 days1-0/+1
* Widgets: Improve usage of string view typesAnton Kudryavtsev2024-04-082-3/+3
* Don't accept QFileDialog when disabled item is activatedKeith Kyzivat2024-03-211-2/+3
* QMessageBox: Respect explicit accept/reject after closing dialogTor Arne Vestbø2024-03-141-7/+21
* QMessageBox: ensure setTextFormat() also apply to informative textWang Zichong2024-03-141-2/+9
* Mention QChronoTimer in API docsAhmad Samir2024-03-031-4/+5
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-011-0/+1
* QMessageBox: Forward helper checkbox state via lambdaTor Arne Vestbø2024-02-291-2/+7
* qmessagebox.h: Remove redundant semicolon after Q_ENUMAxel Spoerl2024-02-271-1/+1
* QErrorMessage: Honor devicePixelRatio for SP_MessageBoxInformationChristian Ehrlicher2024-02-191-1/+3
* Doc: Mention AA_DontUseNativeDialogs in QFileDialogKai Köhne2024-02-191-4/+7
* Clean up about Qt dialog textKai Köhne2024-02-141-6/+5
* Remove year from generic Qt copyright informationKai Köhne2024-02-141-1/+1
* Fix build with -no-feature-menuTasuku Suzuki2024-02-021-0/+2
* QFileSystemModel: don't crash with setIconProvider(nullptr)Ahmad Samir2024-02-011-4/+7
* Widgets: Add missing deprecation version markersKai Köhne2024-01-281-4/+4
* QMessageBox: Move enum static assertions to cpp fileAxel Spoerl2024-01-252-7/+14
* QFileDialog::getOpenFileContent: default new parent parameterVolker Hilsheimer2024-01-241-1/+1
* Widgets: pass widget to QStyle::pixelMetric()Christian Ehrlicher2024-01-162-3/+3
* QColorDialog: Add trailing comma to new enum valueVolker Hilsheimer2024-01-121-1/+1
* Doc: complete the snippet for a dialog with extensionVolker Hilsheimer2024-01-111-0/+4
* QColorDialog: Use pmf-style connectsChristian Ehrlicher2024-01-102-45/+43
* QSidebar: Use pmf-style connectsChristian Ehrlicher2024-01-102-21/+27
* QInputDialog: Use pmf-style connectsChristian Ehrlicher2024-01-102-34/+35
* QFontDialog: Use pmf-style connectsChristian Ehrlicher2024-01-103-34/+36
* QFileDialog: Use pmf-style connectsChristian Ehrlicher2024-01-103-170/+163
* QMessageBox: Use pmf-style connectsChristian Ehrlicher2024-01-102-23/+14
* Add parent arg to QFileDialog::getOpenFileContent and saveFileContentChris Von Bargen2023-12-282-15/+32
* Doc: Improve documentation for QFileDialog::OptionKai Köhne2023-12-281-23/+27
* QDialogButtonBox: Fix focus chain and default button assignmentAxel Spoerl2023-12-201-1/+1
* Pass correct default button in QMessageBox::showNewMessageBox()Axel Spoerl2023-12-201-5/+8
* Doc: Add missing full stop to briefsPaul Wicking2023-12-201-1/+1
* Doc: Fix linking to QFileDialog::NativeFileDialogKai Köhne2023-12-191-2/+2
* QMessageBox: don't use a native dialog if a style sheet is activeVolker Hilsheimer2023-12-141-0/+1
* Doc: Review and improve QFileDialog documentationInkamari Harjula2023-12-141-120/+123
* Doc: Add AcceptMode info to DontConfirmOverwriteSafiyyah Moosa2023-12-131-1/+2
* QMesageBox: add Q_ENUM and sync assertionsAxel Spoerl2023-11-231-0/+11
* QColorDialog: use std::array instead QPolygonChristian Ehrlicher2023-11-161-4/+3
* Fix build with -no-feature-menuTasuku Suzuki2023-11-161-0/+2
* QMessageBox: Detect modifications to standard button textTor Arne Vestbø2023-10-311-2/+17
* Teach QMessageDialogOptions about default and escape buttonsTor Arne Vestbø2023-10-261-6/+33
* QMessageBox: Do last minute setup in setVisible instead of showEventTor Arne Vestbø2023-10-261-6/+5
* QMessageBox: Opt out of native dialog if standard buttons have menuTor Arne Vestbø2023-10-251-1/+1
* QMessageBox: Fall back to non-native dialog if button has menuTimur Pocheptsov2023-10-241-0/+8
* Unify QDialog WA_WState_ExplicitShowHide handlingTor Arne Vestbø2023-10-236-21/+5
* Include what you need: <QPointer>Marc Mutz2023-10-125-0/+10
* Widgets: pass QWidget pointer to standardIcon/Pixmap() if availableChristian Ehrlicher2023-10-111-1/+1
* Doc: Fix location of QT_REQUIRE_VERSION documentationKai Köhne2023-09-221-1/+1
* QMessageBox::about / aboutQt - use native modal dialog on iOSAxel Spoerl2023-09-181-6/+17
* Add note to QMessageBox::button() about modifying returned buttonTor Arne Vestbø2023-09-081-0/+6