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

« back to all changes in this revision

Viewing changes to hacks/config/euler2d.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="euler2d" _label="Euler2d">
 
3
<screensaver name="euler2d" _label="Euler2D">
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="10000"
 
10
          convert="invert"/>
 
11
 
7
12
  <number id="count" type="slider" arg="-count %"
8
13
           _label="Particles" _low-label="Few" _high-label="Many"
9
14
          low="2" high="5000" default="1024"/>
10
15
 
11
16
  <number id="eulertail" type="slider" arg="-eulertail %"
12
 
           _label="Trail Length" _low-label="Short" _high-label="Long"
 
17
           _label="Trail length" _low-label="Short" _high-label="Long"
13
18
          low="2" high="500" default="10"/>
14
19
 
15
20
<!--
23
28
          low="100" high="5000" default="3000"/>
24
29
 
25
30
  <number id="ncolors" type="slider" arg="-ncolors %"
26
 
            _label="Number of Colors" _low-label="Two" _high-label="Many"
 
31
            _label="Number of colors" _low-label="Two" _high-label="Many"
27
32
            low="2" high="255" default="64"/>
28
33
 
29
 
  <number id="delay" type="slider" arg="-delay %"
30
 
          _label="Speed" _low-label="Slow" _high-label="Fast"
31
 
          low="0" high="300000" default="10000"
32
 
          convert="invert"/>
 
34
  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
33
35
 
34
36
  <_description>
35
 
Simulates two dimensional Incompressible Inviscid Fluid Flow.
 
37
Simulates two dimensional incompressible inviscid fluid flow.
 
38
 
 
39
http://en.wikipedia.org/wiki/Euler_equations_%28fluid_dynamics%29
 
40
http://en.wikipedia.org/wiki/Inviscid_flow
36
41
 
37
42
Written by Stephen Montgomery-Smith; 2002.
38
43
  </_description>