~ubuntu-branches/ubuntu/utopic/xscreensaver/utopic

« back to all changes in this revision

Viewing changes to hacks/config/juggler3d.xml

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-11-30 13:33:13 UTC
  • mfrom: (1.1.8 upstream) (2.1.6 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091130133313-3b5nz2e7hvbb8h3l
Tags: 5.10-3ubuntu1
* Merge with Debian unstable, remaining changes: (LP: #489062)
  - debian/control: add Build-Depends on ubuntu-artwork
  - debian/rules: use /usr/share/backgrounds
  - debian/control: Move xli | xloadimage recommends to suggests
  - debian/split-hacks.config: Use different set of default hacks to Debian
  - debian/source_xscreensaver.py: Add apport hook
  - debian/patches/53_XScreenSaver.ad.in.patch: Use Ubuntu branding

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
   <vgroup>
8
8
    <number id="delay" type="slider" arg="-delay %"
9
9
            _label="Frame rate" _low-label="Low" _high-label="High"
10
 
            low="0" high="100000" default="20000"
 
10
            low="0" high="100000" default="10000"
11
11
            convert="invert"/>
12
12
 
13
 
    <number id="speed" type="slider" arg="-speed %" _label="Juggling speed"
14
 
            _low-label="Slow" _high-label="Fast" low="0.5" high="5.0" default="2.2"/>
 
13
    <number id="count" type="slider" arg="-count %"
 
14
            _label="Speed" _low-label="Slow" _high-label="Fast"
 
15
            low="50" high="1000" default="200"
 
16
            convert="invert"/>
15
17
   </vgroup>
16
 
 
17
18
   <vgroup>
18
 
    <number id="trans" type="slider" arg="-trans %" _label="Juggler horizontal speed"
19
 
            _low-label="Slow" _high-label="Fast" low="0.05" high="2.0" default="0.1"/>
 
19
    <number id="cycles" type="slider" arg="-cycles %"
 
20
            _label="Performance length" _low-label="Short" _high-label="Long"
 
21
            low="50" high="1000" default="1000"/>
20
22
 
21
 
    <number id="spin" type="slider" arg="-spin %" _label="Juggler spin speed"
22
 
            _low-label="Slow" _high-label="Fast" low="3.0" high="50.0" default="20.0"/>
 
23
    <number id="tail" type="slider" arg="-tail %"
 
24
            _label="Trail length" _low-label="None" _high-label="Long"
 
25
            low="0" high="100" default="1"/>
23
26
   </vgroup>
24
27
  </hgroup>
25
28
 
26
29
  <hgroup>
27
 
   <vgroup>
28
 
    <number id="minobjs" type="spinbutton" arg="-minobjs %" _label="Min objects"
29
 
      low="3" high="35" default="3"/>
30
 
 
31
 
    <number id="maxobjs" type="spinbutton" arg="-maxobjs %" _label="Max objects"
32
 
      low="3" high="35" default="8"/>             
33
 
   </vgroup>
34
 
   <vgroup>
35
 
    <number id="minhinc" type="spinbutton" arg="-minhinc %" _label="Min height"
36
 
      low="1" high="31" default="2"/>
37
 
 
38
 
    <number id="maxhinc" type="spinbutton" arg="-maxhinc %" _label="Max height"
39
 
      low="1" high="31" default="6"/>             
40
 
   </vgroup>
41
 
   <vgroup>
42
 
    <boolean id="wire"   _label="Wireframe" arg-set="-wireframe"/>
43
 
    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
44
 
   </vgroup>
 
30
    <boolean id="balls" _label="Balls" arg-unset="-no-balls"/>
 
31
    <boolean id="clubs" _label="Clubs" arg-unset="-no-clubs"/>
 
32
    <boolean id="rings" _label="Rings" arg-unset="-no-rings"/>
 
33
    <boolean id="knives" _label="Knives" arg-unset="-no-knives"/>
 
34
<!--<boolean id="torches" _label="Flaming torches" arg-unset="-no-torches"/>-->
 
35
    <boolean id="bballs" _label="Bowling balls" arg-unset="-no-bballs"/>
45
36
  </hgroup>
46
37
 
 
38
  <boolean id="describe" _label="Print Cambridge juggling pattern descriptions" arg-unset="-no-describe"/>
 
39
  <string id="pattern" _label="Juggle this pattern" arg="-pattern %" />
 
40
 
 
41
  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
 
42
 
47
43
  <_description>
48
 
3D simulation of a juggler performing with balls, clubs and rings.  
 
44
Draws a 3D juggling stick-man.
49
45
 
50
46
http://en.wikipedia.org/wiki/Siteswap
51
47
 
52
 
Written by Brian Apps; 2005.
 
48
Written by Tim Auckland and Jamie Zawinski; 2002.
53
49
  </_description>
54
50
</screensaver>