[Libreoffice-commits] core.git: extras/Package_palettes.mk extras/source

2020-04-03 Thread Heiko Tietze (via logerrit)
 extras/Package_palettes.mk |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 730c5317a968f4e99d4d2d28499b1d6204a07285
Author: Heiko Tietze 
AuthorDate: Thu Apr 2 16:58:35 2020 +0200
Commit: Miklos Vajna 
CommitDate: Fri Apr 3 10:03:27 2020 +0200

Rename mso-highlight color palette to customizatio

Change-Id: I00fde624d8e654b1dcd10bd163f219fa73a49e91
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91584
Tested-by: Jenkins
Reviewed-by: Miklos Vajna 

diff --git a/extras/Package_palettes.mk b/extras/Package_palettes.mk
index ed911286593b..19b07555919c 100644
--- a/extras/Package_palettes.mk
+++ b/extras/Package_palettes.mk
@@ -19,7 +19,7 @@ $(eval $(call 
gb_Package_add_files,extras_palettes,$(LIBO_SHARE_FOLDER)/palette,
libreoffice.soc \
material.soc \
modern.sog \
-   mso-highlight.soc \
+   compatibility.soc \
standard.sob \
standard.soc \
standard.sod \
diff --git a/extras/source/palettes/mso-highlight.soc 
b/extras/source/palettes/compatibility.soc
similarity index 100%
rename from extras/source/palettes/mso-highlight.soc
rename to extras/source/palettes/compatibility.soc
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: extras/Package_palettes.mk extras/source

2020-03-23 Thread Tamás Zolnai (via logerrit)
 extras/Package_palettes.mk   |1 +
 extras/source/palettes/mso-highlight.soc |   19 +++
 2 files changed, 20 insertions(+)

New commits:
commit 41dcf55d347d4f4810379148b2db0fb4a41d3465
Author: Tamás Zolnai 
AuthorDate: Mon Mar 23 11:19:47 2020 +0100
Commit: Tamás Zolnai 
CommitDate: Mon Mar 23 12:13:13 2020 +0100

tdf#125268: Add mso-highlight color palette.

These colors are supported by MSO highlight feature.
With using these user can avoid conversion issues, while
saving to MSO formats.

Change-Id: I9ef4a8470a7115d8dce984b8c30ce6798fe8131a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90905
Tested-by: Jenkins
Reviewed-by: Tamás Zolnai 

diff --git a/extras/Package_palettes.mk b/extras/Package_palettes.mk
index b1e71fccfe07..ed911286593b 100644
--- a/extras/Package_palettes.mk
+++ b/extras/Package_palettes.mk
@@ -19,6 +19,7 @@ $(eval $(call 
gb_Package_add_files,extras_palettes,$(LIBO_SHARE_FOLDER)/palette,
libreoffice.soc \
material.soc \
modern.sog \
+   mso-highlight.soc \
standard.sob \
standard.soc \
standard.sod \
diff --git a/extras/source/palettes/mso-highlight.soc 
b/extras/source/palettes/mso-highlight.soc
new file mode 100644
index ..8a973b12e181
--- /dev/null
+++ b/extras/source/palettes/mso-highlight.soc
@@ -0,0 +1,19 @@
+
+
+http://openoffice.org/2000/office; 
xmlns:style="http://openoffice.org/2000/style; 
xmlns:text="http://openoffice.org/2000/text; 
xmlns:table="http://openoffice.org/2000/table; 
xmlns:draw="http://openoffice.org/2000/drawing; 
xmlns:fo="http://www.w3.org/1999/XSL/Format; 
xmlns:xlink="http://www.w3.org/1999/xlink; 
xmlns:dc="http://purl.org/dc/elements/1.1/; 
xmlns:meta="http://openoffice.org/2000/meta; 
xmlns:number="http://openoffice.org/2000/datastyle; 
xmlns:svg="http://www.w3.org/2000/svg; 
xmlns:chart="http://openoffice.org/2000/chart; 
xmlns:dr3d="http://openoffice.org/2000/dr3d; 
xmlns:math="http://www.w3.org/1998/Math/MathML; 
xmlns:form="http://openoffice.org/2000/form; 
xmlns:script="http://openoffice.org/2000/script;>
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: extras/Package_palettes.mk extras/source

2019-07-15 Thread andreas kainz (via logerrit)
 extras/Package_palettes.mk  |1 
 extras/source/palettes/material.soc |  271 
 2 files changed, 272 insertions(+)

New commits:
commit 71a7666863b69156de4dd10c8567f97460ea5abc
Author: andreas kainz 
AuthorDate: Wed Jul 10 20:24:21 2019 +0200
Commit: andreas_kainz 
CommitDate: Mon Jul 15 15:31:41 2019 +0200

add material design color palette

Change-Id: I3cc869382bc2c91ee400c484c936a5c6ea77891f
Reviewed-on: https://gerrit.libreoffice.org/75377
Tested-by: Jenkins
Reviewed-by: Heiko Tietze 

diff --git a/extras/Package_palettes.mk b/extras/Package_palettes.mk
index dbd31c58d972..b1e71fccfe07 100644
--- a/extras/Package_palettes.mk
+++ b/extras/Package_palettes.mk
@@ -17,6 +17,7 @@ $(eval $(call 
gb_Package_add_files,extras_palettes,$(LIBO_SHARE_FOLDER)/palette,
hatching.soh \
html.soc \
libreoffice.soc \
+   material.soc \
modern.sog \
standard.sob \
standard.soc \
diff --git a/extras/source/palettes/material.soc 
b/extras/source/palettes/material.soc
new file mode 100644
index ..e06d4a7cadd5
--- /dev/null
+++ b/extras/source/palettes/material.soc
@@ -0,0 +1,271 @@
+
+
+
+http://openoffice.org/2000/office; 
xmlns:style="http://openoffice.org/2000/style; 
xmlns:text="http://openoffice.org/2000/text; 
xmlns:table="http://openoffice.org/2000/table; 
xmlns:draw="http://openoffice.org/2000/drawing; 
xmlns:fo="http://www.w3.org/1999/XSL/Format; 
xmlns:xlink="http://www.w3.org/1999/xlink; 
xmlns:dc="http://purl.org/dc/elements/1.1/; 
xmlns:meta="http://openoffice.org/2000/meta; 
xmlns:number="http://openoffice.org/2000/datastyle; 
xmlns:svg="http://www.w3.org/2000/svg; 
xmlns:chart="http://openoffice.org/2000/chart; 
xmlns:dr3d="http://openoffice.org/2000/dr3d; 
xmlns:math="http://www.w3.org/1998/Math/MathML; 
xmlns:form="http://openoffice.org/2000/form; 
xmlns:script="http://openoffice.org/2000/script;>
+
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: extras/Package_palettes.mk extras/source

2017-11-25 Thread Yousuf Philips
 extras/Package_palettes.mk|2 --
 extras/source/palettes/breeze.soc |   35 ---
 extras/source/palettes/tango.soc  |   35 ---
 3 files changed, 72 deletions(-)

New commits:
commit 6481a06b066a744e4f1a41ce1b0ca8b27e5f39b4
Author: Yousuf Philips 
Date:   Thu Nov 23 14:25:02 2017 +0400

tdf#113858 Removal of tango and breeze palettes

Change-Id: I15426cfe13985d26348728e5f8b0a638bcbec84c
Reviewed-on: https://gerrit.libreoffice.org/45141
Reviewed-by: Heiko Tietze 
Tested-by: Yousuf Philips 

diff --git a/extras/Package_palettes.mk b/extras/Package_palettes.mk
index 7750655e2058..dbd31c58d972 100644
--- a/extras/Package_palettes.mk
+++ b/extras/Package_palettes.mk
@@ -11,7 +11,6 @@ $(eval $(call 
gb_Package_Package,extras_palettes,$(SRCDIR)/extras/source/palette
 
 $(eval $(call 
gb_Package_add_files,extras_palettes,$(LIBO_SHARE_FOLDER)/palette,\
arrowhd.soe \
-   breeze.soc \
chart-palettes.soc \
classic.sog \
freecolour-hlc.soc \
@@ -27,7 +26,6 @@ $(eval $(call 
gb_Package_add_files,extras_palettes,$(LIBO_SHARE_FOLDER)/palette,
standard.soh \
standard.sop \
styles.sod \
-   tango.soc \
tonal.soc \
 ))
 
diff --git a/extras/source/palettes/breeze.soc 
b/extras/source/palettes/breeze.soc
deleted file mode 100644
index 5dd65b2ea3f1..
--- a/extras/source/palettes/breeze.soc
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-http://www.w3.org/1999/xlink; 
xmlns:svg="http://www.w3.org/2000/svg; 
xmlns:ooo="http://openoffice.org/2004/office;>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/extras/source/palettes/tango.soc b/extras/source/palettes/tango.soc
deleted file mode 100644
index 88e75a33a0be..
--- a/extras/source/palettes/tango.soc
+++ /dev/null
@@ -1,35 +0,0 @@
-
-http://www.w3.org/1999/xlink; 
xmlns:svg="http://www.w3.org/2000/svg; 
xmlns:ooo="http://openoffice.org/2004/office;>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: extras/Package_palettes.mk extras/source

2017-05-27 Thread Yousuf Philips
 extras/Package_palettes.mk|1 
 extras/source/palettes/chart-palettes.soc |   47 ++
 2 files changed, 48 insertions(+)

New commits:
commit 5a5864f5eec6761a8c20f4b77bac8bd83c7cec84
Author: Yousuf Philips 
Date:   Mon May 22 21:38:27 2017 +0400

tdf#106534 New color palette with various charts palettes

Change-Id: I17fefce4db145d0e0d861d3d34f8d3919320eb9d
Reviewed-on: https://gerrit.libreoffice.org/37888
Tested-by: Jenkins 
Reviewed-by: Yousuf Philips 

diff --git a/extras/Package_palettes.mk b/extras/Package_palettes.mk
index a4031d742507..7750655e2058 100644
--- a/extras/Package_palettes.mk
+++ b/extras/Package_palettes.mk
@@ -12,6 +12,7 @@ $(eval $(call 
gb_Package_Package,extras_palettes,$(SRCDIR)/extras/source/palette
 $(eval $(call 
gb_Package_add_files,extras_palettes,$(LIBO_SHARE_FOLDER)/palette,\
arrowhd.soe \
breeze.soc \
+   chart-palettes.soc \
classic.sog \
freecolour-hlc.soc \
hatching.soh \
diff --git a/extras/source/palettes/chart-palettes.soc 
b/extras/source/palettes/chart-palettes.soc
new file mode 100644
index ..800e43340a5a
--- /dev/null
+++ b/extras/source/palettes/chart-palettes.soc
@@ -0,0 +1,47 @@
+
+http://openoffice.org/2000/office; 
xmlns:style="http://openoffice.org/2000/style; 
xmlns:text="http://openoffice.org/2000/text; 
xmlns:table="http://openoffice.org/2000/table; 
xmlns:draw="http://openoffice.org/2000/drawing; 
xmlns:fo="http://www.w3.org/1999/XSL/Format; 
xmlns:xlink="http://www.w3.org/1999/xlink; 
xmlns:dc="http://purl.org/dc/elements/1.1/; 
xmlns:meta="http://openoffice.org/2000/meta; 
xmlns:number="http://openoffice.org/2000/datastyle; 
xmlns:svg="http://www.w3.org/2000/svg; 
xmlns:chart="http://openoffice.org/2000/chart; 
xmlns:dr3d="http://openoffice.org/2000/dr3d; 
xmlns:math="http://www.w3.org/1998/Math/MathML; 
xmlns:form="http://openoffice.org/2000/form; 
xmlns:script="http://openoffice.org/2000/script;>
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: extras/Package_palettes.mk extras/source

2016-12-19 Thread heiko tietze
 extras/Package_palettes.mk|1 
 extras/source/palettes/freecolour-hlc.soc | 1038 ++
 extras/source/palettes/standard.soc   |  280 ++--
 3 files changed, 1136 insertions(+), 183 deletions(-)

New commits:
commit 765826abcaa441d4d90ffbe75bc3c626c42e639b
Author: heiko tietze 
Date:   Sat Dec 17 11:48:02 2016 +0100

tdf#87538 New standard color palette, tdf#104052 Add LibreColour HLC palette

New standard palette; contribution from Christoph Schaefer, freieFarben e.V.

Change-Id: I36cfb3983e28caad0994f9a81e5bc230e8a675e8
Reviewed-on: https://gerrit.libreoffice.org/32116
Tested-by: Jenkins 
Reviewed-by: V Stuart Foote 
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/extras/Package_palettes.mk b/extras/Package_palettes.mk
index 1b43d80..a4031d7 100644
--- a/extras/Package_palettes.mk
+++ b/extras/Package_palettes.mk
@@ -13,6 +13,7 @@ $(eval $(call 
gb_Package_add_files,extras_palettes,$(LIBO_SHARE_FOLDER)/palette,
arrowhd.soe \
breeze.soc \
classic.sog \
+   freecolour-hlc.soc \
hatching.soh \
html.soc \
libreoffice.soc \
diff --git a/extras/source/palettes/freecolour-hlc.soc 
b/extras/source/palettes/freecolour-hlc.soc
new file mode 100644
index 000..914aa91
--- /dev/null
+++ b/extras/source/palettes/freecolour-hlc.soc
@@ -0,0 +1,1038 @@
+
+http://www.w3.org/1999/xlink; 
xmlns:svg="http://www.w3.org/2000/svg;
+xmlns:ooo="http://openoffice.org/2004/office;>
+
+
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  

[Libreoffice-commits] core.git: extras/Package_palettes.mk extras/source

2016-12-13 Thread heiko tietze
 extras/Package_palettes.mk |5 
 extras/source/palettes/cmyk.soc|  220 --
 extras/source/palettes/gallery.soc |   65 
 extras/source/palettes/palette.soc |   81 -
 extras/source/palettes/scribus.soc |  548 -
 extras/source/palettes/web.soc |  236 ---
 6 files changed, 1155 deletions(-)

New commits:
commit a4dc0ce3926eec0d21d6932554c88d818545f4bb
Author: heiko tietze 
Date:   Thu Dec 1 12:18:30 2016 +0100

tdf#104047 - Remove dispensable palettes

cmyk, palette, gallery, web, scribus are obsolete

Change-Id: I7f8a4cb3ccb44e148783c79076e02dc6af933d2d
Reviewed-on: https://gerrit.libreoffice.org/31477
Tested-by: Jenkins 
Reviewed-by: jan iversen 

diff --git a/extras/Package_palettes.mk b/extras/Package_palettes.mk
index 71600e2..59e3cb2 100644
--- a/extras/Package_palettes.mk
+++ b/extras/Package_palettes.mk
@@ -12,14 +12,10 @@ $(eval $(call 
gb_Package_Package,extras_palettes,$(SRCDIR)/extras/source/palette
 $(eval $(call 
gb_Package_add_files,extras_palettes,$(LIBO_SHARE_FOLDER)/palette,\
arrowhd.soe \
classic.sog \
-   cmyk.soc \
-   gallery.soc \
hatching.soh \
html.soc \
libreoffice.soc \
modern.sog \
-   palette.soc \
-   scribus.soc \
standard.sob \
standard.soc \
standard.sod \
@@ -30,7 +26,6 @@ $(eval $(call 
gb_Package_add_files,extras_palettes,$(LIBO_SHARE_FOLDER)/palette,
styles.sod \
tango.soc \
tonal.soc \
-   web.soc \
 ))
 
 # vim: set noet sw=4 ts=4:
diff --git a/extras/source/palettes/cmyk.soc b/extras/source/palettes/cmyk.soc
deleted file mode 100644
index 0642dd9..000
--- a/extras/source/palettes/cmyk.soc
+++ /dev/null
@@ -1,220 +0,0 @@
-
-
-http://openoffice.org/2000/office; 
xmlns:style="http://openoffice.org/2000/style; 
xmlns:text="http://openoffice.org/2000/text; 
xmlns:table="http://openoffice.org/2000/table; 
xmlns:draw="http://openoffice.org/2000/drawing; 
xmlns:fo="http://www.w3.org/1999/XSL/Format; 
xmlns:xlink="http://www.w3.org/1999/xlink; 
xmlns:dc="http://purl.org/dc/elements/1.1/; 
xmlns:meta="http://openoffice.org/2000/meta; 
xmlns:number="http://openoffice.org/2000/datastyle; 
xmlns:svg="http://www.w3.org/2000/svg; 
xmlns:chart="http://openoffice.org/2000/chart; 
xmlns:dr3d="http://openoffice.org/2000/dr3d; 
xmlns:math="http://www.w3.org/1998/Math/MathML; 
xmlns:form="http://openoffice.org/2000/form; 
xmlns:script="http://openoffice.org/2000/script;>
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
-
\ No newline at end of file
diff --git a/extras/source/palettes/gallery.soc 
b/extras/source/palettes/gallery.soc
deleted file mode 100644
index e9970ea..000
--- a/extras/source/palettes/gallery.soc
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-http://openoffice.org/2000/office; 
xmlns:style="http://openoffice.org/2000/style; 
xmlns:text="http://openoffice.org/2000/text; 
xmlns:table="http://openoffice.org/2000/table; 
xmlns:draw="http://openoffice.org/2000/drawing; 
xmlns:fo="http://www.w3.org/1999/XSL/Format; 
xmlns:xlink="http://www.w3.org/1999/xlink; 
xmlns:dc="http://purl.org/dc/elements/1.1/; 
xmlns:meta="http://openoffice.org/2000/meta; 
xmlns:number="http://openoffice.org/2000/datastyle; 
xmlns:svg="http://www.w3.org/2000/svg; 
xmlns:chart="http://openoffice.org/2000/chart; 
xmlns:dr3d="http://openoffice.org/2000/dr3d; 
xmlns:math="http://www.w3.org/1998/Math/MathML; 
xmlns:form="http://openoffice.org/2000/form; 
xmlns:script="http://openoffice.org/2000/script; 
xmlns:config="http://openoffice.org/2001/config;>
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
-
\ No newline at end of file
diff --git a/extras/source/palettes/palette.soc 
b/extras/source/palettes/palette.soc
deleted file mode 100644
index 6668b70..000
--- a/extras/source/palettes/palette.soc
+++ /dev/null
@@ -1,81 +0,0 @@
-
-
-http://openoffice.org/2000/office; 
xmlns:style="http://openoffice.org/2000/style; 
xmlns:text="http://openoffice.org/2000/text; 
xmlns:table="http://openoffice.org/2000/table; 
xmlns:draw="http://openoffice.org/2000/drawing; 

[Libreoffice-commits] core.git: extras/Package_palettes.mk extras/source

2016-12-01 Thread V Stuart Foote
 extras/Package_palettes.mk  |2 
 extras/source/palettes/tonal.soc|  123 
 extras/source/palettes/tonal_column.soc |  123 
 3 files changed, 124 insertions(+), 124 deletions(-)

New commits:
commit 98419425080f58880f2d0d85749a4a55e8abb40b
Author: V Stuart Foote 
Date:   Fri Nov 25 15:16:31 2016 -0600

tdf#80196 - another attempt at renaming to tonal.soc and adjusting names

now for 5.4.0 master and dropping abreviations

Change-Id: I72dbbab2688709e8266be93b40040c4c6c970d55
Reviewed-on: https://gerrit.libreoffice.org/31217
Reviewed-by: Heiko Tietze 
Reviewed-by: jan iversen 
Tested-by: jan iversen 

diff --git a/extras/Package_palettes.mk b/extras/Package_palettes.mk
index ed1f820..71600e2 100644
--- a/extras/Package_palettes.mk
+++ b/extras/Package_palettes.mk
@@ -29,7 +29,7 @@ $(eval $(call 
gb_Package_add_files,extras_palettes,$(LIBO_SHARE_FOLDER)/palette,
standard.sop \
styles.sod \
tango.soc \
-   tonal_column.soc \
+   tonal.soc \
web.soc \
 ))
 
diff --git a/extras/source/palettes/tonal_column.soc 
b/extras/source/palettes/tonal.soc
similarity index 68%
rename from extras/source/palettes/tonal_column.soc
rename to extras/source/palettes/tonal.soc
index 1740160..ad4872c 100644
--- a/extras/source/palettes/tonal_column.soc
+++ b/extras/source/palettes/tonal.soc
@@ -13,49 +13,49 @@
 
 
 
-
-
-
+
+
+
 
-
-
-
-
-
-
-
+
+
+
+
+
+
+
 
-
-
-
+
+
+
 
-
-
-
+
+
+
 
-
-
-
+
+
+
 
 
-
+
 
 
 
-
+
 
 
 
-
+
 
 
 
 
 
 
-
+
 
-
+
 
 
 
@@ -65,9 +65,9 @@
 
 
 
-
+
 
-
+
 
 
 
@@ -77,9 +77,9 @@
 
 
 
-
+
 
-
+
 
 
 
@@ -89,9 +89,9 @@
 
 
 
-
+
 
-
+
 
 
 
@@ -101,9 +101,9 @@
 
 
 
-
+
 
-
+
 
 
 
@@ -113,9 +113,9 @@
 
 
 
-
+
 
-
+
 
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: extras/Package_palettes.mk extras/source

2016-11-22 Thread vsfoote
 extras/Package_palettes.mk  |1 
 extras/source/palettes/tonal_column.soc |  123 
 2 files changed, 124 insertions(+)

New commits:
commit 5c12939540fafb02de2f8c91a3022f9e16a1e38f
Author: vsfoote 
Date:   Mon Nov 21 20:53:41 2016 -0600

tdf#80196 - Standardized color palette normalized by graytone

mathematically generated colors, attachment 101316 attachment 104623
authored by Wade D. Peterson contributed CC0 in the public domain

Change-Id: I06b1b58b1c9e8cf2ef15e581fcf148b74ed36301
Reviewed-on: https://gerrit.libreoffice.org/31061
Reviewed-by: jan iversen 
Tested-by: jan iversen 

diff --git a/extras/Package_palettes.mk b/extras/Package_palettes.mk
index fa37de6..ed1f820 100644
--- a/extras/Package_palettes.mk
+++ b/extras/Package_palettes.mk
@@ -29,6 +29,7 @@ $(eval $(call 
gb_Package_add_files,extras_palettes,$(LIBO_SHARE_FOLDER)/palette,
standard.sop \
styles.sod \
tango.soc \
+   tonal_column.soc \
web.soc \
 ))
 
diff --git a/extras/source/palettes/tonal_column.soc 
b/extras/source/palettes/tonal_column.soc
new file mode 100644
index 000..1740160
--- /dev/null
+++ b/extras/source/palettes/tonal_column.soc
@@ -0,0 +1,123 @@
+
+http://www.w3.org/1999/xlink; 
xmlns:svg="http://www.w3.org/2000/svg; 
xmlns:ooo="http://openoffice.org/2004/office;>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits