~ubuntu-branches/ubuntu/quantal/xscreensaver/quantal

« back to all changes in this revision

Viewing changes to hacks/config/pipes.xml

  • Committer: Bazaar Package Importer
  • Author(s): Ted Gould
  • Date: 2008-08-28 16:15:25 UTC
  • mfrom: (1.1.6 upstream) (2.1.3 lenny)
  • Revision ID: james.westby@ubuntu.com-20080828161525-mxga521aoezxjq8h
Tags: 5.07-0ubuntu1
* Upgrade upstream version
* debian/control: Remove suggest xdaliclock as it is no longer
  included
* Remove 10_jwz-screensaver-randr-patch-3.patch as it has been merged
  upstream.
* Add 24_hacks_xsublim_enable.patch as it seems that xsublim was dropped
  from the build files.  There is nothing in the Changelog about it
  so I believe it was accidental.
* Updating the .desktop files from the XML files using gnome-screensaver's
  utility to do so.  Lots of text updates.  Also:
    * Added: abstractile.desktop
    * Added: cwaves.desktop
    * Added: m6502.desktop
    * Added: skytentacles.desktop
    * Removed: xteevee.desktop
* xscreensaver-gl-extra.files: Added skytentacles
* xscreensaver-data-extra.files: Added abstractile, cwaves and m6502
* xscreensaver-data.files: Remove partial abstractile, m6502 and cwaves

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
  <command arg="-root"/>
6
6
 
7
 
  <select id="style">
8
 
    <option id="curves" _label="Curved Pipes"   arg-set="-count 0"/>
9
 
    <option id="balls"  _label="Ball Joints"    arg-set="-count 1"/>
10
 
    <option id="fit"    _label="Bolted Fittings"/>
11
 
  </select>
 
7
  <number id="delay" type="slider" arg="-delay %"
 
8
          _label="Frame rate" _low-label="Low" _high-label="High"
 
9
          low="0" high="100000" default="10000"
 
10
          convert="invert"/>
12
11
 
13
12
  <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"/>
 
13
          _label="Number of pipes" _low-label="One" _high-label="A hundred"
 
14
          low="1" high="100" default="5"/>
16
15
 
17
16
  <number id="size" type="slider" arg="-size %"
18
 
          _label="Pipe Length" _low-label="Short" _high-label="Long"
 
17
          _label="Pipe length" _low-label="Short" _high-label="Long"
19
18
          low="0" high="3000" default="500"/>
20
19
 
21
20
  <number id="factory" type="slider" arg="-factory %"
22
21
          _label="Gadgetry" _low-label="None" _high-label="Lots"
23
22
          low="0" high="10" default="2"/>
24
23
 
25
 
  <number id="delay" type="slider" arg="-delay %"
26
 
          _label="Speed" _low-label="Slow" _high-label="Fast"
27
 
          low="0" high="80000" default="10000"
28
 
          convert="invert"/>
29
 
 
30
24
  <hgroup>
31
 
   <boolean id="fisheye" _label="Fisheye Lens" arg-unset="-no-fisheye"/>
32
 
   <boolean id="tight"   _label="Allow Tight Turns" arg-set="-tightturns"/>
 
25
   <boolean id="fisheye" _label="Fisheye lens" arg-unset="-no-fisheye"/>
 
26
   <boolean id="tight"   _label="Allow tight turns" arg-set="-tightturns"/>
 
27
  <select id="style">
 
28
    <option id="curves" _label="Curved pipes"   arg-set="-count 0"/>
 
29
    <option id="balls"  _label="Ball joints"    arg-set="-count 1"/>
 
30
    <option id="fit"    _label="Bolted fittings"/>
 
31
  </select>
 
32
 
33
33
  </hgroup>
34
 
   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
 
34
   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
35
35
 
36
36
  <_description>
37
37
A growing plumbing system, with bolts and valves.