summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoamessagedialog.mm
Commit message (Expand)AuthorAgeFilesLines
* macOS: Don't condition deferred exec on specific NSAlert to be the modal windowTor Arne Vestbø2024-01-301-1/+1
* macOS: Respect QPlatformDialogHelper::ButtonLayout in native alertsTor Arne Vestbø2023-11-121-3/+49
* Cocoa MessageBox: don't use native message box if detailed text is setVolker Hilsheimer2023-11-101-4/+7
* Teach QMessageDialogOptions about default and escape buttonsTor Arne Vestbø2023-10-261-10/+23
* QMessageBox: Do last minute setup in setVisible instead of showEventTor Arne Vestbø2023-10-261-10/+0
* macOS: Include StandardButton::RestoreDefaults when adding native alert buttonsTor Arne Vestbø2023-10-251-1/+1
* macOS: Use non-native fallback for message boxes with rich textTimur Pocheptsov2023-09-071-0/+7
* macOS: work around getting invalid result from NSAlert::runModalVolker Hilsheimer2023-06-201-2/+16
* macOS: Clear event dispatcher interrupt before running NSAlert modal sessionTor Arne Vestbø2023-05-101-4/+3
* Plumb QMessageBox::setCheckBox() through QPlatformMessageDialogHelperTor Arne Vestbø2023-03-091-2/+29
* macOS: Use non-native app modal message box from nested event loopsTor Arne Vestbø2023-03-071-0/+5
* Fix QErrorMessage test when using native dialogsTor Arne Vestbø2023-01-091-0/+2
* Rename QMessageDialogOptions::Icon to StandardIconTor Arne Vestbø2022-12-131-1/+1
* Teach QErrorMessage to use native dialog helper if availableTor Arne Vestbø2022-12-041-5/+11
* Plumb QMessageBox::iconPixmap() to QPlatformMessageDialogHelperTor Arne Vestbø2022-11-161-4/+13
* macOS: Add dialog helper for native message boxesTor Arne Vestbø2022-11-151-0/+304