Summary: | Add "Open With..." option in image editor | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | DEnnis Meulensteen <dennis> |
Component: | Usability-OpenWith | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | anna, bluedrago, caulier.gilles, languitar |
Priority: | NOR | ||
Version: | 0.8.0 | ||
Target Milestone: | --- | ||
Platform: | Mandriva RPMs | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/digikam/b67c09ab0f995f59c8c430e153b616264d6c547e | Version Fixed In: | 4.3.0 |
Sentry Crash Report: |
Description
DEnnis Meulensteen
2005-11-03 11:22:34 UTC
Gqview has this option 'open with' implemented as user configurable external editors. It's VERY usefull. Please add something like that to digikam. Note that as the original report states this option is available on the context menu of the thumbnail view. We just want it also available from the image editor window. The reason I presume is that some of us use the image editor view in our work flow and need to occasionally do changes that the simple editor can't do. It's a bit tedious switching back to thumbnail view to find the image and then right clicking. The possible complication is that this being in an editor view, the editor may need some way to detect and update the editor window with changes made externally (potentially needing to take into consideration conflicting changes made internally at the same time). *** This bug has been confirmed by popular vote. *** To Tim from comments #2 : yes, this is the main problem to detect change performed by external tool when we are in editor. I'm not favorable actually to implement this feature in editor, especially because Gimp or others tool do not preserve properlly the metadata of pictures... But, we have now 2 modes in digiKam to view image : Preview or Editor. With 0.9.1 release, Preview has a contextual menu witch give the "Open With..." option. This can be enough... Gilles Caulier Can we close this bug or is there still some discussion about the topic? Op Thursday 22 October 2009, schreef Johannes Wienke:
> https://bugs.kde.org/show_bug.cgi?id=115597
>
>
> Johannes Wienke <languitar@semipol.de> changed:
>
> What |Removed |Added
> ----------------------------------------------------------------------------
> CC| |languitar@semipol.de
>
>
>
>
> --- Comment #5 from Johannes Wienke <languitar semipol de> 2009-10-22 01:41:49 ---
> Can we close this bug or is there still some discussion about the topic?
>
I don't really mind if it gets closed. I now use the context menu in preview mode which covers 95% of my use cases.
Dennis
Actually I don't think the report has been fixed. Gilles, I understand why you don't want to have an "Open With" menu (which I already implemented anyway :-)), but I don't think it is a good idea to restrict the user on that. On the other hand: We CAN open images from the preview panel in other applications, so it is basically doable. Speaking for myself I would find it weird to have this option in the editor, because it would be like: Open image in Gimp Gimp starts From the Gimp menu (fictional) -> Open image in MyPaint (which is actually a good program :-)) So the purpose of starting Gimp would be... none :-) BUT: Our situation is different since some users open images in the editor to view them. Not adding the "Open With" entry here will force them to change their behavior, which is not good. So, although I would never use it because when I start the editor, I don't want to call another editing program: +1 for OpenWith in IE Andi,
there are other things one might want to do with pictures than just editing them!
I use the "Open With" menu to do other things. i.e: e-mail a down-sized version of the file in its current state or convert it to PDA format etc. These are functions that do not result in a changed image file.
Dennis
Op Thursday 22 October 2009, schreef Andi Clemens:
> https://bugs.kde.org/show_bug.cgi?id=115597
>
>
>
>
>
> --- Comment #7 from Andi Clemens <andi clemens gmx net> 2009-10-22 10:28:04 ---
> Actually I don't think the report has been fixed.
>
> Gilles,
> I understand why you don't want to have an "Open With" menu (which I already
> implemented anyway :-)), but I don't think it is a good idea to restrict the
> user on that.
> On the other hand: We CAN open images from the preview panel in other
> applications, so it is basically doable.
> Speaking for myself I would find it weird to have this option in the editor,
> because it would be like:
>
> Open image in Gimp
> Gimp starts
> From the Gimp menu (fictional) -> Open image in MyPaint (which is actually a
> good program :-))
>
> So the purpose of starting Gimp would be... none :-)
>
> BUT: Our situation is different since some users open images in the editor to
> view them. Not adding the "Open With" entry here will force them to change
> their behavior, which is not good.
>
> So, although I would never use it because when I start the editor, I don't want
> to call another editing program:
> +1 for OpenWith in IE
>
Yes, it is just one example. And I already said +1 :-) *** Bug 129523 has been marked as a duplicate of this bug. *** *** Bug 331866 has been marked as a duplicate of this bug. *** Git commit 4f8e3afce733641d629d5a2318ae810378a839dc by Gilles Caulier. Committed on 07/09/2014 at 15:30. Pushed by cgilles into branch 'master'. Add Open With service menu to Light Table thumbbar. M +3 -2 utilities/lighttable/lighttablethumbbar.cpp M +4 -5 utilities/lighttable/lighttablethumbbar.h http://commits.kde.org/digikam/4f8e3afce733641d629d5a2318ae810378a839dc Git commit b67c09ab0f995f59c8c430e153b616264d6c547e by Gilles Caulier. Committed on 07/09/2014 at 16:49. Pushed by cgilles into branch 'master'. add "Open With..." to ImageEditor and Showfoto context menu FIXED-IN: 4.3.0 M +1 -1 NEWS M +7 -52 digikam/utils/contextmenuhelper.cpp M +2 -2 digikam/utils/contextmenuhelper.h M +18 -2 showfoto/main/showfoto.cpp M +2 -0 showfoto/main/showfoto.h M +54 -1 utilities/imageeditor/core/fileoperation.cpp M +5 -0 utilities/imageeditor/core/fileoperation.h M +82 -0 utilities/imageeditor/editor/editorwindow.cpp M +6 -0 utilities/imageeditor/editor/editorwindow.h M +79 -76 utilities/imageeditor/editor/editorwindow_p.h M +27 -12 utilities/imageeditor/main/imagewindow.cpp M +3 -0 utilities/imageeditor/main/imagewindow.h http://commits.kde.org/digikam/b67c09ab0f995f59c8c430e153b616264d6c547e |