GNOME Bugzilla – Bug 683938
Support actions of the Mac OS X dock icon (Quit, Click-hold etc)
Last modified: 2018-05-24 13:19:17 UTC
When I click-hold on the Gimp icon in the Mac OS X dock, there should a list of all open Gimp windows. (As example click-hold on eg the Firefox icon to see an example). The list would be, for example: The Gimp dock window, and the empty main window. Or: The Gimp dock window, image window A, image window B . BTW, click-hold -> "Show All Windows" works, but click-hold -> get a list of windows would be a faster way to get a quick overview, and the feature is expected/normal on Mac OS X.
Version 2.8.2 from ftp://ftp.gimp.org/pub/gimp/v2.8/osx/gimp-2.8.2-dmg-2.dmg . Mac OS 10.7.4 .
The "Quit" action doesn't work either, see bug 698204. This is not surprising given we don't suppoet any of the dock actions. I'm turning this one into a general dock action bug.
*** Bug 698204 has been marked as a duplicate of this bug. ***
This implements the quit action: commit 2d548c71df2e62bd345e02f50e5a3c1b08a1cf1e Author: Daniel Sabo <DanielSabo@gmail.com> Date: Sat Nov 9 21:00:55 2013 +0100 app: Port to gtk-mac-integration Replace deprecated Carbon APIs with Cocoa. Includes code by: Simone Karin Lehmann Michael Natterer Daniel Sabo (cherry picked from commit e56344294c90e1ba97de5c134b50c4c522f0808f) app/Makefile.am | 4 +- app/gui/Makefile.am | 24 +- app/gui/gui-unique.c | 175 ++++++----- app/gui/gui.c | 82 ++--- app/gui/ige-mac-menu.c | 988 ------------------------------------------------------------- app/gui/ige-mac-menu.h | 43 --- configure.ac | 9 + 7 files changed, 176 insertions(+), 1149 deletions(-)
Just a suggestion: As you might know, I've rewritten the gtk-mac-integration library. this fixed some bugs, doesn't use unofficial and undocumented API calls and allows to more easily use the Application delegate protocol, so I could get rid of the extra event handler for opening files and could easily implement more dock menus, like switching image windows. And it make code cleaner. What about including it in the gimp.org version?
Kris, what other actions are there we should implement?
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gimp/issues/423.