After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 683938 - Support actions of the Mac OS X dock icon (Quit, Click-hold etc)
Support actions of the Mac OS X dock icon (Quit, Click-hold etc)
Status: RESOLVED OBSOLETE
Product: GIMP
Classification: Other
Component: User Interface
2.8.2
Other Mac OS
: Normal normal
: ---
Assigned To: GIMP Bugs
GIMP Bugs
: 698204 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2012-09-13 10:21 UTC by Tobi Reif
Modified: 2018-05-24 13:19 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tobi Reif 2012-09-13 10:21:41 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.
Comment 1 Tobi Reif 2012-09-13 10:23:05 UTC
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 .
Comment 2 Michael Natterer 2013-04-21 16:15:21 UTC
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.
Comment 3 Michael Natterer 2013-04-21 16:16:29 UTC
*** Bug 698204 has been marked as a duplicate of this bug. ***
Comment 4 Michael Natterer 2013-11-10 17:50:47 UTC
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(-)
Comment 5 Simone Karin Lehmann 2014-09-03 12:32:05 UTC
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?
Comment 6 Michael Natterer 2016-11-16 17:44:11 UTC
Kris, what other actions are there we should implement?
Comment 7 GNOME Infrastructure Team 2018-05-24 13:19:17 UTC
-- 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.