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

« back to all changes in this revision

Viewing changes to hacks/config/epicycle.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
  <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
 
7
12
  <number id="ncolors" type="slider" arg="-colors %"
8
 
            _label="Number of Colors" _low-label="Two" _high-label="Many"
 
13
            _label="Number of colors" _low-label="Two" _high-label="Many"
9
14
            low="1" high="255" default="100"/>
10
15
 
11
 
  <number id="delay" type="slider" arg="-delay %"
12
 
          _label="Speed" _low-label="Slow" _high-label="Fast"
13
 
          low="0" high="200000" default="1000"
14
 
          convert="invert"/>
15
 
 
16
16
  <number id="holdtime" type="slider" arg="-holdtime %"
17
 
          _label="Duration" _low-label="1 second" _high-label="1 minute"
18
 
          low="1" high="60" default="2"/>
 
17
          _label="Linger" _low-label="1 second" _high-label="30 seconds"
 
18
          low="1" high="30" default="2"/>
19
19
 
 
20
  <hgroup>
20
21
  <number id="linewidth" type="spinbutton" arg="-linewidth %"
21
 
          _label="Line Thickness" low="1" high="50" default="4"/>
 
22
          _label="Line thickness" low="1" high="50" default="4"/>
22
23
 
23
24
  <number id="harmonics" type="spinbutton" arg="-harmonics %"
24
25
          _label="Harmonics" low="1" high="20" default="8"/>
 
26
  </hgroup>
25
27
 
26
28
  <!-- #### -color0 [red] -->
27
29
  <!-- #### -colours [100] -->
35
37
  <!-- #### -size_factor_min [1.05] -->
36
38
  <!-- #### -size_factor_max [2.05] -->
37
39
 
 
40
  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
 
41
 
38
42
  <_description>
39
 
This program draws the path traced out by a point on the edge of a
 
43
This draws the path traced out by a point on the edge of a
40
44
circle.  That circle rotates around a point on the rim of another
41
45
circle, and so on, several times. These were the basis for the
42
 
pre-heliocentric model of planetary motion.  
 
46
pre-heliocentric model of planetary motion.
 
47
 
 
48
http://en.wikipedia.org/wiki/Deferent_and_epicycle
43
49
 
44
50
Written by James Youngman; 1998.
45
51
  </_description>