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

« back to all changes in this revision

Viewing changes to hacks/config/eruption.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
 
  <number id="ncolors" type="slider" arg="-ncolors %"
8
 
            _label="Number of Colors" _low-label="Few" _high-label="Many"
9
 
            low="16" high="256" default="256"/>
10
 
 
11
 
  <number id="nparticles" type="slider" arg="-particles %"
12
 
            _label="Number of Particles" _low-label="Little" _high-label="Many"
13
 
            low="100" high="2000" default="300"/>
14
 
 
15
 
  <number id="cooloff" type="slider" arg="-cooloff %"
16
 
            _label="Cooling factor" _low-label="Slow" _high-label="Fast"
17
 
            low="0" high="10" default="2"/>
18
 
 
19
 
  <number id="heat" type="slider" arg="-heat %"
20
 
            _label="Heat" _low-label="Pleasant" _high-label="Inferno"
21
 
            low="64" high="256" default="256"/>
22
 
 
23
 
  <number id="gravity" type="slider" arg="-gravity %"
24
 
            _label="Gravity" _low-label="Negative" _high-label="Positive"
25
 
            low="-5" high="5" default="1"/>
26
 
 
27
 
  <number id="delay" type="slider" arg="-delay %"
28
 
          _label="Speed" _low-label="Slow" _high-label="Fast"
29
 
          low="0" high="100000" default="10000"
30
 
          convert="invert"/>
31
 
 
32
 
  <number id="cycles" type="slider" arg="-cycles %"
33
 
           _label="Duration" _low-label="Short" _high-label="Long"
34
 
          low="10" high="3000" default="80"/>
 
7
  <hgroup>
 
8
   <vgroup>
 
9
    <number id="delay" type="slider" arg="-delay %"
 
10
            _label="Frame rate" _low-label="Low" _high-label="High"
 
11
            low="0" high="100000" default="10000"
 
12
            convert="invert"/>
 
13
 
 
14
    <number id="ncolors" type="slider" arg="-ncolors %"
 
15
              _label="Number of colors" _low-label="Few" _high-label="Many"
 
16
              low="16" high="256" default="256"/>
 
17
 
 
18
    <number id="nparticles" type="slider" arg="-particles %"
 
19
              _label="Number of particles" _low-label="Little" _high-label="Many"
 
20
              low="100" high="2000" default="300"/>
 
21
 
 
22
    <number id="cooloff" type="slider" arg="-cooloff %"
 
23
              _label="Cooling factor" _low-label="Slow" _high-label="Fast"
 
24
              low="0" high="10" default="2"/>
 
25
   </vgroup>
 
26
   <vgroup>
 
27
    <number id="heat" type="slider" arg="-heat %"
 
28
              _label="Heat" _low-label="Pleasant" _high-label="Inferno"
 
29
              low="64" high="256" default="256"/>
 
30
 
 
31
    <number id="gravity" type="slider" arg="-gravity %"
 
32
              _label="Gravity" _low-label="Negative" _high-label="Positive"
 
33
              low="-5" high="5" default="1"/>
 
34
 
 
35
    <number id="cycles" type="slider" arg="-cycles %"
 
36
             _label="Duration" _low-label="Short" _high-label="Long"
 
37
            low="10" high="3000" default="80"/>
 
38
 
 
39
    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
 
40
   </vgroup>
 
41
  </hgroup>
35
42
 
36
43
  <_description>
37
 
Exploding fireworks.
 
44
Exploding fireworks.  See also the "Fireworkx", "XFlame" and "Pyro"
 
45
screen savers.
38
46
 
39
47
Written by W.P. van Paassen; 2003.
40
48
  </_description>