summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* macOS: Remove 'cocoa' infix in QPA logging categoriesTor Arne Vestbø2018-03-147-48/+48
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-085-46/+54
|\
| * QCocoaMenuItem: Make QCocoaNSMenu the item targetGabriel de Dietrich2018-03-075-46/+54
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-071-0/+1
|\|
| * cocoa: add qCDebug in QNSview::scrollWheelShawn Rutledge2018-03-061-0/+1
* | macOS: Base window collection behavior on the correct window flagsTor Arne Vestbø2018-03-051-7/+11
* | macOS: Don't keep window flags around, we can get them from the QWindowTor Arne Vestbø2018-03-053-43/+41
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-281-0/+5
|\|
| * macOS: Warn the user when KVO-observing QCocoaNSWindowTor Arne Vestbø2018-02-281-0/+5
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-261-3/+4
|\|
| * Cocoa: Fix incorrect QSystemTrayIcon::geometry()Morten Johan Sørvig2018-02-261-3/+4
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-231-13/+16
|\|
| * Cocoa: fix grabWindow when mixing highDPI and non-highDPI screensPablo Marcos Oltra2018-02-221-13/+16
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-211-4/+2
|\|
| * Merge "Merge remote-tracking branch 'origin/5.10.1' into 5.11" into refs/stag...Tony Sarajärvi2018-02-201-1/+1
| |\
| | * Merge remote-tracking branch 'origin/5.10.1' into 5.11Liang Qi2018-02-191-1/+1
| | |\
| | | * QCocoaWindow: be more careful when flushing eventsRichard Moe Gustavsen2018-02-071-1/+1
| * | | macOS: Don't assume m_view is QNSView when calling requestUpdateTor Arne Vestbø2018-02-191-1/+1
| * | | macOS: Remove unused variableTor Arne Vestbø2018-02-191-2/+0
| |/ /
* | | Clean up our Objective-C usageJake Petroules2018-02-2026-316/+286
* | | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-168-37/+92
|\| |
| * | Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-154-29/+61
| |\ \
| | * \ Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-071-2/+5
| | |\ \
| | * | | macOS: Share view update code between layered and non-layered modeTor Arne Vestbø2018-02-051-2/+6
| | * | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-021-4/+8
| | |\ \ \ | | | |_|/ | | |/| |
| | * | | Merge remote-tracking branch 'origin/5.10.1' into 5.10Liang Qi2018-02-013-27/+39
| | |\ \ \
| | | * | | macOS: Handle update requests via setNeedsDisplay more carefullyTor Arne Vestbø2018-02-013-27/+39
| | * | | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-291-2/+0
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-261-0/+18
| | |\ \ \ \
| | * | | | | Cocoa: Make dialogs non-resizable againMorten Johan Sørvig2018-01-251-2/+3
| * | | | | | Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-144-8/+31
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | macOS: fix menu positioning on high-DPIJ-P Nurmi2018-02-051-2/+4
| | | |_|_|/ | | |/| | |
| | * | | | Fix QFileDialog::defaultSuffix on macOSNathan Collins2018-02-011-4/+8
| | | |_|/ | | |/| |
| | * | | Remove traces of Growl in QSystemTrayIcon code and documentationKonstantin Tokarev2018-01-261-2/+0
| | | |/ | | |/|
| | * | Cocoa: Explicitly hide popup windows when the application is hiddenAndy Shaw2018-01-251-0/+18
* | | | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-136-28/+12
|\| | |
| * | | macOS: Add more granular logging categories for window eventsTor Arne Vestbø2018-02-134-7/+11
| * | | Remove code paths for macOS < 10.11Jake Petroules2018-02-112-21/+1
* | | | macOS: Don't log missing forwarding target during notification forwardingTor Arne Vestbø2018-02-091-11/+6
* | | | Cocoa: Support DnD to the TrashMorten Johan Sørvig2018-02-071-0/+1
* | | | Cocoa: move setting of drag accepted stateMorten Johan Sørvig2018-02-071-4/+3
|/ / /
* | | Use new QString::remove(QLatin1String)Anton Kudryavtsev2018-02-051-1/+1
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-2010-57/+39
|\ \ \ | | |/ | |/|
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Tor Arne Vestbø2018-01-169-47/+22
| |\|
| | * macOS: Namespace FullScreenProperty category on NSWindowTor Arne Vestbø2018-01-101-0/+5
| | * macOS: Simplify mangling of QNSPanelDelegate protocolTor Arne Vestbø2018-01-104-5/+8
| | * macOS: Namespace QNSWindowProtocol when building with -qtnamespaceTor Arne Vestbø2018-01-101-0/+3
| | * macOS: Replace category methods with functionsPavol Markovic2018-01-104-42/+7
| * | macOS: Copy QNSWindowProtocol without referencing it by nameTor Arne Vestbø2018-01-151-10/+17
* | | Cocoa: Prevent crash on focusObjectChanged()Morten Johan Sørvig2018-01-181-0/+2