[gimp-help-2] Update file menu



commit b7a7fc08637bb34c73a9be0d70a34044dec0d244
Author: Julien Hardelin <jhardlin orange fr>
Date:   Thu Mar 2 14:15:01 2017 +0100

    Update file menu

 images/C/menus/file.png                     |  Bin 8267 -> 58589 bytes
 images/C/menus/file/create.png              |  Bin 8948 -> 45930 bytes
 images/C/menus/file/create/screenshot.png   |  Bin 21369 -> 48188 bytes
 images/C/menus/file/create/webpage.png      |  Bin 14643 -> 18705 bytes
 images/C/menus/file/new/advanced-dialog.png |  Bin 22440 -> 68489 bytes
 images/C/menus/file/send-by-email.png       |  Bin 0 -> 16845 bytes
 images/C/menus/windows/file.png             |  Bin 0 -> 58589 bytes
 src/menus/file.xml                          |    7 ++-
 src/menus/file/copy-location.xml            |   24 ++++++++++
 src/menus/file/export-as.xml                |   61 ++++++++++++++++++++++++
 src/menus/file/export-to.xml                |   28 -----------
 src/menus/file/export.xml                   |   67 +++++++--------------------
 src/menus/file/send-by-email.xml            |   25 ++++++++++
 src/menus/file/show-in-file-manager.xml     |   23 +++++++++
 14 files changed, 155 insertions(+), 80 deletions(-)
---
diff --git a/images/C/menus/file.png b/images/C/menus/file.png
index 5c94c29..fefe813 100644
Binary files a/images/C/menus/file.png and b/images/C/menus/file.png differ
diff --git a/images/C/menus/file/create.png b/images/C/menus/file/create.png
index bb0c8ec..19a1c41 100644
Binary files a/images/C/menus/file/create.png and b/images/C/menus/file/create.png differ
diff --git a/images/C/menus/file/create/screenshot.png b/images/C/menus/file/create/screenshot.png
index 69e7c46..4a75f18 100644
Binary files a/images/C/menus/file/create/screenshot.png and b/images/C/menus/file/create/screenshot.png 
differ
diff --git a/images/C/menus/file/create/webpage.png b/images/C/menus/file/create/webpage.png
index 42c8811..374be94 100644
Binary files a/images/C/menus/file/create/webpage.png and b/images/C/menus/file/create/webpage.png differ
diff --git a/images/C/menus/file/new/advanced-dialog.png b/images/C/menus/file/new/advanced-dialog.png
index 96e5458..bbf9306 100644
Binary files a/images/C/menus/file/new/advanced-dialog.png and b/images/C/menus/file/new/advanced-dialog.png 
differ
diff --git a/images/C/menus/file/send-by-email.png b/images/C/menus/file/send-by-email.png
new file mode 100644
index 0000000..23ed1b3
Binary files /dev/null and b/images/C/menus/file/send-by-email.png differ
diff --git a/images/C/menus/windows/file.png b/images/C/menus/windows/file.png
new file mode 100644
index 0000000..fefe813
Binary files /dev/null and b/images/C/menus/windows/file.png differ
diff --git a/src/menus/file.xml b/src/menus/file.xml
index 55e9bd6..05ccd9a 100644
--- a/src/menus/file.xml
+++ b/src/menus/file.xml
@@ -48,14 +48,17 @@
   <xi:include href="file/save-as.xml"/>
   <xi:include href="file/save-as-copy.xml"/>
   <xi:include href="file/revert.xml"/>
-  <xi:include href="file/export-to.xml"/>
   <xi:include href="file/export.xml"/>
+  <xi:include href="file/export-as.xml"/>
   <xi:include href="file/create-template.xml"/>
   
   <!-- -->
   <!-- TODO: Page Setup -->       <!--id="file-print-gtk-page-setup"-->
   <xi:include href="file/print.xml"/>
-  <!-- TODO: Send with Email -->  <!--id="plug-in-mail-image"-->
+  <xi:include href="file/send-by-email.xml"/>
+  <!-- -->
+  <xi:include href="file/copy-location.xml"/>
+  <xi:include href="file/show-in-file-manager.xml"/>
   <!-- -->
   <xi:include href="file/close.xml"/>
   <xi:include href="file/close-all.xml"/>
diff --git a/src/menus/file/copy-location.xml b/src/menus/file/copy-location.xml
new file mode 100644
index 0000000..f705026
--- /dev/null
+++ b/src/menus/file/copy-location.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+                "http://www.docbook.org/xml/4.5/docbookx.dtd";>
+
+<sect2 id="gimp-copy-location">
+<title>Copy Image Location</title>
+
+  <indexterm><primary>Copy Image Location</primary></indexterm>
+
+
+  <para>
+    You can access this command from the image menubar through
+    <menuchoice>
+      <guimenu>File</guimenu>
+      <guisubmenu>Copy Image Location</guisubmenu>
+    </menuchoice>.
+  </para>
+  
+  <para>
+    This command copies the image path to the clipboard. So, you can past it 
+    in a text.
+  </para>
+
+</sect2>
diff --git a/src/menus/file/export-as.xml b/src/menus/file/export-as.xml
new file mode 100644
index 0000000..c431b32
--- /dev/null
+++ b/src/menus/file/export-as.xml
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+                       "http://www.docbook.org/xml/4.5/docbookx.dtd";>
+<!-- section history:
+  2012-06-01 j.h: created
+-->
+
+<sect2 id="gimp-file-export-as">
+  <title>Export As…</title>
+
+  <indexterm>
+    <primary>Image</primary>
+    <secondary>Export As</secondary>
+  </indexterm>
+  <indexterm>
+    <primary>Export As</primary>
+  </indexterm>
+
+  <para>
+    The <command>Export As…</command> command allows you to store your image 
+    in a format other than XCF.
+  </para>
+
+  <mediaobject>
+    <imageobject>
+      <imagedata fileref="images/using/export-image-dialog.png" format="PNG"/>
+    </imageobject>
+  </mediaobject>
+  
+  <note>
+    <para>
+      Please refer to <xref linkend="gimp-using-fileformats"/> for information
+      about exporting in different file formats.
+    </para>
+  </note>
+
+  <sect3>
+    <title>Activating the Command</title>
+    <itemizedlist>
+      <listitem>
+        <para>
+          You can access this command from the image menubar through
+          <menuchoice>
+            <guimenu>File</guimenu>
+            <guimenuitem>Export As…</guimenuitem>
+          </menuchoice>,
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          or by using the keyboard shortcut
+          <keycombo>
+            <keycap>Shift</keycap>
+            <keycap>Ctrl</keycap><keycap>E</keycap>
+          </keycombo>.
+        </para>
+      </listitem>
+    </itemizedlist>
+  </sect3>
+
+</sect2>
diff --git a/src/menus/file/export.xml b/src/menus/file/export.xml
index c4aa65e..b9a3752 100644
--- a/src/menus/file/export.xml
+++ b/src/menus/file/export.xml
@@ -1,61 +1,28 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-                       "http://www.docbook.org/xml/4.3/docbookx.dtd";>
+<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+                       "http://www.docbook.org/xml/4.5/docbookx.dtd";>
 <!-- section history:
-  2012-06-01 j.h: created
+  2012-06-02 j.h: created
 -->
-
 <sect2 id="gimp-file-export">
-  <title>Export As…</title>
+  <title>Export…</title>
 
   <indexterm>
-    <primary>Image</primary>
-    <secondary>Export As</secondary>
-  </indexterm>
-  <indexterm>
-    <primary>Export As</primary>
+    <primary>Export</primary>
   </indexterm>
 
   <para>
-    The <command>Export As…</command> command allows you to store your image 
-    in a format other than XCF.
+    This command is called <quote>Export</quote> for a native XCF file.
+    Then, it does the same thing as <command>Export As…</command>.
+    At early <application><acronym>GIMP</acronym> 2.8</application> releases,
+    this menu label was <quote>Export to</quote>.  Since the version 2.8.10,
+    <quote>Export to</quote> and <quote>Export</quote> have been renamed to
+    <quote>Export</quote> and <quote>Export As</quote> after the manner of
+    <quote>Save</quote> and <quote>Save As</quote>.
+  </para>
+  <para>
+    The name becomes <quote>Overwriting name.extension</quote> for an imported
+    image. So, you can export the imported image directly in its original
+    file format, without going through the export dialog.
   </para>
-
-  <mediaobject>
-    <imageobject>
-      <imagedata fileref="images/using/export-image-dialog.png" format="PNG"/>
-    </imageobject>
-  </mediaobject>
-  
-  <note>
-    <para>
-      Please refer to <xref linkend="gimp-using-fileformats"/> for information
-      about exporting in different file formats.
-    </para>
-  </note>
-
-  <sect3>
-    <title>Activating the Command</title>
-    <itemizedlist>
-      <listitem>
-        <para>
-          You can access this command from the image menubar through
-          <menuchoice>
-            <guimenu>File</guimenu>
-            <guimenuitem>Export As…</guimenuitem>
-          </menuchoice>,
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          or by using the keyboard shortcut
-          <keycombo>
-            <keycap>Shift</keycap>
-            <keycap>Ctrl</keycap><keycap>E</keycap>
-          </keycombo>.
-        </para>
-      </listitem>
-    </itemizedlist>
-  </sect3>
-
 </sect2>
diff --git a/src/menus/file/send-by-email.xml b/src/menus/file/send-by-email.xml
new file mode 100644
index 0000000..4949096
--- /dev/null
+++ b/src/menus/file/send-by-email.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+                "http://www.docbook.org/xml/4.5/docbookx.dtd";>
+
+<sect2 id="gimp-send-by-email">
+<title>Send by Email</title>
+
+  <indexterm><primary>Send by Email</primary></indexterm>
+
+
+  <para>
+    You can access this command from the image menubar through
+    <menuchoice>
+      <guimenu>File</guimenu>
+      <guisubmenu>Send by Email…</guisubmenu>
+    </menuchoice>.
+  </para>
+  
+  <para>
+    This command opens a small dialog with the name of the image to be sent 
+    (you can edit it). Clicking on the <guibutton>Send</guibutton> button 
+    opens your default mail software with the image attached.
+  </para>
+
+</sect2>
diff --git a/src/menus/file/show-in-file-manager.xml b/src/menus/file/show-in-file-manager.xml
new file mode 100644
index 0000000..b0d9b28
--- /dev/null
+++ b/src/menus/file/show-in-file-manager.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+                "http://www.docbook.org/xml/4.5/docbookx.dtd";>
+
+<sect2 id="gimp-show-in-file-manager">
+<title></title>
+
+  <indexterm><primary>Show in File Manager</primary></indexterm>
+
+
+  <para>
+    You can access this command from the image menubar through
+    <menuchoice>
+      <guimenu>File</guimenu>
+      <guisubmenu>Show in File Manager</guisubmenu>
+    </menuchoice>.
+  </para>
+  
+  <para>
+    This command opens the file manager in the directory containing the active image
+  </para>
+
+</sect2>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]