[Libreoffice-commits] core.git: icon-themes/galaxy officecfg/registry
Joel Madero
jmadero.dev at gmail.com
Tue Aug 13 03:41:49 PDT 2013
icon-themes/galaxy/cmd/lc_fliphorizontal.png |binary
icon-themes/galaxy/cmd/lc_flipvertical.png |binary
icon-themes/galaxy/cmd/lc_objectmirrorhorizontal.png | 1 +
icon-themes/galaxy/cmd/lc_objectmirrorvertical.png | 1 +
officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu | 8 +++++++-
5 files changed, 9 insertions(+), 1 deletion(-)
New commits:
commit 25e23919c8d8530089bd78bc33689a955e7f49ee
Author: Joel Madero <jmadero.dev at gmail.com>
Date: Mon Aug 12 21:56:58 2013 -0700
fdo#67585 Spreadsheet Label Consistency + Icons
Changed label under format -> flip -> Flip Object Vertically to Flip Vertically to be consisten with other flip labels in Spreadsheet and Writer.
Added icons for Spreadsheet flip commands - used same icons used for flip commands in writer.
modified: officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
icon-themes/galaxy/cmd/lc_objectmirrorhorizontal.png
icon-themes/galaxy/cmd/lc_objectmirrorvertical.png
icon-themes/galaxy/cmd/sc_objectmirrorhorizontal.png
icon-themes/galaxy/cmd/sc_objectmirrorvertical.png
Change-Id: If09c89f68356258ee72be116738dc4d2d81a79c8
Reviewed-on: https://gerrit.libreoffice.org/5378
Reviewed-by: Tor Lillqvist <tml at iki.fi>
Tested-by: Tor Lillqvist <tml at iki.fi>
diff --git a/icon-themes/galaxy/cmd/lc_fliphorizontal.png b/icon-themes/galaxy/cmd/lc_fliphorizontal.png
index 67c5743..2f4e8c1 100644
Binary files a/icon-themes/galaxy/cmd/lc_fliphorizontal.png and b/icon-themes/galaxy/cmd/lc_fliphorizontal.png differ
diff --git a/icon-themes/galaxy/cmd/lc_flipvertical.png b/icon-themes/galaxy/cmd/lc_flipvertical.png
index fd582af..c0f967c 100644
Binary files a/icon-themes/galaxy/cmd/lc_flipvertical.png and b/icon-themes/galaxy/cmd/lc_flipvertical.png differ
diff --git a/icon-themes/galaxy/cmd/lc_objectmirrorhorizontal.png b/icon-themes/galaxy/cmd/lc_objectmirrorhorizontal.png
new file mode 120000
index 0000000..bf3e205
--- /dev/null
+++ b/icon-themes/galaxy/cmd/lc_objectmirrorhorizontal.png
@@ -0,0 +1 @@
+/data/git/libreoffice/icon-themes/galaxy/cmd/lc_fliphorizontal.png
\ No newline at end of file
diff --git a/icon-themes/galaxy/cmd/lc_objectmirrorvertical.png b/icon-themes/galaxy/cmd/lc_objectmirrorvertical.png
new file mode 120000
index 0000000..9c9ca97
--- /dev/null
+++ b/icon-themes/galaxy/cmd/lc_objectmirrorvertical.png
@@ -0,0 +1 @@
+/data/git/libreoffice/icon-themes/galaxy/cmd/lc_flipvertical.png
\ No newline at end of file
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
index 1bea73a..1f9e96b 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
@@ -15,6 +15,9 @@
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">Flip Vertically</value>
</prop>
+ <prop oor:name="Properties" oor:type="xs:int">
+ <value>1</value>
+ </prop>
</node>
<node oor:name=".uno:NumberFormatType" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
@@ -23,7 +26,10 @@
</node>
<node oor:name=".uno:ObjectMirrorHorizontal" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">Flip Object Horizontally</value>
+ <value xml:lang="en-US">Flip Horizontally</value>
+ </prop>
+ <prop oor:name="Properties" oor:type="xs:int">
+ <value>1</value>
</prop>
</node>
<node oor:name=".uno:ShowPrecedents" oor:op="replace">
More information about the Libreoffice-commits
mailing list