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

« back to all changes in this revision

Viewing changes to hacks/config/hypercube.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:
1
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
2
 
3
 
<screensaver name="hypercube" _label="Hypercube">
 
3
<screensaver name="hypercube" _label="HyperCube">
4
4
 
5
5
  <command arg="-root"/>
6
6
 
7
 
  <number id="delay" type="slider" arg="-delay %"
8
 
          _label="Speed" _low-label="Slow" _high-label="Fast"
9
 
          low="0" high="20000" default="10000"
10
 
          convert="invert"/>
11
 
 
12
 
  <number id="z" type="slider" arg="-observer-z %"
13
 
          _label="Zoom" _low-label="Near" _high-label="Far"
14
 
          low="1.125" high="10.0" default="3.0"/>
15
 
 
16
7
  <hgroup>
17
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
 
18
14
      <number id="xw" type="slider" arg="-xw %"
19
 
              _label="XW Rotation" _low-label="Low" _high-label="High"
 
15
              _label="XW rotation" _low-label="Slow" _high-label="Fast"
20
16
              low="0" high="20" default="0"/>
21
17
      <number id="xy" type="slider" arg="-xy %"
22
 
              _label="XY Rotation" _low-label="Low" _high-label="High"
 
18
              _label="XY rotation" _low-label="Slow" _high-label="Fast"
23
19
              low="0" high="20" default="3"/>
24
20
      <number id="xz" type="slider" arg="-xz %"
25
 
              _label="XZ Rotation" _low-label="Low" _high-label="High"
 
21
              _label="XZ rotation" _low-label="Slow" _high-label="Fast"
26
22
              low="0" high="20" default="5"/>
27
23
    </vgroup>
28
24
    <vgroup>
 
25
      <number id="z" type="slider" arg="-observer-z %"
 
26
              _label="Zoom" _low-label="Near" _high-label="Far"
 
27
              low="1.125" high="10.0" default="3.0"/>
 
28
 
29
29
      <number id="yw" type="slider" arg="-yw %"
30
 
              _label="YW Rotation" _low-label="Low" _high-label="High"
 
30
              _label="YW rotation" _low-label="Slow" _high-label="Fast"
31
31
              low="0" high="20" default="10"/>
32
32
      <number id="yz" type="slider" arg="-yz %"
33
 
              _label="YZ Rotation" _low-label="Low" _high-label="High"
 
33
              _label="YZ rotation" _low-label="Slow" _high-label="Fast"
34
34
              low="0" high="20" default="0"/>
35
35
      <number id="zw" type="slider" arg="-zw %"
36
 
              _label="ZW Rotation" _low-label="Low" _high-label="High"
 
36
              _label="ZW rotation" _low-label="Slow" _high-label="Fast"
37
37
              low="0" high="20" default="0"/>
38
38
    </vgroup>
39
39
  </hgroup>
47
47
  <!-- #### -color6 [#00D0FF] -->
48
48
  <!-- #### -color7 [#00FFD0] -->
49
49
 
 
50
  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
 
51
 
50
52
  <_description>
51
53
This displays 2D projections of the sequence of 3D objects which are
52
54
the projections of the 4D analog to the cube: as a square is composed
58
60
 
59
61
See also "polytopes" for a more general version of this using OpenGL.
60
62
 
 
63
http://en.wikipedia.org/wiki/Hypercube
 
64
http://en.wikipedia.org/wiki/Regular_polytope
 
65
 
61
66
Written by Joe Keane, Fritz Mueller, and Jamie Zawinski; 1992.
62
67
  </_description>
63
68
</screensaver>