summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoamessagedialog.mm
Commit message (Expand)AuthorAgeFilesLines
* 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