~ubuntu-branches/ubuntu/dapper/xscreensaver/dapper

« back to all changes in this revision

Viewing changes to hacks/config/piecewise.xml

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2005-10-11 21:00:42 UTC
  • mfrom: (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20051011210042-u7q6zslgevdxspr3
Tags: 4.21-4ubuntu17
updated pt_BR again, fixed to UTF-8 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ISO-8859-1"?>
 
2
 
 
3
<screensaver name="piecewise" _label="Piecewise">
 
4
 
 
5
  <command arg="-root"/>
 
6
 
 
7
  <number id="delay" type="slider" arg="-delay %"
 
8
          _label="Speed" _low-label="Slow" _high-label="Fast"
 
9
          low="0" high="20000" default="5000"
 
10
          convert="invert"/>
 
11
 
 
12
  <number id="count" type="spinbutton" arg="-count %"
 
13
          _label="Count" low="4" high="100" default="32"/>
 
14
 
 
15
  <number id="colorspeed" type="slider" arg="-colorspeed %"
 
16
          _label="Color shifting speed" _low-label="Slow" _high-label="Fast"
 
17
          low="0" high="100" default="10"/>
 
18
 
 
19
  <number id="minradius" type="slider" arg="-minradius %"
 
20
          _label="Minimum radius" _low-label="Small" _high-label="Large"
 
21
          low="0.01" high="0.5" default="0.05"/>
 
22
 
 
23
  <number id="maxradius" type="slider" arg="-maxradius %"
 
24
          _label="Maximum radius" _low-label="Small" _high-label="Large"
 
25
          low="0.01" high="0.5" default="0.2"/>
 
26
 
 
27
  <boolean id="db" _label="Double Buffer" arg-unset="-no-db"/>
 
28
 
 
29
  <_description>
 
30
This draws a bunch of moving circles which switch from visibility to
 
31
invisibility at intersection points.  Written by Geoffrey Irving.
 
32
  </_description>
 
33
</screensaver>