[Libreoffice-commits] core.git: icon-themes/galaxy icon-themes/tango sfx2/uiconfig

Yousuf Philips philipz85 at hotmail.com
Tue Oct 13 05:06:58 PDT 2015


 icon-themes/galaxy/links.txt                             |    3 +++
 icon-themes/tango/framework/res/remote-documents.png     |binary
 icon-themes/tango/framework/res/remote-documents.xcf.bz2 |binary
 sfx2/uiconfig/ui/startcenter.ui                          |    9 +++++++--
 4 files changed, 10 insertions(+), 2 deletions(-)

New commits:
commit e495bf390cc8cef5ec7c66febac92f1477e3b92d
Author: Yousuf Philips <philipz85 at hotmail.com>
Date:   Thu Oct 8 16:56:47 2015 +0400

    START CENTER: Set new open remote file icon and label
    
    Change-Id: I7bede0cb520f446582d01bc0e5f583ddf4655ce0
    Reviewed-on: https://gerrit.libreoffice.org/19178
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Yousuf Philips <philipz85 at hotmail.com>

diff --git a/icon-themes/galaxy/links.txt b/icon-themes/galaxy/links.txt
index 6539986..c3d944b 100644
--- a/icon-themes/galaxy/links.txt
+++ b/icon-themes/galaxy/links.txt
@@ -86,3 +86,6 @@ cmd/sc_showgraphics.png cmd/sc_graphic.png
 
 # FolderTree expanded icon
 svtools/res/folderop.png formula/res/fapopen.png
+
+# Start Center remote documents
+framework/res/remote-documents.png framework/res/folder_32.png
diff --git a/icon-themes/tango/framework/res/remote-documents.png b/icon-themes/tango/framework/res/remote-documents.png
new file mode 100644
index 0000000..95aafa2
Binary files /dev/null and b/icon-themes/tango/framework/res/remote-documents.png differ
diff --git a/icon-themes/tango/framework/res/remote-documents.xcf.bz2 b/icon-themes/tango/framework/res/remote-documents.xcf.bz2
new file mode 100644
index 0000000..66168b0
Binary files /dev/null and b/icon-themes/tango/framework/res/remote-documents.xcf.bz2 differ
diff --git a/sfx2/uiconfig/ui/startcenter.ui b/sfx2/uiconfig/ui/startcenter.ui
index 49d9e5f..410e2aa 100644
--- a/sfx2/uiconfig/ui/startcenter.ui
+++ b/sfx2/uiconfig/ui/startcenter.ui
@@ -83,6 +83,11 @@
     <property name="can_focus">False</property>
     <property name="pixbuf">framework/res/recent-documents.png</property>
   </object>
+  <object class="GtkImage" id="open_all_image2">
+    <property name="visible">True</property>
+    <property name="can_focus">False</property>
+    <property name="pixbuf">framework/res/remote-documents.png</property>
+  </object>
   <object class="GtkImage" id="templates_all_image">
     <property name="visible">True</property>
     <property name="can_focus">False</property>
@@ -137,13 +142,13 @@
                 </child>
                 <child>
                   <object class="GtkButton" id="open_remote">
-                    <property name="label" translatable="yes">_Open Remote File</property>
+                    <property name="label" translatable="yes">Remote _Files</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">True</property>
                     <property name="margin_left">6</property>
                     <property name="margin_right">6</property>
-                    <property name="image">open_all_image</property>
+                    <property name="image">open_all_image2</property>
                     <property name="relief">none</property>
                     <property name="use_underline">True</property>
                     <property name="xalign">0</property>


More information about the Libreoffice-commits mailing list