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 718906 - Implement a "Save As Original" Menu Option
Implement a "Save As Original" Menu Option
Status: RESOLVED OBSOLETE
Product: shotwell
Classification: Other
Component: library-mode
unspecified
Other All
: High normal
: ---
Assigned To: Shotwell Maintainers
Shotwell Maintainers
Depends on:
Blocks: 716280
 
 
Reported: 2013-04-04 12:58 UTC by Lucas Beeler
Modified: 2021-05-19 13:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Added "Save as Original" menu item (117.13 KB, text/x-csrc)
2017-05-21 20:27 UTC, a.steffens
Details

Description Charles Lindsay 2013-11-25 21:58:59 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 

Comment 1 a.steffens 2017-05-21 20:27:33 UTC
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">&lt;Primary&gt;&lt;Shift&gt;o</attribute>
          <attribute name="action">win.ExportOriginal</attribute>
        </item>
[...]
Comment 2 a.steffens 2017-05-21 20:29:44 UTC
(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">&lt;Primary&gt;&lt;Shift&gt;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)
Comment 3 GNOME Infrastructure Team 2021-05-19 13:41:22 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/shotwell/-/issues/4038.