blob: 8534739a619f9d80f40f0a7f4c34450e8c762690 [file] [log] [blame]
Stepan Salenikovichfb7f2952015-05-25 16:44:19 -04001<?xml version="1.0" encoding="UTF-8"?>
2<schemalist>
3 <schema path="/cx/ring/RingGnome/" id="cx.ring.RingGnome">
4 <key name="start-on-login" type="b">
5 <default>true</default>
6 <summary>Start Ring on login.</summary>
7 <description>Start Ring on login. Only supported on XDG compliant desktop environments.</description>
8 </key>
Stepan Salenikovich982b2882016-06-15 13:13:37 -04009 <key name="show-status-icon" type="b">
Stepan Salenikovichbc6c4be2015-07-31 16:07:54 -040010 <default>true</default>
Stepan Salenikovich982b2882016-06-15 13:13:37 -040011 <summary>Show status (system tray) icon.</summary>
12 <description>When set to true Ring will continue to run if the main window is closed.</description>
Stepan Salenikovichbc6c4be2015-07-31 16:07:54 -040013 </key>
14 <key name="bring-window-to-front" type="b">
15 <default>true</default>
16 <summary>Bring window to foreground on incoming calls.</summary>
17 <description>Bring window to foreground on incoming calls.</description>
18 </key>
Stepan Salenikovich982b2882016-06-15 13:13:37 -040019 <key name="show-main-window" type="b">
20 <default>true</default>
21 <summary>Saves whether or not the main window is currently visible or not.</summary>
22 <description>This is used when launching the application with the '--restore-last-window-state' option, which will launch the application with the main window in the same state as when Ring was last quit.</description>
Stepan Salenikovichbb9c24e2015-09-15 09:55:02 -040023 </key>
Stepan Salenikovicha5e8e362015-11-05 16:50:48 -050024 <key name="chat-pane-horizontal" type="b">
25 <default>true</default>
26 <summary>Display the chat to the rigth (default) or at the bottom.</summary>
27 <description>If the chat pane is horizontal then the chat is displayed to the right of the video; otherwise it will be displayed bellow it.</description>
28 </key>
Sébastien Blin70dc0b72017-07-31 16:24:41 -040029 <key name="enable-display-links" type="b">
30 <default>true</default>
31 <summary>Enable chatview to display external images.</summary>
32 </key>
Stepan Salenikovich5a127672016-09-13 11:19:50 -040033 <key name="enable-call-notifications" type="b">
34 <default>true</default>
35 <summary>Enable notifications for incoming calls.</summary>
36 </key>
37 <key name="enable-chat-notifications" type="b">
38 <default>true</default>
39 <summary>Enable notifications for new chat messages.</summary>
40 </key>
Stepan Salenikovichba87ae22016-09-13 14:27:20 -040041 <key name="window-width" type="i">
42 <default>800</default>
43 <summary>Main window width.</summary>
44 <description>Main window width.</description>
45 </key>
46 <key name="window-height" type="i">
47 <default>500</default>
48 <summary>Main window height.</summary>
49 <description>Main window height.</description>
50 </key>
Stepan Salenikoviche9933242016-06-21 18:08:48 -040051 <key name="search-entry-places-call" type="b">
52 <default>false</default>
53 <summary>Entering a number in the search entry places a new call.</summary>
54 <description>Entering a number in the search entry places a new call. If false, then this will instead open a chat view.</description>
55 </key>
Stepan Salenikovich509670b2017-04-24 15:18:06 -040056 <key name="selected-account" type="s">
57 <default>""</default>
58 <summary>The user selected account.</summary>
59 <description>The account id of the user selected account; if empty there is no valid account selected.</description>
60 </key>
Nicolas Jagerd27fdaa2018-01-16 14:24:31 -050061 <key name="history-limit" type="i">
62 <default>0</default>
63 <summary>Number of days to store the history.</summary>
64 <description>Keep history only within the limit. 0 for unlimited history.</description>
65 </key>
Stepan Salenikovichfb7f2952015-05-25 16:44:19 -040066 </schema>
67</schemalist>