changeset 8281:da7e623cf159

Added themes for new fraction in sq relation.
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 17 Sep 2014 09:02:44 +0200
parents e8283197d889
children b5bef15c982e
files artifacts/doc/conf/themes.xml artifacts/doc/conf/themes/default.xml
diffstat 2 files changed, 34 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/artifacts/doc/conf/themes.xml	Wed Sep 17 09:01:27 2014 +0200
+++ b/artifacts/doc/conf/themes.xml	Wed Sep 17 09:02:44 2014 +0200
@@ -273,6 +273,11 @@
         <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_g_measurement" to="SQMeasurements" />
+        <mapping from="sq_g_outlier" to="SQOutliers" />
+        <mapping from="sq_g_curve" to="SQCurve" />
+        <mapping from="sq_g_outlier_curve" to="SQCurve" />
+        <mapping from="sq_g_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" />
@@ -303,6 +308,11 @@
         <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="sq_g_measurement_overview" to="SQMeasurementsG" />
+        <mapping from="sq_g_outlier_overview" to="SQOutliersG" />
+        <mapping from="sq_g_curve_overview" to="SQCurveG" />
+        <mapping from="sq_g_outlier_curve_overview" to="SQCurveG" />
+        <mapping from="sq_g_outlier_measurement_overview" to="SQMeasurementsG" />
         <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" />
--- a/artifacts/doc/conf/themes/default.xml	Wed Sep 17 09:01:27 2014 +0200
+++ b/artifacts/doc/conf/themes/default.xml	Wed Sep 17 09:02:44 2014 +0200
@@ -2557,6 +2557,14 @@
             <field name="pointcolor" type="color" default="255, 0, 0" />
         </fields>
     </theme>
+    <theme name="SQMeasurementsG">
+        <inherits>
+            <inherit from="SQMeasurements" />
+        </inherits>
+        <fields>
+            <field name="pointcolor" type="color" default="0, 0, 0" />
+        </fields>
+    </theme>
 
     <theme name="SQOutliersA">
         <inherits>
@@ -2606,6 +2614,14 @@
             <field name="pointcolor" type="color" default="255, 100, 100" />
         </fields>
     </theme>
+    <theme name="SQOutliersG">
+        <inherits>
+            <inherit from="SQOutliers" />
+        </inherits>
+        <fields>
+            <field name="pointcolor" type="color" default="100, 100, 100" />
+        </fields>
+    </theme>
 
 
     <theme name="SQCurveA">
@@ -2656,4 +2672,12 @@
             <field name="linecolor" type="color" default="175, 0, 0" />
         </fields>
     </theme>
+    <theme name="SQCurveG">
+        <inherits>
+            <inherit from="SQCurve" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="color" default="175, 175, 175" />
+        </fields>
+    </theme>
 </themegroup>

http://dive4elements.wald.intevation.org