[PATCH] Bring themes back into sync

Wald Commits scm-commit at wald.intevation.org
Tue Oct 1 05:58:52 CEST 2013


# HG changeset patch
# User Sascha L. Teichmann <teichmann at intevation.de>
# Date 1380599927 -7200
# Node ID 20313093ba9684f5920d71cd888b67035ebfd593
# Parent  9cd3ff139601b9b345485bf2c876a9693ddc7d43
Bring themes back into sync.

diff -r 9cd3ff139601 -r 20313093ba96 artifacts/doc/conf/themes/default.xml
--- a/artifacts/doc/conf/themes/default.xml	Mon Sep 30 17:41:15 2013 +0200
+++ b/artifacts/doc/conf/themes/default.xml	Tue Oct 01 05:58:47 2013 +0200
@@ -2163,4 +2163,13 @@
             <field name="linecolor" type="Color" default="0, 0, 0" />
         </fields>
     </theme>
+
+    <theme name="MySQCurve">
+        <inherits>
+            <inherit from="SQCurve" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" default="255, 0, 0" />
+        </fields>
+    </theme>
 </themegroup>
diff -r 9cd3ff139601 -r 20313093ba96 artifacts/doc/conf/themes/second.xml
--- a/artifacts/doc/conf/themes/second.xml	Mon Sep 30 17:41:15 2013 +0200
+++ b/artifacts/doc/conf/themes/second.xml	Tue Oct 01 05:58:47 2013 +0200
@@ -84,6 +84,8 @@
                 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
             <field name="linecolor" type="Color" display="Linienfarbe"
                 default="204, 204, 204" />
+            <field name="textorientation" type="boolean" display="Textausrichtung"
+                default="true" />
         </fields>
     </theme>
 
@@ -116,6 +118,19 @@
         </fields>
     </theme>
 
+    <theme name="WQKmsHorizontal">
+        <inherits>
+            <inherit from="WQKms" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="204, 204, 204" />
+            <field name="textorientation" type="boolean" display="Textausrichtung"
+                default="true" />
+        </fields>
+    </theme>
+
+
     <theme name="WQPoints">
         <inherits>
             <inherit from="Points" />
@@ -2148,4 +2163,13 @@
             <field name="linecolor" type="Color" default="0, 0, 0" />
         </fields>
     </theme>
+
+    <theme name="MySQCurve">
+        <inherits>
+            <inherit from="SQCurve" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" default="255, 0, 0" />
+        </fields>
+    </theme>
 </themegroup>


More information about the Dive4elements-commits mailing list