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

« back to all changes in this revision

Viewing changes to hacks/config/engine.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:
5
5
  <command arg="-root"/>
6
6
 
7
7
  <number id="delay" type="slider" arg="-delay %"
8
 
          _label="Speed" _low-label="Slow" _high-label="Fast"
9
 
          low="0" high="40000" default="30000"
 
8
          _label="Frame rate" _low-label="Low" _high-label="High"
 
9
          low="0" high="100000" default="30000"
10
10
          convert="invert"/>
11
11
 
12
12
  <select id="engine">
13
 
   <option id="random" _label="Random Engine"/>
 
13
   <option id="random" _label="Random engine"/>
14
14
   <option id="1" _label="Honda Insight (3 cylinders)"     arg-set="-engine honda_insight"/>
15
15
   <option id="2" _label="BMW M3 (4 cylinders)"            arg-set="-engine bmw_m3"/>
16
16
   <option id="3" _label="VW Beetle (4 cylinders, flat)"   arg-set="-engine vw_beetle"/>
23
23
   <option id="10" _label="Jaguar XKE (12 cylinders, V)"   arg-set="-engine jaguar_xke"/>
24
24
  </select>
25
25
 
26
 
  <boolean id="titles" _label="Show Engine Name" arg-set="-titles"/>
 
26
  <boolean id="titles" _label="Show engine name" arg-set="-titles"/>
27
27
  <hgroup>
28
28
    <boolean id="wander" _label="Wander" arg-unset="-no-move"/>
29
29
    <boolean id="spin" _label="Spin" arg-unset="-no-spin"/>
30
30
  </hgroup>
31
 
  <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
 
31
  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
32
32
 
33
33
  <_description>
34
34
Draws a simple model of an engine that floats around the screen.
35
35
 
 
36
http://en.wikipedia.org/wiki/Internal_combustion_engine#Operation
 
37
 
36
38
Written by Ben Buxton and Ed Beroset; 2001.
37
39
  </_description>
38
40
</screensaver>