[PATCH] Add theme for porosity and sync second with default
Wald Commits
scm-commit at wald.intevation.org
Wed Sep 17 17:35:40 CEST 2014
# HG changeset patch
# User "Tom Gottfried <tom at intevation.de>"
# Date 1410968136 -7200
# Node ID 84ac8549e87b2224fcfd3a56c0004344c825d729
# Parent 9b295cc828c587cf348b9e8368fe8ae88aef6cc0
Add theme for porosity and sync second with default.
diff -r 9b295cc828c5 -r 84ac8549e87b artifacts/doc/conf/themes.xml
--- a/artifacts/doc/conf/themes.xml Wed Sep 17 17:13:48 2014 +0200
+++ b/artifacts/doc/conf/themes.xml Wed Sep 17 17:35:36 2014 +0200
@@ -395,6 +395,9 @@
<mapping from="sedimentload.m3a.total" to="SedimentLoadM3ATotal" />
<mapping from="sedimentload.m3a.bed_load" to="SedimentLoadM3ABed" />
<mapping from="sedimentload.m3a.bed_load_susp_sand" to="SedimentLoadM3ABedSusp" />
+
+ <!-- Mappings for porosity from backend-DB -->
+ <mapping from="porosity" to="Porosity" />
</mappings>
</themes>
diff -r 9b295cc828c5 -r 84ac8549e87b artifacts/doc/conf/themes/default.xml
--- a/artifacts/doc/conf/themes/default.xml Wed Sep 17 17:13:48 2014 +0200
+++ b/artifacts/doc/conf/themes/default.xml Wed Sep 17 17:35:36 2014 +0200
@@ -2680,4 +2680,13 @@
<field name="linecolor" type="color" default="175, 175, 175" />
</fields>
</theme>
+
+ <theme name="Porosity">
+ <inherits>
+ <inherit from="LongitudinalSection" />
+ </inherits>
+ <fields>
+ <field name="linecolor" type="color" default="175, 175, 175" />
+ </fields>
+ </theme>
</themegroup>
diff -r 9b295cc828c5 -r 84ac8549e87b artifacts/doc/conf/themes/second.xml
--- a/artifacts/doc/conf/themes/second.xml Wed Sep 17 17:13:48 2014 +0200
+++ b/artifacts/doc/conf/themes/second.xml Wed Sep 17 17:35:36 2014 +0200
@@ -2508,4 +2508,185 @@
<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="SQMeasurementsG">
+ <inherits>
+ <inherit from="SQMeasurements" />
+ </inherits>
+ <fields>
+ <field name="pointcolor" type="color" default="0, 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="SQOutliersG">
+ <inherits>
+ <inherit from="SQOutliers" />
+ </inherits>
+ <fields>
+ <field name="pointcolor" type="color" default="100, 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>
+ <theme name="SQCurveG">
+ <inherits>
+ <inherit from="SQCurve" />
+ </inherits>
+ <fields>
+ <field name="linecolor" type="color" default="175, 175, 175" />
+ </fields>
+ </theme>
+
+ <theme name="Porosity">
+ <inherits>
+ <inherit from="LongitudinalSection" />
+ </inherits>
+ <fields>
+ <field name="linecolor" type="color" default="175, 175, 175" />
+ </fields>
+ </theme>
</themegroup>
More information about the Dive4Elements-commits
mailing list