~ubuntu-branches/ubuntu/saucy/blam/saucy

1 by Johan Svedberg
Import upstream version 1.4.1
1
<gconfschemafile>
2
  <schemalist>
3
    <schema>
1.1.1 by Barry deFreese
Import upstream version 1.8.2
4
      <key>/schemas/apps/blam/ui/main_window_state</key>
5
      <applyto>/apps/blam/ui/main_window_state</applyto>
6
      <owner>blam</owner>
7
      <type>string</type>
8
      <default>normal</default>
9
      <locale name="C">
10
         <short>State of the main window</short>
11
         <long>
12
           The state of the main window, valid values are 'normal' and 'maximized'.
13
         </long>
14
      </locale>
15
    </schema>
16
    
17
    <schema>
1 by Johan Svedberg
Import upstream version 1.4.1
18
      <key>/schemas/apps/blam/ui/main_window_width</key>
19
      <applyto>/apps/blam/ui/main_window_width</applyto>
20
      <owner>blam</owner>
21
      <type>int</type>
22
      <default>600</default>
23
      <locale name="C">
24
         <short>Width of the main window</short>
25
         <long>
26
           The width of the main window.
27
         </long>
28
      </locale>
29
    </schema>
30
31
    <schema>
32
      <key>/schemas/apps/blam/ui/main_window_height</key>
33
      <applyto>/apps/blam/ui/main_window_height</applyto>
34
      <owner>blam</owner>
35
      <type>int</type>
36
      <default>400</default>
37
      <locale name="C">
38
         <short>Height of main window</short>
39
         <long>
40
           The height of the main window.
41
         </long>
42
      </locale>
43
    </schema>
44
45
    <schema>
1.1.1 by Barry deFreese
Import upstream version 1.8.2
46
      <key>/schemas/apps/blam/ui/main_window_position_x</key>
47
      <applyto>/apps/blam/ui/main_window_position_x</applyto>
48
      <owner>blam</owner>
49
      <type>int</type>
50
      <default>-1</default>
51
      <locale name="C">
52
         <short>X position of main window</short>
53
         <long>
54
	   The stored position of the main window, the X coordinate.
55
         </long>
56
      </locale>
57
    </schema>
58
59
    <schema>
60
      <key>/schemas/apps/blam/ui/main_window_position_y</key>
61
      <applyto>/apps/blam/ui/main_window_position_y</applyto>
62
      <owner>blam</owner>
63
      <type>int</type>
64
      <default>-1</default>
65
      <locale name="C">
66
         <short>Y position of main window</short>
67
         <long>
68
	   The stored position of the main window, the Y coordinate.
69
         </long>
70
      </locale>
71
    </schema>
72
73
    <schema>
1 by Johan Svedberg
Import upstream version 1.4.1
74
      <key>/schemas/apps/blam/ui/channel_list_width</key>
75
      <applyto>/apps/blam/ui/channel_list_width</applyto>
76
      <owner>blam</owner>
77
      <type>int</type>
78
      <default>180</default>
79
      <locale name="C">
80
         <short>Width of channel list</short>
81
         <long>
82
           The width of the channel list.
83
         </long>
84
      </locale>
85
    </schema>
86
    
87
    <schema>
88
      <key>/schemas/apps/blam/ui/item_list_height</key>
89
      <applyto>/apps/blam/ui/item_list_height</applyto>
90
      <owner>blam</owner>
91
      <type>int</type>
92
      <default>100</default>
93
      <locale name="C">
94
         <short>Height of entry list</short>
95
         <long>
96
           The height of the entry list.
97
         </long>
98
      </locale>
1.1.2 by Sebastian Dröge
Import upstream version 1.8.2+cvs20060124
99
    </schema> 
100
    <schema>
101
      <key>/schemas/apps/blam/ui/theme</key>
102
      <applyto>/apps/blam/ui/theme</applyto>
103
      <owner>blam</owner>
104
      <type>string</type>
105
      <default>normal</default>
106
      <locale name="C">
107
         <short>Current theme</short>
108
         <long>
109
	   The theme used to render the entries.
110
         </long>
111
      </locale>
1 by Johan Svedberg
Import upstream version 1.4.1
112
    </schema>
113
    
114
    <schema>
115
      <key>/schemas/apps/blam/behaviour/reverse_entries</key>
116
      <applyto>/apps/blam/behaviour/reverse_entries</applyto>
117
      <owner>blam</owner>
118
      <type>bool</type>
119
      <default>false</default>
120
      <locale name="C">
121
         <short>Reverse the entries in the entry list</short>
122
         <long>
123
           Show the newest entries at the top of the entry list.
124
         </long>
125
      </locale>
126
    </schema>
127
    <schema>
128
      <key>/schemas/apps/blam/behaviour/auto_refresh</key>
129
      <applyto>/apps/blam/behaviour/auto_refresh</applyto>
130
      <owner>blam</owner>
131
      <type>bool</type>
132
      <default>false</default>
133
      <locale name="C">
134
         <short>Automatically refresh channels</short>
135
         <long>
136
           Automatically refresh all channels at a regular interval.
137
         </long>
138
      </locale>
139
    </schema>
140
    <schema>
141
      <key>/schemas/apps/blam/behaviour/auto_refresh_rate</key>
142
      <applyto>/apps/blam/behaviour/auto_refresh_rate</applyto>
143
      <owner>blam</owner>
144
      <type>int</type>
145
      <default>15</default>
146
      <locale name="C">
147
         <short>Automatically refresh channels interval</short>
148
         <long>
149
           The refresh rate for when to refresh all channels.
150
         </long>
151
      </locale>
152
    </schema>
153
   </schemalist>  
154
</gconfschemafile>