~ubuntu-branches/ubuntu/lucid/awn-extras-applets/lucid

« back to all changes in this revision

Viewing changes to applets/maintained/media-control/awn-applet-media-control.schema-ini

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2010-03-30 20:26:40 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100330202640-vza3bdnv9gc9bg5z
Tags: 0.4.0~rc1-0ubuntu1
* New upstream release (rc1) (LP: #551309)
 - Stack applet close on click (LP: #261520)
* debian/patches/
 - 03-remove-cairo-menu-pref.patch: From upstream (r1244 + r1245 + r1252),
   remove menu entry for cairo-menu preferences, it's not implemented
   (LP: #511254)
 - 04-tomboy-threading-free.patch: From upstream (r1246), remove threading to
   make the applet working. 
* debian/*.install: Update installation location of comics and digital 
  applets.
* debian/control: 
 - Move digital applet from python to C, and add proper Replaces.
 - Add Replaces for awn-applets-c-core to handle migration from 0.3.2.2.
   (LP: #524559)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[DEFAULT/tooltip_format]
2
 
type = integer
3
 
default = 0
4
 
description = Tooltip format to use.
5
 
 
6
 
[DEFAULT/use_docklet]
7
 
type = boolean
8
 
default = false
9
 
description = Display docklet instead of standard applet dialog.
10
 
 
11
 
[DEFAULT/docklet_mouseout_close]
12
 
type = boolean
13
 
default = true
14
 
description = Close the docklet when mouse moves out from it.
15
 
 
16
 
[DEFAULT/show_album_art]
17
 
type = boolean
18
 
default = true
19
 
description = Display album art if available.
20
 
 
21
 
[DEFAULT/album_art_size]
22
 
type = integer
23
 
default = 150
24
 
description = Size of the album art.
25
 
 
26
 
; vim: set ft=dosini :