~ubuntu-branches/ubuntu/raring/almanah/raring-proposed

« back to all changes in this revision

Viewing changes to data/almanah.schemas.in

  • Committer: Bazaar Package Importer
  • Author(s): Angel Abad
  • Date: 2011-04-18 16:21:36 UTC
  • mfrom: (1.3.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110418162136-l0ik4snrl420srer
Tags: 0.8.0-1
* New upstream release
* Temporarily remove evolution support in unstable
* Disable AM_GCONF_SOURCE_2 macro to fix ftbfs in unstable
  - debian/patches/disable_am_gconf_source_2
  - Build-Depends on dh-autoreconf
  - Use --with autoreconf in rules
* debian/control:
  - Build-Depends on libgtk-3-dev
* debian/rules:
  - Remove unnecessary override_dh_auto_install
* debian/copyright:
  - Update copyright years
  - Update license stanza
* Bump Standards-Version to 3.9.1 (no changes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<gconfschemafile>
2
 
        <schemalist>
3
 
                <schema>
4
 
                        <key>/schemas/apps/almanah/encryption_key</key>
5
 
                        <applyto>/apps/almanah/encryption_key</applyto>
6
 
                        <owner>almanah</owner>
7
 
                        <type>string</type>
8
 
                        <default></default>
9
 
                        <locale name="C">
10
 
                                <short>Database encryption key ID</short>
11
 
                                <long>The ID of the key to use to encrypt and decrypt the database, if Almanah has been built with encryption support. Leave blank to disable database encryption.</long>
12
 
                        </locale>
13
 
                </schema>
14
 
                <schema>
15
 
                        <key>/schemas/apps/almanah/spelling_language</key>
16
 
                        <applyto>/apps/almanah/spelling_language</applyto>
17
 
                        <owner>almanah</owner>
18
 
                        <type>string</type>
19
 
                        <default></default>
20
 
                        <locale name="C">
21
 
                                <short>Spell checking language</short>
22
 
                                <long>The locale specifier of the language in which to check entry spellings.</long>
23
 
                        </locale>
24
 
                </schema>
25
 
                <schema>
26
 
                        <key>/schemas/apps/almanah/spell_checking_enabled</key>
27
 
                        <applyto>/apps/almanah/spell_checking_enabled</applyto>
28
 
                        <owner>almanah</owner>
29
 
                        <type>bool</type>
30
 
                        <default>true</default>
31
 
                        <locale name="C">
32
 
                                <short>Spell checking enabled?</short>
33
 
                                <long>Whether spell checking of entries is enabled.</long>
34
 
                        </locale>
35
 
                </schema>
36
 
                <schema>
37
 
                        <key>/schemas/apps/almanah/state/main_window_maximized</key>
38
 
                        <applyto>/apps/almanah/state/main_window_maximized</applyto>
39
 
                        <owner>almanah</owner>
40
 
                        <type>bool</type>
41
 
                        <default>false</default>
42
 
                        <locale name="C">
43
 
                                <short>Main window maximization</short>
44
 
                                <long>Whether the main window should start maximized.</long>
45
 
                        </locale>
46
 
                </schema>
47
 
                <schema>
48
 
                        <key>/schemas/apps/almanah/state/main_window_width</key>
49
 
                        <applyto>/apps/almanah/state/main_window_width</applyto>
50
 
                        <owner>almanah</owner>
51
 
                        <type>int</type>
52
 
                        <default>700</default>
53
 
                        <locale name="C">
54
 
                                <short>Main window width</short>
55
 
                                <long>The width of the main window.</long>
56
 
                        </locale>
57
 
                </schema>
58
 
                <schema>
59
 
                        <key>/schemas/apps/almanah/state/main_window_height</key>
60
 
                        <applyto>/apps/almanah/state/main_window_height</applyto>
61
 
                        <owner>almanah</owner>
62
 
                        <type>int</type>
63
 
                        <default>500</default>
64
 
                        <locale name="C">
65
 
                                <short>Main window height</short>
66
 
                                <long>The height of the main window.</long>
67
 
                        </locale>
68
 
                </schema>
69
 
                <schema>
70
 
                        <key>/schemas/apps/almanah/state/main_window_x_position</key>
71
 
                        <applyto>/apps/almanah/state/main_window_x_position</applyto>
72
 
                        <owner>almanah</owner>
73
 
                        <type>int</type>
74
 
                        <default>100</default>
75
 
                        <locale name="C">
76
 
                                <short>Main window X position</short>
77
 
                                <long>The X position of the main window.</long>
78
 
                        </locale>
79
 
                </schema>
80
 
                <schema>
81
 
                        <key>/schemas/apps/almanah/state/main_window_y_position</key>
82
 
                        <applyto>/apps/almanah/state/main_window_y_position</applyto>
83
 
                        <owner>almanah</owner>
84
 
                        <type>int</type>
85
 
                        <default>100</default>
86
 
                        <locale name="C">
87
 
                                <short>Main window Y position</short>
88
 
                                <long>The Y position of the main window.</long>
89
 
                        </locale>
90
 
                </schema>
91
 
        </schemalist>
92
 
</gconfschemafile>