~ubuntu-branches/debian/sid/xscreensaver/sid

« back to all changes in this revision

Viewing changes to hacks/config/glhanoi.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jose Luis Rivas, Tormod Volden, Jose Luis Rivas
  • Date: 2008-07-15 14:48:48 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080715144848-c6c6mhyxij0dk2p7
Tags: 5.05-3
[ Tormod Volden ]
* debian/patches/10_jwz-xscreensaver-randr-patch-3.patch:
  from upstream, addresses issues with xrandr/xinerama
  (Closes: #482385, #428797, #471920, #453708, #473681, #479715, #480231)
* fixed typo "screen < real_nscreens" in driver/lock:1527 from above patch
* drop 61_DualHead-nVidia_bug471920.patch (obsolete)
* drop 67_XineRama-mode_bug473681.patch (obsolete)
* fix m6502.o typo in hacks/Makefile.in
* refresh 53_XScreenSaver.ad.in.patch
* refresh (disabled) 60_add-ant-hack.patch

[ Jose Luis Rivas ]
* add xscreensaver-demo desktop file, thanks to Daniel Dickinson
  (Closes: #480592)
* update package descriptions (thanks jwz)
* fix categories in xscreensaver.menu
* change build-deps from xlibmesa-gl-dev to libgl1-mesa-dev,
  xutils to xutils-dev, x-dev to x11proto-core-dev.
* bump Standards-Version to 3.8.0
* add Vcs fields and Homepage to debian/control
* Flurry is not installed until the bug get fixed (Closes: #484112)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
        <command arg="-root"/>
6
6
        
7
7
        <number id="count" type="spinbutton" arg="-count %"
8
 
          _label="Number of Disks" default="7" low="2" high="200"/>
 
8
          _label="Number of Disks" default="0" low="0" high="31"/>
9
9
        
10
10
        <boolean id="fog" _label="Enable fog" arg-set="-fog"/>
11
11
 
12
 
        <boolean id="wire" _label="Wireframe" arg-set="-wire"/>
 
12
        <boolean id="wire" _label="Wireframe" arg-set="-wireframe"/>
13
13
 
14
14
        <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
15
15
 
16
16
        <boolean id="lighting" _label="Enable lighting" arg-unset="-no-light"/>
17
17
 
18
18
        <number id="delay" type="slider" arg="-delay %"
19
 
          _label="Frame Delay (us)" _low-label="Slow" _high-label="Fast"
20
 
          low="0" high="80000" default="15000" convert="invert"/>
 
19
          _label="Frame Delay" _low-label="Slow" _high-label="Fast"
 
20
          low="0" high="80000" default="40000" convert="invert"/>
21
21
        
22
22
        <_description>
23
 
Solves the Towers of Hanoi puzzle. Move N disks from one pole to another, one disk at a time, with no disk ever resting on a disk smaller than itself.
24
 
Written by Dave Atkinson.
 
23
Solves the Towers of Hanoi puzzle. Move N disks from one pole to
 
24
another, one disk at a time, with no disk ever resting on a disk
 
25
smaller than itself.
 
26
 
 
27
Written by Dave Atkinson; 2005.
25
28
        </_description>
26
29
</screensaver>