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

« back to all changes in this revision

Viewing changes to hacks/config/lockward.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
 
  <boolean id="blink"
8
 
           _label="Blinking effects"
9
 
           arg-unset="-no-blink" />
10
 
 
11
 
  <number id="rotateidle-min"
12
 
          type="slider"
13
 
          _label="Rotator idle time, minimum (ms)"
14
 
          _low-label="500"
15
 
          _high-label="10000"
16
 
          low="500"
17
 
          high="10000"
18
 
          default="1000"
19
 
          arg="-rotateidle-min %" />
20
 
 
21
 
  <number id="rotateidle-max"
22
 
          type="slider"
23
 
          _label="Rotator idle time, maximum (ms)"
24
 
          _low-label="500"
25
 
          _high-label="10000"
26
 
          low="500"
27
 
          high="10000"
28
 
          default="6000"
29
 
          arg="-rotateidle-max %" />
30
 
 
31
 
  <number id="blinkidle-min"
32
 
          type="slider"
33
 
          _label="Blink idle time, minimum (ms)"
34
 
          _low-label="500"
35
 
          _high-label="20000"
36
 
          low="500"
37
 
          high="20000"
38
 
          default="1000"
39
 
          arg="-blinkidle-min %" />
40
 
 
41
 
  <number id="blinkidle-max"
42
 
          type="slider"
43
 
          _label="Blink idle time, maximum (ms)"
44
 
          _low-label="500"
45
 
          _high-label="20000"
46
 
          low="500"
47
 
          high="20000"
48
 
          default="9000"
49
 
          arg="-blinkidle-max %" />
50
 
 
51
 
  <number id="blinkdwell-min"
52
 
          type="slider"
53
 
          _label="Blink dwell time, minimum (ms)"
54
 
          _low-label="50"
55
 
          _high-label="1500"
56
 
          low="50"
57
 
          high="1500"
58
 
          default="100"
59
 
          arg="-blinkdwell-min %" />
60
 
 
61
 
  <number id="blinkdwell-max"
62
 
          type="slider"
63
 
          _label="Blink dwell time, maximum (ms)"
64
 
          _low-label="50"
65
 
          _high-label="1500"
66
 
          low="50"
67
 
          high="1500"
68
 
          default="600"
69
 
          arg="-blinkdwell-max %" />
 
7
    <number id="delay" type="slider" arg="-delay %"
 
8
          _label="Frame rate" _low-label="Low" _high-label="High"
 
9
          low="0" high="100000" default="20000"
 
10
          convert="invert"/>
 
11
 
 
12
  <hgroup>
 
13
   <vgroup>
 
14
    <number id="rotateidle-min" type="slider"
 
15
            _label="Miniumum rotator idle time"
 
16
            _low-label="Low" _high-label="High"
 
17
            low="500" high="10000" default="1000" arg="-rotateidle-min %" />
 
18
 
 
19
    <number id="blinkidle-min" type="slider"
 
20
            _label="Minimum blink idle time"
 
21
            _low-label="Low" _high-label="High"
 
22
            low="500" high="20000" default="1000" arg="-blinkidle-min %" />
 
23
 
 
24
    <number id="blinkdwell-min" type="slider"
 
25
            _label="Minimum blink dwell time"
 
26
            _low-label="Low" _high-label="High"
 
27
            low="50" high="1500" default="100" arg="-blinkdwell-min %" />
 
28
 
 
29
   <hgroup>
 
30
   <boolean id="blink"
 
31
            _label="Blinking effects"
 
32
            arg-unset="-no-blink" />
 
33
   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
 
34
   </hgroup>
 
35
 
 
36
   </vgroup>
 
37
   <vgroup>
 
38
 
 
39
    <number id="rotateidle-max" type="slider"
 
40
            _label="Maximum rotator idle time"
 
41
            _low-label="Low" _high-label="High"
 
42
            low="500" high="10000" default="6000" arg="-rotateidle-max %" />
 
43
 
 
44
    <number id="blinkidle-max" type="slider"
 
45
            _label="Maximum blink idle time"
 
46
            _low-label="Low" _high-label="High"
 
47
            low="500" high="20000" default="9000" arg="-blinkidle-max %" />
 
48
 
 
49
    <number id="blinkdwell-max" type="slider"
 
50
            _label="Maximum blink dwell time"
 
51
            _low-label="Low" _high-label="High"
 
52
            low="50" high="1500" default="600" arg="-blinkdwell-max %" />
 
53
   </vgroup>
 
54
  </hgroup>
70
55
 
71
56
  <_description> 
72
57
A translucent spinning, blinking thing.  Sort of a cross between the wards
73
58
in an old combination lock and those old backlit information displays that
74
59
animated and changed color via polarized light.
75
60
 
76
 
Written by Leo L. Schwab; August, 2007.
 
61
Written by Leo L. Schwab; 2007.
77
62
  </_description>
78
63
</screensaver>