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

« back to all changes in this revision

Viewing changes to hacks/config/photopile.xml

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-06-15 10:42:54 UTC
  • mfrom: (1.1.9 upstream) (2.1.11 sid)
  • Revision ID: james.westby@ubuntu.com-20100615104254-tio23up6qefk7rt1
Tags: 5.11-1ubuntu1
* Merge with Debian unstable, remaining Ubuntu changes:
* debian/control:
  - Build-Depend on ubuntu-artwork
  - Add Vcs-Bzr link
  - Move xli | xloadimage xscreensaver recommends to suggests
  - Add/Update replaces with Ubuntu versions
  - Update package descriptions to list Ubuntu screensavers
* debian/rules:
  - Use /usr/share/backgrounds as image directory
  - Add translation domain to .desktop files
* debian/source_xscreensaver.py: 
  - Add apport hook
* debian/split-hacks.config:
  - Use different set of default hacks to Debian
* debian/xscreensaver.dirs
  - Install /usr/share/backgrounds. By default, settings search in
    /usr/share/backgrounds and without it, it displays an error
* debian/patches/53_XScreenSaver.ad.in.patch:
  - Use Ubuntu branding
  - Updated new login command (newLoginCommand) to work with new GDM by
    truncating deprecated arguments to gdmflexiserver.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
  <hgroup>
8
8
   <vgroup>
9
9
 
10
 
    <number id="duration" type="slider" arg="-duration %"
11
 
            _label="Time until loading a new image"
12
 
            _low-label="5 seconds" _high-label="1 minute"
13
 
            low="5" high="60" default="5"/>
 
10
    <number id="scale" type="slider" arg="-scale %"
 
11
            _label="Image size"
 
12
            _low-label="Small" _high-label="Large"
 
13
            low="0.1" high="0.9" default="0.4"/>
 
14
 
 
15
    <number id="tilt" type="slider" arg="-maxTilt %"
 
16
            _label="Maximum angle from vertical"
 
17
            _low-label="0 deg" _high-label="90 deg"
 
18
            low="0" high="90" default="50"/>
 
19
 
 
20
    <number id="count" type="spinbutton" arg="-count %"
 
21
            _label="Number of images" low="1" high="20" default="7"/>
 
22
 
 
23
    <boolean id="polaroid" _label="Simulate instant film" arg-unset="-no-polaroid"/>
 
24
 
 
25
    <boolean id="clip" _label="Clip images" arg-unset="-no-clip"/>
 
26
 
 
27
    <boolean id="shadows" _label="Draw drop shadows" arg-unset="-no-shadows"/>
 
28
 
 
29
   </vgroup>
 
30
   <vgroup>
14
31
 
15
32
    <number id="speed" type="slider" arg="-speed %"
16
33
            _label="Animation speed" _low-label="Slow" _high-label="Fast"
21
38
            low="0" high="100000" default="10000"
22
39
            convert="invert"/>
23
40
 
 
41
    <number id="duration" type="slider" arg="-duration %"
 
42
            _label="Time until loading a new image"
 
43
            _low-label="Short" _high-label="Long"
 
44
            low="1" high="60" default="5"/>
 
45
 
 
46
    <boolean id="titles" _label="Show file names" arg-set="-titles"/>
 
47
 
24
48
    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
25
49
 
26
50
   </vgroup>
27
 
   <vgroup>
28
 
 
29
 
    <number id="count" type="spinbutton" arg="-count %"
30
 
            _label="Number of images" low="1" high="20" default="7"/>
31
 
 
32
 
    <number id="scale" type="slider" arg="-scale %"
33
 
            _label="Image size"
34
 
            _low-label="Small" _high-label="Large"
35
 
            low="0.1" high="0.9" default="0.4"/>
36
 
 
37
 
    <number id="tilt" type="slider" arg="-maxTilt %"
38
 
            _label="Maximum angle from vertical"
39
 
            _low-label="0 degrees" _high-label="90 degrees"
40
 
            low="0" high="90" default="50"/>
41
 
 
42
 
    <boolean id="titles" _label="Show file names" arg-set="-titles"/>
43
 
 
44
 
   </vgroup>
45
51
  </hgroup>
46
52
 
47
53
  <xscreensaver-image />