~ubuntu-branches/ubuntu/intrepid/xscreensaver/intrepid

« back to all changes in this revision

Viewing changes to hacks/config/pipes.xml

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2007-12-06 09:53:12 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20071206095312-fkzcwe4vqm50z208
Tags: 5.04-1ubuntu1
* Merge from debian unstable, remaining changes:
  - split xscreensaver into xscreensaver, xscreensaver-data (hacks we ship),
    xscreensaver-data-extra (hacks in universe). split out gl hacks for
    universe to xscreensaver-gl-extra
  - use fridge for rss screensavers
  - create and install .desktop files for gnome-screensaver

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
  <select id="style">
8
8
    <option id="curves" _label="Curved Pipes"   arg-set="-count 0"/>
9
9
    <option id="balls"  _label="Ball Joints"    arg-set="-count 1"/>
10
 
    <option id="fit"    _label="Pipe Fittings"/>
 
10
    <option id="fit"    _label="Bolted Fittings"/>
11
11
  </select>
12
12
 
13
 
  <vgroup>
14
 
    <hgroup>
15
 
      <number id="cycles" type="spinbutton" arg="-cycles %"
16
 
               _label="Number of Pipe Systems" low="0" high="100" default="5"/>
17
 
    </hgroup>
18
 
    <hgroup>
19
 
      <number id="size" type="spinbutton" arg="-size %"
20
 
              _label="System Length" low="0" high="1000" default="500"/>
21
 
    </hgroup>
22
 
  </vgroup>
 
13
  <number id="cycles" type="slider" arg="-cycles %"
 
14
          _label="Number of Pipes" _low-label="One" _high-label="A Hundred"
 
15
          low="1" high="100" default="10"/>
23
16
 
24
 
  <!-- #### -factory [2] -->
 
17
  <number id="size" type="slider" arg="-size %"
 
18
          _label="Pipe Length" _low-label="Short" _high-label="Long"
 
19
          low="0" high="3000" default="500"/>
25
20
 
26
21
  <number id="factory" type="slider" arg="-factory %"
27
22
          _label="Gadgetry" _low-label="None" _high-label="Lots"
32
27
          low="0" high="80000" default="10000"
33
28
          convert="invert"/>
34
29
 
35
 
  <boolean id="fisheye" _label="Fisheye Lens" arg-unset="-no-fisheye"/>
36
 
 
37
 
  <boolean id="tight"   _label="Allow Tight Turns" arg-set="-tightturns"/>
38
 
 
39
 
  <boolean id="db"      _label="Double Buffer" arg-set="-db"/>
40
 
 
41
 
  <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
42
 
 
43
 
  <!-- #### -no-rotatepipes -->
 
30
  <hgroup>
 
31
   <boolean id="fisheye" _label="Fisheye Lens" arg-unset="-no-fisheye"/>
 
32
   <boolean id="tight"   _label="Allow Tight Turns" arg-set="-tightturns"/>
 
33
  </hgroup>
 
34
   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
44
35
 
45
36
  <_description>
46
 
If you've ever been in the same room with a Windows NT machine,
47
 
you've probably seen this GL hack.  This version is by Marcelo
48
 
Vianna.
 
37
A growing plumbing system, with bolts and valves.
 
38
 
 
39
Written by Marcelo Vianna; 1997.
49
40
  </_description>
50
41
</screensaver>