~ubuntu-branches/ubuntu/maverick/gnome-activity-journal/maverick

« back to all changes in this revision

Viewing changes to extra/gnome-activity-journal.schemas.in

  • Committer: Bazaar Package Importer
  • Author(s): Siegfried-Angel Gevatter Pujals
  • Date: 2010-01-19 19:02:56 UTC
  • Revision ID: james.westby@ubuntu.com-20100119190256-x0iws5zymbi2oitq
Tags: upstream-0.3.2
ImportĀ upstreamĀ versionĀ 0.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<gconfschemafile>
 
3
  <schemalist>
 
4
    <schema>
 
5
      <key>/schemas/apps/gnome-activity-journal/window_width</key>
 
6
      <applyto>/apps/gnome-activity-journal/window_width</applyto>
 
7
      <owner>gnome-activity-journal</owner>
 
8
      <type>int</type>
 
9
      <locale name="C">
 
10
        <short>Window width</short>
 
11
        <long>Customized width for the main window, in pixels (requires restart). Can't be bigger than the desktop's size.</long>
 
12
      </locale>
 
13
    </schema>
 
14
    <schema>
 
15
      <key>/schemas/apps/gnome-activity-journal/window_height</key>
 
16
      <applyto>/apps/gnome-activity-journal/window_height</applyto>
 
17
      <owner>gnome-activity-journal</owner>
 
18
      <type>int</type>
 
19
      <locale name="C">
 
20
        <short>Window height</short>
 
21
        <long>Customized height for the main window, in pixels (requires restart). Can't be bigger than the desktop's size.</long>
 
22
      </locale>
 
23
    </schema>
 
24
    <schema>
 
25
      <key>/schemas/apps/gnome-activity-journal/amount_days</key>
 
26
      <applyto>/apps/gnome-activity-journal/amount_days</applyto>
 
27
      <owner>gnome-activity-journal</owner>
 
28
      <type>int</type>
 
29
      <locale name="C">
 
30
        <short>Amount of visible days</short>
 
31
        <long>The amount of days to show at once.</long>
 
32
      </locale>
 
33
    </schema>
 
34
    <schema>
 
35
      <key>/schemas/apps/gnome-activity-journal/accessibility</key>
 
36
      <applyto>/apps/gnome-activity-journal/accessibility</applyto>
 
37
      <owner>gnome-activity-journal</owner>
 
38
      <type>bool</type>
 
39
      <default>False</default>
 
40
      <locale name="C">
 
41
        <short>Accessibility</short>
 
42
        <long>Whether special accessibility options should be enabled (requires restart).</long>
 
43
      </locale>
 
44
    </schema>
 
45
    <schema>
 
46
      <key>/schemas/apps/gnome-activity-journal/small_thumbnails</key>
 
47
      <applyto>/apps/gnome-activity-journal/small_thumbnails</applyto>
 
48
      <owner>gnome-activity-journal</owner>
 
49
      <type>bool</type>
 
50
      <default>False</default>
 
51
      <locale name="C">
 
52
        <short>Allow thumbnails as icons</short>
 
53
        <long>Whether to allow showing little thumbnails next to each activity (requires restart). If False, only generic mime-type icons will be used.</long>
 
54
      </locale>
 
55
    </schema>
 
56
  </schemalist>
 
57
</gconfschemafile>