Hello community,

here is the log from the commit of package syncthing-gtk for openSUSE:Factory 
checked in at 2015-09-08 17:39:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/syncthing-gtk (Old)
 and      /work/SRC/openSUSE:Factory/.syncthing-gtk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "syncthing-gtk"

Changes:
--------
--- /work/SRC/openSUSE:Factory/syncthing-gtk/syncthing-gtk.changes      
2015-08-01 11:37:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.syncthing-gtk.new/syncthing-gtk.changes 
2015-09-08 17:42:13.000000000 +0200
@@ -1,0 +2,8 @@
+Wed Sep  2 17:21:42 UTC 2015 - [email protected]
+
+- Update to 0.7.5.1 (changes since 0.7.4.1):
+  * Better support for dark GTK+ themes.
+  * Fix showing stopped folders as "up-to-date".
+  * Fix notification icon missing on i3wm.
+
+-------------------------------------------------------------------

Old:
----
  syncthing-gtk-0.7.4.1.tar.gz

New:
----
  syncthing-gtk-0.7.5.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ syncthing-gtk.spec ++++++
--- /var/tmp/diff_new_pack.Gtdwi7/_old  2015-09-08 17:42:14.000000000 +0200
+++ /var/tmp/diff_new_pack.Gtdwi7/_new  2015-09-08 17:42:14.000000000 +0200
@@ -19,7 +19,7 @@
 %global __requires_exclude 
typelib\\(Caja\\)|typelib\\(Nautilus\\)|typelib\\(Nemo\\)
 %define _name   syncthing_gtk
 Name:           syncthing-gtk
-Version:        0.7.4.1
+Version:        0.7.5.1
 Release:        0
 Summary:        Syncthing Gtk-based graphical interface
 License:        GPL-2.0+

++++++ syncthing-gtk-0.7.4.1.tar.gz -> syncthing-gtk-0.7.5.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syncthing-gtk-0.7.4.1/about.glade 
new/syncthing-gtk-0.7.5.1/about.glade
--- old/syncthing-gtk-0.7.4.1/about.glade       2015-07-23 09:03:51.000000000 
+0200
+++ new/syncthing-gtk-0.7.5.1/about.glade       2015-09-02 17:54:54.000000000 
+0200
@@ -36,34 +36,6 @@
             <property name="position">0</property>
           </packing>
         </child>
-        <child>
-          <object class="GtkBox" id="box1">
-            <property name="visible">True</property>
-            <property name="can_focus">False</property>
-            <property name="orientation">vertical</property>
-            <child>
-              <object class="GtkLabel" id="label1">
-                <property name="visible">True</property>
-                <property name="can_focus">False</property>
-                <property name="label" translatable="yes">&lt;span 
size="small"&gt;This program uses icons based on GLYPHICONS FREE package.
-Visit &lt;a href="http://glyphicons.com/"&gt;GLYPHICONS.com&lt;/a&gt; for more 
info.&lt;/span&gt;</property>
-                <property name="use_markup">True</property>
-                <property name="justify">center</property>
-                <property name="wrap">True</property>
-              </object>
-              <packing>
-                <property name="expand">False</property>
-                <property name="fill">True</property>
-                <property name="position">0</property>
-              </packing>
-            </child>
-          </object>
-          <packing>
-            <property name="expand">False</property>
-            <property name="fill">True</property>
-            <property name="position">2</property>
-          </packing>
-        </child>
       </object>
     </child>
   </object>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syncthing-gtk-0.7.4.1/app.glade 
new/syncthing-gtk-0.7.5.1/app.glade
--- old/syncthing-gtk-0.7.4.1/app.glade 2015-07-23 09:03:51.000000000 +0200
+++ new/syncthing-gtk-0.7.5.1/app.glade 2015-09-02 17:54:54.000000000 +0200
@@ -857,7 +857,7 @@
                <property name="visible">True</property>
                <property name="can_focus">False</property>
                <property name="icon_size">1</property>
-               <property name="pixbuf">icons/show_id.png</property>
+               <property name="pixbuf">icons/show_id.svg</property>
        </object>
 
        <object class="GtkImage" id="menu-shutdown-image">
@@ -909,7 +909,7 @@
        <property name="visible">True</property>
        <property name="can_focus">False</property>
        <property name="icon_size">1</property>
-       <property name="pixbuf">icons/show_id.png</property>
+       <property name="pixbuf">icons/show_id.svg</property>
 </object>
 
 <object class="GtkImage" id="menu-si-shutdown-image">
@@ -960,14 +960,14 @@
        <property name="visible">True</property>
        <property name="can_focus">False</property>
        <property name="icon_size">1</property>
-       <property name="pixbuf">icons/eye.png</property>
+       <property name="pixbuf">icons/eye.svg</property>
 </object>
 
 <object class="GtkImage" id="menu-popup-show-id-image">
        <property name="visible">True</property>
        <property name="can_focus">False</property>
        <property name="icon_size">1</property>
-       <property name="pixbuf">icons/show_id.png</property>
+       <property name="pixbuf">icons/show_id.svg</property>
 </object>
 
 <object class="GtkImage" id="menu-popup-override-image">
Files old/syncthing-gtk-0.7.4.1/icons/add_node.png and 
new/syncthing-gtk-0.7.5.1/icons/add_node.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syncthing-gtk-0.7.4.1/icons/add_node.svg 
new/syncthing-gtk-0.7.5.1/icons/add_node.svg
--- old/syncthing-gtk-0.7.4.1/icons/add_node.svg        1970-01-01 
01:00:00.000000000 +0100
+++ new/syncthing-gtk-0.7.5.1/icons/add_node.svg        2015-09-02 
17:54:54.000000000 +0200
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; width="14pt" height="14pt" 
viewBox="0 0 14 14" version="1.1">
+<g id="surface1">
+<path style=" 
stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 9.277344 
10.871094 C 9.277344 10.933594 9.253906 10.988281 9.210938 11.03125 C 9.164062 
11.078125 9.113281 11.101562 9.050781 11.101562 L 2.214844 11.101562 C 2.179688 
11.101562 2.144531 11.097656 2.121094 11.085938 C 2.09375 11.078125 2.074219 
11.058594 2.054688 11.035156 C 2.039062 11.011719 2.027344 10.992188 2.015625 
10.980469 C 2.007812 10.964844 2 10.9375 1.996094 10.898438 C 1.992188 
10.855469 1.988281 10.828125 1.988281 10.816406 L 1.988281 6.542969 L 0.621094 
6.542969 C 0.496094 6.542969 0.390625 6.5 0.300781 6.410156 C 0.210938 6.320312 
0.164062 6.210938 0.164062 6.089844 C 0.164062 5.976562 0.203125 5.878906 
0.273438 5.796875 L 2.550781 3.0625 C 2.640625 2.957031 2.757812 2.90625 
2.898438 2.90625 C 3.042969 2.90625 3.15625 2.957031 3.25 3.0625 L 5.527344 
5.796875 C 5.597656 5.878906 5.632812 5.976562 5.632812 6.089844 C 5.632812 
6.210938 5.589844 6.320312 5.496094 6.410156 C 5.40625 6.5 5.300781 6.542969 
5.175781 6.542969 L 3.8125 6.542969 L 3.8125 9.277344 L 7.910156 9.277344 C 
7.988281 9.277344 8.046875 9.304688 8.089844 9.355469 L 9.226562 10.722656 C 
9.261719 10.777344 9.277344 10.824219 9.277344 10.871094 Z M 13.835938 7.910156 
C 13.835938 8.023438 13.796875 8.121094 13.726562 8.203125 L 11.449219 10.9375 
C 11.355469 11.046875 11.238281 11.101562 11.101562 11.101562 C 10.964844 
11.101562 10.847656 11.046875 10.75 10.9375 L 8.472656 8.203125 C 8.402344 
8.121094 8.367188 8.023438 8.367188 7.910156 C 8.367188 7.789062 8.410156 
7.679688 8.503906 7.589844 C 8.59375 7.5 8.699219 7.457031 8.824219 7.457031 L 
10.1875 7.457031 L 10.1875 4.722656 L 6.089844 4.722656 C 6.011719 4.722656 
5.953125 4.695312 5.910156 4.636719 L 4.773438 3.269531 C 4.738281 3.226562 
4.722656 3.179688 4.722656 3.128906 C 4.722656 3.066406 4.746094 3.011719 
4.789062 2.96875 C 4.835938 2.921875 4.886719 2.898438 4.949219 2.898438 L 
11.785156 2.898438 C 11.820312 2.898438 11.855469 2.902344 11.878906 2.914062 C 
11.90625 2.921875 11.925781 2.941406 11.945312 2.964844 C 11.960938 2.988281 
11.972656 3.007812 11.984375 3.019531 C 11.992188 3.035156 12 3.0625 12.003906 
3.101562 C 12.007812 3.144531 12.011719 3.171875 12.011719 3.183594 L 12.011719 
7.457031 L 13.378906 7.457031 C 13.503906 7.457031 13.609375 7.5 13.699219 
7.589844 C 13.789062 7.679688 13.835938 7.789062 13.835938 7.910156 Z M 
13.835938 7.910156 "/>
+</g>
+</svg>
Files old/syncthing-gtk-0.7.4.1/icons/add_repo.png and 
new/syncthing-gtk-0.7.5.1/icons/add_repo.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syncthing-gtk-0.7.4.1/icons/add_repo.svg 
new/syncthing-gtk-0.7.5.1/icons/add_repo.svg
--- old/syncthing-gtk-0.7.4.1/icons/add_repo.svg        1970-01-01 
01:00:00.000000000 +0100
+++ new/syncthing-gtk-0.7.5.1/icons/add_repo.svg        2015-09-02 
17:54:54.000000000 +0200
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; width="14pt" height="14pt" 
viewBox="0 0 14 14" version="1.1">
+<g id="surface1">
+<path 
style="fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:4;"
 d="M 332.728795 205.496652 L 119.280134 783.063616 L 98.772321 1261.858259 L 
146.065848 1317.940848 L 1357.282366 1313.337054 L 1420.061384 1221.261161 L 
1413.364955 814.453125 L 1173.13058 194.196429 Z M 332.728795 205.496652 " 
transform="matrix(0.00933333,0,0,0.00933333,0,0)"/>
+<path style=" 
stroke:none;fill-rule:evenodd;fill:rgb(92.54902%,92.54902%,92.54902%);fill-opacity:1;"
 d="M 9.417969 9.847656 C 9.417969 10.042969 9.347656 10.207031 9.210938 
10.347656 C 9.070312 10.488281 8.902344 10.558594 8.707031 10.558594 C 8.511719 
10.558594 8.34375 10.488281 8.203125 10.347656 C 8.066406 10.207031 7.996094 
10.042969 7.996094 9.847656 C 7.996094 9.648438 8.066406 9.484375 8.203125 
9.34375 C 8.34375 9.203125 8.511719 9.132812 8.707031 9.132812 C 8.902344 
9.132812 9.070312 9.203125 9.210938 9.34375 C 9.347656 9.484375 9.417969 
9.648438 9.417969 9.847656 Z M 11.695312 9.847656 C 11.695312 10.042969 11.625 
10.207031 11.488281 10.347656 C 11.347656 10.488281 11.179688 10.558594 
10.984375 10.558594 C 10.789062 10.558594 10.621094 10.488281 10.480469 
10.347656 C 10.34375 10.207031 10.273438 10.042969 10.273438 9.847656 C 
10.273438 9.648438 10.34375 9.484375 10.480469 9.34375 C 10.621094 9.203125 
10.789062 9.132812 10.984375 9.132812 C 11.179688 9.132812 11.347656 9.203125 
11.488281 9.34375 C 11.625 9.484375 11.695312 9.648438 11.695312 9.847656 Z M 
12.691406 11.269531 L 12.691406 8.421875 C 12.691406 8.347656 12.664062 
8.277344 12.605469 8.222656 C 12.550781 8.167969 12.484375 8.136719 12.40625 
8.136719 L 1.59375 8.136719 C 1.515625 8.136719 1.449219 8.167969 1.394531 
8.222656 C 1.335938 8.277344 1.308594 8.347656 1.308594 8.421875 L 1.308594 
11.269531 C 1.308594 11.347656 1.335938 11.414062 1.394531 11.46875 C 1.449219 
11.523438 1.515625 11.554688 1.59375 11.554688 L 12.40625 11.554688 C 12.484375 
11.554688 12.550781 11.523438 12.605469 11.46875 C 12.664062 11.414062 
12.691406 11.347656 12.691406 11.269531 Z M 1.753906 7 L 12.246094 7 L 
10.851562 2.714844 C 10.828125 2.636719 10.78125 2.574219 10.707031 2.523438 C 
10.636719 2.472656 10.558594 2.445312 10.476562 2.445312 L 3.523438 2.445312 C 
3.441406 2.445312 3.363281 2.472656 3.292969 2.523438 C 3.21875 2.574219 
3.171875 2.636719 3.148438 2.714844 Z M 13.828125 8.421875 L 13.828125 
11.269531 C 13.828125 11.660156 13.691406 11.996094 13.410156 12.273438 C 
13.132812 12.550781 12.796875 12.691406 12.40625 12.691406 L 1.59375 12.691406 
C 1.203125 12.691406 0.867188 12.550781 0.589844 12.273438 C 0.308594 11.996094 
0.171875 11.660156 0.171875 11.269531 L 0.171875 8.421875 C 0.171875 8.273438 
0.21875 8.050781 0.3125 7.757812 L 2.0625 2.367188 C 2.164062 2.050781 2.351562 
1.796875 2.625 1.601562 C 2.898438 1.40625 3.195312 1.308594 3.523438 1.308594 
L 10.476562 1.308594 C 10.804688 1.308594 11.101562 1.40625 11.375 1.601562 C 
11.648438 1.796875 11.835938 2.050781 11.9375 2.367188 L 13.6875 7.757812 C 
13.78125 8.050781 13.828125 8.273438 13.828125 8.421875 Z M 13.828125 8.421875 
"/>
+</g>
+</svg>
Files old/syncthing-gtk-0.7.4.1/icons/address.png and 
new/syncthing-gtk-0.7.5.1/icons/address.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syncthing-gtk-0.7.4.1/icons/address.svg 
new/syncthing-gtk-0.7.5.1/icons/address.svg
--- old/syncthing-gtk-0.7.4.1/icons/address.svg 1970-01-01 01:00:00.000000000 
+0100
+++ new/syncthing-gtk-0.7.5.1/icons/address.svg 2015-09-02 17:54:54.000000000 
+0200
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; width="14pt" height="14pt" 
viewBox="0 0 14 14" version="1.1">
+<g id="surface1">
+<path style=" 
stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 
12.199219 10.199219 C 12.199219 9.976562 12.121094 9.789062 11.96875 9.632812 L 
10.234375 7.898438 C 10.078125 7.746094 9.890625 7.667969 9.667969 7.667969 C 
9.433594 7.667969 9.234375 7.753906 9.066406 7.933594 C 9.082031 7.949219 
9.136719 8 9.226562 8.085938 C 9.3125 8.171875 9.375 8.234375 9.402344 8.265625 
C 9.433594 8.300781 9.476562 8.351562 9.527344 8.425781 C 9.582031 8.496094 
9.617188 8.566406 9.636719 8.636719 C 9.65625 8.707031 9.667969 8.785156 
9.667969 8.867188 C 9.667969 9.089844 9.589844 9.277344 9.433594 9.433594 C 
9.277344 9.589844 9.089844 9.667969 8.867188 9.667969 C 8.785156 9.667969 
8.707031 9.65625 8.636719 9.636719 C 8.566406 9.617188 8.496094 9.582031 
8.425781 9.527344 C 8.351562 9.476562 8.300781 9.433594 8.265625 9.402344 C 
8.234375 9.375 8.171875 9.3125 8.085938 9.226562 C 8 9.136719 7.949219 9.082031 
7.933594 9.066406 C 7.75 9.238281 7.660156 9.441406 7.660156 9.675781 C 
7.660156 9.898438 7.734375 10.085938 7.890625 10.242188 L 9.609375 11.96875 C 
9.757812 12.117188 9.949219 12.191406 10.175781 12.191406 C 10.398438 12.191406 
10.585938 12.121094 10.742188 11.976562 L 11.96875 10.757812 C 12.121094 
10.601562 12.199219 10.417969 12.199219 10.199219 Z M 6.339844 4.324219 C 
6.339844 4.101562 6.265625 3.914062 6.109375 3.757812 L 4.390625 2.03125 C 
4.234375 1.878906 4.046875 1.800781 3.824219 1.800781 C 3.609375 1.800781 
3.417969 1.875 3.257812 2.023438 L 2.03125 3.242188 C 1.878906 3.398438 
1.800781 3.582031 1.800781 3.800781 C 1.800781 4.023438 1.878906 4.210938 
2.03125 4.367188 L 3.765625 6.101562 C 3.917969 6.25 4.105469 6.324219 4.332031 
6.324219 C 4.566406 6.324219 4.765625 6.238281 4.933594 6.066406 C 4.917969 
6.050781 4.863281 6 4.773438 5.914062 C 4.6875 5.828125 4.625 5.765625 4.597656 
5.734375 C 4.566406 5.699219 4.523438 5.648438 4.472656 5.574219 C 4.417969 
5.503906 4.382812 5.433594 4.363281 5.363281 C 4.34375 5.292969 4.332031 
5.214844 4.332031 5.132812 C 4.332031 4.910156 4.410156 4.722656 4.566406 
4.566406 C 4.722656 4.410156 4.910156 4.332031 5.132812 4.332031 C 5.214844 
4.332031 5.292969 4.34375 5.363281 4.363281 C 5.433594 4.382812 5.503906 
4.417969 5.574219 4.472656 C 5.648438 4.523438 5.699219 4.566406 5.734375 
4.597656 C 5.765625 4.625 5.828125 4.6875 5.914062 4.773438 C 6 4.863281 
6.050781 4.917969 6.066406 4.933594 C 6.25 4.761719 6.339844 4.558594 6.339844 
4.324219 Z M 13.800781 10.199219 C 13.800781 10.867188 13.5625 11.429688 
13.09375 11.890625 L 11.867188 13.109375 C 11.40625 13.570312 10.84375 
13.800781 10.175781 13.800781 C 9.503906 13.800781 8.9375 13.5625 8.476562 
13.09375 L 6.757812 11.367188 C 6.296875 10.90625 6.066406 10.34375 6.066406 
9.675781 C 6.066406 8.992188 6.3125 8.410156 6.800781 7.933594 L 6.066406 
7.199219 C 5.589844 7.6875 5.011719 7.933594 4.332031 7.933594 C 3.667969 
7.933594 3.101562 7.699219 2.632812 7.234375 L 0.898438 5.5 C 0.433594 5.035156 
0.199219 4.464844 0.199219 3.800781 C 0.199219 3.132812 0.4375 2.570312 0.90625 
2.109375 L 2.132812 0.890625 C 2.59375 0.429688 3.15625 0.199219 3.824219 
0.199219 C 4.496094 0.199219 5.0625 0.4375 5.523438 0.90625 L 7.242188 2.632812 
C 7.703125 3.09375 7.933594 3.65625 7.933594 4.324219 C 7.933594 5.007812 
7.6875 5.589844 7.199219 6.066406 L 7.933594 6.800781 C 8.410156 6.3125 
8.988281 6.066406 9.667969 6.066406 C 10.332031 6.066406 10.898438 6.300781 
11.367188 6.765625 L 13.101562 8.5 C 13.566406 8.964844 13.800781 9.535156 
13.800781 10.199219 Z M 13.800781 10.199219 "/>
+</g>
+</svg>
Files old/syncthing-gtk-0.7.4.1/icons/announce.png and 
new/syncthing-gtk-0.7.5.1/icons/announce.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syncthing-gtk-0.7.4.1/icons/announce.svg 
new/syncthing-gtk-0.7.5.1/icons/announce.svg
--- old/syncthing-gtk-0.7.4.1/icons/announce.svg        1970-01-01 
01:00:00.000000000 +0100
+++ new/syncthing-gtk-0.7.5.1/icons/announce.svg        2015-09-02 
17:54:54.000000000 +0200
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; width="14pt" height="14pt" 
viewBox="0 0 14 14" version="1.1">
+<g id="surface1">
+<path style=" 
stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 
12.960938 5.007812 C 13.234375 5.007812 13.46875 5.105469 13.664062 5.300781 C 
13.855469 5.492188 13.953125 5.726562 13.953125 6 C 13.953125 6.277344 
13.855469 6.511719 13.664062 6.703125 C 13.46875 6.898438 13.234375 6.996094 
12.960938 6.996094 L 12.960938 9.976562 C 12.960938 10.246094 12.863281 
10.476562 12.664062 10.675781 C 12.46875 10.871094 12.234375 10.96875 11.96875 
10.96875 C 9.808594 9.171875 7.707031 8.191406 5.664062 8.019531 C 5.363281 
8.117188 5.128906 8.289062 4.957031 8.53125 C 4.789062 8.773438 4.707031 
9.035156 4.71875 9.3125 C 4.835938 10.929688 5.449219 11.886719 5.140625 
12.839844 C 4.714844 12.96875 4.277344 13 3.832031 12.929688 C 3.386719 
12.859375 3.046875 12.714844 2.808594 12.496094 C 2.773438 12.378906 2.695312 
12.152344 2.582031 11.820312 C 2.464844 11.484375 2.382812 11.242188 2.332031 
11.085938 C 2.28125 10.929688 2.222656 10.699219 2.152344 10.394531 C 2.082031 
10.089844 2.042969 9.828125 2.035156 9.609375 C 2.027344 9.394531 2.039062 
9.136719 2.0625 8.847656 C 2.089844 8.554688 2.148438 8.269531 2.234375 
7.988281 L 1.289062 7.988281 C 0.945312 7.988281 0.652344 7.867188 0.410156 
7.625 C 0.167969 7.378906 0.046875 7.089844 0.046875 6.746094 L 0.046875 
5.257812 C 0.046875 4.914062 0.167969 4.621094 0.410156 4.378906 C 0.652344 
4.136719 0.945312 4.015625 1.289062 4.015625 L 5.011719 4.015625 C 7.265625 
4.015625 9.582031 3.023438 11.96875 1.035156 C 12.234375 1.035156 12.46875 
1.132812 12.664062 1.328125 C 12.863281 1.527344 12.960938 1.757812 12.960938 
2.027344 Z M 11.96875 9.695312 L 11.96875 2.292969 C 9.929688 3.855469 7.941406 
4.742188 6.007812 4.953125 L 6.007812 7.050781 C 7.957031 7.265625 9.945312 
8.148438 11.96875 9.695312 Z M 11.96875 9.695312 "/>
+</g>
+</svg>
Files old/syncthing-gtk-0.7.4.1/icons/clock.png and 
new/syncthing-gtk-0.7.5.1/icons/clock.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syncthing-gtk-0.7.4.1/icons/clock.svg 
new/syncthing-gtk-0.7.5.1/icons/clock.svg
--- old/syncthing-gtk-0.7.4.1/icons/clock.svg   1970-01-01 01:00:00.000000000 
+0100
+++ new/syncthing-gtk-0.7.5.1/icons/clock.svg   2015-09-02 17:54:54.000000000 
+0200
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; width="14pt" height="14pt" 
viewBox="0 0 14 14" version="1.1">
+<g id="surface1">
+<path style=" 
stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 8.105469 
3.964844 L 8.105469 7.828125 C 8.105469 7.910156 8.078125 7.972656 8.027344 
8.027344 C 7.972656 8.078125 7.910156 8.105469 7.828125 8.105469 L 5.070312 
8.105469 C 4.988281 8.105469 4.921875 8.078125 4.871094 8.027344 C 4.816406 
7.972656 4.792969 7.910156 4.792969 7.828125 L 4.792969 7.277344 C 4.792969 
7.195312 4.816406 7.128906 4.871094 7.078125 C 4.921875 7.027344 4.988281 7 
5.070312 7 L 7 7 L 7 3.964844 C 7 3.882812 7.027344 3.816406 7.078125 3.765625 
C 7.128906 3.714844 7.195312 3.6875 7.277344 3.6875 L 7.828125 3.6875 C 
7.910156 3.6875 7.972656 3.714844 8.027344 3.765625 C 8.078125 3.816406 
8.105469 3.882812 8.105469 3.964844 Z M 11.691406 7 C 11.691406 6.148438 
11.480469 5.363281 11.0625 4.644531 C 10.640625 3.925781 10.074219 3.359375 
9.355469 2.9375 C 8.636719 2.519531 7.851562 2.308594 7 2.308594 C 6.148438 
2.308594 5.363281 2.519531 4.644531 2.9375 C 3.925781 3.359375 3.359375 
3.925781 2.9375 4.644531 C 2.519531 5.363281 2.308594 6.148438 2.308594 7 C 
2.308594 7.851562 2.519531 8.636719 2.9375 9.355469 C 3.359375 10.074219 
3.925781 10.640625 4.644531 11.0625 C 5.363281 11.480469 6.148438 11.691406 7 
11.691406 C 7.851562 11.691406 8.636719 11.480469 9.355469 11.0625 C 10.074219 
10.640625 10.640625 10.074219 11.0625 9.355469 C 11.480469 8.636719 11.691406 
7.851562 11.691406 7 Z M 13.621094 7 C 13.621094 8.203125 13.328125 9.308594 
12.734375 10.324219 C 12.140625 11.339844 11.339844 12.140625 10.324219 
12.734375 C 9.308594 13.328125 8.203125 13.621094 7 13.621094 C 5.796875 
13.621094 4.691406 13.328125 3.675781 12.734375 C 2.660156 12.140625 1.859375 
11.339844 1.265625 10.324219 C 0.671875 9.308594 0.378906 8.203125 0.378906 7 C 
0.378906 5.796875 0.671875 4.691406 1.265625 3.675781 C 1.859375 2.660156 
2.660156 1.859375 3.675781 1.265625 C 4.691406 0.671875 5.796875 0.378906 7 
0.378906 C 8.203125 0.378906 9.308594 0.671875 10.324219 1.265625 C 11.339844 
1.859375 12.140625 2.660156 12.734375 3.675781 C 13.328125 4.691406 13.621094 
5.796875 13.621094 7 Z M 13.621094 7 "/>
+</g>
+</svg>
Files old/syncthing-gtk-0.7.4.1/icons/compress.png and 
new/syncthing-gtk-0.7.5.1/icons/compress.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syncthing-gtk-0.7.4.1/icons/compress.svg 
new/syncthing-gtk-0.7.5.1/icons/compress.svg
--- old/syncthing-gtk-0.7.4.1/icons/compress.svg        1970-01-01 
01:00:00.000000000 +0100
+++ new/syncthing-gtk-0.7.5.1/icons/compress.svg        2015-09-02 
17:54:54.000000000 +0200
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; width="14pt" height="14pt" 
viewBox="0 0 14 14" version="1.1">
+<g id="surface1">
+<path style=" 
stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 8.175781 
11.03125 L 7.8125 11.390625 C 7.765625 11.441406 7.707031 11.464844 7.632812 
11.464844 C 7.5625 11.464844 7.503906 11.441406 7.453125 11.390625 L 2.765625 
6.703125 C 2.714844 6.652344 2.691406 6.59375 2.691406 6.523438 C 2.691406 
6.449219 2.714844 6.390625 2.765625 6.34375 L 3.125 5.980469 C 3.175781 
5.933594 3.234375 5.90625 3.304688 5.90625 C 3.378906 5.90625 3.4375 5.933594 
3.484375 5.980469 L 8.175781 10.671875 C 8.222656 10.71875 8.25 10.78125 8.25 
10.851562 C 8.25 10.921875 8.222656 10.980469 8.175781 11.03125 Z M 9.257812 
9.949219 L 8.898438 10.308594 C 8.847656 10.359375 8.789062 10.382812 8.714844 
10.382812 C 8.644531 10.382812 8.585938 10.359375 8.535156 10.308594 L 3.847656 
5.621094 C 3.796875 5.570312 3.773438 5.511719 3.773438 5.441406 C 3.773438 
5.367188 3.796875 5.308594 3.847656 5.261719 L 4.207031 4.898438 C 4.257812 
4.851562 4.316406 4.824219 4.386719 4.824219 C 4.460938 4.824219 4.519531 
4.851562 4.566406 4.898438 L 9.257812 9.589844 C 9.304688 9.636719 9.332031 
9.695312 9.332031 9.769531 C 9.332031 9.839844 9.304688 9.898438 9.257812 
9.949219 Z M 10.339844 8.867188 L 9.980469 9.226562 C 9.929688 9.277344 
9.871094 9.300781 9.796875 9.300781 C 9.726562 9.300781 9.667969 9.277344 
9.617188 9.226562 L 4.929688 4.539062 C 4.878906 4.488281 4.855469 4.429688 
4.855469 4.359375 C 4.855469 4.285156 4.878906 4.226562 4.929688 4.179688 L 
5.289062 3.816406 C 5.339844 3.769531 5.398438 3.742188 5.46875 3.742188 C 
5.542969 3.742188 5.601562 3.769531 5.648438 3.816406 L 10.339844 8.507812 C 
10.386719 8.554688 10.414062 8.613281 10.414062 8.6875 C 10.414062 8.757812 
10.386719 8.816406 10.339844 8.867188 Z M 11.421875 7.785156 L 11.0625 8.144531 
C 11.011719 8.195312 10.953125 8.21875 10.878906 8.21875 C 10.808594 8.21875 
10.75 8.195312 10.699219 8.144531 L 6.011719 3.457031 C 5.960938 3.40625 5.9375 
3.347656 5.9375 3.277344 C 5.9375 3.203125 5.960938 3.144531 6.011719 3.097656 
L 6.371094 2.734375 C 6.421875 2.6875 6.480469 2.660156 6.550781 2.660156 C 
6.625 2.660156 6.683594 2.6875 6.730469 2.734375 L 11.421875 7.425781 C 
11.46875 7.472656 11.496094 7.53125 11.496094 7.605469 C 11.496094 7.675781 
11.46875 7.734375 11.421875 7.785156 Z M 11.421875 7.785156 "/>
+<path style=" 
stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 
13.710938 4.878906 L 9.53125 4.878906 C 9.460938 4.878906 9.402344 4.851562 
9.351562 4.804688 C 9.304688 4.753906 9.28125 4.695312 9.28125 4.625 L 9.277344 
0.445312 C 9.277344 0.375 9.300781 0.3125 9.351562 0.261719 C 9.402344 0.214844 
9.460938 0.1875 9.53125 0.1875 L 10.464844 0.191406 C 10.535156 0.191406 
10.597656 0.214844 10.644531 0.265625 C 10.695312 0.3125 10.71875 0.375 
10.71875 0.445312 L 10.71875 3.4375 L 13.710938 3.4375 C 13.785156 3.4375 
13.84375 3.460938 13.890625 3.511719 C 13.941406 3.558594 13.964844 3.621094 
13.964844 3.691406 L 13.96875 4.625 C 13.96875 4.695312 13.945312 4.753906 
13.894531 4.804688 C 13.84375 4.855469 13.785156 4.878906 13.710938 4.878906 Z 
M 13.710938 4.878906 "/>
+<path style=" 
stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 4.925781 
13.667969 L 4.921875 9.488281 C 4.921875 9.417969 4.898438 9.355469 4.847656 
9.308594 C 4.800781 9.257812 4.738281 9.234375 4.667969 9.234375 L 0.488281 
9.230469 C 0.417969 9.230469 0.355469 9.257812 0.308594 9.308594 C 0.257812 
9.355469 0.234375 9.417969 0.234375 9.488281 L 0.234375 10.421875 C 0.234375 
10.492188 0.257812 10.554688 0.308594 10.601562 C 0.355469 10.652344 0.417969 
10.675781 0.488281 10.675781 L 3.480469 10.675781 L 3.480469 13.667969 C 
3.480469 13.738281 3.507812 13.800781 3.554688 13.847656 C 3.605469 13.898438 
3.664062 13.921875 3.734375 13.921875 L 4.667969 13.925781 C 4.738281 13.925781 
4.800781 13.898438 4.847656 13.847656 C 4.898438 13.800781 4.925781 13.738281 
4.925781 13.667969 Z M 4.925781 13.667969 "/>
+</g>
+</svg>
Files old/syncthing-gtk-0.7.4.1/icons/cpu.png and 
new/syncthing-gtk-0.7.5.1/icons/cpu.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syncthing-gtk-0.7.4.1/icons/cpu.svg 
new/syncthing-gtk-0.7.5.1/icons/cpu.svg
--- old/syncthing-gtk-0.7.4.1/icons/cpu.svg     1970-01-01 01:00:00.000000000 
+0100
+++ new/syncthing-gtk-0.7.5.1/icons/cpu.svg     2015-09-02 17:54:54.000000000 
+0200
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; width="14pt" height="14pt" 
viewBox="0 0 14 14" version="1.1">
+<g id="surface1">
+<path style=" 
stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 7.992188 
12.09375 L 12.957031 12.09375 L 12.957031 10.964844 L 7.992188 10.964844 Z M 
5.015625 7.566406 L 12.957031 7.566406 L 12.957031 6.433594 L 5.015625 6.433594 
Z M 9.980469 3.035156 L 12.957031 3.035156 L 12.957031 1.90625 L 9.980469 
1.90625 Z M 13.953125 10.398438 L 13.953125 12.660156 C 13.953125 12.816406 
13.902344 12.949219 13.804688 13.058594 C 13.707031 13.171875 13.589844 
13.226562 13.457031 13.226562 L 0.542969 13.226562 C 0.410156 13.226562 
0.292969 13.171875 0.195312 13.058594 C 0.0976562 12.949219 0.046875 12.816406 
0.046875 12.660156 L 0.046875 10.398438 C 0.046875 10.242188 0.0976562 
10.109375 0.195312 10 C 0.292969 9.886719 0.410156 9.832031 0.542969 9.832031 L 
13.457031 9.832031 C 13.589844 9.832031 13.707031 9.886719 13.804688 10 C 
13.902344 10.109375 13.953125 10.242188 13.953125 10.398438 Z M 13.953125 
5.867188 L 13.953125 8.132812 C 13.953125 8.285156 13.902344 8.417969 13.804688 
8.53125 C 13.707031 8.640625 13.589844 8.699219 13.457031 8.699219 L 0.542969 
8.699219 C 0.410156 8.699219 0.292969 8.640625 0.195312 8.53125 C 0.0976562 
8.417969 0.046875 8.285156 0.046875 8.132812 L 0.046875 5.867188 C 0.046875 
5.714844 0.0976562 5.582031 0.195312 5.46875 C 0.292969 5.359375 0.410156 
5.300781 0.542969 5.300781 L 13.457031 5.300781 C 13.589844 5.300781 13.707031 
5.359375 13.804688 5.46875 C 13.902344 5.582031 13.953125 5.714844 13.953125 
5.867188 Z M 13.953125 1.339844 L 13.953125 3.601562 C 13.953125 3.757812 
13.902344 3.890625 13.804688 4 C 13.707031 4.113281 13.589844 4.167969 
13.457031 4.167969 L 0.542969 4.167969 C 0.410156 4.167969 0.292969 4.113281 
0.195312 4 C 0.0976562 3.890625 0.046875 3.757812 0.046875 3.601562 L 0.046875 
1.339844 C 0.046875 1.183594 0.0976562 1.050781 0.195312 0.941406 C 0.292969 
0.828125 0.410156 0.773438 0.542969 0.773438 L 13.457031 0.773438 C 13.589844 
0.773438 13.707031 0.828125 13.804688 0.941406 C 13.902344 1.050781 13.953125 
1.183594 13.953125 1.339844 Z M 13.953125 1.339844 "/>
+</g>
+</svg>
Files old/syncthing-gtk-0.7.4.1/icons/dl_rate.png and 
new/syncthing-gtk-0.7.5.1/icons/dl_rate.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syncthing-gtk-0.7.4.1/icons/dl_rate.svg 
new/syncthing-gtk-0.7.5.1/icons/dl_rate.svg
--- old/syncthing-gtk-0.7.4.1/icons/dl_rate.svg 1970-01-01 01:00:00.000000000 
+0100
+++ new/syncthing-gtk-0.7.5.1/icons/dl_rate.svg 2015-09-02 17:54:54.000000000 
+0200
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; width="14pt" height="14pt" 
viewBox="0 0 14 14" version="1.1">
+<g id="surface1">
+<path style=" 
stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 9.308594 
7.691406 C 9.308594 7.625 9.285156 7.570312 9.242188 7.527344 C 9.199219 
7.484375 9.144531 7.460938 9.078125 7.460938 L 7.460938 7.460938 L 7.460938 
4.921875 C 7.460938 4.859375 7.4375 4.804688 7.394531 4.761719 C 7.347656 
4.714844 7.292969 4.691406 7.230469 4.691406 L 5.847656 4.691406 C 5.785156 
4.691406 5.730469 4.714844 5.683594 4.761719 C 5.636719 4.804688 5.613281 
4.859375 5.613281 4.921875 L 5.613281 7.460938 L 4 7.460938 C 3.9375 7.460938 
3.882812 7.484375 3.835938 7.53125 C 3.789062 7.574219 3.769531 7.628906 
3.769531 7.691406 C 3.769531 7.761719 3.789062 7.816406 3.832031 7.859375 L 
6.371094 10.398438 C 6.414062 10.441406 6.472656 10.460938 6.539062 10.460938 C 
6.605469 10.460938 6.660156 10.441406 6.703125 10.398438 L 9.238281 7.867188 C 
9.285156 7.808594 9.308594 7.75 9.308594 7.691406 Z M 13.925781 9.308594 C 
13.925781 10.074219 13.65625 10.726562 13.113281 11.265625 C 12.574219 
11.808594 11.921875 12.078125 11.15625 12.078125 L 3.304688 12.078125 C 
2.417969 12.078125 1.65625 11.761719 1.023438 11.128906 C 0.390625 10.496094 
0.0742188 9.738281 0.0742188 8.847656 C 0.0742188 8.222656 0.242188 7.644531 
0.578125 7.117188 C 0.917969 6.585938 1.367188 6.191406 1.9375 5.925781 C 
1.925781 5.78125 1.921875 5.675781 1.921875 5.613281 C 1.921875 4.59375 2.28125 
3.726562 3.003906 3.003906 C 3.726562 2.28125 4.59375 1.921875 5.613281 
1.921875 C 6.363281 1.921875 7.050781 2.128906 7.675781 2.550781 C 8.296875 
2.96875 8.75 3.523438 9.035156 4.214844 C 9.375 3.917969 9.773438 3.769531 
10.230469 3.769531 C 10.742188 3.769531 11.175781 3.949219 11.539062 4.308594 C 
11.898438 4.667969 12.078125 5.105469 12.078125 5.613281 C 12.078125 5.980469 
11.980469 6.3125 11.78125 6.609375 C 12.40625 6.757812 12.921875 7.085938 
13.324219 7.589844 C 13.726562 8.089844 13.925781 8.664062 13.925781 9.308594 Z 
M 13.925781 9.308594 "/>
+</g>
+</svg>
Files old/syncthing-gtk-0.7.4.1/icons/eye.png and 
new/syncthing-gtk-0.7.5.1/icons/eye.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syncthing-gtk-0.7.4.1/icons/eye.svg 
new/syncthing-gtk-0.7.5.1/icons/eye.svg
--- old/syncthing-gtk-0.7.4.1/icons/eye.svg     1970-01-01 01:00:00.000000000 
+0100
+++ new/syncthing-gtk-0.7.5.1/icons/eye.svg     2015-09-02 17:54:54.000000000 
+0200
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; width="14pt" height="14pt" 
viewBox="0 0 14 14" version="1.1">
+<g id="surface1">
+<path style=" 
stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 
12.917969 7 C 12.136719 5.789062 11.160156 4.878906 9.980469 4.28125 C 
10.296875 4.8125 10.453125 5.390625 10.453125 6.011719 C 10.453125 6.964844 
10.113281 7.777344 9.4375 8.453125 C 8.761719 9.128906 7.949219 9.464844 7 
9.464844 C 6.050781 9.464844 5.238281 9.128906 4.5625 8.453125 C 3.886719 
7.777344 3.546875 6.964844 3.546875 6.011719 C 3.546875 5.390625 3.703125 
4.8125 4.019531 4.28125 C 2.839844 4.878906 1.863281 5.789062 1.082031 7 C 
1.765625 8.054688 2.621094 8.890625 3.652344 9.515625 C 4.679688 10.140625 
5.796875 10.453125 7 10.453125 C 8.203125 10.453125 9.320312 10.140625 
10.347656 9.515625 C 11.378906 8.890625 12.234375 8.054688 12.917969 7 Z M 
7.371094 4.039062 C 7.371094 3.9375 7.332031 3.851562 7.261719 3.777344 C 
7.191406 3.707031 7.101562 3.671875 7 3.671875 C 6.359375 3.671875 5.808594 
3.902344 5.347656 4.359375 C 4.886719 4.820312 4.65625 5.371094 4.65625 
6.011719 C 4.65625 6.117188 4.691406 6.203125 4.765625 6.277344 C 4.835938 
6.347656 4.925781 6.382812 5.027344 6.382812 C 5.128906 6.382812 5.21875 
6.347656 5.289062 6.277344 C 5.359375 6.203125 5.398438 6.117188 5.398438 
6.011719 C 5.398438 5.570312 5.554688 5.195312 5.867188 4.878906 C 6.179688 
4.566406 6.558594 4.410156 7 4.410156 C 7.101562 4.410156 7.191406 4.375 
7.261719 4.300781 C 7.332031 4.230469 7.371094 4.144531 7.371094 4.039062 Z M 
13.90625 7 C 13.90625 7.175781 13.855469 7.351562 13.75 7.53125 C 13.03125 
8.714844 12.0625 9.660156 10.847656 10.371094 C 9.632812 11.082031 8.351562 
11.4375 7 11.4375 C 5.648438 11.4375 4.367188 11.082031 3.152344 10.367188 C 
1.9375 9.652344 0.96875 8.707031 0.25 7.53125 C 0.144531 7.351562 0.09375 
7.175781 0.09375 7 C 0.09375 6.824219 0.144531 6.648438 0.25 6.46875 C 0.96875 
5.292969 1.9375 4.347656 3.152344 3.632812 C 4.367188 2.917969 5.648438 2.5625 
7 2.5625 C 8.351562 2.5625 9.632812 2.917969 10.847656 3.632812 C 12.0625 
4.347656 13.03125 5.292969 13.75 6.46875 C 13.855469 6.648438 13.90625 6.824219 
13.90625 7 Z M 13.90625 7 "/>
+</g>
+</svg>
Files old/syncthing-gtk-0.7.4.1/icons/folder.png and 
new/syncthing-gtk-0.7.5.1/icons/folder.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syncthing-gtk-0.7.4.1/icons/folder.svg 
new/syncthing-gtk-0.7.5.1/icons/folder.svg
--- old/syncthing-gtk-0.7.4.1/icons/folder.svg  1970-01-01 01:00:00.000000000 
+0100
+++ new/syncthing-gtk-0.7.5.1/icons/folder.svg  2015-09-02 17:54:54.000000000 
+0200
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; width="14pt" height="14pt" 
viewBox="0 0 14 14" version="1.1">
+<g id="surface1">
+<path style=" 
stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 13.78125 
7.867188 C 13.78125 8.015625 13.707031 8.175781 13.558594 8.34375 L 11.132812 
11.199219 C 10.925781 11.445312 10.636719 11.65625 10.261719 11.824219 C 
9.890625 11.996094 9.542969 12.082031 9.226562 12.082031 L 1.375 12.082031 C 
1.210938 12.082031 1.0625 12.050781 0.9375 11.988281 C 0.808594 11.925781 
0.746094 11.820312 0.746094 11.675781 C 0.746094 11.527344 0.820312 11.371094 
0.96875 11.199219 L 3.394531 8.34375 C 3.601562 8.097656 3.890625 7.890625 
4.265625 7.71875 C 4.636719 7.546875 4.984375 7.460938 5.300781 7.460938 L 
13.152344 7.460938 C 13.316406 7.460938 13.460938 7.492188 13.589844 7.554688 C 
13.71875 7.617188 13.78125 7.722656 13.78125 7.867188 Z M 11.304688 5.382812 L 
11.304688 6.539062 L 5.300781 6.539062 C 4.847656 6.539062 4.375 6.652344 
3.878906 6.882812 C 3.382812 7.109375 2.988281 7.398438 2.695312 7.742188 L 
0.261719 10.601562 L 0.226562 10.644531 C 0.226562 10.625 0.222656 10.597656 
0.222656 10.554688 C 0.21875 10.515625 0.21875 10.484375 0.21875 10.464844 L 
0.21875 3.535156 C 0.21875 3.09375 0.378906 2.710938 0.695312 2.394531 C 
1.011719 2.078125 1.394531 1.917969 1.835938 1.917969 L 4.144531 1.917969 C 
4.589844 1.917969 4.96875 2.078125 5.285156 2.394531 C 5.601562 2.710938 
5.761719 3.09375 5.761719 3.535156 L 5.761719 3.765625 L 9.6875 3.765625 C 
10.132812 3.765625 10.511719 3.925781 10.828125 4.242188 C 11.148438 4.558594 
11.304688 4.941406 11.304688 5.382812 Z M 11.304688 5.382812 "/>
+</g>
+</svg>
Files old/syncthing-gtk-0.7.4.1/icons/global.png and 
new/syncthing-gtk-0.7.5.1/icons/global.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syncthing-gtk-0.7.4.1/icons/global.svg 
new/syncthing-gtk-0.7.5.1/icons/global.svg
--- old/syncthing-gtk-0.7.4.1/icons/global.svg  1970-01-01 01:00:00.000000000 
+0100
+++ new/syncthing-gtk-0.7.5.1/icons/global.svg  2015-09-02 17:54:54.000000000 
+0200
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; width="14pt" height="14pt" 
viewBox="0 0 14 14" version="1.1">
+<g id="surface1">
+<path style=" 
stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 7 
0.210938 C 8.230469 0.210938 9.367188 0.511719 10.410156 1.121094 C 11.449219 
1.726562 12.273438 2.550781 12.878906 3.589844 C 13.488281 4.632812 13.789062 
5.769531 13.789062 7 C 13.789062 8.230469 13.488281 9.367188 12.878906 
10.410156 C 12.273438 11.449219 11.449219 12.273438 10.410156 12.878906 C 
9.367188 13.488281 8.230469 13.789062 7 13.789062 C 5.769531 13.789062 4.632812 
13.488281 3.589844 12.878906 C 2.550781 12.273438 1.726562 11.449219 1.121094 
10.410156 C 0.511719 9.367188 0.210938 8.230469 0.210938 7 C 0.210938 5.769531 
0.511719 4.632812 1.121094 3.589844 C 1.726562 2.550781 2.550781 1.726562 
3.589844 1.121094 C 4.632812 0.511719 5.769531 0.210938 7 0.210938 Z M 9.421875 
4.816406 C 9.410156 4.820312 9.382812 4.851562 9.339844 4.898438 C 9.292969 
4.949219 9.253906 4.976562 9.21875 4.984375 C 9.230469 4.984375 9.246094 
4.96875 9.257812 4.941406 C 9.273438 4.910156 9.289062 4.878906 9.304688 
4.84375 C 9.316406 4.808594 9.328125 4.785156 9.335938 4.78125 C 9.371094 
4.738281 9.433594 4.695312 9.527344 4.648438 C 9.609375 4.613281 9.765625 
4.578125 9.988281 4.542969 C 10.1875 4.496094 10.339844 4.527344 10.4375 
4.640625 C 10.425781 4.628906 10.457031 4.589844 10.523438 4.523438 C 10.589844 
4.460938 10.632812 4.425781 10.652344 4.417969 C 10.667969 4.40625 10.714844 
4.394531 10.785156 4.378906 C 10.855469 4.363281 10.898438 4.339844 10.917969 
4.3125 L 10.933594 4.117188 C 10.863281 4.125 10.8125 4.101562 10.78125 
4.054688 C 10.746094 4.007812 10.726562 3.945312 10.722656 3.871094 C 10.722656 
3.882812 10.703125 3.90625 10.667969 3.941406 C 10.667969 3.898438 10.65625 
3.875 10.628906 3.871094 C 10.601562 3.863281 10.570312 3.867188 10.527344 
3.878906 C 10.488281 3.890625 10.460938 3.894531 10.449219 3.886719 C 10.390625 
3.871094 10.34375 3.847656 10.316406 3.820312 C 10.285156 3.792969 10.261719 
3.746094 10.246094 3.675781 C 10.226562 3.605469 10.214844 3.5625 10.210938 
3.542969 C 10.199219 3.511719 10.167969 3.484375 10.125 3.449219 C 10.082031 
3.417969 10.054688 3.386719 10.042969 3.355469 C 10.035156 3.34375 10.027344 
3.328125 10.019531 3.308594 C 10.011719 3.289062 10 3.269531 9.992188 3.25 C 
9.984375 3.234375 9.972656 3.21875 9.957031 3.203125 C 9.941406 3.1875 9.925781 
3.179688 9.910156 3.179688 C 9.890625 3.179688 9.871094 3.195312 9.847656 
3.222656 C 9.824219 3.253906 9.800781 3.285156 9.78125 3.3125 C 9.761719 
3.34375 9.746094 3.355469 9.742188 3.355469 C 9.722656 3.34375 9.707031 
3.339844 9.6875 3.34375 C 9.671875 3.347656 9.65625 3.351562 9.648438 3.351562 
C 9.640625 3.355469 9.625 3.363281 9.609375 3.378906 C 9.589844 3.394531 
9.574219 3.40625 9.5625 3.410156 C 9.546875 3.421875 9.519531 3.429688 9.488281 
3.4375 C 9.457031 3.441406 9.429688 3.449219 9.414062 3.453125 C 9.503906 
3.425781 9.5 3.390625 9.40625 3.355469 C 9.347656 3.332031 9.300781 3.324219 
9.261719 3.332031 C 9.316406 3.308594 9.339844 3.273438 9.328125 3.222656 C 
9.320312 3.175781 9.296875 3.136719 9.253906 3.101562 L 9.300781 3.101562 C 
9.292969 3.078125 9.269531 3.050781 9.222656 3.027344 C 9.179688 3 9.128906 
2.972656 9.070312 2.949219 C 9.011719 2.925781 8.972656 2.910156 8.953125 
2.898438 C 8.90625 2.867188 8.808594 2.839844 8.652344 2.8125 C 8.5 2.785156 
8.402344 2.785156 8.363281 2.808594 C 8.332031 2.84375 8.320312 2.875 8.320312 
2.902344 C 8.324219 2.929688 8.335938 2.96875 8.355469 3.027344 C 8.378906 
3.082031 8.386719 3.117188 8.386719 3.136719 C 8.394531 3.171875 8.378906 
3.210938 8.339844 3.25 C 8.300781 3.292969 8.28125 3.328125 8.28125 3.355469 C 
8.28125 3.398438 8.324219 3.445312 8.40625 3.496094 C 8.488281 3.542969 
8.519531 3.609375 8.496094 3.683594 C 8.476562 3.730469 8.429688 3.777344 
8.351562 3.824219 C 8.277344 3.871094 8.230469 3.910156 8.210938 3.933594 C 
8.183594 3.980469 8.175781 4.035156 8.199219 4.09375 C 8.21875 4.15625 8.25 
4.207031 8.289062 4.242188 C 8.300781 4.253906 8.308594 4.265625 8.304688 
4.277344 C 8.300781 4.289062 8.289062 4.300781 8.273438 4.316406 C 8.253906 
4.332031 8.238281 4.34375 8.222656 4.351562 C 8.210938 4.359375 8.191406 
4.371094 8.167969 4.382812 L 8.140625 4.402344 C 8.074219 4.429688 8.015625 
4.414062 7.960938 4.347656 C 7.902344 4.28125 7.863281 4.207031 7.839844 
4.117188 C 7.796875 3.96875 7.75 3.882812 7.699219 3.851562 C 7.5625 3.804688 
7.476562 3.808594 7.441406 3.859375 C 7.414062 3.785156 7.292969 3.707031 
7.078125 3.632812 C 6.933594 3.578125 6.761719 3.566406 6.566406 3.597656 C 
6.601562 3.589844 6.601562 3.546875 6.566406 3.464844 C 6.527344 3.375 6.46875 
3.339844 6.398438 3.355469 C 6.417969 3.320312 6.429688 3.269531 6.433594 
3.203125 C 6.441406 3.132812 6.441406 3.09375 6.441406 3.082031 C 6.460938 
3.007812 6.496094 2.9375 6.550781 2.878906 C 6.554688 2.875 6.574219 2.847656 
6.609375 2.804688 C 6.644531 2.761719 6.675781 2.71875 6.695312 2.683594 C 
6.714844 2.648438 6.71875 2.632812 6.699219 2.632812 C 6.90625 2.65625 7.054688 
2.625 7.140625 2.535156 C 7.171875 2.503906 7.203125 2.457031 7.242188 2.382812 
C 7.28125 2.3125 7.3125 2.265625 7.335938 2.234375 C 7.390625 2.199219 7.429688 
2.183594 7.460938 2.1875 C 7.488281 2.1875 7.53125 2.203125 7.589844 2.234375 C 
7.644531 2.265625 7.6875 2.277344 7.714844 2.277344 C 7.796875 2.285156 7.84375 
2.253906 7.851562 2.179688 C 7.863281 2.109375 7.839844 2.050781 7.785156 
2.003906 C 7.859375 2.011719 7.867188 1.960938 7.8125 1.855469 C 7.785156 
1.8125 7.761719 1.785156 7.742188 1.773438 C 7.671875 1.75 7.59375 1.765625 
7.503906 1.820312 C 7.457031 1.84375 7.460938 1.867188 7.523438 1.890625 C 
7.515625 1.882812 7.488281 1.914062 7.4375 1.980469 C 7.386719 2.050781 
7.339844 2.101562 7.292969 2.136719 C 7.246094 2.171875 7.199219 2.15625 
7.148438 2.09375 C 7.144531 2.085938 7.128906 2.046875 7.101562 1.972656 C 
7.074219 1.898438 7.046875 1.859375 7.019531 1.855469 C 6.96875 1.855469 
6.921875 1.898438 6.875 1.988281 C 6.894531 1.941406 6.863281 1.894531 6.777344 
1.855469 C 6.695312 1.8125 6.625 1.789062 6.566406 1.785156 C 6.679688 1.710938 
6.65625 1.632812 6.496094 1.542969 C 6.453125 1.519531 6.394531 1.507812 
6.316406 1.5 C 6.234375 1.496094 6.175781 1.507812 6.140625 1.535156 C 6.113281 
1.578125 6.097656 1.609375 6.09375 1.636719 C 6.089844 1.664062 6.105469 1.6875 
6.136719 1.707031 C 6.171875 1.730469 6.203125 1.746094 6.230469 1.757812 C 
6.261719 1.769531 6.292969 1.78125 6.332031 1.792969 C 6.371094 1.804688 
6.394531 1.8125 6.40625 1.820312 C 6.488281 1.878906 6.515625 1.917969 6.476562 
1.941406 C 6.464844 1.949219 6.441406 1.957031 6.402344 1.972656 C 6.363281 
1.988281 6.332031 2 6.300781 2.011719 C 6.273438 2.023438 6.253906 2.035156 
6.25 2.046875 C 6.230469 2.070312 6.230469 2.113281 6.25 2.171875 C 6.265625 
2.230469 6.261719 2.273438 6.230469 2.296875 C 6.203125 2.265625 6.175781 
2.214844 6.152344 2.140625 C 6.128906 2.066406 6.105469 2.019531 6.089844 
1.996094 C 6.128906 2.046875 6.058594 2.066406 5.867188 2.046875 L 5.78125 
2.039062 C 5.757812 2.039062 5.710938 2.046875 5.636719 2.058594 C 5.566406 
2.070312 5.507812 2.070312 5.457031 2.066406 C 5.40625 2.058594 5.367188 
2.035156 5.335938 1.996094 C 5.3125 1.949219 5.3125 1.890625 5.335938 1.820312 
C 5.34375 1.796875 5.355469 1.789062 5.375 1.800781 C 5.347656 1.785156 
5.316406 1.753906 5.277344 1.71875 C 5.234375 1.679688 5.207031 1.652344 5.1875 
1.640625 C 4.917969 1.730469 4.640625 1.851562 4.355469 2.003906 C 4.390625 
2.011719 4.425781 2.007812 4.460938 1.996094 C 4.492188 1.984375 4.53125 
1.964844 4.578125 1.9375 C 4.625 1.910156 4.652344 1.894531 4.664062 1.890625 C 
4.867188 1.808594 4.988281 1.785156 5.039062 1.828125 L 5.082031 1.785156 C 
5.164062 1.878906 5.222656 1.953125 5.257812 2.003906 C 5.21875 1.980469 
5.128906 1.976562 4.992188 1.996094 C 4.875 2.03125 4.808594 2.066406 4.796875 
2.101562 C 4.839844 2.171875 4.855469 2.226562 4.84375 2.261719 C 4.820312 
2.242188 4.785156 2.214844 4.742188 2.171875 C 4.695312 2.132812 4.652344 
2.097656 4.613281 2.074219 C 4.570312 2.050781 4.527344 2.035156 4.480469 
2.03125 C 4.386719 2.03125 4.320312 2.035156 4.285156 2.039062 C 3.425781 
2.511719 2.730469 3.164062 2.207031 4.003906 C 2.25 4.042969 2.285156 4.066406 
2.3125 4.074219 C 2.335938 4.078125 2.351562 4.105469 2.359375 4.152344 C 
2.363281 4.199219 2.371094 4.234375 2.378906 4.25 C 2.390625 4.269531 2.421875 
4.257812 2.480469 4.222656 C 2.535156 4.269531 2.542969 4.328125 2.507812 
4.390625 C 2.515625 4.386719 2.644531 4.464844 2.898438 4.628906 C 3.007812 
4.730469 3.070312 4.792969 3.082031 4.816406 C 3.101562 4.882812 3.070312 
4.933594 2.996094 4.976562 C 2.988281 4.964844 2.960938 4.9375 2.914062 
4.894531 C 2.867188 4.855469 2.839844 4.84375 2.835938 4.859375 C 2.816406 
4.890625 2.820312 4.945312 2.839844 5.023438 C 2.859375 5.101562 2.890625 
5.140625 2.933594 5.132812 C 2.890625 5.132812 2.863281 5.179688 2.847656 
5.277344 C 2.835938 5.371094 2.828125 5.476562 2.828125 5.589844 C 2.828125 
5.703125 2.824219 5.773438 2.816406 5.796875 L 2.835938 5.804688 C 2.816406 
5.878906 2.835938 5.980469 2.882812 6.113281 C 2.933594 6.242188 2.996094 
6.300781 3.074219 6.285156 C 2.996094 6.300781 3.054688 6.429688 3.25 6.664062 
C 3.285156 6.710938 3.308594 6.738281 3.320312 6.742188 C 3.339844 6.753906 
3.375 6.777344 3.429688 6.808594 C 3.480469 6.84375 3.523438 6.871094 3.5625 
6.898438 C 3.597656 6.925781 3.625 6.957031 3.648438 6.992188 C 3.671875 
7.019531 3.703125 7.085938 3.738281 7.191406 C 3.773438 7.292969 3.8125 
7.363281 3.859375 7.398438 C 3.847656 7.433594 3.878906 7.492188 3.945312 
7.574219 C 4.011719 7.65625 4.042969 7.726562 4.039062 7.777344 C 4.03125 
7.777344 4.023438 7.78125 4.015625 7.785156 C 4.007812 7.792969 4 7.796875 
3.992188 7.796875 C 4.011719 7.835938 4.058594 7.878906 4.128906 7.917969 C 
4.203125 7.960938 4.25 8 4.269531 8.035156 C 4.273438 8.050781 4.28125 8.082031 
4.285156 8.121094 C 4.292969 8.164062 4.300781 8.195312 4.3125 8.21875 C 
4.324219 8.242188 4.347656 8.25 4.382812 8.238281 C 4.394531 8.121094 4.324219 
7.9375 4.171875 7.691406 C 4.082031 7.542969 4.03125 7.457031 4.019531 7.433594 
C 4.003906 7.402344 3.988281 7.359375 3.972656 7.296875 C 3.957031 7.234375 
3.945312 7.191406 3.933594 7.167969 C 3.945312 7.167969 3.960938 7.171875 
3.984375 7.179688 C 4.007812 7.191406 4.035156 7.199219 4.058594 7.210938 C 
4.085938 7.222656 4.109375 7.234375 4.125 7.246094 C 4.144531 7.257812 4.148438 
7.269531 4.144531 7.273438 C 4.125 7.316406 4.132812 7.367188 4.160156 7.429688 
C 4.191406 7.492188 4.226562 7.546875 4.269531 7.59375 C 4.308594 7.640625 
4.359375 7.695312 4.417969 7.761719 C 4.476562 7.824219 4.511719 7.863281 
4.523438 7.875 C 4.558594 7.910156 4.601562 7.96875 4.648438 8.046875 C 
4.695312 8.128906 4.695312 8.167969 4.648438 8.167969 C 4.699219 8.167969 
4.761719 8.195312 4.824219 8.253906 C 4.890625 8.316406 4.941406 8.375 4.976562 
8.433594 C 5.003906 8.480469 5.027344 8.554688 5.046875 8.664062 C 5.0625 
8.769531 5.078125 8.839844 5.089844 8.875 C 5.101562 8.914062 5.128906 8.957031 
5.164062 8.992188 C 5.203125 9.03125 5.242188 9.058594 5.277344 9.078125 L 
5.417969 9.148438 C 5.417969 9.148438 5.457031 9.167969 5.53125 9.210938 C 
5.5625 9.222656 5.617188 9.253906 5.695312 9.304688 C 5.777344 9.351562 
5.839844 9.386719 5.886719 9.40625 C 5.945312 9.429688 5.992188 9.441406 
6.027344 9.441406 C 6.0625 9.441406 6.105469 9.433594 6.15625 9.417969 C 
6.207031 9.402344 6.246094 9.394531 6.273438 9.386719 C 6.363281 9.375 6.449219 
9.417969 6.53125 9.519531 C 6.613281 9.621094 6.675781 9.683594 6.71875 
9.707031 C 6.929688 9.816406 7.089844 9.851562 7.203125 9.804688 C 7.191406 
9.808594 7.191406 9.832031 7.207031 9.871094 C 7.222656 9.90625 7.246094 
9.953125 7.277344 10.007812 C 7.3125 10.058594 7.335938 10.101562 7.359375 
10.132812 C 7.378906 10.167969 7.394531 10.191406 7.40625 10.210938 C 7.4375 
10.246094 7.488281 10.289062 7.566406 10.34375 C 7.640625 10.394531 7.695312 
10.4375 7.726562 10.476562 C 7.761719 10.453125 7.78125 10.425781 7.785156 
10.394531 C 7.769531 10.441406 7.789062 10.5 7.847656 10.570312 C 7.90625 
10.644531 7.960938 10.671875 8.007812 10.660156 C 8.089844 10.644531 8.132812 
10.546875 8.132812 10.378906 C 7.949219 10.464844 7.804688 10.414062 7.699219 
10.21875 C 7.699219 10.210938 7.691406 10.195312 7.675781 10.167969 C 7.660156 
10.144531 7.648438 10.117188 7.640625 10.09375 C 7.632812 10.070312 7.625 
10.046875 7.617188 10.019531 C 7.613281 9.992188 7.613281 9.972656 7.617188 
9.953125 C 7.625 9.933594 7.640625 9.925781 7.664062 9.925781 C 7.714844 
9.925781 7.746094 9.917969 7.75 9.894531 C 7.757812 9.875 7.75 9.839844 
7.734375 9.785156 C 7.714844 9.730469 7.703125 9.695312 7.699219 9.671875 C 
7.691406 9.625 7.660156 9.5625 7.601562 9.492188 C 7.542969 9.421875 7.507812 
9.378906 7.496094 9.359375 C 7.464844 9.414062 7.417969 9.4375 7.355469 
9.429688 C 7.289062 9.425781 7.242188 9.398438 7.210938 9.351562 C 7.210938 
9.359375 7.207031 9.375 7.199219 9.402344 C 7.191406 9.425781 7.1875 9.445312 
7.1875 9.457031 C 7.109375 9.457031 7.066406 9.453125 7.054688 9.449219 C 
7.058594 9.429688 7.066406 9.378906 7.074219 9.292969 C 7.085938 9.207031 
7.09375 9.144531 7.105469 9.09375 C 7.113281 9.070312 7.128906 9.035156 7.15625 
8.988281 C 7.179688 8.941406 7.203125 8.898438 7.222656 8.859375 C 7.238281 
8.824219 7.25 8.785156 7.257812 8.75 C 7.261719 8.714844 7.25 8.6875 7.214844 
8.667969 C 7.183594 8.644531 7.132812 8.640625 7.0625 8.644531 C 6.949219 
8.652344 6.875 8.710938 6.832031 8.820312 C 6.824219 8.839844 6.816406 8.871094 
6.804688 8.914062 C 6.792969 8.957031 6.777344 8.992188 6.761719 9.015625 C 
6.742188 9.039062 6.71875 9.058594 6.683594 9.078125 C 6.640625 9.09375 
6.570312 9.101562 6.46875 9.09375 C 6.371094 9.089844 6.296875 9.074219 
6.257812 9.050781 C 6.179688 9.003906 6.113281 8.917969 6.058594 8.792969 C 
6.003906 8.671875 5.972656 8.5625 5.972656 8.46875 C 5.972656 8.410156 5.980469 
8.332031 5.996094 8.234375 C 6.011719 8.136719 6.019531 8.0625 6.023438 
8.011719 C 6.027344 7.960938 6.007812 7.890625 5.972656 7.796875 C 5.992188 
7.785156 6.019531 7.757812 6.054688 7.710938 C 6.089844 7.667969 6.117188 
7.636719 6.140625 7.617188 C 6.152344 7.613281 6.167969 7.609375 6.183594 
7.605469 C 6.195312 7.601562 6.210938 7.601562 6.222656 7.605469 C 6.234375 
7.609375 6.246094 7.605469 6.257812 7.59375 C 6.269531 7.582031 6.277344 7.5625 
6.285156 7.539062 C 6.277344 7.535156 6.265625 7.523438 6.25 7.511719 C 
6.230469 7.496094 6.21875 7.484375 6.214844 7.484375 C 6.253906 7.503906 
6.339844 7.5 6.464844 7.472656 C 6.59375 7.445312 6.671875 7.449219 6.707031 
7.484375 C 6.796875 7.550781 6.863281 7.546875 6.902344 7.46875 C 6.902344 
7.460938 6.894531 7.433594 6.878906 7.382812 C 6.867188 7.335938 6.863281 
7.292969 6.875 7.265625 C 6.90625 7.425781 6.992188 7.449219 7.132812 7.34375 C 
7.148438 7.363281 7.195312 7.378906 7.269531 7.390625 C 7.34375 7.402344 
7.394531 7.414062 7.425781 7.433594 C 7.441406 7.445312 7.460938 7.460938 
7.484375 7.480469 C 7.511719 7.503906 7.527344 7.515625 7.535156 7.523438 C 
7.542969 7.527344 7.558594 7.527344 7.578125 7.515625 C 7.601562 7.507812 7.625 
7.488281 7.652344 7.460938 C 7.714844 7.542969 7.75 7.613281 7.761719 7.671875 
C 7.824219 7.90625 7.882812 8.039062 7.929688 8.0625 C 7.96875 8.078125 
8.003906 8.085938 8.027344 8.078125 C 8.050781 8.074219 8.0625 8.042969 
8.066406 7.996094 C 8.070312 7.945312 8.070312 7.902344 8.066406 7.871094 C 
8.0625 7.839844 8.058594 7.800781 8.050781 7.761719 L 8.042969 7.691406 L 
8.042969 7.53125 L 8.035156 7.460938 C 7.945312 7.441406 7.890625 7.40625 
7.871094 7.355469 C 7.851562 7.300781 7.855469 7.246094 7.882812 7.191406 C 
7.914062 7.132812 7.957031 7.078125 8.015625 7.027344 C 8.023438 7.019531 
8.046875 7.011719 8.085938 6.996094 C 8.128906 6.980469 8.175781 6.960938 
8.222656 6.9375 C 8.273438 6.914062 8.3125 6.890625 8.335938 6.867188 C 
8.457031 6.753906 8.503906 6.652344 8.46875 6.558594 C 8.507812 6.558594 
8.542969 6.53125 8.566406 6.476562 C 8.558594 6.476562 8.542969 6.46875 
8.519531 6.453125 C 8.496094 6.433594 8.476562 6.417969 8.453125 6.40625 C 
8.433594 6.394531 8.421875 6.390625 8.414062 6.390625 C 8.46875 6.359375 
8.472656 6.3125 8.433594 6.25 C 8.460938 6.230469 8.484375 6.199219 8.5 
6.152344 C 8.511719 6.105469 8.535156 6.074219 8.566406 6.0625 C 8.617188 
6.132812 8.679688 6.140625 8.75 6.082031 C 8.792969 6.035156 8.792969 5.984375 
8.757812 5.9375 C 8.789062 5.898438 8.847656 5.867188 8.941406 5.847656 C 
9.03125 5.824219 9.085938 5.796875 9.105469 5.761719 C 9.144531 5.773438 
9.167969 5.769531 9.175781 5.746094 C 9.179688 5.722656 9.183594 5.683594 
9.183594 5.636719 C 9.183594 5.589844 9.191406 5.554688 9.210938 5.53125 C 
9.234375 5.503906 9.277344 5.476562 9.34375 5.453125 C 9.40625 5.429688 
9.445312 5.414062 9.457031 5.410156 L 9.609375 5.3125 C 9.625 5.289062 9.625 
5.277344 9.609375 5.277344 C 9.714844 5.289062 9.804688 5.253906 9.882812 
5.179688 C 9.941406 5.113281 9.921875 5.054688 9.828125 5 C 9.847656 4.964844 
9.839844 4.9375 9.804688 4.917969 C 9.765625 4.898438 9.722656 4.882812 
9.671875 4.867188 C 9.6875 4.863281 9.722656 4.863281 9.773438 4.863281 C 
9.820312 4.867188 9.851562 4.863281 9.863281 4.851562 C 9.953125 4.792969 
9.933594 4.746094 9.804688 4.710938 C 9.703125 4.679688 9.574219 4.714844 
9.421875 4.816406 Z M 7.980469 12.570312 C 9.195312 12.359375 10.230469 
11.800781 11.085938 10.898438 C 11.066406 10.882812 11.03125 10.867188 
10.972656 10.859375 C 10.917969 10.851562 10.882812 10.839844 10.863281 
10.828125 C 10.757812 10.789062 10.6875 10.761719 10.652344 10.757812 C 
10.65625 10.714844 10.648438 10.679688 10.628906 10.644531 C 10.609375 
10.609375 10.585938 10.582031 10.558594 10.5625 C 10.53125 10.546875 10.496094 
10.523438 10.449219 10.492188 C 10.402344 10.464844 10.367188 10.441406 
10.351562 10.429688 C 10.339844 10.417969 10.320312 10.402344 10.289062 
10.378906 C 10.257812 10.355469 10.238281 10.335938 10.226562 10.328125 C 
10.214844 10.320312 10.191406 10.308594 10.160156 10.289062 C 10.128906 
10.269531 10.101562 10.265625 10.085938 10.269531 C 10.066406 10.277344 
10.039062 10.28125 9.996094 10.28125 L 9.972656 10.289062 C 9.953125 10.296875 
9.9375 10.300781 9.921875 10.3125 C 9.90625 10.320312 9.890625 10.328125 9.875 
10.335938 C 9.855469 10.347656 9.84375 10.355469 9.839844 10.363281 C 9.832031 
10.375 9.832031 10.378906 9.839844 10.386719 C 9.714844 10.285156 9.609375 
10.222656 9.519531 10.191406 C 9.492188 10.1875 9.457031 10.167969 9.421875 
10.144531 C 9.386719 10.117188 9.355469 10.097656 9.328125 10.082031 C 9.304688 
10.066406 9.273438 10.0625 9.242188 10.066406 C 9.207031 10.074219 9.175781 
10.09375 9.140625 10.128906 C 9.109375 10.160156 9.09375 10.203125 9.085938 
10.261719 C 9.082031 10.320312 9.074219 10.359375 9.070312 10.378906 C 9.027344 
10.347656 9.027344 10.296875 9.070312 10.222656 C 9.109375 10.148438 9.117188 
10.09375 9.085938 10.058594 C 9.070312 10.023438 9.039062 10.011719 8.992188 
10.019531 C 8.949219 10.027344 8.914062 10.042969 8.886719 10.058594 C 8.859375 
10.078125 8.828125 10.101562 8.785156 10.132812 C 8.746094 10.167969 8.71875 
10.1875 8.707031 10.191406 C 8.695312 10.199219 8.667969 10.214844 8.632812 
10.242188 C 8.59375 10.265625 8.566406 10.289062 8.554688 10.308594 C 8.539062 
10.332031 8.519531 10.367188 8.503906 10.414062 C 8.484375 10.460938 8.46875 
10.492188 8.457031 10.511719 C 8.445312 10.488281 8.414062 10.46875 8.355469 
10.453125 C 8.300781 10.4375 8.273438 10.421875 8.273438 10.402344 C 8.285156 
10.464844 8.296875 10.566406 8.308594 10.714844 C 8.320312 10.859375 8.335938 
10.972656 8.351562 11.050781 C 8.394531 11.230469 8.359375 11.375 8.246094 
11.472656 C 8.085938 11.621094 8.003906 11.738281 7.992188 11.828125 C 7.964844 
11.957031 8.003906 12.035156 8.097656 12.058594 C 8.097656 12.097656 8.074219 
12.160156 8.027344 12.238281 C 7.976562 12.316406 7.957031 12.382812 7.964844 
12.429688 C 7.964844 12.464844 7.96875 12.511719 7.980469 12.570312 Z M 
7.980469 12.570312 "/>
+</g>
+</svg>
Files old/syncthing-gtk-0.7.4.1/icons/home.png and 
new/syncthing-gtk-0.7.5.1/icons/home.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syncthing-gtk-0.7.4.1/icons/home.svg 
new/syncthing-gtk-0.7.5.1/icons/home.svg
--- old/syncthing-gtk-0.7.4.1/icons/home.svg    1970-01-01 01:00:00.000000000 
+0100
+++ new/syncthing-gtk-0.7.5.1/icons/home.svg    2015-09-02 17:54:54.000000000 
+0200
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; width="14pt" height="14pt" 
viewBox="0 0 14 14" version="1.1">
+<g id="surface1">
+<path style=" 
stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 
11.835938 7.910156 L 11.835938 12.390625 C 11.835938 12.550781 11.785156 
12.691406 11.675781 12.808594 C 11.570312 12.929688 11.445312 12.988281 
11.300781 12.988281 L 8.074219 12.988281 L 8.074219 9.402344 L 5.925781 
9.402344 L 5.925781 12.988281 L 2.699219 12.988281 C 2.554688 12.988281 
2.429688 12.929688 2.324219 12.808594 C 2.214844 12.691406 2.164062 12.550781 
2.164062 12.390625 L 2.164062 7.910156 C 2.164062 7.902344 2.164062 7.894531 
2.167969 7.882812 C 2.171875 7.871094 2.171875 7.859375 2.171875 7.855469 L 7 
3.429688 L 11.828125 7.855469 C 11.832031 7.867188 11.835938 7.886719 11.835938 
7.910156 Z M 13.707031 7.265625 L 13.1875 7.957031 C 13.144531 8.011719 
13.085938 8.046875 13.011719 8.058594 L 12.988281 8.058594 C 12.914062 8.058594 
12.855469 8.039062 12.808594 7.992188 L 7 2.609375 L 1.191406 7.992188 C 
1.121094 8.042969 1.054688 8.066406 0.988281 8.058594 C 0.914062 8.046875 
0.855469 8.011719 0.8125 7.957031 L 0.292969 7.265625 C 0.246094 7.203125 
0.226562 7.128906 0.230469 7.046875 C 0.238281 6.960938 0.269531 6.894531 
0.324219 6.847656 L 6.363281 1.253906 C 6.539062 1.09375 6.753906 1.011719 7 
1.011719 C 7.246094 1.011719 7.460938 1.09375 7.636719 1.253906 L 9.6875 
3.160156 L 9.6875 1.339844 C 9.6875 1.253906 9.710938 1.179688 9.761719 1.125 C 
9.8125 1.070312 9.878906 1.039062 9.957031 1.039062 L 11.566406 1.039062 C 
11.644531 1.039062 11.710938 1.070312 11.761719 1.125 C 11.8125 1.179688 
11.835938 1.253906 11.835938 1.339844 L 11.835938 5.148438 L 13.675781 6.847656 
C 13.730469 6.894531 13.761719 6.960938 13.769531 7.046875 C 13.773438 7.128906 
13.753906 7.203125 13.707031 7.265625 Z M 13.707031 7.265625 "/>
+</g>
+</svg>
Files old/syncthing-gtk-0.7.4.1/icons/ignore.png and 
new/syncthing-gtk-0.7.5.1/icons/ignore.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syncthing-gtk-0.7.4.1/icons/ignore.svg 
new/syncthing-gtk-0.7.5.1/icons/ignore.svg
--- old/syncthing-gtk-0.7.4.1/icons/ignore.svg  1970-01-01 01:00:00.000000000 
+0100
+++ new/syncthing-gtk-0.7.5.1/icons/ignore.svg  2015-09-02 17:54:54.000000000 
+0200
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; width="14pt" height="14pt" 
viewBox="0 0 14 14" version="1.1">
+<g id="surface1">
+<path style=" 
stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 
10.882812 1.625 L 3.117188 1.625 C 2.707031 1.625 2.355469 1.769531 2.0625 
2.0625 C 1.769531 2.355469 1.625 2.707031 1.625 3.117188 L 1.625 10.882812 C 
1.625 11.292969 1.769531 11.644531 2.0625 11.9375 C 2.355469 12.230469 2.707031 
12.375 3.117188 12.375 L 10.882812 12.375 C 11.292969 12.375 11.644531 
12.230469 11.9375 11.9375 C 12.230469 11.644531 12.375 11.292969 12.375 
10.882812 L 12.375 3.117188 C 12.375 2.707031 12.230469 2.355469 11.9375 2.0625 
C 11.644531 1.769531 11.292969 1.625 10.882812 1.625 Z M 13.570312 3.117188 L 
13.570312 10.882812 C 13.570312 11.625 13.308594 12.257812 12.78125 12.78125 C 
12.257812 13.308594 11.625 13.570312 10.882812 13.570312 L 3.117188 13.570312 C 
2.375 13.570312 1.742188 13.308594 1.21875 12.78125 C 0.691406 12.257812 
0.429688 11.625 0.429688 10.882812 L 0.429688 3.117188 C 0.429688 2.375 
0.691406 1.742188 1.21875 1.21875 C 1.742188 0.691406 2.375 0.429688 3.117188 
0.429688 L 10.882812 0.429688 C 11.625 0.429688 12.257812 0.691406 12.78125 
1.21875 C 13.308594 1.742188 13.570312 2.375 13.570312 3.117188 Z M 13.570312 
3.117188 "/>
+</g>
+</svg>
Files old/syncthing-gtk-0.7.4.1/icons/lock.png and 
new/syncthing-gtk-0.7.5.1/icons/lock.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syncthing-gtk-0.7.4.1/icons/lock.svg 
new/syncthing-gtk-0.7.5.1/icons/lock.svg
--- old/syncthing-gtk-0.7.4.1/icons/lock.svg    1970-01-01 01:00:00.000000000 
+0100
+++ new/syncthing-gtk-0.7.5.1/icons/lock.svg    2015-09-02 17:54:54.000000000 
+0200
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; width="14pt" height="14pt" 
viewBox="0 0 14 14" version="1.1">
+<g id="surface1">
+<path style=" 
stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 4.609375 
6.402344 L 9.390625 6.402344 L 9.390625 4.609375 C 9.390625 3.949219 9.15625 
3.386719 8.6875 2.921875 C 8.222656 2.453125 7.660156 2.222656 7 2.222656 C 
6.339844 2.222656 5.777344 2.453125 5.3125 2.921875 C 4.84375 3.386719 4.609375 
3.949219 4.609375 4.609375 Z M 12.375 7.296875 L 12.375 12.675781 C 12.375 
12.921875 12.289062 13.136719 12.113281 13.308594 C 11.941406 13.484375 
11.730469 13.570312 11.480469 13.570312 L 2.519531 13.570312 C 2.269531 
13.570312 2.058594 13.484375 1.886719 13.308594 C 1.710938 13.136719 1.625 
12.921875 1.625 12.675781 L 1.625 7.296875 C 1.625 7.050781 1.710938 6.839844 
1.886719 6.664062 C 2.058594 6.488281 2.269531 6.402344 2.519531 6.402344 L 
2.820312 6.402344 L 2.820312 4.609375 C 2.820312 3.464844 3.230469 2.484375 
4.050781 1.660156 C 4.871094 0.839844 5.855469 0.429688 7 0.429688 C 8.144531 
0.429688 9.128906 0.839844 9.949219 1.660156 C 10.769531 2.484375 11.179688 
3.464844 11.179688 4.609375 L 11.179688 6.402344 L 11.480469 6.402344 C 
11.730469 6.402344 11.941406 6.488281 12.113281 6.664062 C 12.289062 6.839844 
12.375 7.050781 12.375 7.296875 Z M 12.375 7.296875 "/>
+</g>
+</svg>
Files old/syncthing-gtk-0.7.4.1/icons/ram.png and 
new/syncthing-gtk-0.7.5.1/icons/ram.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syncthing-gtk-0.7.4.1/icons/ram.svg 
new/syncthing-gtk-0.7.5.1/icons/ram.svg
--- old/syncthing-gtk-0.7.4.1/icons/ram.svg     1970-01-01 01:00:00.000000000 
+0100
+++ new/syncthing-gtk-0.7.5.1/icons/ram.svg     2015-09-02 17:54:54.000000000 
+0200
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; width="14pt" height="14pt" 
viewBox="0 0 14 14" version="1.1">
+<g id="surface1">
+<path style=" 
stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 4.03125 
10.894531 L 4.03125 12.691406 C 4.03125 12.941406 3.957031 13.15625 3.8125 
13.328125 C 3.667969 13.503906 3.492188 13.589844 3.285156 13.589844 L 0.8125 
13.589844 C 0.605469 13.589844 0.429688 13.503906 0.285156 13.328125 C 0.140625 
13.15625 0.0703125 12.941406 0.0703125 12.691406 L 0.0703125 10.894531 C 
0.0703125 10.644531 0.140625 10.433594 0.285156 10.257812 C 0.429688 10.082031 
0.605469 9.996094 0.8125 9.996094 L 3.285156 9.996094 C 3.492188 9.996094 
3.667969 10.082031 3.8125 10.257812 C 3.957031 10.433594 4.03125 10.644531 
4.03125 10.894531 Z M 4.03125 6.101562 L 4.03125 7.898438 C 4.03125 8.148438 
3.957031 8.359375 3.8125 8.535156 C 3.667969 8.710938 3.492188 8.796875 
3.285156 8.796875 L 0.8125 8.796875 C 0.605469 8.796875 0.429688 8.710938 
0.285156 8.535156 C 0.140625 8.359375 0.0703125 8.148438 0.0703125 7.898438 L 
0.0703125 6.101562 C 0.0703125 5.851562 0.140625 5.640625 0.285156 5.464844 C 
0.429688 5.289062 0.605469 5.203125 0.8125 5.203125 L 3.285156 5.203125 C 
3.492188 5.203125 3.667969 5.289062 3.8125 5.464844 C 3.957031 5.640625 4.03125 
5.851562 4.03125 6.101562 Z M 8.980469 10.894531 L 8.980469 12.691406 C 
8.980469 12.941406 8.90625 13.15625 8.765625 13.328125 C 8.621094 13.503906 
8.445312 13.589844 8.238281 13.589844 L 5.761719 13.589844 C 5.554688 13.589844 
5.378906 13.503906 5.234375 13.328125 C 5.09375 13.15625 5.019531 12.941406 
5.019531 12.691406 L 5.019531 10.894531 C 5.019531 10.644531 5.09375 10.433594 
5.234375 10.257812 C 5.378906 10.082031 5.554688 9.996094 5.761719 9.996094 L 
8.238281 9.996094 C 8.445312 9.996094 8.621094 10.082031 8.765625 10.257812 C 
8.90625 10.433594 8.980469 10.644531 8.980469 10.894531 Z M 4.03125 1.308594 L 
4.03125 3.105469 C 4.03125 3.355469 3.957031 3.566406 3.8125 3.742188 C 
3.667969 3.917969 3.492188 4.003906 3.285156 4.003906 L 0.8125 4.003906 C 
0.605469 4.003906 0.429688 3.917969 0.285156 3.742188 C 0.140625 3.566406 
0.0703125 3.355469 0.0703125 3.105469 L 0.0703125 1.308594 C 0.0703125 1.058594 
0.140625 0.84375 0.285156 0.671875 C 0.429688 0.496094 0.605469 0.410156 0.8125 
0.410156 L 3.285156 0.410156 C 3.492188 0.410156 3.667969 0.496094 3.8125 
0.671875 C 3.957031 0.84375 4.03125 1.058594 4.03125 1.308594 Z M 8.980469 
6.101562 L 8.980469 7.898438 C 8.980469 8.148438 8.90625 8.359375 8.765625 
8.535156 C 8.621094 8.710938 8.445312 8.796875 8.238281 8.796875 L 5.761719 
8.796875 C 5.554688 8.796875 5.378906 8.710938 5.234375 8.535156 C 5.09375 
8.359375 5.019531 8.148438 5.019531 7.898438 L 5.019531 6.101562 C 5.019531 
5.851562 5.09375 5.640625 5.234375 5.464844 C 5.378906 5.289062 5.554688 
5.203125 5.761719 5.203125 L 8.238281 5.203125 C 8.445312 5.203125 8.621094 
5.289062 8.765625 5.464844 C 8.90625 5.640625 8.980469 5.851562 8.980469 
6.101562 Z M 13.929688 10.894531 L 13.929688 12.691406 C 13.929688 12.941406 
13.859375 13.15625 13.714844 13.328125 C 13.570312 13.503906 13.394531 
13.589844 13.1875 13.589844 L 10.714844 13.589844 C 10.507812 13.589844 
10.332031 13.503906 10.1875 13.328125 C 10.042969 13.15625 9.96875 12.941406 
9.96875 12.691406 L 9.96875 10.894531 C 9.96875 10.644531 10.042969 10.433594 
10.1875 10.257812 C 10.332031 10.082031 10.507812 9.996094 10.714844 9.996094 L 
13.1875 9.996094 C 13.394531 9.996094 13.570312 10.082031 13.714844 10.257812 C 
13.859375 10.433594 13.929688 10.644531 13.929688 10.894531 Z M 8.980469 
1.308594 L 8.980469 3.105469 C 8.980469 3.355469 8.90625 3.566406 8.765625 
3.742188 C 8.621094 3.917969 8.445312 4.003906 8.238281 4.003906 L 5.761719 
4.003906 C 5.554688 4.003906 5.378906 3.917969 5.234375 3.742188 C 5.09375 
3.566406 5.019531 3.355469 5.019531 3.105469 L 5.019531 1.308594 C 5.019531 
1.058594 5.09375 0.84375 5.234375 0.671875 C 5.378906 0.496094 5.554688 
0.410156 5.761719 0.410156 L 8.238281 0.410156 C 8.445312 0.410156 8.621094 
0.496094 8.765625 0.671875 C 8.90625 0.84375 8.980469 1.058594 8.980469 
1.308594 Z M 13.929688 6.101562 L 13.929688 7.898438 C 13.929688 8.148438 
13.859375 8.359375 13.714844 8.535156 C 13.570312 8.710938 13.394531 8.796875 
13.1875 8.796875 L 10.714844 8.796875 C 10.507812 8.796875 10.332031 8.710938 
10.1875 8.535156 C 10.042969 8.359375 9.96875 8.148438 9.96875 7.898438 L 
9.96875 6.101562 C 9.96875 5.851562 10.042969 5.640625 10.1875 5.464844 C 
10.332031 5.289062 10.507812 5.203125 10.714844 5.203125 L 13.1875 5.203125 C 
13.394531 5.203125 13.570312 5.289062 13.714844 5.464844 C 13.859375 5.640625 
13.929688 5.851562 13.929688 6.101562 Z M 13.929688 1.308594 L 13.929688 
3.105469 C 13.929688 3.355469 13.859375 3.566406 13.714844 3.742188 C 13.570312 
3.917969 13.394531 4.003906 13.1875 4.003906 L 10.714844 4.003906 C 10.507812 
4.003906 10.332031 3.917969 10.1875 3.742188 C 10.042969 3.566406 9.96875 
3.355469 9.96875 3.105469 L 9.96875 1.308594 C 9.96875 1.058594 10.042969 
0.84375 10.1875 0.671875 C 10.332031 0.496094 10.507812 0.410156 10.714844 
0.410156 L 13.1875 0.410156 C 13.394531 0.410156 13.570312 0.496094 13.714844 
0.671875 C 13.859375 0.84375 13.929688 1.058594 13.929688 1.308594 Z M 
13.929688 1.308594 "/>
+</g>
+</svg>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syncthing-gtk-0.7.4.1/icons/rescan.svg 
new/syncthing-gtk-0.7.5.1/icons/rescan.svg
--- old/syncthing-gtk-0.7.4.1/icons/rescan.svg  1970-01-01 01:00:00.000000000 
+0100
+++ new/syncthing-gtk-0.7.5.1/icons/rescan.svg  2015-09-02 17:54:54.000000000 
+0200
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; width="14pt" height="14pt" 
viewBox="0 0 14 14" version="1.1">
+<g id="surface1">
+<path style=" 
stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 
13.574219 8.417969 C 13.574219 8.445312 13.574219 8.464844 13.566406 8.476562 C 
13.191406 10.058594 12.398438 11.339844 11.195312 12.324219 C 9.992188 
13.304688 8.582031 13.796875 6.964844 13.796875 C 6.101562 13.796875 5.269531 
13.636719 4.464844 13.308594 C 3.660156 12.984375 2.941406 12.523438 2.308594 
11.921875 L 1.167969 13.0625 C 1.054688 13.175781 0.921875 13.230469 0.769531 
13.230469 C 0.617188 13.230469 0.484375 13.175781 0.371094 13.0625 C 0.257812 
12.949219 0.203125 12.816406 0.203125 12.664062 L 0.203125 8.699219 C 0.203125 
8.546875 0.257812 8.414062 0.371094 8.300781 C 0.484375 8.1875 0.617188 
8.132812 0.769531 8.132812 L 4.734375 8.132812 C 4.886719 8.132812 5.019531 
8.1875 5.132812 8.300781 C 5.246094 8.414062 5.300781 8.546875 5.300781 
8.699219 C 5.300781 8.851562 5.246094 8.984375 5.132812 9.097656 L 3.921875 
10.308594 C 4.339844 10.699219 4.8125 11 5.34375 11.210938 C 5.875 11.425781 
6.425781 11.53125 7 11.53125 C 7.789062 11.53125 8.527344 11.339844 9.210938 
10.957031 C 9.898438 10.574219 10.445312 10.042969 10.859375 9.371094 C 
10.921875 9.273438 11.082031 8.925781 11.328125 8.335938 C 11.375 8.199219 
11.464844 8.132812 11.59375 8.132812 L 13.292969 8.132812 C 13.371094 8.132812 
13.4375 8.160156 13.492188 8.21875 C 13.546875 8.273438 13.574219 8.339844 
13.574219 8.417969 Z M 13.796875 1.335938 L 13.796875 5.300781 C 13.796875 
5.453125 13.742188 5.585938 13.628906 5.699219 C 13.515625 5.8125 13.382812 
5.867188 13.230469 5.867188 L 9.265625 5.867188 C 9.113281 5.867188 8.980469 
5.8125 8.867188 5.699219 C 8.753906 5.585938 8.699219 5.453125 8.699219 
5.300781 C 8.699219 5.148438 8.753906 5.015625 8.867188 4.902344 L 10.089844 
3.679688 C 9.214844 2.871094 8.1875 2.46875 7 2.46875 C 6.210938 2.46875 
5.472656 2.660156 4.789062 3.042969 C 4.101562 3.425781 3.554688 3.957031 
3.140625 4.628906 C 3.078125 4.726562 2.917969 5.074219 2.671875 5.664062 C 
2.625 5.800781 2.535156 5.867188 2.40625 5.867188 L 0.644531 5.867188 C 
0.570312 5.867188 0.503906 5.839844 0.445312 5.78125 C 0.390625 5.726562 
0.363281 5.660156 0.363281 5.582031 L 0.363281 5.523438 C 0.746094 3.941406 
1.542969 2.660156 2.75 1.675781 C 3.960938 0.695312 5.378906 0.203125 7 
0.203125 C 7.863281 0.203125 8.699219 0.367188 9.511719 0.695312 C 10.328125 
1.019531 11.050781 1.484375 11.683594 2.078125 L 12.832031 0.9375 C 12.945312 
0.824219 13.078125 0.769531 13.230469 0.769531 C 13.382812 0.769531 13.515625 
0.824219 13.628906 0.9375 C 13.742188 1.050781 13.796875 1.183594 13.796875 
1.335938 Z M 13.796875 1.335938 "/>
+</g>
+</svg>
Files old/syncthing-gtk-0.7.4.1/icons/shared.png and 
new/syncthing-gtk-0.7.5.1/icons/shared.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syncthing-gtk-0.7.4.1/icons/shared.svg 
new/syncthing-gtk-0.7.5.1/icons/shared.svg
--- old/syncthing-gtk-0.7.4.1/icons/shared.svg  1970-01-01 01:00:00.000000000 
+0100
+++ new/syncthing-gtk-0.7.5.1/icons/shared.svg  2015-09-02 17:54:54.000000000 
+0200
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; width="14pt" height="14pt" 
viewBox="0 0 14 14" version="1.1">
+<g id="surface1">
+<path style=" 
stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 
13.394531 5.628906 L 9.808594 9.210938 C 9.699219 9.332031 9.558594 9.390625 
9.390625 9.390625 C 9.316406 9.390625 9.238281 9.375 9.15625 9.34375 C 8.914062 
9.238281 8.792969 9.054688 8.792969 8.792969 L 8.792969 7 L 7.296875 7 C 
5.289062 7 3.925781 7.40625 3.210938 8.222656 C 2.46875 9.074219 2.238281 
10.546875 2.519531 12.636719 C 2.539062 12.78125 2.476562 12.886719 2.332031 
12.953125 C 2.285156 12.96875 2.246094 12.972656 2.222656 12.972656 C 2.121094 
12.972656 2.039062 12.933594 1.980469 12.851562 C 1.917969 12.765625 1.851562 
12.667969 1.78125 12.5625 C 1.714844 12.457031 1.589844 12.242188 1.414062 
11.921875 C 1.238281 11.601562 1.082031 11.292969 0.953125 10.996094 C 0.820312 
10.695312 0.703125 10.339844 0.59375 9.929688 C 0.484375 9.519531 0.429688 
9.140625 0.429688 8.792969 C 0.429688 8.488281 0.441406 8.203125 0.460938 
7.941406 C 0.484375 7.679688 0.527344 7.402344 0.59375 7.101562 C 0.65625 
6.804688 0.746094 6.53125 0.855469 6.28125 C 0.960938 6.03125 1.109375 5.777344 
1.292969 5.519531 C 1.476562 5.261719 1.6875 5.03125 1.933594 4.828125 C 
2.175781 4.628906 2.46875 4.4375 2.8125 4.257812 C 3.160156 4.074219 3.546875 
3.925781 3.976562 3.804688 C 4.40625 3.683594 4.902344 3.585938 5.464844 
3.519531 C 6.027344 3.449219 6.640625 3.414062 7.296875 3.414062 L 8.792969 
3.414062 L 8.792969 1.625 C 8.792969 1.363281 8.914062 1.179688 9.15625 
1.074219 C 9.238281 1.042969 9.316406 1.027344 9.390625 1.027344 C 9.550781 
1.027344 9.691406 1.085938 9.808594 1.203125 L 13.394531 4.789062 C 13.511719 
4.90625 13.570312 5.046875 13.570312 5.207031 C 13.570312 5.371094 13.511719 
5.511719 13.394531 5.628906 Z M 13.394531 5.628906 "/>
+</g>
+</svg>
Files old/syncthing-gtk-0.7.4.1/icons/show_id.png and 
new/syncthing-gtk-0.7.5.1/icons/show_id.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syncthing-gtk-0.7.4.1/icons/show_id.svg 
new/syncthing-gtk-0.7.5.1/icons/show_id.svg
--- old/syncthing-gtk-0.7.4.1/icons/show_id.svg 1970-01-01 01:00:00.000000000 
+0100
+++ new/syncthing-gtk-0.7.5.1/icons/show_id.svg 2015-09-02 17:54:54.000000000 
+0200
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; width="14pt" height="14pt" 
viewBox="0 0 14 14" version="1.1">
+<g id="surface1">
+<path style=" 
stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 4.011719 
9.988281 L 4.011719 11.179688 L 2.820312 11.179688 L 2.820312 9.988281 Z M 
4.011719 2.820312 L 4.011719 4.011719 L 2.820312 4.011719 L 2.820312 2.820312 Z 
M 11.179688 2.820312 L 11.179688 4.011719 L 9.988281 4.011719 L 9.988281 
2.820312 Z M 1.625 12.367188 L 5.207031 12.367188 L 5.207031 8.792969 L 1.625 
8.792969 Z M 1.625 5.207031 L 5.207031 5.207031 L 5.207031 1.625 L 1.625 1.625 
Z M 8.792969 5.207031 L 12.375 5.207031 L 12.375 1.625 L 8.792969 1.625 Z M 
6.402344 7.597656 L 6.402344 13.570312 L 0.429688 13.570312 L 0.429688 7.597656 
Z M 11.179688 12.375 L 11.179688 13.570312 L 9.988281 13.570312 L 9.988281 
12.375 Z M 13.570312 12.375 L 13.570312 13.570312 L 12.375 13.570312 L 12.375 
12.375 Z M 13.570312 7.597656 L 13.570312 11.179688 L 9.988281 11.179688 L 
9.988281 9.988281 L 8.792969 9.988281 L 8.792969 13.570312 L 7.597656 13.570312 
L 7.597656 7.597656 L 11.179688 7.597656 L 11.179688 8.792969 L 12.375 8.792969 
L 12.375 7.597656 Z M 6.402344 0.429688 L 6.402344 6.402344 L 0.429688 6.402344 
L 0.429688 0.429688 Z M 13.570312 0.429688 L 13.570312 6.402344 L 7.597656 
6.402344 L 7.597656 0.429688 Z M 13.570312 0.429688 "/>
+</g>
+</svg>
Files old/syncthing-gtk-0.7.4.1/icons/sync.png and 
new/syncthing-gtk-0.7.5.1/icons/sync.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syncthing-gtk-0.7.4.1/icons/sync.svg 
new/syncthing-gtk-0.7.5.1/icons/sync.svg
--- old/syncthing-gtk-0.7.4.1/icons/sync.svg    1970-01-01 01:00:00.000000000 
+0100
+++ new/syncthing-gtk-0.7.5.1/icons/sync.svg    2015-09-02 17:54:54.000000000 
+0200
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; width="14pt" height="14pt" 
viewBox="0 0 14 14" version="1.1">
+<g id="surface1">
+<path style=" 
stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 
13.855469 6.019531 C 13.855469 6.90625 13.550781 7.726562 12.9375 8.480469 C 
12.324219 9.230469 11.496094 9.828125 10.445312 10.261719 C 9.390625 10.699219 
8.246094 10.917969 7 10.917969 C 6.644531 10.917969 6.273438 10.894531 5.890625 
10.855469 C 4.878906 11.75 3.707031 12.367188 2.371094 12.707031 C 2.121094 
12.777344 1.828125 12.835938 1.5 12.875 C 1.410156 12.886719 1.332031 12.863281 
1.265625 12.808594 C 1.195312 12.75 1.152344 12.675781 1.128906 12.585938 L 
1.128906 12.578125 C 1.117188 12.558594 1.113281 12.527344 1.128906 12.484375 C 
1.140625 12.445312 1.144531 12.417969 1.140625 12.410156 C 1.140625 12.398438 
1.152344 12.375 1.175781 12.335938 L 1.222656 12.265625 C 1.222656 12.265625 
1.242188 12.246094 1.277344 12.203125 C 1.3125 12.160156 1.332031 12.136719 
1.335938 12.132812 C 1.375 12.09375 1.453125 12.003906 1.574219 11.871094 C 
1.695312 11.734375 1.785156 11.636719 1.839844 11.578125 C 1.890625 11.519531 
1.972656 11.417969 2.074219 11.277344 C 2.179688 11.132812 2.261719 11.003906 
2.324219 10.886719 C 2.386719 10.769531 2.453125 10.617188 2.53125 10.433594 C 
2.609375 10.25 2.675781 10.058594 2.730469 9.851562 C 1.929688 9.398438 
1.296875 8.835938 0.835938 8.167969 C 0.375 7.5 0.144531 6.785156 0.144531 
6.019531 C 0.144531 5.355469 0.324219 4.722656 0.6875 4.117188 C 1.050781 
3.511719 1.535156 2.992188 2.148438 2.554688 C 2.761719 2.113281 3.492188 
1.765625 4.335938 1.507812 C 5.183594 1.25 6.070312 1.121094 7 1.121094 C 
8.246094 1.121094 9.390625 1.339844 10.445312 1.777344 C 11.496094 2.210938 
12.324219 2.808594 12.9375 3.558594 C 13.550781 4.3125 13.855469 5.132812 
13.855469 6.019531 Z M 13.855469 6.019531 "/>
+</g>
+</svg>
Files old/syncthing-gtk-0.7.4.1/icons/thumb_up.png and 
new/syncthing-gtk-0.7.5.1/icons/thumb_up.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syncthing-gtk-0.7.4.1/icons/thumb_up.svg 
new/syncthing-gtk-0.7.5.1/icons/thumb_up.svg
--- old/syncthing-gtk-0.7.4.1/icons/thumb_up.svg        1970-01-01 
01:00:00.000000000 +0100
+++ new/syncthing-gtk-0.7.5.1/icons/thumb_up.svg        2015-09-02 
17:54:54.000000000 +0200
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; width="14pt" height="14pt" 
viewBox="0 0 14 14" version="1.1">
+<g id="surface1">
+<path style=" 
stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 2.804688 
11.195312 C 2.804688 11.050781 2.753906 10.929688 2.648438 10.824219 C 2.546875 
10.722656 2.421875 10.671875 2.28125 10.671875 C 2.140625 10.671875 2.015625 
10.722656 1.914062 10.824219 C 1.808594 10.929688 1.757812 11.050781 1.757812 
11.195312 C 1.757812 11.335938 1.808594 11.460938 1.914062 11.5625 C 2.015625 
11.667969 2.140625 11.71875 2.28125 11.71875 C 2.421875 11.71875 2.546875 
11.667969 2.648438 11.5625 C 2.753906 11.460938 2.804688 11.335938 2.804688 
11.195312 Z M 12.242188 6.476562 C 12.242188 6.195312 12.136719 5.953125 
11.921875 5.742188 C 11.710938 5.53125 11.46875 5.425781 11.195312 5.425781 L 
8.3125 5.425781 C 8.3125 5.109375 8.441406 4.675781 8.703125 4.121094 C 
8.964844 3.566406 9.097656 3.128906 9.097656 2.804688 C 9.097656 2.269531 
9.011719 1.875 8.835938 1.617188 C 8.660156 1.359375 8.3125 1.234375 7.785156 
1.234375 C 7.644531 1.375 7.539062 1.605469 7.476562 1.929688 C 7.410156 2.25 
7.328125 2.59375 7.226562 2.957031 C 7.125 3.320312 6.960938 3.621094 6.738281 
3.855469 C 6.617188 3.980469 6.40625 4.226562 6.105469 4.597656 C 6.085938 
4.625 6.023438 4.707031 5.917969 4.84375 C 5.816406 4.980469 5.730469 5.09375 
5.660156 5.179688 C 5.59375 5.269531 5.496094 5.382812 5.378906 5.53125 C 
5.257812 5.675781 5.148438 5.792969 5.050781 5.890625 C 4.953125 5.984375 
4.847656 6.082031 4.734375 6.179688 C 4.621094 6.277344 4.511719 6.351562 
4.40625 6.402344 C 4.300781 6.449219 4.203125 6.476562 4.117188 6.476562 L 
3.855469 6.476562 L 3.855469 11.71875 L 4.117188 11.71875 C 4.1875 11.71875 
4.273438 11.726562 4.375 11.742188 C 4.476562 11.761719 4.566406 11.777344 
4.644531 11.796875 C 4.722656 11.816406 4.828125 11.847656 4.957031 11.886719 C 
5.085938 11.929688 5.179688 11.960938 5.242188 11.980469 C 5.304688 12.003906 
5.402344 12.035156 5.535156 12.082031 C 5.664062 12.128906 5.742188 12.160156 
5.769531 12.167969 C 6.921875 12.566406 7.859375 12.765625 8.574219 12.765625 L 
9.5625 12.765625 C 10.613281 12.765625 11.136719 12.3125 11.136719 11.398438 C 
11.136719 11.257812 11.125 11.105469 11.097656 10.941406 C 11.261719 10.851562 
11.390625 10.710938 11.484375 10.511719 C 11.582031 10.3125 11.628906 10.109375 
11.628906 9.910156 C 11.628906 9.707031 11.578125 9.519531 11.480469 9.34375 C 
11.769531 9.070312 11.914062 8.746094 11.914062 8.367188 C 11.914062 8.230469 
11.886719 8.078125 11.832031 7.914062 C 11.777344 7.746094 11.710938 7.617188 
11.628906 7.523438 C 11.804688 7.519531 11.949219 7.390625 12.066406 7.140625 C 
12.183594 6.886719 12.242188 6.667969 12.242188 6.476562 Z M 13.292969 6.46875 
C 13.292969 6.953125 13.15625 7.398438 12.890625 7.804688 C 12.941406 7.984375 
12.964844 8.171875 12.964844 8.367188 C 12.964844 8.789062 12.859375 9.183594 
12.652344 9.546875 C 12.667969 9.664062 12.675781 9.78125 12.675781 9.898438 C 
12.675781 10.453125 12.511719 10.9375 12.1875 11.359375 C 12.191406 12.117188 
11.960938 12.71875 11.488281 13.15625 C 11.019531 13.597656 10.398438 13.816406 
9.628906 13.816406 L 8.574219 13.816406 C 8.046875 13.816406 7.53125 13.753906 
7.019531 13.632812 C 6.511719 13.507812 5.917969 13.332031 5.246094 13.09375 C 
4.613281 12.875 4.238281 12.765625 4.117188 12.765625 L 1.757812 12.765625 C 
1.46875 12.765625 1.21875 12.664062 1.015625 12.460938 C 0.8125 12.253906 
0.707031 12.007812 0.707031 11.71875 L 0.707031 6.476562 C 0.707031 6.1875 
0.8125 5.9375 1.015625 5.734375 C 1.21875 5.53125 1.46875 5.425781 1.757812 
5.425781 L 4 5.425781 C 4.199219 5.296875 4.574219 4.871094 5.125 4.15625 C 
5.441406 3.746094 5.734375 3.398438 6 3.109375 C 6.132812 2.972656 6.230469 
2.738281 6.292969 2.40625 C 6.355469 2.078125 6.4375 1.730469 6.542969 1.371094 
C 6.644531 1.011719 6.8125 0.714844 7.050781 0.488281 C 7.261719 0.285156 
7.507812 0.183594 7.785156 0.183594 C 8.246094 0.183594 8.65625 0.273438 
9.023438 0.449219 C 9.390625 0.628906 9.667969 0.90625 9.859375 1.28125 C 
10.050781 1.660156 10.144531 2.167969 10.144531 2.804688 C 10.144531 3.3125 
10.015625 3.835938 9.753906 4.378906 L 11.195312 4.378906 C 11.761719 4.378906 
12.253906 4.585938 12.667969 5 C 13.085938 5.417969 13.292969 5.90625 13.292969 
6.46875 Z M 13.292969 6.46875 "/>
+</g>
+</svg>
Files old/syncthing-gtk-0.7.4.1/icons/up_rate.png and 
new/syncthing-gtk-0.7.5.1/icons/up_rate.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syncthing-gtk-0.7.4.1/icons/up_rate.svg 
new/syncthing-gtk-0.7.5.1/icons/up_rate.svg
--- old/syncthing-gtk-0.7.4.1/icons/up_rate.svg 1970-01-01 01:00:00.000000000 
+0100
+++ new/syncthing-gtk-0.7.5.1/icons/up_rate.svg 2015-09-02 17:54:54.000000000 
+0200
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; width="14pt" height="14pt" 
viewBox="0 0 14 14" version="1.1">
+<g id="surface1">
+<path style=" 
stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 9.304688 
7.230469 C 9.304688 7.164062 9.285156 7.109375 9.242188 7.066406 L 6.703125 
4.527344 C 6.660156 4.484375 6.605469 4.464844 6.539062 4.464844 C 6.472656 
4.464844 6.417969 4.484375 6.375 4.527344 L 3.84375 7.058594 C 3.796875 
7.117188 3.773438 7.171875 3.773438 7.230469 C 3.773438 7.296875 3.792969 
7.351562 3.835938 7.394531 C 3.878906 7.441406 3.933594 7.460938 4.003906 
7.460938 L 5.617188 7.460938 L 5.617188 9.996094 C 5.617188 10.058594 5.640625 
10.113281 5.683594 10.160156 C 5.730469 10.207031 5.785156 10.226562 5.847656 
10.226562 L 7.230469 10.226562 C 7.292969 10.226562 7.347656 10.207031 7.394531 
10.160156 C 7.4375 10.113281 7.460938 10.058594 7.460938 9.996094 L 7.460938 
7.460938 L 9.074219 7.460938 C 9.136719 7.460938 9.191406 7.4375 9.238281 
7.394531 C 9.28125 7.347656 9.304688 7.292969 9.304688 7.230469 Z M 13.917969 
9.304688 C 13.917969 10.070312 13.648438 10.722656 13.105469 11.261719 C 
12.566406 11.800781 11.914062 12.074219 11.152344 12.074219 L 3.3125 12.074219 
C 2.421875 12.074219 1.660156 11.757812 1.03125 11.125 C 0.398438 10.492188 
0.0820312 9.734375 0.0820312 8.84375 C 0.0820312 8.21875 0.25 7.644531 0.585938 
7.117188 C 0.921875 6.585938 1.375 6.191406 1.941406 5.925781 C 1.933594 
5.78125 1.925781 5.679688 1.925781 5.617188 C 1.925781 4.597656 2.289062 
3.730469 3.007812 3.007812 C 3.730469 2.289062 4.597656 1.925781 5.617188 
1.925781 C 6.367188 1.925781 7.050781 2.136719 7.671875 2.554688 C 8.296875 
2.972656 8.75 3.527344 9.03125 4.21875 C 9.375 3.921875 9.773438 3.773438 
10.226562 3.773438 C 10.738281 3.773438 11.171875 3.953125 11.53125 4.3125 C 
11.894531 4.671875 12.074219 5.105469 12.074219 5.617188 C 12.074219 5.980469 
11.972656 6.3125 11.777344 6.609375 C 12.402344 6.761719 12.914062 7.085938 
13.316406 7.585938 C 13.71875 8.089844 13.917969 8.660156 13.917969 9.304688 Z 
M 13.917969 9.304688 "/>
+</g>
+</svg>
Files old/syncthing-gtk-0.7.4.1/icons/version.png and 
new/syncthing-gtk-0.7.5.1/icons/version.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syncthing-gtk-0.7.4.1/icons/version.svg 
new/syncthing-gtk-0.7.5.1/icons/version.svg
--- old/syncthing-gtk-0.7.4.1/icons/version.svg 1970-01-01 01:00:00.000000000 
+0100
+++ new/syncthing-gtk-0.7.5.1/icons/version.svg 2015-09-02 17:54:54.000000000 
+0200
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; width="14pt" height="14pt" 
viewBox="0 0 14 14" version="1.1">
+<g id="surface1">
+<path style=" 
stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 4.203125 
3.046875 C 4.203125 2.726562 4.089844 2.453125 3.863281 2.226562 C 3.636719 2 
3.363281 1.886719 3.046875 1.886719 C 2.726562 1.886719 2.453125 2 2.226562 
2.226562 C 2 2.453125 1.886719 2.726562 1.886719 3.046875 C 1.886719 3.363281 2 
3.636719 2.226562 3.863281 C 2.453125 4.089844 2.726562 4.203125 3.046875 
4.203125 C 3.363281 4.203125 3.636719 4.089844 3.863281 3.863281 C 4.089844 
3.636719 4.203125 3.363281 4.203125 3.046875 Z M 13.847656 8.253906 C 13.847656 
8.570312 13.734375 8.84375 13.511719 9.066406 L 9.074219 13.511719 C 8.839844 
13.734375 8.566406 13.847656 8.253906 13.847656 C 7.933594 13.847656 7.660156 
13.734375 7.4375 13.511719 L 0.976562 7.039062 C 0.746094 6.816406 0.550781 
6.511719 0.390625 6.128906 C 0.230469 5.742188 0.152344 5.390625 0.152344 
5.070312 L 0.152344 1.308594 C 0.152344 0.996094 0.265625 0.726562 0.496094 
0.496094 C 0.726562 0.265625 0.996094 0.152344 1.308594 0.152344 L 5.070312 
0.152344 C 5.390625 0.152344 5.742188 0.230469 6.128906 0.390625 C 6.511719 
0.550781 6.820312 0.746094 7.050781 0.976562 L 13.511719 7.429688 C 13.734375 
7.664062 13.847656 7.9375 13.847656 8.253906 Z M 13.847656 8.253906 "/>
+</g>
+</svg>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syncthing-gtk-0.7.4.1/scripts/syncthing-gtk-exe.py 
new/syncthing-gtk-0.7.5.1/scripts/syncthing-gtk-exe.py
--- old/syncthing-gtk-0.7.4.1/scripts/syncthing-gtk-exe.py      2015-07-23 
09:03:51.000000000 +0200
+++ new/syncthing-gtk-0.7.5.1/scripts/syncthing-gtk-exe.py      2015-09-02 
17:54:54.000000000 +0200
@@ -16,7 +16,14 @@
        from syncthing_gtk.tools import init_logging
        init_logging()
        
-       from syncthing_gtk import windows
+       from syncthing_gtk import windows, Configuration
+       
+       # Force dark theme if reqested
+       config = Configuration()
+       if config["force_dark_theme"]:
+       os.environ["GTK_THEME"] = "Adwaita:dark"
+       
+       # Fix various windows-only problems
        windows.fix_localized_system_error_messages()
        windows.dont_use_localization_in_gtk()
        windows.override_menu_borders()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syncthing-gtk-0.7.4.1/setup.py 
new/syncthing-gtk-0.7.5.1/setup.py
--- old/syncthing-gtk-0.7.4.1/setup.py  2015-07-23 09:03:51.000000000 +0200
+++ new/syncthing-gtk-0.7.5.1/setup.py  2015-09-02 17:54:54.000000000 +0200
@@ -62,13 +62,15 @@
                ('share/syncthing-gtk', glob.glob("*.glade") ),
                ('share/syncthing-gtk', 
glob.glob("scripts/syncthing-plugin-*.py") ),
                ('share/syncthing-gtk/icons', [
-                               "icons/%s.png" % x for x in (
+                               "icons/%s.svg" % x for x in (
                                        'add_node', 'add_repo', 'address',
                                        'announce', 'clock', 'compress', 'cpu', 
'dl_rate',
                                        'eye', 'folder', 'global', 'home', 
'ignore', 'lock',
-                                       'ram', 'restart', 'settings', 'shared', 
'show_id',
-                                       'shutdown', 'show_id', 'sync', 
'thumb_up',
-                                       'up_rate', 'version'
+                                       'ram', 'shared', 'show_id', 'show_id', 
'sync', 'thumb_up',
+                                       'up_rate', 'version', 'rescan'
+                       )] + [
+                               "icons/%s.png" % x for x in (
+                                       'restart', 'settings', 'shutdown', 
"st-gtk-logo"
                        )]),
                ('share/icons/hicolor/64x64/emblems', 
glob.glob("icons/emblem-*.png") ),
                ('share/pixmaps', ["icons/syncthing-gtk.png"]),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syncthing-gtk-0.7.4.1/syncthing-gtk.py 
new/syncthing-gtk-0.7.5.1/syncthing-gtk.py
--- old/syncthing-gtk-0.7.4.1/syncthing-gtk.py  2015-07-23 09:03:51.000000000 
+0200
+++ new/syncthing-gtk-0.7.5.1/syncthing-gtk.py  2015-09-02 17:54:54.000000000 
+0200
@@ -11,7 +11,10 @@
        from syncthing_gtk.tools import init_logging, IS_WINDOWS
        init_logging()
        if IS_WINDOWS:
-               from syncthing_gtk import windows
+               from syncthing_gtk import windows, Configuration
+               config = Configuration()
+               if config["force_dark_theme"]:
+                       os.environ["GTK_THEME"] = "Adwaita:dark"
                windows.fix_localized_system_error_messages()
                windows.dont_use_localization_in_gtk()
                windows.override_menu_borders()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syncthing-gtk-0.7.4.1/syncthing_gtk/app.py 
new/syncthing-gtk-0.7.5.1/syncthing_gtk/app.py
--- old/syncthing-gtk-0.7.4.1/syncthing_gtk/app.py      2015-07-23 
09:03:51.000000000 +0200
+++ new/syncthing-gtk-0.7.5.1/syncthing_gtk/app.py      2015-09-02 
17:54:54.000000000 +0200
@@ -92,8 +92,7 @@
                self.connect_dialog = None
                # Used when upgrading from incompatibile version
                self.restart_after_update = None
-               self.box_background = (1,1,1,1) # RGBA. White by default, 
changes with dark themes
-               self.box_text_color = (0,0,0,1) # RGBA. Black by default, 
changes with dark themes
+               self.dark_color = None                  # RGBA. None by 
default, changes with dark themes
                self.recv_limit = -1                    # Used mainly to 
prevent menu handlers from recursing
                self.send_limit = -1                    # -//-
                self.ur_question_shown = False  # Used to prevent showing 'Do 
you wan't usage reporting'
@@ -790,7 +789,6 @@
                        self["devicelist"].reorder_child(device, 0)
                        # Modify header & color
                        device.set_status("")
-                       device.get_icon().set_color(*self.box_text_color)
                        device.invert_header(True)
                        device.set_color_hex(COLOR_OWN_DEVICE)
                        if self.use_headerbar:
@@ -799,12 +797,12 @@
                                self["server-name"].set_markup("<b>%s</b>" % 
(device.get_title(),))
                        # Modify values
                        device.clear_values()
-                       device.add_value("ram",         "ram.png",              
_("RAM Utilization"),   "")
-                       device.add_value("cpu",         "cpu.png",              
_("CPU Utilization"),   "")
-                       device.add_value("inbps",       "dl_rate.png",  
_("Download Rate"),             "0 B/s (0 B)")
-                       device.add_value("outbps",      "up_rate.png",  
_("Upload Rate"),               "0 B/s (0 B)")
-                       device.add_value("announce",    "announce.png", 
_("Announce Server"),   "")
-                       device.add_value("version",     "version.png",  
_("Version"),                   "?")
+                       device.add_value("ram",         "ram.svg",              
_("RAM Utilization"),   "")
+                       device.add_value("cpu",         "cpu.svg",              
_("CPU Utilization"),   "")
+                       device.add_value("inbps",       "dl_rate.svg",  
_("Download Rate"),             "0 B/s (0 B)")
+                       device.add_value("outbps",      "up_rate.svg",  
_("Upload Rate"),               "0 B/s (0 B)")
+                       device.add_value("announce",    "announce.svg", 
_("Announce Server"),   "")
+                       device.add_value("version",     "version.svg",  
_("Version"),                   "?")
                        device.show_all()
                        # Expand my own device box right after startup
                        if self.devices_never_loaded:
@@ -1230,15 +1228,15 @@
                        # Create new box
                        box = InfoBox(self, title, 
Gtk.Image.new_from_icon_name("drive-harddisk", Gtk.IconSize.LARGE_TOOLBAR))
                        # Add visible lines
-                       box.add_value("id",                     "version.png",  
_("Folder ID"))
-                       box.add_value("path",           "folder.png",   
_("Path"))
-                       box.add_value("global",         "global.png",   
_("Global State"),              "? items, ?B")
-                       box.add_value("local",          "home.png",             
_("Local State"),               "? items, ?B")
-                       box.add_value("oos",            "dl_rate.png",  _("Out 
Of Sync"),               "? items, ?B")
-                       box.add_value("master",         "lock.png",             
_("Folder Master"))
-                       box.add_value("ignore",         "ignore.png",   
_("Ignore Permissions"))
-                       box.add_value("rescan",         "restart.png",  
_("Rescan Interval"))
-                       box.add_value("shared",         "shared.png",   
_("Shared With"))
+                       box.add_value("id",                     "version.svg",  
_("Folder ID"))
+                       box.add_value("path",           "folder.svg",   
_("Path"))
+                       box.add_value("global",         "global.svg",   
_("Global State"),              "? items, ?B")
+                       box.add_value("local",          "home.svg",             
_("Local State"),               "? items, ?B")
+                       box.add_value("oos",            "dl_rate.svg",  _("Out 
Of Sync"),               "? items, ?B")
+                       box.add_value("master",         "lock.svg",             
_("Folder Master"))
+                       box.add_value("ignore",         "ignore.svg",   
_("Ignore Permissions"))
+                       box.add_value("rescan",         "rescan.svg",   
_("Rescan Interval"))
+                       box.add_value("shared",         "shared.svg",   
_("Shared With"))
                        # Add hidden stuff
                        box.add_hidden_value("id", id)
                        box.add_hidden_value("b_master", is_master)
@@ -1247,9 +1245,9 @@
                        box.add_hidden_value("norm_path", 
os.path.abspath(os.path.expanduser(path)))
                        # Setup display & signal
                        box.set_status("Unknown")
+                       if not self.dark_color is None:
+                               box.set_dark_color(*self.dark_color)
                        box.set_color_hex(COLOR_FOLDER)
-                       box.set_bg_color(*self.box_background)
-                       box.set_text_color(*self.box_text_color)
                        box.set_vexpand(False)
                        GLib.idle_add(box.show_all)     # Window border will 
dissapear without this on Windows
                        self["folderlist"].pack_start(box, False, False, 3)
@@ -1289,14 +1287,14 @@
                        # Create new box
                        box = InfoBox(self, name, IdentIcon(id))
                        # Add visible lines
-                       box.add_value("address",        "address.png",  
_("Address"),                   "?")
-                       box.add_value("sync",           "sync.png",             
_("Synchronization"),   "0%", visible=False)
-                       box.add_value("compress",       "compress.png", 
_("Compression"))
-                       box.add_value("inbps",          "dl_rate.png",  
_("Download Rate"),             "0 B/s (0 B)", visible=False)
-                       box.add_value("outbps",         "up_rate.png",  
_("Upload Rate"),               "0 B/s (0 B)", visible=False)
-                       box.add_value("introducer",     "thumb_up.png", 
_("Introducer"))
-                       box.add_value("version",        "version.png",  
_("Version"),                   "?", visible=False)
-                       box.add_value('last-seen',      "clock.png",    _("Last 
Seen"),                 _("Never"))
+                       box.add_value("address",        "address.svg",  
_("Address"),                   "?")
+                       box.add_value("sync",           "sync.svg",             
_("Synchronization"),   "0%", visible=False)
+                       box.add_value("compress",       "compress.svg", 
_("Compression"))
+                       box.add_value("inbps",          "dl_rate.svg",  
_("Download Rate"),             "0 B/s (0 B)", visible=False)
+                       box.add_value("outbps",         "up_rate.svg",  
_("Upload Rate"),               "0 B/s (0 B)", visible=False)
+                       box.add_value("introducer",     "thumb_up.svg", 
_("Introducer"))
+                       box.add_value("version",        "version.svg",  
_("Version"),                   "?", visible=False)
+                       box.add_value('last-seen',      "clock.svg",    _("Last 
Seen"),                 _("Never"))
                        # Add hidden stuff
                        box.add_hidden_value("id", id)
                        box.add_hidden_value("connected", False)
@@ -1304,9 +1302,9 @@
                        box.add_hidden_value("time", 0)
                        box.add_hidden_value("online", False)
                        # Setup display & signal
+                       if not self.dark_color is None:
+                               box.set_dark_color(*self.dark_color)
                        box.set_color_hex(COLOR_DEVICE)
-                       box.set_bg_color(*self.box_background)
-                       box.set_text_color(*self.box_text_color)
                        box.set_vexpand(False)
                        box.set_open(id in self.open_boxes)
                        box.get_icon().set_size_request(22, 22)
@@ -1533,16 +1531,14 @@
                light_color = False
                for c in list(color)[0:3]:
                        if c > 0.75: light_color = True
-               """
-               # Black background will clash with black icons, so this one is 
no-go for now
                if not light_color:
-                       self.box_background = (color.red, color.green, 
color.blue, 1.0)
+                       # Set dark color based on current window background
+                       self.dark_color = (color.red, color.green, color.blue, 
1.0)
+                       # Recolor all boxes
                        for box in self.folders.values():
-                               box.set_bg_color(self.box_background)
-                       self.box_text_color = (1,1,1,1)
+                               box.set_dark_color(*self.dark_color)
                        for box in self.devices.values():
-                               box.set_bg_color(self.box_text_color)
-               """
+                               box.set_dark_color(*self.dark_color)
        
        def cb_box_mouse_enter(self, box, *a):
                self.hilight([box])
@@ -1784,8 +1780,9 @@
                """ Called when the status icon changes its "inaccessible for 
sure" state """
                # Show main window if the status icon is sure that no icon will 
be shown to the user
                if not self.statusicon.get_active():
-                       if not IS_GNOME:
+                       if not (IS_GNOME or IS_I3):
                                # Gnome sometimes lag on this, but always ends 
displaying icon later
+                               # ... and i3 as well
                                self.show()
        
        def cb_infobar_close(self, bar):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syncthing-gtk-0.7.4.1/syncthing_gtk/configuration.py 
new/syncthing-gtk-0.7.5.1/syncthing_gtk/configuration.py
--- old/syncthing-gtk-0.7.4.1/syncthing_gtk/configuration.py    2015-07-23 
09:03:51.000000000 +0200
+++ new/syncthing-gtk-0.7.5.1/syncthing_gtk/configuration.py    2015-09-02 
17:54:54.000000000 +0200
@@ -43,6 +43,7 @@
                "last_updatecheck"                      : (datetime, LONG_AGO),
                "window_position"                       : (tuple, None),
                "infobox_style"                         : (str, 
'font_weight="bold" font_size="large"'),
+               "force_dark_theme"                      : (bool, False),        
# Windows-only
        }
        
        # Overrides some default values on Windows
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syncthing-gtk-0.7.4.1/syncthing_gtk/daemon.py 
new/syncthing-gtk-0.7.5.1/syncthing_gtk/daemon.py
--- old/syncthing-gtk-0.7.4.1/syncthing_gtk/daemon.py   2015-07-23 
09:03:51.000000000 +0200
+++ new/syncthing-gtk-0.7.5.1/syncthing_gtk/daemon.py   2015-09-02 
17:54:54.000000000 +0200
@@ -289,9 +289,10 @@
                self._last_error_time = None # Time is taken for first event
                # last_id is id of last event recieved from daemon
                self._last_id = 0
-               # Epoch is incereased when reconnect() method is called; It is
+               # Epoch is increased when reconnect() method is called; It is
                # used to discard responses for old REST requests
                self._epoch = 1
+               self._instance_id = None
                self._my_id = None
                self._read_config()
        
@@ -853,6 +854,18 @@
                if "extAnnounceOK" in data:
                        announce = data["extAnnounceOK"]
                
+               if "startTime" in data:
+                       if self._instance_id is None:
+                               self._instance_id = data["startTime"]
+                       else:
+                               if self._instance_id != data["startTime"]:
+                                       log.warning("Daemon instance was 
replaced unexpedtedly. Disconnecting from daemon.")
+                                       if self._connected:
+                                               self._connected = False
+                                               self.emit("disconnected", 
Daemon.UNEXPECTED, "Daemon instance replaced")
+                                       self.cancel_all()
+                                       return
+               
                self.emit('system-data-updated',
                        data["sys"], float(data["cpuPercent"]),
                        announce)
@@ -891,7 +904,7 @@
        
        def _syncthing_cb_folder_data(self, data, rid):
                state = data['state']
-               if len(data['invalid'].strip()) > 0:
+               if state in ('error', 'stopped'):
                        if not rid in self._stopped_folders:
                                self._stopped_folders.add(rid)
                                self.emit("folder-stopped", rid, 
data["invalid"])
@@ -1088,6 +1101,7 @@
                Works like reconnect(), but without reconnecting.
                """
                self._my_id = None
+               self._instance_id = None
                self._connected = False
                self._syncing_folders = set()
                self._stopped_folders = set()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syncthing-gtk-0.7.4.1/syncthing_gtk/infobox.py 
new/syncthing-gtk-0.7.5.1/syncthing_gtk/infobox.py
--- old/syncthing-gtk-0.7.4.1/syncthing_gtk/infobox.py  2015-07-23 
09:03:51.000000000 +0200
+++ new/syncthing-gtk-0.7.5.1/syncthing_gtk/infobox.py  2015-09-02 
17:54:54.000000000 +0200
@@ -5,7 +5,7 @@
 Colorfull, expandlable widget displaying folder/device data
 """
 from __future__ import unicode_literals
-from gi.repository import Gtk, Gdk, GLib, GObject, Pango
+from gi.repository import Gtk, Gdk, GLib, GObject, Pango, Rsvg
 from syncthing_gtk.ribar import RevealerClass
 import os, logging, math
 _ = lambda (a) : a
@@ -14,6 +14,9 @@
 COLOR_CHANGE_TIMER     = 10    # ms
 COLOR_CHANGE_STEP      = 0.05
 HILIGHT_INTENSITY      = 0.3   # 0.0 to 1.0
+DARKEN_FACTOR          = 0.75  # 0.0 to 1.0
+
+svg_cache = {}
 
 class InfoBox(Gtk.Container):
        """ Expandlable widget displaying folder/device data """
@@ -35,6 +38,7 @@
                self.str_status = None
                self.header_inverted = False
                self.values = {}
+               self.icons = {}
                self.value_widgets = {}
                self.hilight = False
                self.hilight_factor = 0.0
@@ -42,6 +46,7 @@
                self.icon = icon
                self.color = (1, 0, 1, 1)               # rgba
                self.background = (1, 1, 1, 1)  # rgba
+               self.dark_color  = None                 # Overrides background 
if set
                self.text_color = (0, 0, 0, 1)  # rgba (text color)
                self.real_color = self.color    # set color + hilight
                self.border_width = 2
@@ -284,7 +289,11 @@
                Called to computes actual color every time when self.color or
                self.hilight_factor changes.
                """
-               self.real_color = tuple([ min(1.0, x + HILIGHT_INTENSITY * 
math.sin(self.hilight_factor)) for x in self.color])
+               if self.dark_color is None:
+                       self.real_color = tuple([ min(1.0, x + 
HILIGHT_INTENSITY * math.sin(self.hilight_factor)) for x in self.color])
+               else:
+                       # Darken colors when dark bacground is enabled
+                       self.real_color = tuple([ min(1.0, DARKEN_FACTOR * (x + 
HILIGHT_INTENSITY * math.sin(self.hilight_factor))) for x in self.color])
                gdkcol = Gdk.RGBA(*self.real_color)
                self.header.override_background_color(Gtk.StateType.NORMAL, 
gdkcol)
                try:
@@ -305,8 +314,10 @@
        ### Methods
        def set_title(self, t):
                self.str_title = t
+               inverted = self.header_inverted and self.dark_color is None
+               col = "black" if inverted else "white"
                self.title.set_markup('<span color="%s" %s>%s</span>' % (
-                       "black" if self.header_inverted else "white",
+                       col,
                        self.app.config["infobox_style"],
                        t
                ))
@@ -390,9 +401,41 @@
                """
                return (self.color == (r, g, b, a))
        
+       def set_dark_color(self, r, g, b, a):
+               """ 
+               Overrides background color, inverts icon colors and darkens 
some borders
+               """
+               # Override background
+               self.background = self.dark_color = (r, g, b, a)
+               self.set_bg_color(*self.background)
+               # Recolor existing widgets
+               self.text_color = (1, 1, 1, 1)
+               col = Gdk.RGBA(*self.text_color)
+               for key in self.value_widgets:
+                       for w in self.value_widgets[key]:
+                               if isinstance(w, Gtk.Image):
+                                       la = self.grid.child_get_property(w, 
"left-attach")
+                                       ta = self.grid.child_get_property(w, 
"top-attach")
+                                       vis = not w.get_no_show_all()
+                                       wIcon = 
self._prepare_icon(self.icons[key])
+                                       w.get_parent().remove(w)
+                                       self.grid.attach(wIcon, la, ta, 1, 1)
+                                       if not vis:
+                                               wIcon.set_no_show_all(True)
+                                               wIcon.set_visible(False)
+                                       wValue, trash, wTitle = 
self.value_widgets[key]
+                                       self.value_widgets[key] = (wValue, 
wIcon, wTitle)
+                               else:
+                                       w.override_color(Gtk.StateFlags.NORMAL, 
col)
+               # Recolor borders
+               self.recolor()
+               # Recolor header
+               self.set_title(self.str_title)
+       
        def set_bg_color(self, r, g, b, a):
                """ Expects floats """
-               self.background = (r, g, b, a)
+               if self.dark_color == None:
+                       self.background = (r, g, b, a)
                col = Gdk.RGBA(r, g, b, a)
                for key in self.value_widgets:
                        for w in self.value_widgets[key ]:
@@ -400,14 +443,6 @@
                self.eb.override_background_color(Gtk.StateType.NORMAL, 
Gdk.RGBA(*self.background))
                self.grid.override_background_color(Gtk.StateType.NORMAL, col)
        
-       def set_text_color(self, r, g, b, a):
-               """ Expects floats """
-               self.text_color = (r, g, b, a)
-               col = Gdk.RGBA(r, g, b, a)
-               for key in self.value_widgets:
-                       for w in self.value_widgets[key ]:
-                               w.override_color(Gtk.StateFlags.NORMAL, col)
-       
        def set_border(self, width):
                self.border_width = width
                self.queue_resize()
@@ -419,17 +454,36 @@
                """ Returns True if box is open """
                return self.rev.get_reveal_child()
        
-       def add_value(self, key, icon, title, value="", visible=True):
-               """ Adds new line with provided properties """
-               if "." in icon:
-                       # Icon is filename
-                       wIcon = 
Gtk.Image.new_from_file(os.path.join(self.app.iconpath, icon))
+       def _prepare_icon(self, icon):
+               if icon.endswith(".svg"):
+                       # Icon is svg file
+                       key = icon if self.dark_color is None else icon + 
"-dark"
+                       if not key in svg_cache:
+                               if not self.dark_color is None:
+                                       # Recolor svg for dark theme
+                                       svg_source = 
file(os.path.join(self.app.iconpath, icon), "r").read()
+                                       svg_source = 
svg_source.replace('fill:rgb(0%,0%,0%)', 'fill:rgb(100%,100%,100%)')
+                                       svg = 
Rsvg.Handle.new_from_data(svg_source.encode("utf-8"))
+                               else:
+                                       # Load svg directly
+                                       svg = 
Rsvg.Handle.new_from_file(os.path.join(self.app.iconpath, icon))
+                               pixbuf = svg.get_pixbuf()
+                               svg_cache[key] = pixbuf
+                       return Gtk.Image.new_from_pixbuf(svg_cache[key])
+               elif "." in icon:
+                       # Icon is other image file (png)
+                       return 
Gtk.Image.new_from_file(os.path.join(self.app.iconpath, icon))
                else:
                        # Icon is theme icon name
-                       wIcon = Gtk.Image.new_from_icon_name(icon, 1)
+                       return Gtk.Image.new_from_icon_name(icon, 1)
+       
+       def add_value(self, key, icon, title, value="", visible=True):
+               """ Adds new line with provided properties """
+               wIcon = self._prepare_icon(icon)
                wTitle, wValue = Gtk.Label(), Gtk.Label()
                self.value_widgets[key] = (wValue, wIcon, wTitle)
                self.set_value(key, value)
+               self.icons[key] = icon
                wTitle.set_text(title)
                wTitle.set_alignment(0.0, 0.5)
                wValue.set_alignment(1.0, 0.5)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syncthing-gtk-0.7.4.1/syncthing_gtk/tools.py 
new/syncthing-gtk-0.7.5.1/syncthing_gtk/tools.py
--- old/syncthing-gtk-0.7.4.1/syncthing_gtk/tools.py    2015-07-23 
09:03:51.000000000 +0200
+++ new/syncthing-gtk-0.7.5.1/syncthing_gtk/tools.py    2015-09-02 
17:54:54.000000000 +0200
@@ -16,12 +16,13 @@
 
 IS_WINDOWS     = sys.platform in ('win32', 'win64')
 IS_XP = IS_WINDOWS and platform.release() in ("XP", "2000", "2003")
-IS_GNOME, IS_UNITY, IS_KDE, IS_CINNAMON = [False] * 4
+IS_GNOME, IS_UNITY, IS_KDE, IS_CINNAMON, IS_I3 = [False] * 5
 if "XDG_CURRENT_DESKTOP" in os.environ:
        IS_GNOME = (os.environ["XDG_CURRENT_DESKTOP"] == "GNOME")
        IS_UNITY = (os.environ["XDG_CURRENT_DESKTOP"] == "Unity")
        IS_KDE   = (os.environ["XDG_CURRENT_DESKTOP"] == "KDE")
        IS_CINNAMON = (os.environ["XDG_CURRENT_DESKTOP"] == "X-Cinnamon")
+       IS_I3 = (os.environ["XDG_CURRENT_DESKTOP"] == "i3")
 if "DESKTOP_SESSION" in os.environ:
        if os.environ["DESKTOP_SESSION"] == "gnome":
                # Fedora...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syncthing-gtk-0.7.4.1/syncthing_gtk/uisettingsdialog.py 
new/syncthing-gtk-0.7.5.1/syncthing_gtk/uisettingsdialog.py
--- old/syncthing-gtk-0.7.4.1/syncthing_gtk/uisettingsdialog.py 2015-07-23 
09:03:51.000000000 +0200
+++ new/syncthing-gtk-0.7.5.1/syncthing_gtk/uisettingsdialog.py 2015-09-02 
17:54:54.000000000 +0200
@@ -17,9 +17,10 @@
 
 VALUES = [ "vautostart_daemon", "vautokill_daemon", "vminimize_on_start",
                "vautostart", "vuse_old_header", "vicons_in_menu",
-               "vdaemon_priority", "vfolder_as_path", 
"vnotification_for_update",
-               "vnotification_for_folder", "vnotification_for_error",
-               "vst_autoupdate", "vsyncthing_binary", "vmax_cpus",
+               "vforce_dark_theme", "vdaemon_priority", "vfolder_as_path",
+               "vnotification_for_update", "vnotification_for_folder",
+               "vnotification_for_error", "vst_autoupdate", 
"vsyncthing_binary",
+               "vmax_cpus",
        ]
 
 # Values for filemanager integration. Key is ID of checkbox widget
@@ -86,6 +87,7 @@
                        self["rbOnExitLeave"].set_sensitive(False)
                        self["rbOnExitAsk"].set_sensitive(False)
                        self["rbOnExitTerminate"].set_active(True)
+                       self["vforce_dark_theme"].set_visible(True)
                # Check for filemanager python bindings current state of plugins
                status = []
                for widget_id in FM_DATA:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syncthing-gtk-0.7.4.1/ui-settings.glade 
new/syncthing-gtk-0.7.5.1/ui-settings.glade
--- old/syncthing-gtk-0.7.4.1/ui-settings.glade 2015-07-23 09:03:51.000000000 
+0200
+++ new/syncthing-gtk-0.7.5.1/ui-settings.glade 2015-09-02 17:54:54.000000000 
+0200
@@ -121,7 +121,7 @@
                   </object>
                   <packing>
                     <property name="left_attach">0</property>
-                    <property name="top_attach">9</property>
+                    <property name="top_attach">10</property>
                     <property name="width">3</property>
                     <property name="height">1</property>
                   </packing>
@@ -139,7 +139,7 @@
                   </object>
                   <packing>
                     <property name="left_attach">1</property>
-                    <property name="top_attach">10</property>
+                    <property name="top_attach">11</property>
                     <property name="width">2</property>
                     <property name="height">1</property>
                   </packing>
@@ -157,7 +157,7 @@
                   </object>
                   <packing>
                     <property name="left_attach">1</property>
-                    <property name="top_attach">11</property>
+                    <property name="top_attach">12</property>
                     <property name="width">1</property>
                     <property name="height">1</property>
                   </packing>
@@ -175,7 +175,7 @@
                   </object>
                   <packing>
                     <property name="left_attach">1</property>
-                    <property name="top_attach">12</property>
+                    <property name="top_attach">13</property>
                     <property name="width">1</property>
                     <property name="height">1</property>
                   </packing>
@@ -190,7 +190,7 @@
                   </object>
                   <packing>
                     <property name="left_attach">0</property>
-                    <property name="top_attach">13</property>
+                    <property name="top_attach">14</property>
                     <property name="width">3</property>
                     <property name="height">1</property>
                   </packing>
@@ -208,7 +208,7 @@
                   </object>
                   <packing>
                     <property name="left_attach">1</property>
-                    <property name="top_attach">14</property>
+                    <property name="top_attach">15</property>
                     <property name="width">1</property>
                     <property name="height">1</property>
                   </packing>
@@ -226,7 +226,7 @@
                   </object>
                   <packing>
                     <property name="left_attach">1</property>
-                    <property name="top_attach">15</property>
+                    <property name="top_attach">16</property>
                     <property name="width">1</property>
                     <property name="height">1</property>
                   </packing>
@@ -244,7 +244,7 @@
                   </object>
                   <packing>
                     <property name="left_attach">1</property>
-                    <property name="top_attach">16</property>
+                    <property name="top_attach">17</property>
                     <property name="width">1</property>
                     <property name="height">1</property>
                   </packing>
@@ -277,7 +277,7 @@
                   </object>
                   <packing>
                     <property name="left_attach">0</property>
-                    <property name="top_attach">5</property>
+                    <property name="top_attach">6</property>
                     <property name="width">3</property>
                     <property name="height">1</property>
                   </packing>
@@ -294,7 +294,7 @@
                   </object>
                   <packing>
                     <property name="left_attach">1</property>
-                    <property name="top_attach">6</property>
+                    <property name="top_attach">7</property>
                     <property name="width">1</property>
                     <property name="height">1</property>
                   </packing>
@@ -311,7 +311,7 @@
                   </object>
                   <packing>
                     <property name="left_attach">1</property>
-                    <property name="top_attach">8</property>
+                    <property name="top_attach">9</property>
                     <property name="width">1</property>
                     <property name="height">1</property>
                   </packing>
@@ -328,7 +328,7 @@
                   </object>
                   <packing>
                     <property name="left_attach">1</property>
-                    <property name="top_attach">7</property>
+                    <property name="top_attach">8</property>
                     <property name="width">1</property>
                     <property name="height">1</property>
                   </packing>
@@ -379,7 +379,7 @@
                   </object>
                   <packing>
                     <property name="left_attach">0</property>
-                    <property name="top_attach">3</property>
+                    <property name="top_attach">4</property>
                     <property name="width">3</property>
                     <property name="height">1</property>
                   </packing>
@@ -396,7 +396,24 @@
                   </object>
                   <packing>
                     <property name="left_attach">0</property>
-                    <property name="top_attach">4</property>
+                    <property name="top_attach">5</property>
+                    <property name="width">3</property>
+                    <property name="height">1</property>
+                  </packing>
+                </child>
+                <child>
+                  <object class="GtkCheckButton" id="vforce_dark_theme">
+                    <property name="label" translatable="yes">Force _dark 
theme</property>
+                    <property name="can_focus">True</property>
+                    <property name="receives_default">False</property>
+                    <property name="no_show_all">True</property>
+                    <property name="use_underline">True</property>
+                    <property name="xalign">0</property>
+                    <property name="draw_indicator">True</property>
+                  </object>
+                  <packing>
+                    <property name="left_attach">0</property>
+                    <property name="top_attach">3</property>
                     <property name="width">3</property>
                     <property name="height">1</property>
                   </packing>


Reply via email to