]> git.0d.be Git - empathy.git/blob - data/org.gnome.Empathy.gschema.xml.in
Merge branch 'sasl'
[empathy.git] / data / org.gnome.Empathy.gschema.xml.in
1 <schemalist>
2   <schema id="org.gnome.Empathy" path="/apps/empathy/">
3     <key name="use-conn" type="b">
4       <default>true</default>
5       <_summary>Connection managers should be used</_summary>
6       <_description>Whether connectivity managers should be used to automatically disconnect/reconnect.</_description>
7     </key>
8     <key name="autoconnect" type="b">
9       <default>true</default>
10       <_summary>Empathy should auto-connect on startup</_summary>
11       <_description>Whether Empathy should automatically log into your accounts on startup.</_description>
12     </key>
13     <key name="autoaway" type="b">
14       <default>true</default>
15       <_summary>Empathy should auto-away when idle</_summary>
16       <_description>Whether Empathy should go into away mode automatically if the user is idle.</_description>
17     </key>
18     <key name="butterfly-logs-migrated" type="b">
19       <default>false</default>
20       <_summary>Empathy has migrated butterfly logs</_summary>
21       <_description>Whether Empathy has migrated butterfly logs.</_description>
22     </key>
23     <key name="file-transfer-default-folder" type="s">
24       <default>''</default>
25       <_summary>Empathy default download folder</_summary>
26       <_description>The default folder to save file transfers in.</_description>
27     </key>
28     <child name="ui" schema="org.gnome.Empathy.ui"/>
29     <child name="contacts" schema="org.gnome.Empathy.contacts"/>
30     <child name="sounds" schema="org.gnome.Empathy.sounds"/>
31     <child name="notifications" schema="org.gnome.Empathy.notifications"/>
32     <child name="conversation" schema="org.gnome.Empathy.conversation"/>
33     <child name="hints" schema="org.gnome.Empathy.hints"/>
34     <child name="accounts" schema="org.gnome.Empathy.accounts"/>
35     <child name="location" schema="org.gnome.Empathy.location"/>
36   </schema>
37   <schema id="org.gnome.Empathy.ui" path="/apps/empathy/ui/">
38     <key name="show-offline" type="b">
39       <default>true</default>
40       <_summary>Show offline contacts</_summary>
41       <_description>Whether to show contacts that are offline in the contact list.</_description>
42     </key>
43     <key name="show-avatars" type="b">
44       <default>true</default>
45       <_summary>Show avatars</_summary>
46       <_description>Whether to show avatars for contacts in the contact list and chat windows.</_description>
47     </key>
48     <key name="show-protocols" type="b">
49       <default>false</default>
50       <_summary>Show protocols</_summary>
51       <_description>Whether to show protocols for contacts in the contact list.</_description>
52     </key>
53     <key name="compact-contact-list" type="b">
54       <default>false</default>
55       <_summary>Compact contact list</_summary>
56       <_description>Whether to show the contact list in compact mode.</_description>
57     </key>
58     <key name="main-window-hidden" type="b">
59       <default>false</default>
60       <_summary>Hide main window</_summary>
61       <_description>Hide the main window.</_description>
62     </key>
63     <key name="avatar-directory" type="s">
64       <default>''</default>
65       <_summary>Default directory to select an avatar image from</_summary>
66       <_description>The last directory that an avatar image was chosen from.</_description>
67     </key>
68     <key name="separate-chat-windows" type="b">
69       <default>false</default>
70       <_summary>Open new chats in separate windows</_summary>
71       <_description>Always open a separate chat window for new chats.</_description>
72     </key>
73     <key name="events-notify-area" type="b">
74       <default>true</default>
75       <_summary>Display incoming events in the status area</_summary>
76       <_description>Display incoming events in the status area. If false,
77 present them to the user immediately.</_description>
78     </key>
79     <key name="chat-window-paned-pos" type="i">
80       <default>0</default>
81       <_summary>The position for the chat window side pane</_summary>
82       <_description>The stored position (in pixels) of the chat window side pane.</_description>
83     </key>
84   </schema>
85   <schema id="org.gnome.Empathy.contacts" path="/apps/empathy/contacts/">
86     <key name="sort-criterium" type="s">
87       <default>'state'</default>
88       <_summary>Contact list sort criterion</_summary>
89       <_description>Which criterion to use when sorting the contact list. Default is to sort by the contact's name with the value "name". A value of "state" will sort the contact list by state.</_description>
90     </key>
91   </schema>
92   <schema id="org.gnome.Empathy.sounds" path="/apps/empathy/sounds/">
93     <key name="sounds-enabled" type="b">
94       <default>true</default>
95       <_summary>Use notification sounds</_summary>
96       <_description>Whether to play a sound to notify of events.</_description>
97     </key>
98     <key name="sounds-disabled-away" type="b">
99       <default>true</default>
100       <_summary>Disable sounds when away</_summary>
101       <_description>Whether to play sound notifications when away or busy.</_description>
102     </key>
103     <key name="sounds-incoming-message" type="b">
104       <default>true</default>
105       <_summary>Play a sound for incoming messages</_summary>
106       <_description>Whether to play a sound to notify of incoming messages.</_description>
107     </key>
108     <key name="sounds-outgoing-message" type="b">
109       <default>false</default>
110       <_summary>Play a sound for outgoing messages</_summary>
111       <_description>Whether to play a sound to notify of outgoing messages.</_description>
112     </key>
113     <key name="sounds-new-conversation" type="b">
114       <default>true</default>
115       <_summary>Play a sound for new conversations</_summary>
116       <_description>Whether to play a sound to notify of new conversations.</_description>
117     </key>
118     <key name="sounds-contact-login" type="b">
119       <default>false</default>
120       <_summary>Play a sound when a contact logs in</_summary>
121       <_description>Whether to play a sound to notify of contacts logging into the network.</_description>
122     </key>
123     <key name="sounds-contact-logout" type="b">
124       <default>false</default>
125       <_summary>Play a sound when a contact logs out</_summary>
126       <_description>Whether to play a sound to notify of contacts logging out of the network.</_description>
127     </key>
128     <key name="sounds-service-login" type="b">
129       <default>false</default>
130       <_summary>Play a sound when we log in</_summary>
131       <_description>Whether to play a sound when logging into a network.</_description>
132     </key>
133     <key name="sounds-service-logout" type="b">
134       <default>false</default>
135       <_summary>Play a sound when we log out</_summary>
136       <_description>Whether to play a sound when logging out of a network.</_description>
137     </key>
138   </schema>
139   <schema id="org.gnome.Empathy.notifications" path="/apps/empathy/notifications/">
140     <key name="notifications-enabled" type="b">
141       <default>true</default>
142       <_summary>Enable popup notifications for new messages</_summary>
143       <_description>Whether to show a popup notification when receiving a new message.</_description>
144     </key>
145     <key name="notifications-disabled-away" type="b">
146       <default>true</default>
147       <_summary>Disable popup notifications when away</_summary>
148       <_description>Whether to show popup notifications when away or busy.</_description>
149     </key>
150     <key name="notifications-focus" type="b">
151       <default>false</default>
152       <_summary>Pop up notifications if the chat isn't focused</_summary>
153       <_description>Whether to show a popup notification when receiving a new message even if the chat is already opened, but not focused.</_description>
154     </key>
155     <key name="notifications-contact-signin" type="b">
156       <default>false</default>
157       <_summary>Pop up notifications when a contact logs in</_summary>
158       <_description>Whether to show a popup notification when a contact goes online.</_description>
159     </key>
160     <key name="notifications-contact-signout" type="b">
161       <default>false</default>
162       <_summary>Pop up notifications when a contact logs out</_summary>
163       <_description>Whether to show a popup notification when a contact goes offline.</_description>
164     </key>
165   </schema>
166   <schema id="org.gnome.Empathy.conversation" path="/apps/empathy/conversation/">
167     <key name="graphical-smileys" type="b">
168       <default>true</default>
169       <_summary>Use graphical smileys</_summary>
170       <_description>Whether to convert smileys into graphical images in conversations.</_description>
171     </key>
172     <key name="show-contacts-in-rooms" type="b">
173       <default>true</default>
174       <_summary>Show contact list in rooms</_summary>
175       <_description>Whether to show the contact list in chat rooms.</_description>
176     </key>
177     <key name="theme" type="s">
178       <default>'classic'</default>
179       <_summary>Chat window theme</_summary>
180       <_description>The theme that is used to display the conversation in chat windows.</_description>
181     </key>
182     <key name="adium-path" type="s">
183       <default>''</default>
184       <_summary>Path of the Adium theme to use</_summary>
185       <_description>Path of the Adium theme to use if the theme used for chat is Adium.</_description>
186     </key>
187     <key name="enable-webkit-developer-tools" type="b">
188       <default>false</default>
189       <_summary>Enable WebKit Developer Tools</_summary>
190       <_description>Whether WebKit developer tools, such as the Web Inspector, should be enabled.</_description>
191     </key>
192     <key name="theme-chat-room" type="b">
193       <default>true</default>
194       <_summary>Use theme for chat rooms</_summary>
195       <_description>Whether to use the theme for chat rooms.</_description>
196     </key>
197     <key name="spell-checker-languages" type="s">
198       <default>'en'</default>
199       <_summary>Spell checking languages</_summary>
200       <_description>Comma-separated list of spell checker languages to use (e.g. "en, fr, nl").</_description>
201     </key>
202     <key name="spell-checker-enabled" type="b">
203       <default>true</default>
204       <_summary>Enable spell checker</_summary>
205       <_description>Whether to check words typed against the languages you want to check with.</_description>
206     </key>
207     <key name="nick-completion-char" type="s">
208       <default>':'</default>
209       <_summary>Nick completed character</_summary>
210       <_description>Character to add after nickname when using nick completion (tab) in group chat.</_description>
211     </key>
212     <key name="avatar-in-icon" type="b">
213       <default>false</default>
214       <_summary>Empathy should use the avatar of the contact as the chat window icon</_summary>
215       <_description>Whether Empathy should use the avatar of the contact as the chat window icon.</_description>
216     </key>
217   </schema>
218   <schema id="org.gnome.Empathy.hints" path="/apps/empathy/hints/">
219     <key name="close-main-window" type="b">
220       <default>true</default>
221       <_summary>Show hint about closing the main window</_summary>
222       <_description>Whether to show the message dialog about closing the main window with the 'x' button in the title bar.</_description>
223     </key>
224   </schema>
225   <schema id="org.gnome.Empathy.location" path="/apps/empathy/location/">
226     <key name="publish" type="b">
227       <default>false</default>
228       <_summary>Empathy can publish the user's location</_summary>
229       <_description>Whether Empathy can publish the user's location to their contacts.</_description>
230     </key>
231     <key name="resource-network" type="b">
232       <default>true</default>
233       <_summary>Empathy can use the network to guess the location</_summary>
234       <_description>Whether Empathy can use the network to guess the location.</_description>
235     </key>
236     <key name="resource-cell" type="b">
237       <default>true</default>
238       <_summary>Empathy can use the cellular network to guess the location</_summary>
239       <_description>Whether Empathy can use the cellular network to guess the location.</_description>
240     </key>
241     <key name="resource-gps" type="b">
242       <default>false</default>
243       <_summary>Empathy can use the GPS to guess the location</_summary>
244       <_description>Whether Empathy can use the GPS to guess the location.</_description>
245     </key>
246     <key name="reduce-accuracy" type="b">
247       <default>true</default>
248       <_summary>Empathy should reduce the location's accuracy</_summary>
249       <_description>Whether Empathy should reduce the location's accuracy for privacy reasons.</_description>
250     </key>
251   </schema>
252 </schemalist>