[eog] Use symbolic icons for fullscreen toolbar



commit d65a126929978aaed7efb424efa90edae632f49e
Author: Alexandre Franke <alexandre franke gmail com>
Date:   Mon Jun 15 23:59:00 2015 +0200

    Use symbolic icons for fullscreen toolbar

 data/fullscreen-toolbar.ui                         |   24 ++--
 data/icons/scalable/Makefile.am                    |    1 +
 .../actions/eog-image-gallery-symbolic.svg         |  110 ++++++++++++++++++++
 3 files changed, 123 insertions(+), 12 deletions(-)
---
diff --git a/data/fullscreen-toolbar.ui b/data/fullscreen-toolbar.ui
index 1d851b7..cf31252 100644
--- a/data/fullscreen-toolbar.ui
+++ b/data/fullscreen-toolbar.ui
@@ -14,7 +14,7 @@
         <property name="action_name">win.go-first</property>
         <property name="label" translatable="yes">_First Image</property>
         <property name="use_underline">True</property>
-        <property name="icon_name">go-first</property>
+        <property name="icon_name">go-first-symbolic</property>
       </object>
       <packing>
         <property name="expand">False</property>
@@ -29,7 +29,7 @@
         <property name="action_name">win.go-previous</property>
         <property name="label" translatable="yes">_Previous Image</property>
         <property name="use_underline">True</property>
-        <property name="icon_name">go-previous</property>
+        <property name="icon_name">go-previous-symbolic</property>
       </object>
       <packing>
         <property name="expand">False</property>
@@ -44,7 +44,7 @@
         <property name="action_name">win.go-next</property>
         <property name="label" translatable="yes">_Next Image</property>
         <property name="use_underline">True</property>
-        <property name="icon_name">go-next</property>
+        <property name="icon_name">go-next-symbolic</property>
       </object>
       <packing>
         <property name="expand">False</property>
@@ -59,7 +59,7 @@
         <property name="action_name">win.go-last</property>
         <property name="label" translatable="yes">_Last Image</property>
         <property name="use_underline">True</property>
-        <property name="icon_name">go-last</property>
+        <property name="icon_name">go-last-symbolic</property>
       </object>
       <packing>
         <property name="expand">False</property>
@@ -84,7 +84,7 @@
         <property name="action_name">win.zoom-in</property>
         <property name="label" translatable="yes">_Zoom In</property>
         <property name="use_underline">True</property>
-        <property name="icon_name">zoom-in</property>
+        <property name="icon_name">zoom-in-symbolic</property>
       </object>
       <packing>
         <property name="expand">False</property>
@@ -99,7 +99,7 @@
         <property name="action_name">win.zoom-out</property>
         <property name="label" translatable="yes">Zoom _Out</property>
         <property name="use_underline">True</property>
-        <property name="icon_name">zoom-out</property>
+        <property name="icon_name">zoom-out-symbolic</property>
       </object>
       <packing>
         <property name="expand">False</property>
@@ -114,7 +114,7 @@
         <property name="action_name">win.zoom-normal</property>
         <property name="label" translatable="yes">_Normal Size</property>
         <property name="use_underline">True</property>
-        <property name="icon_name">zoom-original</property>
+        <property name="icon_name">zoom-original-symbolic</property>
       </object>
       <packing>
         <property name="expand">False</property>
@@ -129,7 +129,7 @@
         <property name="action_name">win.toggle-zoom-fit</property>
         <property name="label" translatable="yes">_Best Fit</property>
         <property name="use_underline">True</property>
-        <property name="icon_name">zoom-fit-best</property>
+        <property name="icon_name">zoom-fit-best-symbolic</property>
       </object>
       <packing>
         <property name="expand">False</property>
@@ -154,7 +154,7 @@
         <property name="action_name">win.rotate-270</property>
         <property name="label" translatable="yes">Rotate Counter_clockwise</property>
         <property name="use_underline">True</property>
-        <property name="icon_name">object-rotate-left</property>
+        <property name="icon_name">object-rotate-left-symbolic</property>
       </object>
       <packing>
         <property name="expand">False</property>
@@ -169,7 +169,7 @@
         <property name="action_name">win.rotate-90</property>
         <property name="label" translatable="yes">_Rotate Clockwise</property>
         <property name="use_underline">True</property>
-        <property name="icon_name">object-rotate-right</property>
+        <property name="icon_name">object-rotate-right-symbolic</property>
       </object>
       <packing>
         <property name="expand">False</property>
@@ -194,7 +194,7 @@
         <property name="action_name">win.view-gallery</property>
         <property name="label" translatable="yes">_Image Gallery</property>
         <property name="use_underline">True</property>
-        <property name="icon_name">eog-image-gallery</property>
+        <property name="icon_name">eog-image-gallery-symbolic</property>
       </object>
       <packing>
         <property name="expand">False</property>
@@ -219,7 +219,7 @@
         <property name="action_name">win.pause-slideshow</property>
         <property name="label" translatable="yes">_Best Fit</property>
         <property name="use_underline">True</property>
-        <property name="icon_name">media-playback-pause</property>
+        <property name="icon_name">media-playback-pause-symbolic</property>
       </object>
       <packing>
         <property name="expand">False</property>
diff --git a/data/icons/scalable/Makefile.am b/data/icons/scalable/Makefile.am
index db04bed..7c236d1 100644
--- a/data/icons/scalable/Makefile.am
+++ b/data/icons/scalable/Makefile.am
@@ -5,6 +5,7 @@ appiconsdir = $(datadir)/icons/hicolor/$(size)/apps
 dist_actionicons_DATA = \
        actions/eog-plugin.svg          \
        actions/eog-image-gallery.svg   \
+       actions/eog-image-gallery-symbolic.svg  \
        actions/slideshow-play.svg
 
 dist_appicons_DATA = \
diff --git a/data/icons/scalable/actions/eog-image-gallery-symbolic.svg 
b/data/icons/scalable/actions/eog-image-gallery-symbolic.svg
new file mode 100644
index 0000000..79e29fe
--- /dev/null
+++ b/data/icons/scalable/actions/eog-image-gallery-symbolic.svg
@@ -0,0 +1,110 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://creativecommons.org/ns#";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
+   width="15.999999"
+   height="15.999999"
+   viewBox="0 0 15.999999 15.999999"
+   id="svg14691"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="eog-image-gallery.svg">
+  <defs
+     id="defs14693" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1"
+     inkscape:cx="15.01383"
+     inkscape:cy="-2.0436031"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     units="px"
+     borderlayer="true"
+     inkscape:showpageshadow="false"
+     inkscape:window-width="2560"
+     inkscape:window-height="1403"
+     inkscape:window-x="2560"
+     inkscape:window-y="0"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid15253" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata14696">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(119.9998,-1686.3622)">
+    <g
+       inkscape:label="view-more"
+       id="g20586"
+       transform="translate(-140.92788,1410.3457)"
+       style="display:inline">
+      <rect
+         
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:new"
+         id="rect20592"
+         width="4.9722719"
+         height="4.9722719"
+         x="29.963142"
+         y="278.00891"
+         rx="0.38461545"
+         ry="0.50229359" />
+      <rect
+         ry="0.50229359"
+         rx="0.38461548"
+         y="285.02539"
+         x="29.963142"
+         height="5.0164661"
+         width="5.0164661"
+         id="rect16730"
+         
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:new"
 />
+      <rect
+         ry="0.50229359"
+         rx="0.38461545"
+         y="278.00891"
+         x="22.964087"
+         height="4.9722719"
+         width="4.9722719"
+         id="rect15255"
+         
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:new"
 />
+      <rect
+         
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:new"
+         id="rect15257"
+         width="4.9722719"
+         height="4.9722719"
+         x="22.964087"
+         y="285.02539"
+         rx="0.38461545"
+         ry="0.50229359" />
+    </g>
+  </g>
+</svg>


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