GNOME Bugzilla – Bug 718906
Implement a "Save As Original" Menu Option
Last modified: 2021-05-19 13:41:22 UTC
---- Reported by lucas@yorba.org 2013-04-03 17:58:00 -0700 ---- Original Redmine bug id: 6751 Original URL: http://redmine.yorba.org/issues/6751 Searchable id: yorba-bug-6751 Original author: Lucas Beeler Original description: When the user selects this menu option, the version of the photo as its displayed in Shotwell (with all of its edits applied) will replace the existing master as the "original" version of the photo. A fully-transformed version of the image, if one exists, will be deleted at this time. Related issues: related to shotwell - Feature #1798: keep full-resolution version of each edited image (Open) ---- Additional Comments From shotwell-maint@gnome.bugs 2013-05-16 14:32:00 -0700 ---- ### History #### #1 Updated by Jim Nelson 6 months ago * **Target version** deleted (<strike>_0.15.0_</strike>) --- Bug imported by chaz@yorba.org 2013-11-25 21:59 UTC --- This bug was previously known as _bug_ 6751 at http://redmine.yorba.org/show_bug.cgi?id=6751 Unknown version " in product shotwell. Setting version to "!unspecified". Unknown milestone "unknown in product shotwell. Setting to default milestone for this product, "---". Setting qa contact to the default for this product. This bug either had no qa contact or an invalid one. Resolution set on an open status. Dropping resolution
Created attachment 352321 [details] Added "Save as Original" menu item Added new menu item "Save as Original" with belonging "on_export_original" action in class LibraryPhotoPage.vala (src/PhotoPage.vala). Didn't know how to attach two files, that's why I added modifications in ui/photo.ui below. <?xml version="1.0"?> <interface domain="shotwell"> <menu id="MenuBar"> <submenu> <attribute name="label" translatable="yes">_File</attribute> <section> [...] <item> <attribute name="label" translatable="yes">Save _As Original</attribute> <attribute name="accel"><Primary><Shift>o</attribute> <attribute name="action">win.ExportOriginal</attribute> </item> [...]
(In reply to a.steffens from comment #1) > Created attachment 352321 [details] > Added "Save as Original" menu item > > Added new menu item "Save as Original" with belonging "on_export_original" > action in class LibraryPhotoPage.vala (src/PhotoPage.vala). Didn't know how > to attach two files, that's why I added modifications in ui/photo.ui below. > > <?xml version="1.0"?> > <interface domain="shotwell"> > <menu id="MenuBar"> > <submenu> > <attribute name="label" translatable="yes">_File</attribute> > <section> > [...] > <item> > <attribute name="label" translatable="yes">Save _As > Original</attribute> > <attribute name="accel"><Primary><Shift>o</attribute> > <attribute name="action">win.ExportOriginal</attribute> > </item> > [...] Additionally implemented keeping full-resolution version of each edited image to remove bug 716280 (https://bugzilla.gnome.org/show_bug.cgi?id=716280)
-- 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/shotwell/-/issues/4038.