Mercurial > dive4elements > river
diff flys-artifacts/doc/conf/themes.xml @ 3095:6ea299c208cd
Themes for fixing curves and debug output
flys-artifacts/trunk@4694 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Christian Lins <christian.lins@intevation.de> |
---|---|
date | Mon, 18 Jun 2012 14:37:10 +0000 |
parents | 179e38aa678d |
children | 581f97001419 |
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/themes.xml Mon Jun 18 14:34:22 2012 +0000 +++ b/flys-artifacts/doc/conf/themes.xml Mon Jun 18 14:37:10 2012 +0000 @@ -934,41 +934,37 @@ <theme name="FixingSectorAverageWQ"> <inherits> - <inherit from="HiddenColorLines"/> <inherit from="ColorPoints"/> </inherits> <fields> - <field name="pointcolor" type="Color" default="#0011FF"/> + <field name="showlines" type="boolean" default="false"/> </fields> </theme> <theme name="FixingAnalysisEventsWQ"> <inherits> - <inherit from="HiddenColorLines"/> <inherit from="ColorPoints"/> </inherits> <fields> - <field name="pointcolor" type="Color" default="#0011FF"/> + <field name="showlines" type="boolean" default="false"/> </fields> </theme> <theme name="FixingReferenceEventsWQ"> <inherits> - <inherit from="HiddenColorLines"/> <inherit from="ColorPoints"/> </inherits> <fields> - <field name="pointcolor" type="Color" default="#0011FF"/> + <field name="showlines" type="boolean" default="false"/> </fields> </theme> <theme name="FixingOutliers"> <inherits> - <inherit from="HiddenColorLines"/> <inherit from="ColorPoints"/> </inherits> <fields> - <field name="pointcolor" type="Color" default="#0011FF"/> + <field name="showlines" type="boolean" default="false"/> </fields> </theme> @@ -1866,6 +1862,48 @@ </fields> </theme> + + <theme name="FixingSectorAverageWQ"> + <inherits> + <inherit from="ColorPoints"/> + </inherits> + <fields> + <field name="showlines" value="false"/> + </fields> + </theme> + + <theme name="FixingAnalysisEventsWQ"> + <inherits> + <inherit from="ColorPoints"/> + </inherits> + <fields> + <field name="showlines" value="false"/> + </fields> + </theme> + + <theme name="FixingReferenceEventsWQ"> + <inherits> + <inherit from="ColorPoints"/> + </inherits> + <fields> + <field name="showlines" value="false"/> + </fields> + </theme> + + <theme name="FixingOutliers"> + <inherits> + <inherit from="ColorPoints"/> + </inherits> + <fields> + <field name="showlines" value="false"/> + </fields> + </theme> + + <theme name="FixingWQCurve"> + <inherits> + </inherits> + </theme> + </themegroup> <!-- Virtual themes are following now! @@ -2171,6 +2209,48 @@ </fields> </theme> + + <theme name="FixingSectorAverageWQ"> + <inherits> + <inherit from="ColorPoints"/> + </inherits> + <fields> + <field name="showlines" value="false"/> + </fields> + </theme> + + <theme name="FixingAnalysisEventsWQ"> + <inherits> + <inherit from="ColorPoints"/> + </inherits> + <fields> + <field name="showlines" value="false"/> + </fields> + </theme> + + <theme name="FixingReferenceEventsWQ"> + <inherits> + <inherit from="ColorPoints"/> + </inherits> + <fields> + <field name="showlines" value="false"/> + </fields> + </theme> + + <theme name="FixingOutliers"> + <inherits> + <inherit from="ColorPoints"/> + </inherits> + <fields> + <field name="showlines" value="false"/> + </fields> + </theme> + + <theme name="FixingWQCurve"> + <inherits> + </inherits> + </theme> + </themegroup> @@ -2306,7 +2386,7 @@ <mapping from="sq_a_curve" to="SQCurve"/> <mapping from="fix_sector_average_wq" to="FixingSectorAverageWQ"/> <mapping from="fix_analysis_events_wq" to="FixingAnalysisEventsWQ"/> - <mapping from="fix_outlier" to="FixingOutlier"/> + <mapping from="fix_outliers" to="FixingOutlier"/> <mapping from="fix_wq_curve" to="FixingWQCurve"/> <mapping from="fix_reference_events_wq" to="FixingReferenceEventsWQ"/>