]> git.0d.be Git - empathy.git/blobdiff - data/org.gnome.Empathy.gschema.xml.in
Toggle telling others you are typing to them
[empathy.git] / data / org.gnome.Empathy.gschema.xml.in
index 50b3005fa7022d1091ddfffeb42930da4d6c1b7d..8e7d9fd1b55cb38d66baa29fd312f39ecb3caf15 100644 (file)
@@ -1,4 +1,12 @@
 <schemalist>
+
+  <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>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>
@@ -85,12 +88,17 @@ present them to the user immediately.</_description>
       <_summary>The position for the chat window side pane</_summary>
       <_description>The stored position (in pixels) of the chat window side pane.</_description>
     </key>
+    <key name="show-groups" type="b">
+      <default>true</default>
+      <_summary>Show contact groups</_summary>
+      <_description>Whether to show groups in the contact list.</_description>
+    </key>
   </schema>
   <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>
+      <_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>
     </key>
   </schema>
   <schema id="org.gnome.Empathy.sounds" path="/org/gnome/empathy/sounds/">
@@ -198,6 +206,11 @@ present them to the user immediately.</_description>
       <_summary>Enable WebKit Developer Tools</_summary>
       <_description>Whether WebKit developer tools, such as the Web Inspector, should be enabled.</_description>
     </key>
+    <key name="send-chat-states" type="b">
+      <default>true</default>
+      <_summary>Inform other users when you are typing to them</_summary>
+      <_description>Whether to send the 'composing' or 'paused' chat states. Does not currently affect the 'gone' state.</_description>
+    </key>
     <key name="theme-chat-room" type="b">
       <default>true</default>
       <_summary>Use theme for chat rooms</_summary>
@@ -223,6 +236,28 @@ 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="/org/gnome/empathy/hints/">
     <key name="close-main-window" type="b">