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

« back to all changes in this revision

Viewing changes to hacks/config/flag.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
 
  <string id="text" _label="Text for Flag" arg="-text %"/>
8
 
 
9
 
<!--  <file id="bitmap" _label="Bitmap for Flag" arg="-bitmap %"/> -->
 
7
  <string id="text" _label="Text for flag" arg="-text %"/>
10
8
 
11
9
  <number id="delay" type="slider" arg="-delay %"
12
 
          _label="Speed" _low-label="Slow" _high-label="Fast"
13
 
          low="0" high="60000" default="50000"
 
10
          _label="Frame rate" _low-label="Low" _high-label="High"
 
11
          low="0" high="200000" default="50000"
14
12
          convert="invert"/>
15
13
 
16
14
  <number id="cycles" type="slider" arg="-cycles %"
18
16
          low="0" high="800000" default="1000"/>
19
17
 
20
18
  <number id="ncolors" type="slider" arg="-ncolors %"
21
 
            _label="Number of Colors" _low-label="Two" _high-label="Many"
 
19
            _label="Number of colors" _low-label="Two" _high-label="Many"
22
20
            low="1" high="255" default="200"/>
23
21
 
24
22
  <!-- #### -size [-7] -->
25
23
 
 
24
  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
 
25
 
26
26
  <_description>
27
27
This draws a waving colored flag, that undulates its way around the
28
 
screen.  The trick is the flag can contain arbitrary text and images.
29
 
By default, it displays either the current system name and OS
30
 
type, or a picture of "Bob".
 
28
screen.  The flag can contain arbitrary text and images.  By default,
 
29
it displays either the current system name and OS type, or a picture
 
30
of "Bob".
31
31
 
32
32
Written by Charles Vidal and Jamie Zawinski; 1997.
33
33
  </_description>