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

« back to all changes in this revision

Viewing changes to applets/maintained/webapplet/awn-applet-webapplet.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
1
[DEFAULT/URI]
2
2
type = string
3
3
default = http://wiki.awn-project.org/Web_Applet
4
 
description = URI
 
4
description=URI
5
5
 
6
6
[DEFAULT/HTML_engine]
7
7
type = string
8
8
default = webkit
9
 
description = HTML engine to use.
 
9
description=HTML engine to use.
10
10
 
11
11
[DEFAULT/width]
12
12
type = string
13
13
default = 33%%
14
 
description = Width in %% or px.
 
14
description=Width in %% or px.
15
15
 
16
16
[DEFAULT/height]
17
17
type = string
18
18
default = 33%%
19
 
description = height in %% or px.
 
19
description=height in %% or px.
20
20
 
21
21
[DEFAULT/enable_location_dialog]
22
22
type = boolean
23
23
default = false
24
 
description = Flag that enables usage of the "Open Location" dialog in the applet.
 
24
description=Flag that enables usage of the "Open Location" dialog in the applet.
25
25
 
26
26
[DEFAULT/first_start]
27
27
type = boolean
28
28
default = true
29
 
description = If true display location entry and website buttons
 
29
description=If true display location entry and website buttons
30
30
 
31
31
[DEFAULT/site]
32
32
type = string
33
33
default = ;
34
 
description = Name of specialized website to use
 
34
description=Name of specialized website to use
35
35
 
36
36
; vim: set ft=dosini :