]> git.0d.be Git - empathy.git/blob - data/org.gnome.Empathy.gschema.xml
remove empathy-av
[empathy.git] / data / org.gnome.Empathy.gschema.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <schemalist>
3
4   <enum id="position">
5     <value nick="top-left" value="1"/>
6     <value nick="top-right" value="2"/>
7     <value nick="bottom-left" value="3"/>
8     <value nick="bottom-right" value="4"/>
9   </enum>
10
11   <schema id="org.gnome.Empathy" path="/org/gnome/empathy/">
12     <key name="use-conn" type="b">
13       <default>true</default>
14       <summary>Connection managers should be used</summary>
15       <description>Whether connectivity managers should be used to automatically disconnect/reconnect.</description>
16     </key>
17     <key name="autoconnect" type="b">
18       <default>true</default>
19       <summary>Empathy should auto-connect on startup</summary>
20       <description>Whether Empathy should automatically log into your accounts on startup.</description>
21     </key>
22     <key name="autoaway" type="b">
23       <default>true</default>
24       <summary>Empathy should auto-away when idle</summary>
25       <description>Whether Empathy should go into away mode automatically if the user is idle.</description>
26     </key>
27     <key name="file-transfer-default-folder" type="s">
28       <default>''</default>
29       <summary>Empathy default download folder</summary>
30       <description>The default folder to save file transfers in.</description>
31     </key>
32     <key name="sanity-cleaning-number" type="u">
33       <default>0</default>
34       <!-- translators: Automatic tasks which are run once to port/update account settings. Ideally, this shouldn't be exposed to users at all, we just use a gsettings key here as an optimization to only run it only once. -->
35       <summary>Magic number used to check if sanity cleaning tasks should be run</summary>
36       <description>empathy-sanity-cleaning.c uses this number to check if the cleaning tasks should be executed or not. Users should not change this key manually.</description>
37     </key>
38     <child name="ui" schema="org.gnome.Empathy.ui"/>
39     <child name="contacts" schema="org.gnome.Empathy.contacts"/>
40     <child name="sounds" schema="org.gnome.Empathy.sounds"/>
41     <child name="notifications" schema="org.gnome.Empathy.notifications"/>
42     <child name="conversation" schema="org.gnome.Empathy.conversation"/>
43     <child name="hints" schema="org.gnome.Empathy.hints"/>
44     <child name="location" schema="org.gnome.Empathy.location"/>
45   </schema>
46   <schema id="org.gnome.Empathy.ui" path="/org/gnome/empathy/ui/">
47     <key name="show-offline" type="b">
48       <default>true</default>
49       <summary>Show offline contacts</summary>
50       <description>Whether to show contacts that are offline in the contact list.</description>
51     </key>
52     <key name="show-avatars" type="b">
53       <default>true</default>
54       <summary>Show avatars</summary>
55       <description>Whether to show avatars for contacts in the contact list and chat windows.</description>
56     </key>
57     <key name="show-protocols" type="b">
58       <default>false</default>
59       <summary>Show protocols</summary>
60       <description>Whether to show protocols for contacts in the contact list.</description>
61     </key>
62     <key name="show-balance-in-roster" type="b">
63       <default>false</default>
64       <summary>Show Balance in contact list</summary>
65       <description>Whether to show account balances in the contact list.</description>
66     </key>
67     <key name="compact-contact-list" type="b">
68       <default>false</default>
69       <summary>Compact contact list</summary>
70       <description>Whether to show the contact list in compact mode.</description>
71     </key>
72     <key name="main-window-hidden" type="b">
73       <default>false</default>
74       <summary>Hide main window</summary>
75       <description>Hide the main window.</description>
76     </key>
77     <key name="avatar-directory" type="s">
78       <default>''</default>
79       <summary>Default directory to select an avatar image from</summary>
80       <description>The last directory that an avatar image was chosen from.</description>
81     </key>
82     <key name="separate-chat-windows" type="b">
83       <default>false</default>
84       <summary>Open new chats in separate windows</summary>
85       <description>Always open a separate chat window for new chats.</description>
86     </key>
87     <key name="events-notify-area" type="b">
88       <default>true</default>
89       <summary>Display incoming events in the status area</summary>
90       <description>Display incoming events in the status area. If false,
91 present them to the user immediately.</description>
92     </key>
93     <key name="chat-window-paned-pos" type="i">
94       <default>0</default>
95       <summary>The position for the chat window side pane</summary>
96       <description>The stored position (in pixels) of the chat window side pane.</description>
97     </key>
98     <key name="show-groups" type="b">
99       <default>true</default>
100       <summary>Show contact groups</summary>
101       <description>Whether to show groups in the contact list.</description>
102     </key>
103   </schema>
104   <schema id="org.gnome.Empathy.contacts" path="/org/gnome/empathy/contacts/">
105     <key name="sort-criterium" type="s">
106       <default>'state'</default>
107       <summary>Contact list sort criterion</summary>
108       <description>Which criterion to use when sorting the contact list. Default is to sort by the contact's state with the value "state". A value of "name" will sort the contact list by name.</description>
109     </key>
110   </schema>
111   <schema id="org.gnome.Empathy.sounds" path="/org/gnome/empathy/sounds/">
112     <key name="sounds-enabled" type="b">
113       <default>true</default>
114       <summary>Use notification sounds</summary>
115       <description>Whether to play a sound to notify of events.</description>
116     </key>
117     <key name="sounds-disabled-away" type="b">
118       <default>true</default>
119       <summary>Disable sounds when away</summary>
120       <description>Whether to play sound notifications when away or busy.</description>
121     </key>
122     <key name="sounds-incoming-message" type="b">
123       <default>true</default>
124       <summary>Play a sound for incoming messages</summary>
125       <description>Whether to play a sound to notify of incoming messages.</description>
126     </key>
127     <key name="sounds-outgoing-message" type="b">
128       <default>false</default>
129       <summary>Play a sound for outgoing messages</summary>
130       <description>Whether to play a sound to notify of outgoing messages.</description>
131     </key>
132     <key name="sounds-new-conversation" type="b">
133       <default>true</default>
134       <summary>Play a sound for new conversations</summary>
135       <description>Whether to play a sound to notify of new conversations.</description>
136     </key>
137     <key name="sounds-contact-login" type="b">
138       <default>false</default>
139       <summary>Play a sound when a contact logs in</summary>
140       <description>Whether to play a sound to notify of contacts logging into the network.</description>
141     </key>
142     <key name="sounds-contact-logout" type="b">
143       <default>false</default>
144       <summary>Play a sound when a contact logs out</summary>
145       <description>Whether to play a sound to notify of contacts logging out of the network.</description>
146     </key>
147     <key name="sounds-service-login" type="b">
148       <default>false</default>
149       <summary>Play a sound when we log in</summary>
150       <description>Whether to play a sound when logging into a network.</description>
151     </key>
152     <key name="sounds-service-logout" type="b">
153       <default>false</default>
154       <summary>Play a sound when we log out</summary>
155       <description>Whether to play a sound when logging out of a network.</description>
156     </key>
157   </schema>
158   <schema id="org.gnome.Empathy.notifications" path="/org/gnome/empathy/notifications/">
159     <key name="notifications-enabled" type="b">
160       <default>true</default>
161       <summary>Enable popup notifications for new messages</summary>
162       <description>Whether to show a popup notification when receiving a new message.</description>
163     </key>
164     <key name="notifications-disabled-away" type="b">
165       <default>true</default>
166       <summary>Disable popup notifications when away</summary>
167       <description>Whether to show popup notifications when away or busy.</description>
168     </key>
169     <key name="notifications-focus" type="b">
170       <default>false</default>
171       <summary>Pop up notifications if the chat isn't focused</summary>
172       <description>Whether to show a popup notification when receiving a new message even if the chat is already opened, but not focused.</description>
173     </key>
174     <key name="notifications-contact-signin" type="b">
175       <default>false</default>
176       <summary>Pop up notifications when a contact logs in</summary>
177       <description>Whether to show a popup notification when a contact goes online.</description>
178     </key>
179     <key name="notifications-contact-signout" type="b">
180       <default>false</default>
181       <summary>Pop up notifications when a contact logs out</summary>
182       <description>Whether to show a popup notification when a contact goes offline.</description>
183     </key>
184   </schema>
185   <schema id="org.gnome.Empathy.conversation" path="/org/gnome/empathy/conversation/">
186     <key name="graphical-smileys" type="b">
187       <default>true</default>
188       <summary>Use graphical smileys</summary>
189       <description>Whether to convert smileys into graphical images in conversations.</description>
190     </key>
191     <key name="show-contacts-in-rooms" type="b">
192       <default>true</default>
193       <summary>Show contact list in rooms</summary>
194       <description>Whether to show the contact list in chat rooms.</description>
195     </key>
196     <key name="theme" type="s">
197       <default>'classic'</default>
198       <summary>Chat window theme</summary>
199       <description>The theme that is used to display the conversation in chat windows.</description>
200     </key>
201     <key name="theme-variant" type="s">
202       <default>''</default>
203       <summary>Chat window theme variant</summary>
204       <description>The theme variant that is used to display the conversation in chat windows.</description>
205     </key>
206     <key name="adium-path" type="s">
207       <default>''</default>
208       <summary>Path of the Adium theme to use</summary>
209       <description>Path of the Adium theme to use if the theme used for chat is Adium.</description>
210     </key>
211     <key name="enable-webkit-developer-tools" type="b">
212       <default>false</default>
213       <summary>Enable WebKit Developer Tools</summary>
214       <description>Whether WebKit developer tools, such as the Web Inspector, should be enabled.</description>
215     </key>
216     <key name="send-chat-states" type="b">
217       <default>true</default>
218       <summary>Inform other users when you are typing to them</summary>
219       <description>Whether to send the 'composing' or 'paused' chat states. Does not currently affect the 'gone' state.</description>
220     </key>
221     <key name="theme-chat-room" type="b">
222       <default>true</default>
223       <summary>Use theme for chat rooms</summary>
224       <description>Whether to use the theme for chat rooms.</description>
225     </key>
226     <key name="spell-checker-languages" type="s">
227       <default>'en'</default>
228       <summary>Spell checking languages</summary>
229       <description>Comma-separated list of spell checker languages to use (e.g. "en, fr, nl").</description>
230     </key>
231     <key name="spell-checker-enabled" type="b">
232       <default>true</default>
233       <summary>Enable spell checker</summary>
234       <description>Whether to check words typed against the languages you want to check with.</description>
235     </key>
236     <key name="nick-completion-char" type="s">
237       <default>':'</default>
238       <summary>Nick completed character</summary>
239       <description>Character to add after nickname when using nick completion (tab) in group chat.</description>
240     </key>
241     <key name="avatar-in-icon" type="b">
242       <default>false</default>
243       <summary>Empathy should use the avatar of the contact as the chat window icon</summary>
244       <description>Whether Empathy should use the avatar of the contact as the chat window icon.</description>
245     </key>
246     <key name="room-last-account" type="o">
247       <default>"/"</default>
248       <summary>Last account selected in Join Room dialog</summary>
249       <description>D-Bus object path of the last account selected to join a room.</description>
250     </key>
251   </schema>
252   <schema id="org.gnome.Empathy.call" path="/org/gnome/empathy/call/">
253     <key name="camera-device" type="s">
254       <default>''</default>
255       <summary>Camera device</summary>
256       <description>Default camera device to use in video calls, e.g. /dev/video0.</description>
257     </key>
258     <key name="camera-position" enum="position">
259       <default>'bottom-left'</default>
260       <summary>Camera position</summary>
261       <description>Position the camera preview should be during a call.</description>
262     </key>
263     <key name="echo-cancellation" type="b">
264       <default>true</default>
265       <summary>Echo cancellation support</summary>
266       <description>Whether to enable Pulseaudio's echo cancellation filter.</description>
267     </key>
268   </schema>
269   <schema id="org.gnome.Empathy.hints" path="/org/gnome/empathy/hints/">
270     <key name="close-main-window" type="b">
271       <default>true</default>
272       <summary>Show hint about closing the main window</summary>
273       <description>Whether to show the message dialog about closing the main window with the 'x' button in the title bar.</description>
274     </key>
275   </schema>
276   <schema id="org.gnome.Empathy.location" path="/org/gnome/empathy/location/">
277     <key name="publish" type="b">
278       <default>false</default>
279       <summary>Empathy can publish the user's location</summary>
280       <description>Whether Empathy can publish the user's location to their contacts.</description>
281     </key>
282     <key name="resource-network" type="b">
283       <default>true</default>
284       <summary>Empathy can use the network to guess the location</summary>
285       <description>Whether Empathy can use the network to guess the location.</description>
286     </key>
287     <key name="resource-cell" type="b">
288       <default>true</default>
289       <summary>Empathy can use the cellular network to guess the location</summary>
290       <description>Whether Empathy can use the cellular network to guess the location.</description>
291     </key>
292     <key name="resource-gps" type="b">
293       <default>false</default>
294       <summary>Empathy can use the GPS to guess the location</summary>
295       <description>Whether Empathy can use the GPS to guess the location.</description>
296     </key>
297     <key name="reduce-accuracy" type="b">
298       <default>true</default>
299       <summary>Empathy should reduce the location's accuracy</summary>
300       <description>Whether Empathy should reduce the location's accuracy for privacy reasons.</description>
301     </key>
302   </schema>
303 </schemalist>