]> git.0d.be Git - empathy.git/blobdiff - data/org.gnome.Empathy.gschema.xml.in
account-settings: allow to change the service
[empathy.git] / data / org.gnome.Empathy.gschema.xml.in
index f889adf95118885110a6001dcd37ea0ab65b6b2d..f3975fce2980af4794aeb6fad734bc66a600b2fb 100644 (file)
@@ -1,5 +1,13 @@
 <schemalist>
-  <schema id="org.gnome.Empathy" path="/apps/empathy/">
+
+  <enum id="position">
+    <value nick="top-left" value="1"/>
+    <value nick="top-right" value="2"/>
+    <value nick="bottom-left" value="3"/>
+    <value nick="bottom-right" value="4"/>
+  </enum>
+
+  <schema id="org.gnome.Empathy" path="/org/gnome/empathy/">
     <key name="use-conn" type="b">
       <default>true</default>
       <_summary>Connection managers should be used</_summary>
       <_summary>Empathy should auto-away when idle</_summary>
       <_description>Whether Empathy should go into away mode automatically if the user is idle.</_description>
     </key>
-    <key name="butterfly-logs-migrated" type="b">
-      <default>false</default>
-      <_summary>Empathy has migrated butterfly logs</_summary>
-      <_description>Whether Empathy has migrated butterfly logs.</_description>
-    </key>
     <key name="file-transfer-default-folder" type="s">
       <default>''</default>
       <_summary>Empathy default download folder</_summary>
     <child name="notifications" schema="org.gnome.Empathy.notifications"/>
     <child name="conversation" schema="org.gnome.Empathy.conversation"/>
     <child name="hints" schema="org.gnome.Empathy.hints"/>
-    <child name="accounts" schema="org.gnome.Empathy.accounts"/>
     <child name="location" schema="org.gnome.Empathy.location"/>
   </schema>
-  <schema id="org.gnome.Empathy.ui" path="/apps/empathy/ui/">
+  <schema id="org.gnome.Empathy.ui" path="/org/gnome/empathy/ui/">
     <key name="show-offline" type="b">
       <default>true</default>
       <_summary>Show offline contacts</_summary>
       <_summary>Show protocols</_summary>
       <_description>Whether to show protocols for contacts in the contact list.</_description>
     </key>
+    <key name="show-balance-in-roster" type="b">
+      <default>false</default>
+      <_summary>Show Balance in contact list</_summary>
+      <_description>Whether to show account balances in the contact list.</_description>
+    </key>
     <key name="compact-contact-list" type="b">
       <default>false</default>
       <_summary>Compact contact list</_summary>
@@ -82,14 +89,14 @@ present them to the user immediately.</_description>
       <_description>The stored position (in pixels) of the chat window side pane.</_description>
     </key>
   </schema>
-  <schema id="org.gnome.Empathy.contacts" path="/apps/empathy/contacts/">
+  <schema id="org.gnome.Empathy.contacts" path="/org/gnome/empathy/contacts/">
     <key name="sort-criterium" type="s">
       <default>'state'</default>
       <_summary>Contact list sort criterion</_summary>
       <_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>
     </key>
   </schema>
-  <schema id="org.gnome.Empathy.sounds" path="/apps/empathy/sounds/">
+  <schema id="org.gnome.Empathy.sounds" path="/org/gnome/empathy/sounds/">
     <key name="sounds-enabled" type="b">
       <default>true</default>
       <_summary>Use notification sounds</_summary>
@@ -136,7 +143,7 @@ present them to the user immediately.</_description>
       <_description>Whether to play a sound when logging out of a network.</_description>
     </key>
   </schema>
-  <schema id="org.gnome.Empathy.notifications" path="/apps/empathy/notifications/">
+  <schema id="org.gnome.Empathy.notifications" path="/org/gnome/empathy/notifications/">
     <key name="notifications-enabled" type="b">
       <default>true</default>
       <_summary>Enable popup notifications for new messages</_summary>
@@ -163,7 +170,7 @@ present them to the user immediately.</_description>
       <_description>Whether to show a popup notification when a contact goes offline.</_description>
     </key>
   </schema>
-  <schema id="org.gnome.Empathy.conversation" path="/apps/empathy/conversation/">
+  <schema id="org.gnome.Empathy.conversation" path="/org/gnome/empathy/conversation/">
     <key name="graphical-smileys" type="b">
       <default>true</default>
       <_summary>Use graphical smileys</_summary>
@@ -179,6 +186,11 @@ present them to the user immediately.</_description>
       <_summary>Chat window theme</_summary>
       <_description>The theme that is used to display the conversation in chat windows.</_description>
     </key>
+    <key name="theme-variant" type="s">
+      <default>''</default>
+      <_summary>Chat window theme variant</_summary>
+      <_description>The theme variant that is used to display the conversation in chat windows.</_description>
+    </key>
     <key name="adium-path" type="s">
       <default>''</default>
       <_summary>Path of the Adium theme to use</_summary>
@@ -214,15 +226,37 @@ present them to the user immediately.</_description>
       <_summary>Empathy should use the avatar of the contact as the chat window icon</_summary>
       <_description>Whether Empathy should use the avatar of the contact as the chat window icon.</_description>
     </key>
+    <key name="room-last-account" type="o">
+      <default>"/"</default>
+      <_summary>Last account selected in Join Room dialog</_summary>
+      <_description>D-Bus object path of the last account selected to join a room.</_description>
+    </key>
+  </schema>
+  <schema id="org.gnome.Empathy.call" path="/org/gnome/empathy/call/">
+    <key name="camera-device" type="s">
+      <default>''</default>
+      <_summary>Camera device</_summary>
+      <_description>Default camera device to use in video calls, e.g. /dev/video0.</_description>
+    </key>
+    <key name="camera-position" enum="position">
+      <default>'bottom-left'</default>
+      <_summary>Camera position</_summary>
+      <_description>Position the camera preview should be during a call.</_description>
+    </key>
+    <key name="echo-cancellation" type="b">
+      <default>true</default>
+      <_summary>Echo cancellation support</_summary>
+      <_description>Whether to enable Pulseaudio's echo cancellation filter.</_description>
+    </key>
   </schema>
-  <schema id="org.gnome.Empathy.hints" path="/apps/empathy/hints/">
+  <schema id="org.gnome.Empathy.hints" path="/org/gnome/empathy/hints/">
     <key name="close-main-window" type="b">
       <default>true</default>
       <_summary>Show hint about closing the main window</_summary>
       <_description>Whether to show the message dialog about closing the main window with the 'x' button in the title bar.</_description>
     </key>
   </schema>
-  <schema id="org.gnome.Empathy.location" path="/apps/empathy/location/">
+  <schema id="org.gnome.Empathy.location" path="/org/gnome/empathy/location/">
     <key name="publish" type="b">
       <default>false</default>
       <_summary>Empathy can publish the user's location</_summary>