aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/data/empathy.schemas.in
blob: b0246ef16d47815129cef9166c1f28b49e06f5dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
<gconfschemafile>
  <schemalist>

    <schema>
      <key>/schemas/apps/empathy/ui/show_offline</key>
      <applyto>/apps/empathy/ui/show_offline</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
        <short>Show offline contacts</short>
    <long>
    Whether or not to show contacts that are offline in the contact list.
    </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/contacts/sort_criterium</key>
      <applyto>/apps/empathy/contacts/sort_criterium</applyto>
      <owner>empathy</owner>
      <type>string</type>
      <default>name</default>
      <locale name="C">
        <short>Contact list sort criterium</short>
        <long>
    Which criterium to use when sorting the contact list.
    Default is to use sort by the contact's name with the value
    "name". A value of "state" will sort the contact list by state.
        </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/ui/show_avatars</key>
      <applyto>/apps/empathy/ui/show_avatars</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Show avatars</short>
    <long>
    Whether or not to show avatars for contacts in the contact
        list and chat windows.
    </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/ui/compact_contact_list</key>
      <applyto>/apps/empathy/ui/compact_contact_list</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
        <short>Compact contact list</short>
    <long>
    Whether to show the contact list in compact mode or not. 
    </long>
      </locale>
    </schema>

    <schema>
       <key>/schemas/apps/empathy/ui/main_window_hidden</key>
       <applyto>/apps/empathy/ui/main_window_hidden</applyto>
       <owner>empathy</owner>
       <type>bool</type>
       <default>true</default>
       <locale name="C">
          <short>Hide main window</short>
          <long>
            Hide the main window.
          </long>
       </locale>
    </schema>

    <schema>
       <key>/schemas/apps/empathy/ui/avatar_directory</key>
       <applyto>/apps/empathy/ui/avatar_directory</applyto>
       <owner>empathy</owner>
       <type>string</type>
       <default></default>
       <locale name="C">
          <short>Default directory to select an avatar image from</short>
          <long>
        The last directory that an avatar image was chosen from.
          </long>
       </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/notifications/play_sounds</key>
      <applyto>/apps/empathy/notifications/play_sounds</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
         <short>Use notification sounds</short>
         <long>
     Whether or not to play a sound when messages arrive.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/notifications/sound_when_away</key>
      <applyto>/apps/empathy/notifications/sound_when_away</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
         <short>Enable sound when away</short>
         <long>
     Whether or not to play sounds when away.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/notifications/sound_when_busy</key>
      <applyto>/apps/empathy/notifications/sound_when_busy</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
         <short>Enable sound when busy</short>
         <long>
     Whether or not to play sounds when busy.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/notifications/popup_when_contact_available</key>
      <applyto>/apps/empathy/notifications/popup_when_contact_available</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
         <short>Enable popup when contact is available</short>
         <long>
     Whether or not to show a popup when a contact becomes available.
         </long>
      </locale>
    </schema>

    <schema>
       <key>/schemas/apps/empathy/ui/separate_chat_windows</key>
       <applyto>/apps/empathy/ui/separate_chat_windows</applyto>
       <owner>empathy</owner>
       <type>bool</type>
       <default>false</default>
       <locale name="C">
          <short>Open new chats in separate windows</short>
          <long>
        Always open a separate chat window for new chats.
          </long>
       </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/conversation/graphical_smileys</key>
      <applyto>/apps/empathy/conversation/graphical_smileys</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
         <short>Use graphical smileys</short>
         <long>
     Whether or not to convert smileys into graphical images in
     conversations.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/conversation/theme</key>
      <applyto>/apps/empathy/conversation/theme</applyto>
      <owner>empathy</owner>
      <type>string</type>
      <default>classic</default>
      <locale name="C">
         <short>Chat window theme</short>
         <long>
           The theme that is used to display the conversation in chat windows.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/conversation/theme_chat_room</key>
      <applyto>/apps/empathy/conversation/theme_chat_room</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
         <short>Use theme for chat rooms</short>
         <long>
           Whether to use the theme for chat rooms or not.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/conversation/spell_checker_languages</key>
      <applyto>/apps/empathy/conversation/spell_checker_languages</applyto>
      <owner>empathy</owner>
      <type>string</type>
      <default>en</default>
      <locale name="C">
    <short>Spell checking languages</short>
    <long>
      Comma separated list of spell checker languages to use (e.g. en, fr, nl).
    </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/conversation/spell_checker_enabled</key>
      <applyto>/apps/empathy/conversation/spell_checker_enabled</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Enable spell checker</short>
    <long>
    Whether or not to check words typed against the languages you
      want to check with.
    </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/conversation/nick_completion_char</key>
      <applyto>/apps/empathy/conversation/nick_completion_char</applyto>
      <owner>empathy</owner>
      <type>string</type>
      <default>:</default>
      <locale name="C">
        <short>Nick completed character</short>
    <long>
    Character to add after nickname when using nick completion (tab)
        in group chat.
    </long>
    
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/hints/close_main_window</key>
      <applyto>/apps/empathy/hints/close_main_window</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Show hint about closing the main window</short>
    <long>
    Whether or not to show the message dialog about closing the
      main window with the 'x' button in the title bar.
    </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/accounts/salut_created</key>
      <applyto>/apps/empathy/accounts/salut_created</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
        <short>Checks if Salut account is created</short>
    <long>
    Whether or not the Salut account has been created on the first
      Empathy run.
        </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/use_nm</key>
      <applyto>/apps/empathy/use_nm</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Checks if NetworkManager should be used</short>
    <long>
    Whether or not the network manager should be used to automatically
    disconnect/reconnect.
        </long>
      </locale>
    </schema>
    
    <schema>
      <key>/schemas/apps/empathy/autoconnect</key>
      <applyto>/apps/empathy/autoconnect</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Checks if Empathy should auto-connect on startup</short>
    <long>
    Whether or not Empathy should automatically log in to your accounts on startup.
        </long>
      </locale>
    </schema>

  </schemalist>  
</gconfschemafile>