[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 Apr 10 03:12:09 UTC 2017
icon-themes/breeze/cmd/lc_newwindow.png |binary
icon-themes/breeze/cmd/sc_newwindow.png |binary
icon-themes/breeze_dark/cmd/lc_newwindow.png |binary
icon-themes/breeze_dark/cmd/sc_newwindow.png |binary
icon-themes/breeze_svg/cmd/lc_newwindow.svg | 13 +++++++++
icon-themes/breeze_svg/cmd/sc_newwindow.svg | 14 ++++++++++
officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 3 ++
7 files changed, 30 insertions(+)
New commits:
commit 175c0fa9fc5ab6d791eca67ded404adf85243344
Author: andreas kainz <kainz.a at gmail.com>
Date: Fri Apr 7 22:22:42 2017 +0200
add newwindow icon in the ui and the breeze icon for newwindow
Change-Id: Ia252ed209752e04cb3ce3a6cd7d3d5266f931cdb
Reviewed-on: https://gerrit.libreoffice.org/36283
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
diff --git a/icon-themes/breeze/cmd/lc_newwindow.png b/icon-themes/breeze/cmd/lc_newwindow.png
new file mode 100644
index 000000000000..ca1978674798
Binary files /dev/null and b/icon-themes/breeze/cmd/lc_newwindow.png differ
diff --git a/icon-themes/breeze/cmd/sc_newwindow.png b/icon-themes/breeze/cmd/sc_newwindow.png
new file mode 100644
index 000000000000..75663bc4ce00
Binary files /dev/null and b/icon-themes/breeze/cmd/sc_newwindow.png differ
diff --git a/icon-themes/breeze_dark/cmd/lc_newwindow.png b/icon-themes/breeze_dark/cmd/lc_newwindow.png
new file mode 100644
index 000000000000..448e25284b57
Binary files /dev/null and b/icon-themes/breeze_dark/cmd/lc_newwindow.png differ
diff --git a/icon-themes/breeze_dark/cmd/sc_newwindow.png b/icon-themes/breeze_dark/cmd/sc_newwindow.png
new file mode 100644
index 000000000000..c745b16c402a
Binary files /dev/null and b/icon-themes/breeze_dark/cmd/sc_newwindow.png differ
diff --git a/icon-themes/breeze_svg/cmd/lc_newwindow.svg b/icon-themes/breeze_svg/cmd/lc_newwindow.svg
new file mode 100644
index 000000000000..de66a7050a12
--- /dev/null
+++ b/icon-themes/breeze_svg/cmd/lc_newwindow.svg
@@ -0,0 +1,13 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
+ <defs id="defs3051">
+ <style type="text/css" id="current-color-scheme">
+ .ColorScheme-Text {
+ color:#4d4d4d;
+ }
+ </style>
+ </defs>
+ <path style="fill:currentColor;fill-opacity:1;stroke:none"
+ d="M 4 4 L 4 5 L 4 19 L 4 20 L 5 20 L 7 20 L 7 19 L 5 19 L 5 8 L 19 8 L 19 9 L 20 9 L 20 4 L 19 4 L 4 4 z M 8 10 L 8 14 L 8 16 L 8 18 L 8 19 L 8 20 L 12 20 L 20 20 L 20 19 L 20 14 L 20 10 L 19 10 L 18 10 L 8 10 z M 9 14 L 19 14 L 19 19 L 12 19 L 9 19 L 9 16 L 9 14 z "
+ class="ColorScheme-Text"
+ />
+</svg>
diff --git a/icon-themes/breeze_svg/cmd/sc_newwindow.svg b/icon-themes/breeze_svg/cmd/sc_newwindow.svg
new file mode 100644
index 000000000000..968d572ee984
--- /dev/null
+++ b/icon-themes/breeze_svg/cmd/sc_newwindow.svg
@@ -0,0 +1,14 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
+ <defs id="defs3051">
+ <style type="text/css" id="current-color-scheme">
+ .ColorScheme-Text {
+ color:#4d4d4d;
+ }
+ </style>
+ </defs>
+ <path
+ style="fill:currentColor;fill-opacity:1;stroke:none"
+ d="M 2 2 L 2 14 L 5 14 L 5 13 L 3 13 L 3 4 L 13 4 L 13 5 L 14 5 L 14 2 L 2 2 z M 6 6 L 6 14 L 14 14 L 14 6 L 6 6 z M 7 8 L 13 8 L 13 13 L 7 13 L 7 8 z "
+ class="ColorScheme-Text"
+ id="rect4498" />
+</svg>
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 537256064d59..ffb72438f46b 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -3384,6 +3384,9 @@
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">~New Window</value>
</prop>
+ <prop oor:name="Properties" oor:type="xs:int">
+ <value>1</value>
+ </prop>
</node>
<node oor:name=".uno:ClearOutline" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
More information about the Libreoffice-commits
mailing list