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

« back to all changes in this revision

Viewing changes to hacks/config/deco.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="Duration" _low-label="1 Second" _high-label="1 Minute"
 
8
          _label="Duration" _low-label="1 second" _high-label="1 minute"
9
9
          low="1" high="60" default="5"/>
10
10
 
11
11
  <number id="ncolors" type="slider" arg="-ncolors %"
12
 
            _label="Number of Colors" _low-label="Two" _high-label="Many"
 
12
            _label="Number of colors" _low-label="Two" _high-label="Many"
13
13
            low="1" high="255" default="64"/>
14
14
 
15
 
  <number id="maxdepth" type="spinbutton" arg="-max-depth %"
16
 
            _label="Max Depth" low="1" high="40" default="12"/>
17
 
 
18
 
  <boolean id="smooth-colors" _label="Smooth Colors" arg-set="-smooth-colors"/>
19
 
  <boolean id="golden-ratio" _label="Golden Ratio" arg-set="-golden-ratio"/>
20
 
  <boolean id="mondrian" _label="Mondrian" arg-set="-mondrian"/>
21
 
 
22
15
  <hgroup>
23
 
  <number id="minwidth" type="spinbutton" arg="-min-width %"
24
 
            _label="Min Size" low="1" high="100" default="20"/>
25
 
 
26
 
  <number id="minheight" type="spinbutton" arg="-min-height %"
27
 
            _label="x" low="1" high="100" default="20"/>
 
16
   <vgroup>
 
17
    <number id="minwidth" type="spinbutton" arg="-min-width %"
 
18
              _label="Minimum width" low="1" high="100" default="20"/>
 
19
 
 
20
    <number id="minheight" type="spinbutton" arg="-min-height %"
 
21
              _label="Minimum height" low="1" high="100" default="20"/>
 
22
 
 
23
    <number id="maxdepth" type="spinbutton" arg="-max-depth %"
 
24
              _label="Maximum depth" low="1" high="40" default="12"/>
 
25
   </vgroup>
 
26
   <vgroup>
 
27
    <boolean id="smooth-colors" _label="Smooth colors" arg-set="-smooth-colors"/>
 
28
    <boolean id="golden-ratio" _label="Golden ratio" arg-set="-golden-ratio"/>
 
29
    <boolean id="mondrian" _label="Mondrian" arg-set="-mondrian"/>
 
30
    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
 
31
   </vgroup>
28
32
  </hgroup>
29
33
 
30
34
  <_description>
31
35
Subdivides and colors rectangles randomly.  It looks kind of
32
36
like Brady-Bunch-era rec-room wall paneling. 
33
37
 
 
38
http://en.wikipedia.org/wiki/Piet_Mondrian#Paris_1919.E2.80.931938
 
39
 
34
40
Written by Jamie Zawinski and Michael Bayne; 1997.
35
41
  </_description>
36
42
</screensaver>