[Libreoffice-commits] core.git: icon-themes/breeze icon-themes/breeze_dark icon-themes/breeze_svg officecfg/registry

andreas kainz kainz.a at gmail.com
Mon Oct 9 20:51:56 UTC 2017


 icon-themes/breeze/cmd/lc_recentfilelist.png                         |binary
 icon-themes/breeze/cmd/sc_recentfilelist.png                         |binary
 icon-themes/breeze_dark/cmd/lc_recentfilelist.png                    |binary
 icon-themes/breeze_dark/cmd/sc_recentfilelist.png                    |binary
 icon-themes/breeze_svg/cmd/lc_recentfilelist.svg                     |    6 ++++++
 icon-themes/breeze_svg/cmd/sc_recentfilelist.svg                     |    6 ++++++
 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |    3 +++
 7 files changed, 15 insertions(+)

New commits:
commit 1da3a2d32d89da8467424e1b092711a073fbdc8d
Author: andreas kainz <kainz.a at gmail.com>
Date:   Mon Oct 9 18:20:51 2017 +0200

    add recentfilelist icon tabbed toolbar didnt need bad fix
    
    Change-Id: Iad50448c3d97efaf23ca50d102db6b8ef8a9e896
    Reviewed-on: https://gerrit.libreoffice.org/43292
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: andreas_kainz <kainz.a at gmail.com>

diff --git a/icon-themes/breeze/cmd/lc_recentfilelist.png b/icon-themes/breeze/cmd/lc_recentfilelist.png
new file mode 100644
index 000000000000..b422e9d0664f
Binary files /dev/null and b/icon-themes/breeze/cmd/lc_recentfilelist.png differ
diff --git a/icon-themes/breeze/cmd/sc_recentfilelist.png b/icon-themes/breeze/cmd/sc_recentfilelist.png
new file mode 100644
index 000000000000..54fb39f1e527
Binary files /dev/null and b/icon-themes/breeze/cmd/sc_recentfilelist.png differ
diff --git a/icon-themes/breeze_dark/cmd/lc_recentfilelist.png b/icon-themes/breeze_dark/cmd/lc_recentfilelist.png
new file mode 100644
index 000000000000..8c22a49f97b5
Binary files /dev/null and b/icon-themes/breeze_dark/cmd/lc_recentfilelist.png differ
diff --git a/icon-themes/breeze_dark/cmd/sc_recentfilelist.png b/icon-themes/breeze_dark/cmd/sc_recentfilelist.png
new file mode 100644
index 000000000000..7e7dd6120709
Binary files /dev/null and b/icon-themes/breeze_dark/cmd/sc_recentfilelist.png differ
diff --git a/icon-themes/breeze_svg/cmd/lc_recentfilelist.svg b/icon-themes/breeze_svg/cmd/lc_recentfilelist.svg
new file mode 100644
index 000000000000..06073c504b67
--- /dev/null
+++ b/icon-themes/breeze_svg/cmd/lc_recentfilelist.svg
@@ -0,0 +1,6 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
+ <path 
+     style="fill:#4d4d4d" 
+     d="m 12,4 c -4.431998,0 -8,3.568002 -8,8 0,4.431998 3.568002,8 8,8 4.431998,0 8,-3.568002 8,-8 0,-4.431998 -3.568002,-8 -8,-8 z m 0,1 c 3.877999,0 7,3.122001 7,7 0,3.877999 -3.122001,7 -7,7 C 8.122001,19 5,15.877999 5,12 5,8.122001 8.122001,5 12,5 Z m -1,1 0,7 1,0 5,0 0,-1 -5,0 0,-6 -1,0 z"
+     />
+ </svg>
diff --git a/icon-themes/breeze_svg/cmd/sc_recentfilelist.svg b/icon-themes/breeze_svg/cmd/sc_recentfilelist.svg
new file mode 100644
index 000000000000..b578772f17bc
--- /dev/null
+++ b/icon-themes/breeze_svg/cmd/sc_recentfilelist.svg
@@ -0,0 +1,6 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
+ <path 
+     style="fill:#4d4d4d" 
+     d="M 8 2 C 4.6862915 2 2 4.6862915 2 8 C 2 11.313708 4.6862915 14 8 14 C 11.313708 14 14 11.313708 14 8 C 14 4.6862915 11.313708 2 8 2 z M 8 3 C 10.761424 3 13 5.2385763 13 8 C 13 10.761424 10.761424 13 8 13 C 5.2385763 13 3 10.761424 3 8 C 3 5.2385763 5.2385763 3 8 3 z M 7 4 L 7 8 L 7 9 L 12 9 L 12 8 L 8 8 L 8 4 L 7 4 z "
+     />
+ </svg>
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 40ae7b35d684..4c2a882a8133 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -5982,6 +5982,9 @@
         <prop oor:name="Label" oor:type="xs:string">
           <value xml:lang="en-US">Recent Doc~uments</value>
         </prop>
+        <prop oor:name="Properties" oor:type="xs:int">
+          <value>1</value>
+        </prop>
       </node>
       <node oor:name=".uno:DeleteAllNotes" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">


More information about the Libreoffice-commits mailing list