[Libreoffice-commits] core.git: extras/Module_extras.mk extras/Persona_dark.mk extras/Persona_gray.mk extras/Persona_green.mk extras/Persona_pink.mk extras/Persona_sand.mk extras/Personas.mk extras/Persona_white.mk extras/source Repository.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Oct 19 12:35:42 UTC 2018


 Repository.mk                                    |    7 
 extras/Module_extras.mk                          |   10 
 extras/Persona_dark.mk                           |   18 +
 extras/Persona_gray.mk                           |   18 +
 extras/Persona_green.mk                          |   18 +
 extras/Persona_pink.mk                           |   18 +
 extras/Persona_sand.mk                           |   18 +
 extras/Persona_white.mk                          |   18 +
 extras/Personas.mk                               |   16 +
 extras/source/gallery/personas/dark/dark.svg     |  254 +++++++++++++++++++++++
 extras/source/gallery/personas/dark/footer.png   |binary
 extras/source/gallery/personas/dark/header.png   |binary
 extras/source/gallery/personas/dark/preview.png  |binary
 extras/source/gallery/personas/gray/footer.png   |binary
 extras/source/gallery/personas/gray/gray.svg     |  106 +++++++++
 extras/source/gallery/personas/gray/header.png   |binary
 extras/source/gallery/personas/gray/preview.png  |binary
 extras/source/gallery/personas/green/footer.png  |binary
 extras/source/gallery/personas/green/green.svg   |  112 ++++++++++
 extras/source/gallery/personas/green/header.png  |binary
 extras/source/gallery/personas/green/preview.png |binary
 extras/source/gallery/personas/personas_list.txt |    6 
 extras/source/gallery/personas/pink/footer.png   |binary
 extras/source/gallery/personas/pink/header.png   |binary
 extras/source/gallery/personas/pink/pink.svg     |  202 ++++++++++++++++++
 extras/source/gallery/personas/pink/preview.png  |binary
 extras/source/gallery/personas/sand/footer.png   |binary
 extras/source/gallery/personas/sand/header.png   |binary
 extras/source/gallery/personas/sand/preview.png  |binary
 extras/source/gallery/personas/white/footer.png  |binary
 extras/source/gallery/personas/white/header.png  |binary
 extras/source/gallery/personas/white/preview.png |binary
 extras/source/gallery/personas/white/white.svg   |  103 +++++++++
 33 files changed, 924 insertions(+)

New commits:
commit 98f292390239b530ffad3b6c9340d182a8aa834f
Author:     andreas kainz <kainz.a at gmail.com>
AuthorDate: Mon Oct 8 07:42:36 2018 +0200
Commit:     andreas_kainz <kainz.a at gmail.com>
CommitDate: Fri Oct 19 14:34:17 2018 +0200

    Personas: add 6 new default themes
    
    design part of the personas patch
    
    Change-Id: I53c3b4d7dd6a4b47ac2d27b361978faa597386e6
    Reviewed-on: https://gerrit.libreoffice.org/61507
    Tested-by: Jenkins
    Reviewed-by: Muhammet Kara <muhammet.kara at pardus.org.tr>
    Reviewed-by: Michael Stahl <Michael.Stahl at cib.de>
    Reviewed-by: andreas_kainz <kainz.a at gmail.com>

diff --git a/Repository.mk b/Repository.mk
index f7162e48e080..224902491c13 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -887,6 +887,13 @@ $(eval $(call gb_Helper_register_packages_for_install,ooo,\
 	extras_labels \
 	$(if $(filter WNT,$(OS)),extras_newfiles) \
 	extras_palettes \
+	extras_personas \
+	extras_persona_dark \
+	extras_persona_gray \
+	extras_persona_green \
+	extras_persona_pink \
+	extras_persona_sand \
+	extras_persona_white \
 	extras_tplofficorr \
 	extras_tploffimisc \
 	extras_tplpresnt \
diff --git a/extras/Module_extras.mk b/extras/Module_extras.mk
index c7101000b79c..9404299c8dbc 100644
--- a/extras/Module_extras.mk
+++ b/extras/Module_extras.mk
@@ -73,6 +73,16 @@ $(eval $(call gb_Module_add_targets,extras,\
 endif
 
 $(eval $(call gb_Module_add_targets,extras,\
+	Personas \
+	Persona_dark \
+	Persona_gray \
+	Persona_green \
+	Persona_pink \
+	Persona_sand \
+	Persona_white \
+))
+
+$(eval $(call gb_Module_add_targets,extras,\
 	CustomTarget_opensymbol \
 ))
 
diff --git a/extras/Persona_dark.mk b/extras/Persona_dark.mk
new file mode 100644
index 000000000000..9c27dd05c049
--- /dev/null
+++ b/extras/Persona_dark.mk
@@ -0,0 +1,18 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+$(eval $(call gb_Package_Package,extras_persona_dark,$(SRCDIR)/extras/source/gallery/personas/dark))
+
+$(eval $(call gb_Package_add_files,extras_persona_dark,$(LIBO_SHARE_FOLDER)/gallery/personas/dark,\
+	footer.png \
+	header.png \
+	preview.png \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/extras/Persona_gray.mk b/extras/Persona_gray.mk
new file mode 100644
index 000000000000..4c2ae61f248d
--- /dev/null
+++ b/extras/Persona_gray.mk
@@ -0,0 +1,18 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+$(eval $(call gb_Package_Package,extras_persona_gray,$(SRCDIR)/extras/source/gallery/personas/gray))
+
+$(eval $(call gb_Package_add_files,extras_persona_gray,$(LIBO_SHARE_FOLDER)/gallery/personas/gray,\
+	footer.png \
+	header.png \
+	preview.png \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/extras/Persona_green.mk b/extras/Persona_green.mk
new file mode 100644
index 000000000000..2c89f15cd640
--- /dev/null
+++ b/extras/Persona_green.mk
@@ -0,0 +1,18 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+$(eval $(call gb_Package_Package,extras_persona_green,$(SRCDIR)/extras/source/gallery/personas/green))
+
+$(eval $(call gb_Package_add_files,extras_persona_green,$(LIBO_SHARE_FOLDER)/gallery/personas/green,\
+	footer.png \
+	header.png \
+	preview.png \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/extras/Persona_pink.mk b/extras/Persona_pink.mk
new file mode 100644
index 000000000000..d60d1962b5d9
--- /dev/null
+++ b/extras/Persona_pink.mk
@@ -0,0 +1,18 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+$(eval $(call gb_Package_Package,extras_persona_pink,$(SRCDIR)/extras/source/gallery/personas/pink))
+
+$(eval $(call gb_Package_add_files,extras_persona_pink,$(LIBO_SHARE_FOLDER)/gallery/personas/pink,\
+	footer.png \
+	header.png \
+	preview.png \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/extras/Persona_sand.mk b/extras/Persona_sand.mk
new file mode 100644
index 000000000000..113cdfbd6c4d
--- /dev/null
+++ b/extras/Persona_sand.mk
@@ -0,0 +1,18 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+$(eval $(call gb_Package_Package,extras_persona_sand,$(SRCDIR)/extras/source/gallery/personas/sand))
+
+$(eval $(call gb_Package_add_files,extras_persona_sand,$(LIBO_SHARE_FOLDER)/gallery/personas/sand,\
+	footer.png \
+	header.png \
+	preview.png \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/extras/Persona_white.mk b/extras/Persona_white.mk
new file mode 100644
index 000000000000..ff830d8ab953
--- /dev/null
+++ b/extras/Persona_white.mk
@@ -0,0 +1,18 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+$(eval $(call gb_Package_Package,extras_persona_white,$(SRCDIR)/extras/source/gallery/personas/white))
+
+$(eval $(call gb_Package_add_files,extras_persona_white,$(LIBO_SHARE_FOLDER)/gallery/personas/white,\
+	footer.png \
+	header.png \
+	preview.png \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/extras/Personas.mk b/extras/Personas.mk
new file mode 100644
index 000000000000..3f6e1089cee0
--- /dev/null
+++ b/extras/Personas.mk
@@ -0,0 +1,16 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+$(eval $(call gb_Package_Package,extras_personas,$(SRCDIR)/extras/source/gallery/personas/))
+
+$(eval $(call gb_Package_add_files,extras_personas,$(LIBO_SHARE_FOLDER)/gallery/personas/,\
+	personas_list.txt \
+))	
+
+# vim: set noet sw=4 ts=4:
diff --git a/extras/source/gallery/personas/dark/dark.svg b/extras/source/gallery/personas/dark/dark.svg
new file mode 100644
index 000000000000..068596cbf389
--- /dev/null
+++ b/extras/source/gallery/personas/dark/dark.svg
@@ -0,0 +1,254 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="3000"
+   height="200"
+   viewBox="0 0 3000 200"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="dark.svg"
+   inkscape:export-filename="header.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90">
+  <defs
+     id="defs4">
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4181">
+      <stop
+         style="stop-color:#666666;stop-opacity:1"
+         offset="0"
+         id="stop4183" />
+      <stop
+         style="stop-color:#333333;stop-opacity:1"
+         offset="1"
+         id="stop4185" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4155"
+       id="linearGradient4336"
+       x1="1448.6979"
+       y1="-1230.7698"
+       x2="1447.8168"
+       y2="-1299.6215"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,2524.7244)" />
+    <linearGradient
+       id="linearGradient4155"
+       inkscape:collect="always">
+      <stop
+         id="stop4157"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:0.6" />
+      <stop
+         id="stop4159"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0.8" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4155"
+       id="linearGradient4328"
+       x1="-0.94369477"
+       y1="958.36316"
+       x2="2996.2275"
+       y2="954.86462"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-3000,0)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4155"
+       id="linearGradient4276"
+       x1="701.11664"
+       y1="622.36218"
+       x2="-27.266787"
+       y2="624.41223"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(1.0037938e-4,0)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4181"
+       id="linearGradient4288"
+       x1="1440"
+       y1="852.36218"
+       x2="1440"
+       y2="1052.3622"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-1904.7244)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4181"
+       id="linearGradient4309"
+       x1="1480"
+       y1="1312.3622"
+       x2="1480"
+       y2="1212.3622"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-2524.7244)" />
+    <linearGradient
+       gradientTransform="translate(0,-2.6171874e-6)"
+       inkscape:collect="always"
+       xlink:href="#linearGradient4181"
+       id="linearGradient4317"
+       x1="330"
+       y1="672.36218"
+       x2="330"
+       y2="572.36218"
+       gradientUnits="userSpaceOnUse" />
+    <filter
+       inkscape:collect="always"
+       style="color-interpolation-filters:sRGB"
+       id="filter4263"
+       x="-0.020647059"
+       width="1.0412941"
+       y="-0.1404"
+       height="1.2808">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="5.85"
+         id="feGaussianBlur4265" />
+    </filter>
+    <filter
+       inkscape:collect="always"
+       style="color-interpolation-filters:sRGB"
+       id="filter4271"
+       x="-0.018242209"
+       width="1.0364844"
+       y="-0.27363314"
+       height="1.5472663">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="22.802761"
+         id="feGaussianBlur4273" />
+    </filter>
+    <filter
+       inkscape:collect="always"
+       style="color-interpolation-filters:sRGB"
+       id="filter4279"
+       x="-0.016033032"
+       width="1.0320661"
+       y="-0.48099096"
+       height="1.9619819">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="20.04129"
+         id="feGaussianBlur4281" />
+    </filter>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.4877933"
+     inkscape:cx="1782.5405"
+     inkscape:cy="-26.431872"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     units="px"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="2560"
+     inkscape:window-height="1319"
+     inkscape:window-x="0"
+     inkscape:window-y="30"
+     inkscape:window-maximized="1" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-852.36218)">
+    <rect
+       style="opacity:1;fill:url(#linearGradient4288);fill-opacity:1;stroke:none;stroke-width:1.82000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect3843-67"
+       width="3000"
+       height="200"
+       x="0"
+       y="-1052.3622"
+       inkscape:export-filename="header.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90"
+       transform="scale(1,-1)" />
+    <rect
+       style="opacity:1;fill:url(#linearGradient4309);fill-opacity:1.0;stroke:none;stroke-width:1.82000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect3843-0-53"
+       width="3000"
+       height="100"
+       x="0"
+       y="-1312.3622"
+       inkscape:export-filename="footer.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90"
+       transform="scale(1,-1)" />
+    <rect
+       style="opacity:1;fill:url(#linearGradient4317);fill-opacity:1.0;stroke:none;stroke-width:1.82000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect3843-0-5-5"
+       width="680"
+       height="100"
+       x="0"
+       y="572.36218"
+       inkscape:export-filename="preview.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <rect
+       style="opacity:0.4;fill:url(#linearGradient4336);fill-opacity:1;stroke:none;stroke-width:1.82000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter4279)"
+       id="rect3843-0-3"
+       width="3000"
+       height="100"
+       x="0"
+       y="1212.3622"
+       inkscape:export-filename="footer.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90"
+       transform="matrix(1.0499333,0,0,1.4478036,-74.89948,-561.64153)" />
+    <rect
+       style="opacity:0.4;fill:url(#linearGradient4328);fill-opacity:1;stroke:none;stroke-width:1.82000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter4271)"
+       id="rect3843-6"
+       width="3000"
+       height="200"
+       x="-3000"
+       y="852.36218"
+       inkscape:export-filename="header.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90"
+       transform="matrix(-1.0320973,0,0,1.161279,-48.02348,-152.71322)" />
+    <rect
+       style="opacity:0.4;fill:url(#linearGradient4276);fill-opacity:1;stroke:none;stroke-width:1.82000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter4263)"
+       id="rect3843-0-5-7"
+       width="680"
+       height="100"
+       x="3.7938298e-07"
+       y="572.36218"
+       inkscape:export-filename="preview.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+  </g>
+</svg>
diff --git a/extras/source/gallery/personas/dark/footer.png b/extras/source/gallery/personas/dark/footer.png
new file mode 100644
index 000000000000..2a91a0898847
Binary files /dev/null and b/extras/source/gallery/personas/dark/footer.png differ
diff --git a/extras/source/gallery/personas/dark/header.png b/extras/source/gallery/personas/dark/header.png
new file mode 100644
index 000000000000..e68ca161f696
Binary files /dev/null and b/extras/source/gallery/personas/dark/header.png differ
diff --git a/extras/source/gallery/personas/dark/preview.png b/extras/source/gallery/personas/dark/preview.png
new file mode 100644
index 000000000000..962acf47a194
Binary files /dev/null and b/extras/source/gallery/personas/dark/preview.png differ
diff --git a/extras/source/gallery/personas/gray/footer.png b/extras/source/gallery/personas/gray/footer.png
new file mode 100644
index 000000000000..22820c4aec60
Binary files /dev/null and b/extras/source/gallery/personas/gray/footer.png differ
diff --git a/extras/source/gallery/personas/gray/gray.svg b/extras/source/gallery/personas/gray/gray.svg
new file mode 100644
index 000000000000..55a04aac8510
--- /dev/null
+++ b/extras/source/gallery/personas/gray/gray.svg
@@ -0,0 +1,106 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="3000"
+   height="200"
+   viewBox="0 0 3000 200"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="gray.svg"
+   inkscape:export-filename="header.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90">
+  <defs
+     id="defs4">
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4361"
+       id="linearGradient4309"
+       x1="1480"
+       y1="1312.3622"
+       x2="1480"
+       y2="1212.3622"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-2524.7244)" />
+    <linearGradient
+       id="linearGradient4361"
+       inkscape:collect="always">
+      <stop
+         id="stop4363"
+         offset="0"
+         style="stop-color:#eeeeee;stop-opacity:1" />
+      <stop
+         id="stop4365"
+         offset="1"
+         style="stop-color:#cccccc;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       gradientTransform="translate(0,-2.6171874e-6)"
+       inkscape:collect="always"
+       xlink:href="#linearGradient4361"
+       id="linearGradient4317"
+       x1="330"
+       y1="672.36218"
+       x2="330"
+       y2="572.36218"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4361"
+       id="linearGradient4288"
+       x1="1440"
+       y1="852.36218"
+       x2="1440"
+       y2="1052.3622"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-1904.7244)" />
+  </defs>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-852.36218)">
+    <rect
+       style="opacity:1;fill:url(#linearGradient4288);fill-opacity:1;stroke:none;stroke-width:1.82000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect3843"
+       width="3000"
+       height="200"
+       x="0"
+       y="-1052.3622"
+       inkscape:export-filename="header.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90"
+       transform="scale(1,-1)" />
+    <rect
+       style="opacity:1;fill:url(#linearGradient4309);fill-opacity:1;stroke:none;stroke-width:1.82000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect3843-0"
+       width="3000"
+       height="100"
+       x="0"
+       y="-1312.3622"
+       inkscape:export-filename="footer.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90"
+       transform="scale(1,-1)" />
+    <rect
+       style="opacity:1;fill:url(#linearGradient4317);fill-opacity:1;stroke:none;stroke-width:1.82000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect3843-0-5"
+       width="680"
+       height="100"
+       x="0"
+       y="572.36218"
+       inkscape:export-filename="preview.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+  </g>
+</svg>
diff --git a/extras/source/gallery/personas/gray/header.png b/extras/source/gallery/personas/gray/header.png
new file mode 100644
index 000000000000..4c3af31a010a
Binary files /dev/null and b/extras/source/gallery/personas/gray/header.png differ
diff --git a/extras/source/gallery/personas/gray/preview.png b/extras/source/gallery/personas/gray/preview.png
new file mode 100644
index 000000000000..217fec024058
Binary files /dev/null and b/extras/source/gallery/personas/gray/preview.png differ
diff --git a/extras/source/gallery/personas/green/footer.png b/extras/source/gallery/personas/green/footer.png
new file mode 100644
index 000000000000..6904232a12d5
Binary files /dev/null and b/extras/source/gallery/personas/green/footer.png differ
diff --git a/extras/source/gallery/personas/green/green.svg b/extras/source/gallery/personas/green/green.svg
new file mode 100644
index 000000000000..a6d8326467f9
--- /dev/null
+++ b/extras/source/gallery/personas/green/green.svg
@@ -0,0 +1,112 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="3000"
+   height="200"
+   viewBox="0 0 3000 200"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="green.svg"
+   inkscape:export-filename="header.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90">
+  <defs
+     id="defs4">
+    <linearGradient
+       id="linearGradient4283"
+       gradientTransform="matrix(15.958,0,0,16.0248,-4438.13,-5573.42)"
+       gradientUnits="userSpaceOnUse"
+       x1="294.34299"
+       x2="294.418"
+       y1="256.58099"
+       y2="243.13901">
+      <stop
+         style="stop-color:#63bbbb;stop-opacity:1"
+         offset="0"
+         stop-color="#e6e6e6"
+         id="stop4285" />
+      <stop
+         style="stop-color:#92e285;stop-opacity:1"
+         offset="1"
+         stop-color="#fff"
+         id="stop4287" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4283"
+       id="linearGradient4287"
+       x1="1240"
+       y1="1192.3622"
+       x2="1240"
+       y2="1312.3622"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-2524.7244)" />
+    <linearGradient
+       gradientTransform="matrix(0.22666667,0,0,1,0,-640.00002)"
+       inkscape:collect="always"
+       xlink:href="#linearGradient4283"
+       id="linearGradient4287-3"
+       x1="1411.7646"
+       y1="1212.3622"
+       x2="1411.7646"
+       y2="1332.3622"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       gradientTransform="translate(0,-2.6171874e-6)"
+       inkscape:collect="always"
+       xlink:href="#linearGradient4283"
+       id="linearGradient4279"
+       x1="1720"
+       y1="852.36218"
+       x2="1720"
+       y2="1052.3622"
+       gradientUnits="userSpaceOnUse" />
+  </defs>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-852.36218)">
+    <rect
+       style="opacity:1;fill:url(#linearGradient4287);fill-opacity:1;stroke:none;stroke-width:1.82000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect3843-0"
+       width="3000"
+       height="100"
+       x="0"
+       y="-1312.3622"
+       inkscape:export-filename="footer.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90"
+       transform="scale(1,-1)" />
+    <rect
+       style="opacity:1;fill:url(#linearGradient4287-3);fill-opacity:1.0;stroke:none;stroke-width:1.82000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect3843-0-5"
+       width="680"
+       height="100"
+       x="0"
+       y="572.36218"
+       inkscape:export-filename="preview.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <rect
+       style="opacity:1;fill:url(#linearGradient4279);fill-opacity:1.0;stroke:none;stroke-width:1.82000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect3843"
+       width="3000"
+       height="200"
+       x="0"
+       y="852.36218"
+       inkscape:export-filename="header.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+  </g>
+</svg>
diff --git a/extras/source/gallery/personas/green/header.png b/extras/source/gallery/personas/green/header.png
new file mode 100644
index 000000000000..ab398388df4d
Binary files /dev/null and b/extras/source/gallery/personas/green/header.png differ
diff --git a/extras/source/gallery/personas/green/preview.png b/extras/source/gallery/personas/green/preview.png
new file mode 100644
index 000000000000..87fed6d4e5d7
Binary files /dev/null and b/extras/source/gallery/personas/green/preview.png differ
diff --git a/extras/source/gallery/personas/personas_list.txt b/extras/source/gallery/personas/personas_list.txt
new file mode 100644
index 000000000000..0412b5b59a02
--- /dev/null
+++ b/extras/source/gallery/personas/personas_list.txt
@@ -0,0 +1,6 @@
+white;White;white/preview.png;white/header.png;white/footer.png;;#000000;#ffffff
+gray;Gray;gray/preview.png;gray/header.png;gray/footer.png;;#000000;#ffffff
+dark;Dark;dark/preview.png;dark/header.png;dark/footer.png;#ffffff;#000000
+pink;Pink;pink/preview.png;pink/header.png;pink/footer.png;;#000000;#ffffff
+sand;Sand;sand/preview.png;sand/header.png;sand/footer.png;;#000000;#ffffff
+green;Green;green/preview.png;green/header.png;green/footer.png;;#000000;#ffffff
diff --git a/extras/source/gallery/personas/pink/footer.png b/extras/source/gallery/personas/pink/footer.png
new file mode 100644
index 000000000000..4e6d0e50164e
Binary files /dev/null and b/extras/source/gallery/personas/pink/footer.png differ
diff --git a/extras/source/gallery/personas/pink/header.png b/extras/source/gallery/personas/pink/header.png
new file mode 100644
index 000000000000..164f6a5cafc8
Binary files /dev/null and b/extras/source/gallery/personas/pink/header.png differ
diff --git a/extras/source/gallery/personas/pink/pink.svg b/extras/source/gallery/personas/pink/pink.svg
new file mode 100644
index 000000000000..84daf09b802c
--- /dev/null
+++ b/extras/source/gallery/personas/pink/pink.svg
@@ -0,0 +1,202 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="3000"
+   height="200"
+   viewBox="0 0 3000 200"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="pink.svg"
+   inkscape:export-filename="header.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90">
+  <defs
+     id="defs4">
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4183">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop4185" />
+      <stop
+         style="stop-color:#f2cbf8;stop-opacity:1"
+         offset="1"
+         id="stop4187" />
+    </linearGradient>
+    <linearGradient
+       gradientTransform="matrix(0.22666667,0,0,1,0,-640.00002)"
+       inkscape:collect="always"
+       xlink:href="#linearGradient4183"
+       id="linearGradient4287-3"
+       x1="1720.5883"
+       y1="1257.3622"
+       x2="1720.5883"
+       y2="1212.3622"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4183"
+       id="linearGradient4328"
+       x1="1840"
+       y1="917.36218"
+       x2="1840"
+       y2="852.36218"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4183"
+       id="linearGradient4336"
+       x1="1560"
+       y1="-1242.3622"
+       x2="1560"
+       y2="-1212.3622"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,2524.7244)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4183"
+       id="linearGradient4328-3"
+       x1="1840"
+       y1="917.36218"
+       x2="1840"
+       y2="852.36218"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.95,0,52.618111)" />
+    <filter
+       inkscape:collect="always"
+       style="color-interpolation-filters:sRGB"
+       id="filter4221"
+       x="-0.01276"
+       width="1.02552"
+       y="-0.20147368"
+       height="1.4029474">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="15.95"
+         id="feGaussianBlur4223" />
+    </filter>
+    <linearGradient
+       gradientTransform="matrix(0.22666667,0,0,1,0,-640.00002)"
+       inkscape:collect="always"
+       xlink:href="#linearGradient4183"
+       id="linearGradient4287-3-2"
+       x1="1720.5883"
+       y1="1257.3622"
+       x2="1720.5883"
+       y2="1212.3622"
+       gradientUnits="userSpaceOnUse" />
+    <filter
+       inkscape:collect="always"
+       style="color-interpolation-filters:sRGB"
+       id="filter4279"
+       x="-0.013764706"
+       width="1.0275294"
+       y="-0.0936"
+       height="1.1872">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="3.9"
+         id="feGaussianBlur4281" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4183"
+       id="linearGradient4336-3"
+       x1="1560"
+       y1="-1242.3622"
+       x2="1560"
+       y2="-1212.3622"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,2524.7244)" />
+    <filter
+       inkscape:collect="always"
+       style="color-interpolation-filters:sRGB"
+       id="filter4179"
+       x="-0.0124"
+       width="1.0248"
+       y="-0.372"
+       height="1.744">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="15.5"
+         id="feGaussianBlur4181" />
+    </filter>
+  </defs>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-852.36218)">
+    <rect
+       style="opacity:1;fill:url(#linearGradient4287-3);fill-opacity:1.0;stroke:none;stroke-width:1.82000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect3843-0-5"
+       width="680"
+       height="100"
+       x="0"
+       y="572.36218"
+       inkscape:export-filename="preview.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <rect
+       style="opacity:1;fill:url(#linearGradient4328);fill-opacity:1.0;stroke:none;stroke-width:1.82000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect3843"
+       width="3000"
+       height="200"
+       x="0"
+       y="852.36218"
+       inkscape:export-filename="header.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <rect
+       style="opacity:1;fill:url(#linearGradient4336);fill-opacity:1;stroke:none;stroke-width:1.82000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect3843-0"
+       width="3000"
+       height="100"
+       x="0"
+       y="1212.3622"
+       inkscape:export-filename="footer.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <rect
+       style="opacity:1;fill:url(#linearGradient4328-3);fill-opacity:1;stroke:none;stroke-width:1.82000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter4221)"
+       id="rect3843-5"
+       width="3000"
+       height="190"
+       x="0"
+       y="862.36218"
+       inkscape:export-filename="header.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <rect
+       style="opacity:1;fill:url(#linearGradient4287-3-2);fill-opacity:1;stroke:none;stroke-width:1.82000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter4279)"
+       id="rect3843-0-5-9"
+       width="680"
+       height="100"
+       x="0"
+       y="572.36218"
+       inkscape:export-filename="preview.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <rect
+       style="opacity:1;fill:url(#linearGradient4336-3);fill-opacity:1;stroke:none;stroke-width:1.82000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter4179)"
+       id="rect3843-0-53"
+       width="3000"
+       height="100"
+       x="0"
+       y="1212.3622"
+       inkscape:export-filename="footer.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+  </g>
+</svg>
diff --git a/extras/source/gallery/personas/pink/preview.png b/extras/source/gallery/personas/pink/preview.png
new file mode 100644
index 000000000000..36b0dd919301
Binary files /dev/null and b/extras/source/gallery/personas/pink/preview.png differ
diff --git a/extras/source/gallery/personas/sand/footer.png b/extras/source/gallery/personas/sand/footer.png
new file mode 100644
index 000000000000..55af9f450ce8
Binary files /dev/null and b/extras/source/gallery/personas/sand/footer.png differ
diff --git a/extras/source/gallery/personas/sand/header.png b/extras/source/gallery/personas/sand/header.png
new file mode 100644
index 000000000000..20c173a5f7b0
Binary files /dev/null and b/extras/source/gallery/personas/sand/header.png differ
diff --git a/extras/source/gallery/personas/sand/preview.png b/extras/source/gallery/personas/sand/preview.png
new file mode 100644
index 000000000000..1a0fc4bb8677
Binary files /dev/null and b/extras/source/gallery/personas/sand/preview.png differ
diff --git a/extras/source/gallery/personas/white/footer.png b/extras/source/gallery/personas/white/footer.png
new file mode 100644
index 000000000000..7d1db07c967a
Binary files /dev/null and b/extras/source/gallery/personas/white/footer.png differ
diff --git a/extras/source/gallery/personas/white/header.png b/extras/source/gallery/personas/white/header.png
new file mode 100644
index 000000000000..c9da3324b4f7
Binary files /dev/null and b/extras/source/gallery/personas/white/header.png differ
diff --git a/extras/source/gallery/personas/white/preview.png b/extras/source/gallery/personas/white/preview.png
new file mode 100644
index 000000000000..90a2695b267a
Binary files /dev/null and b/extras/source/gallery/personas/white/preview.png differ
diff --git a/extras/source/gallery/personas/white/white.svg b/extras/source/gallery/personas/white/white.svg
new file mode 100644
index 000000000000..6ff5853bd289
--- /dev/null
+++ b/extras/source/gallery/personas/white/white.svg
@@ -0,0 +1,103 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="3000"
+   height="200"
+   viewBox="0 0 3000 200"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="white.svg"
+   inkscape:export-filename="header.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90">
+  <defs
+     id="defs4">
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4152">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop4154" />
+      <stop
+         style="stop-color:#f9f9f9;stop-opacity:1"
+         offset="1"
+         id="stop4156" />
+    </linearGradient>
+    <linearGradient
+       gradientTransform="matrix(0.22666667,0,0,1,0,-640.00002)"
+       inkscape:collect="always"
+       xlink:href="#linearGradient4152"
+       id="linearGradient4287-3"
+       x1="1720.5883"
+       y1="1257.3622"
+       x2="1720.5883"
+       y2="1212.3622"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4152"
+       id="linearGradient4328"
+       x1="1840"
+       y1="917.36218"
+       x2="1840"
+       y2="852.36218"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4152"
+       id="linearGradient4336"
+       x1="1560"
+       y1="-1252.3622"
+       x2="1560"
+       y2="-1212.3622"
+       gradientUnits="userSpaceOnUse" />
+  </defs>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-852.36218)">
+    <rect
+       style="opacity:1;fill:url(#linearGradient4287-3);fill-opacity:1;stroke:none;stroke-width:1.82;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect3843-0-5"
+       width="680"
+       height="100"
+       x="0"
+       y="572.36218"
+       inkscape:export-filename="preview.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <rect
+       style="opacity:1;fill:url(#linearGradient4328);fill-opacity:1;stroke:none;stroke-width:1.82;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect3843"
+       width="3000"
+       height="200"
+       x="0"
+       y="852.36218"
+       inkscape:export-filename="header.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <rect
+       style="opacity:1;fill:url(#linearGradient4336);fill-opacity:1;stroke:none;stroke-width:1.82;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect3843-0"
+       width="3000"
+       height="100"
+       x="0"
+       y="-1312.3622"
+       inkscape:export-filename="footer.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90"
+       transform="scale(1,-1)" />
+  </g>
+</svg>


More information about the Libreoffice-commits mailing list