[PATCH 2 of 3] Added themes for SQ relation overview chart

Wald Commits scm-commit at wald.intevation.org
Fri Sep 12 14:56:55 CEST 2014


# HG changeset patch
# User Raimund Renkert <rrenkert at intevation.de>
# Date 1410526582 -7200
# Node ID 78184aa612dd811beb59de54c71e3065818b7ff2
# Parent  4d99606a844e3989ceb0467f3a031321e1367a99
Added themes for SQ relation overview chart.

diff -r 4d99606a844e -r 78184aa612dd artifacts/doc/conf/themes.xml
--- a/artifacts/doc/conf/themes.xml	Fri Sep 12 14:55:42 2014 +0200
+++ b/artifacts/doc/conf/themes.xml	Fri Sep 12 14:56:22 2014 +0200
@@ -273,6 +273,36 @@
         <mapping from="sq_f_curve" to="SQCurve" />
         <mapping from="sq_f_outlier_curve" to="SQCurve" />
         <mapping from="sq_f_outlier_measurement" to="SQMeasurements" />
+        <mapping from="sq_a_measurement_overview" to="SQMeasurementsA" />
+        <mapping from="sq_a_outlier_overview" to="SQOutliersA" />
+        <mapping from="sq_a_curve_overview" to="SQCurveA" />
+        <mapping from="sq_a_outlier_curve_overview" to="SQCurveA" />
+        <mapping from="sq_a_outlier_measurement_overview" to="SQMeasurementsA" />
+        <mapping from="sq_b_measurement_overview" to="SQMeasurementsB" />
+        <mapping from="sq_b_outlier_overview" to="SQOutliersB" />
+        <mapping from="sq_b_curve_overview" to="SQCurveB" />
+        <mapping from="sq_b_outlier_curve_overview" to="SQCurveB" />
+        <mapping from="sq_b_outlier_measurement_overview" to="SQMeasurementsB" />
+        <mapping from="sq_c_measurement_overview" to="SQMeasurementsC" />
+        <mapping from="sq_c_outlier_overview" to="SQOutliersC" />
+        <mapping from="sq_c_curve_overview" to="SQCurveC" />
+        <mapping from="sq_c_outlier_curve_overview" to="SQCurveC" />
+        <mapping from="sq_c_outlier_measurement_overview" to="SQMeasurementsC" />
+        <mapping from="sq_d_measurement_overview" to="SQMeasurementsD" />
+        <mapping from="sq_d_outlier_overview" to="SQOutliersD" />
+        <mapping from="sq_d_curve_overview" to="SQCurveD" />
+        <mapping from="sq_d_outlier_curve_overview" to="SQCurveD" />
+        <mapping from="sq_d_outlier_measurement_overview" to="SQMeasurementsD" />
+        <mapping from="sq_e_measurement_overview" to="SQMeasurementsE" />
+        <mapping from="sq_e_outlier_overview" to="SQOutliersE" />
+        <mapping from="sq_e_curve_overview" to="SQCurveE" />
+        <mapping from="sq_e_outlier_curve_overview" to="SQCurveE" />
+        <mapping from="sq_e_outlier_measurement_overview" to="SQMeasurementsE" />
+        <mapping from="sq_f_measurement_overview" to="SQMeasurementsF" />
+        <mapping from="sq_f_outlier_overview" to="SQOutliersF" />
+        <mapping from="sq_f_curve_overview" to="SQCurveF" />
+        <mapping from="sq_f_outlier_curve_overview" to="SQCurveF" />
+        <mapping from="sq_f_outlier_measurement_overview" to="SQMeasurementsF" />
         <mapping from="fix_sector_average_wq_0" to="FixingSectorAverageWQ0" />
         <mapping from="fix_sector_average_wq_1" to="FixingSectorAverageWQ1" />
         <mapping from="fix_sector_average_wq_2" to="FixingSectorAverageWQ2" />
diff -r 4d99606a844e -r 78184aa612dd artifacts/doc/conf/themes/default.xml
--- a/artifacts/doc/conf/themes/default.xml	Fri Sep 12 14:55:42 2014 +0200
+++ b/artifacts/doc/conf/themes/default.xml	Fri Sep 12 14:56:22 2014 +0200
@@ -2508,4 +2508,152 @@
             <field name="linecolor" type="Color" default="255, 0, 0" />
         </fields>
     </theme>
+
+    <theme name="SQMeasurementsA">
+        <inherits>
+            <inherit from="SQMeasurements" />
+        </inherits>
+        <fields>
+            <field name="pointcolor" type="color" default="0, 0, 255" />
+        </fields>
+    </theme>
+    <theme name="SQMeasurementsB">
+        <inherits>
+            <inherit from="SQMeasurements" />
+        </inherits>
+        <fields>
+            <field name="pointcolor" type="color" default="0, 255, 255" />
+        </fields>
+    </theme>
+    <theme name="SQMeasurementsC">
+        <inherits>
+            <inherit from="SQMeasurements" />
+        </inherits>
+        <fields>
+            <field name="pointcolor" type="color" default="0, 255, 0" />
+        </fields>
+    </theme>
+    <theme name="SQMeasurementsD">
+        <inherits>
+            <inherit from="SQMeasurements" />
+        </inherits>
+        <fields>
+            <field name="pointcolor" type="color" default="255, 0, 255" />
+        </fields>
+    </theme>
+    <theme name="SQMeasurementsE">
+        <inherits>
+            <inherit from="SQMeasurements" />
+        </inherits>
+        <fields>
+            <field name="pointcolor" type="color" default="255, 255, 0" />
+        </fields>
+    </theme>
+    <theme name="SQMeasurementsF">
+        <inherits>
+            <inherit from="SQMeasurements" />
+        </inherits>
+        <fields>
+            <field name="pointcolor" type="color" default="255, 0, 0" />
+        </fields>
+    </theme>
+
+    <theme name="SQOutliersA">
+        <inherits>
+            <inherit from="SQOutliers" />
+        </inherits>
+        <fields>
+            <field name="pointcolor" type="color" default="100, 100, 255" />
+        </fields>
+    </theme>
+    <theme name="SQOutliersB">
+        <inherits>
+            <inherit from="SQOutliers" />
+        </inherits>
+        <fields>
+            <field name="pointcolor" type="color" default="100, 255, 255" />
+        </fields>
+    </theme>
+    <theme name="SQOutliersC">
+        <inherits>
+            <inherit from="SQOutliers" />
+        </inherits>
+        <fields>
+            <field name="pointcolor" type="color" default="100, 255, 100" />
+        </fields>
+    </theme>
+    <theme name="SQOutliersD">
+        <inherits>
+            <inherit from="SQOutliers" />
+        </inherits>
+        <fields>
+            <field name="pointcolor" type="color" default="255, 100, 255" />
+        </fields>
+    </theme>
+    <theme name="SQOutliersE">
+        <inherits>
+            <inherit from="SQOutliers" />
+        </inherits>
+        <fields>
+            <field name="pointcolor" type="color" default="255, 255, 100" />
+        </fields>
+    </theme>
+    <theme name="SQOutliersF">
+        <inherits>
+            <inherit from="SQOutliers" />
+        </inherits>
+        <fields>
+            <field name="pointcolor" type="color" default="255, 100, 100" />
+        </fields>
+    </theme>
+
+
+    <theme name="SQCurveA">
+        <inherits>
+            <inherit from="SQCurve" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="color" default="0, 0, 175" />
+        </fields>
+    </theme>
+    <theme name="SQCurveB">
+        <inherits>
+            <inherit from="SQCurve" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="color" default="0, 175, 175" />
+        </fields>
+    </theme>
+    <theme name="SQCurveC">
+        <inherits>
+            <inherit from="SQCurve" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="color" default="0, 175, 0" />
+        </fields>
+    </theme>
+    <theme name="SQCurveD">
+        <inherits>
+            <inherit from="SQCurve" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="color" default="175, 0, 175" />
+        </fields>
+    </theme>
+    <theme name="SQCurveE">
+        <inherits>
+            <inherit from="SQCurve" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="color" default="175, 175, 0" />
+        </fields>
+    </theme>
+    <theme name="SQCurveF">
+        <inherits>
+            <inherit from="SQCurve" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="color" default="175, 0, 0" />
+        </fields>
+    </theme>
 </themegroup>


More information about the Dive4Elements-commits mailing list