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

« back to all changes in this revision

Viewing changes to hacks/config/fuzzyflakes.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
 
  <string id="color" _label="Color" arg="-color %"/>
8
 
 
9
 
  <number id="arms" type="slider" arg="-arms %"
10
 
          _label="Arms" _low-label="Few" _high-label="Many"
11
 
          low="1" high="10" default="5"/>
12
 
  <number id="thickness" type="slider" arg="-thickness %"
13
 
          _label="Thickness" _low-label="Thin" _high-label="Thick"
14
 
          low="1" high="50" default="10"/>
15
 
  <number id="bthickness" type="slider" arg="-bthickness %"
16
 
          _label="Border Thickness" _low-label="Thin" _high-label="Thick"
17
 
          low="0" high="50" default="3"/>
18
 
  <number id="radius" type="slider" arg="-radius %"
19
 
          _label="Radius" _low-label="Small" _high-label="Large"
20
 
          low="1" high="100" default="20"/>
21
 
  <number id="layers" type="slider" arg="-layers %"
22
 
          _label="Layers" _low-label="Few" _high-label="Many"
23
 
          low="1" high="10" default="3"/>
24
 
  <number id="delay" type="slider" arg="-delay %"
25
 
          _label="Delay" _low-label="Slow" _high-label="Fast"
26
 
          low="0" high="250000" default="10000"/>
27
 
  <number id="speed" type="slider" arg="-speed %"
28
 
          _label="Speed" _low-label="Slow" _high-label="Fast"
29
 
          low="1" high="50" default="10"/>
30
 
<!--  <boolean id="db" _label="Double Buffer" arg-unset="-no-db"/> -->
31
 
  <boolean id="rc" _label="Random Colors" arg-set="-random-colors"/>
 
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="speed" type="slider" arg="-speed %"
 
15
            _label="Speed" _low-label="Slow" _high-label="Fast"
 
16
            low="1" high="50" default="10"/>
 
17
 
 
18
    <number id="layers" type="slider" arg="-layers %"
 
19
            _label="Layers" _low-label="Few" _high-label="Many"
 
20
            low="1" high="10" default="3"/>
 
21
 
 
22
    <hgroup>
 
23
     <boolean id="rc" _label="Random colors" arg-set="-random-colors"/>
 
24
     <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
 
25
    </hgroup>
 
26
 
 
27
    <select id="color">
 
28
     <option id="lred"     _label="Red"     arg-set="-color #FF0000"/>
 
29
     <option id="pink"     _label="Pink"/>
 
30
     <option id="lyellow"  _label="Yellow"  arg-set="-color #FFFF00"/>
 
31
     <option id="lgreen"   _label="Green"   arg-set="-color #00FF00"/>
 
32
     <option id="lcyan"    _label="Cyan"    arg-set="-color #00FFFF"/>
 
33
     <option id="lblue"    _label="Blue"    arg-set="-color #0000FF"/>
 
34
     <option id="lmagenta" _label="Magenta" arg-set="-color #FF00FF"/>
 
35
    </select>
 
36
 
 
37
   </vgroup>
 
38
   <vgroup>
 
39
    <number id="arms" type="slider" arg="-arms %"
 
40
            _label="Arms" _low-label="Few" _high-label="Many"
 
41
            low="1" high="10" default="5"/>
 
42
    <number id="thickness" type="slider" arg="-thickness %"
 
43
            _label="Thickness" _low-label="Thin" _high-label="Thick"
 
44
            low="1" high="50" default="10"/>
 
45
    <number id="bthickness" type="slider" arg="-bthickness %"
 
46
            _label="Border thickness" _low-label="Thin" _high-label="Thick"
 
47
            low="0" high="50" default="3"/>
 
48
    <number id="radius" type="slider" arg="-radius %"
 
49
            _label="Radius" _low-label="Small" _high-label="Large"
 
50
            low="1" high="100" default="20"/>
 
51
 
 
52
   </vgroup>
 
53
  </hgroup>
 
54
 
32
55
  <_description>
33
56
Falling colored snowflake/flower shapes.
34
57