summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Fix QErrorMessage test when using native dialogsTor Arne Vestbø2023-01-091-0/+2
* Tweak comment about QCocoaWindowYAMAMOTO Atsushi2023-01-051-3/+3
* macOS: Include text in key events triggered by insertion key-bindingsTor Arne Vestbø2023-01-041-8/+10
* macOS: Limit cursor update workaround to Monterey and belowTor Arne Vestbø2023-01-031-16/+18
* macOS: Send synthetic cursorUpdate events for utility windowsTor Arne Vestbø2023-01-031-3/+9
* macOS: Ensure NSEvent processing during NSApp initializationTor Arne Vestbø2023-01-031-0/+1
* macOS: Stop using the deprecated [NSWorkspace openFile:] APITor Arne Vestbø2023-01-021-7/+1
* Treat the accessible non-editable combobox as ButtonMenu on macOSMikolaj Boc2022-12-161-0/+2
* macOS: Don't set cursor for non-key windowsTor Arne Vestbø2022-12-131-2/+2
* Rename QMessageDialogOptions::Icon to StandardIconTor Arne Vestbø2022-12-131-1/+1
* macOS: Use NSStatusItem.menu to manage system tray menuTor Arne Vestbø2022-12-122-15/+24
* QCocoaFileDialogHelper: protect against dangling pointersTimur Pocheptsov2022-12-091-1/+13
* macOS: Remove shadowed variable in handleKeyEventTor Arne Vestbø2022-12-051-1/+0
* macOS: Don't pass on key event text for function keys when IM is disabledTor Arne Vestbø2022-12-051-1/+33
* Teach QErrorMessage to use native dialog helper if availableTor Arne Vestbø2022-12-041-5/+11
* Add QGuiApplication API to set a number-badge in the Dock/task barTor Arne Vestbø2022-12-022-0/+6
* qnsview_drag: only ignore key modifier while dragging 'within the application'Timur Pocheptsov2022-11-252-3/+10
* macOS: Don't send posted events via runloop observerTor Arne Vestbø2022-11-182-39/+0
* Reintroduce converter APIs for supporting native clipboard formatsVolker Hilsheimer2022-11-165-32/+32
* Plumb QMessageBox::iconPixmap() to QPlatformMessageDialogHelperTor Arne Vestbø2022-11-161-4/+13
* macOS: Add dialog helper for native message boxesTor Arne Vestbø2022-11-158-6/+360
* macOS: Ensure NSApp initialization without relying on event processingTor Arne Vestbø2022-11-152-12/+62
* a11y: Add support for Tables in macOS bridgeJan Arve Sæther2022-11-103-2/+261
* Make QMacMime::canConvert a non-virtual helper for other virtualsVolker Hilsheimer2022-11-092-15/+7
* macOS: clean up clipboard codeVolker Hilsheimer2022-11-073-108/+61
* QMacMime API cleanup: use uti instead of flavorVolker Hilsheimer2022-11-072-38/+38
* Standardize QMacMime and QWindowsMimeVolker Hilsheimer2022-11-072-8/+8
* macOS: Make QMacMime's handler scope type-safeVolker Hilsheimer2022-11-074-23/+24
* Rename QMacInternalPasteboardMime to QMacMimeVolker Hilsheimer2022-11-075-33/+31
* Fix spelling of converterVolker Hilsheimer2022-11-042-6/+6
* Clean-up: const'ify QMacInternalPasteboardMime APIVolker Hilsheimer2022-11-031-10/+19
* Clean up QMacMimeRegistry: remove convertorVolker Hilsheimer2022-11-031-6/+4
* Clean up QMacInternalPasteboardMime: remove convertorNameVolker Hilsheimer2022-11-032-13/+7
* Refactor: split QMacMime registry and virtual interfaceVolker Hilsheimer2022-11-038-10/+19
* macOS: Provide more details when failing to parse ICC profile dataTor Arne Vestbø2022-11-031-1/+3
* qnswindow (-backgroundColor) - return 'clear color' for Qt::PopupTimur Pocheptsov2022-10-281-2/+7
* macOS: Don't include QSystemTrayIcon windows in Dock menu window listTor Arne Vestbø2022-10-281-3/+9
* macOS: Remove duplicated sources and headers in plugin CMakeLists.txtTor Arne Vestbø2022-10-281-3/+0
* QCocoaMenuBar: avoid duplication of 'special' entries in the 'Edit' menuTimur Pocheptsov2022-10-221-12/+16
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-112-15/+15
* QCocoaWindow::windowStyleMask: make popups non-resizableTimur Pocheptsov2022-10-071-1/+3
* InputMethodQueryResult - use int as a key, not Qt::InputMethodQueryTimur Pocheptsov2022-10-061-1/+1
* macOS: Pass on native virtual key (key code) for modifier keysTor Arne Vestbø2022-10-051-1/+8
* macOS: Reflect platform settings for double click and key repeat intervalsTor Arne Vestbø2022-09-291-0/+6
* Replace QPlatformTheme::Appearance by Qt:AppearanceAxel Spoerl2022-09-202-3/+3
* macOS: Report compound window state when state changesTor Arne Vestbø2022-09-202-13/+17
* macOS: Handle asynchronous deminiaturizing of windowsTor Arne Vestbø2022-09-201-3/+12
* macOS: Remove hard-coded logic for determining if key event has textTor Arne Vestbø2022-09-173-6/+19
* QWSI: Remove dead code for macOS-specific shortcut-override handlingTor Arne Vestbø2022-09-151-2/+1
* QCocoaColor(/Font)Dialog: Call makeKeyAndOrderFront asynchronouslyDoris Verria2022-09-142-2/+22