diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-07 00:45:47 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-07 00:45:47 +0800 |
commit | 8861b950403401359bc76abde0d2b211f77f5352 (patch) | |
tree | 771c52a062f33ef487396d84e1186fd5a3efb4a2 /data | |
parent | 1ae11c2d0d628416d7d69c14d39029766532f247 (diff) | |
download | gsoc2013-empathy-8861b950403401359bc76abde0d2b211f77f5352.tar gsoc2013-empathy-8861b950403401359bc76abde0d2b211f77f5352.tar.gz gsoc2013-empathy-8861b950403401359bc76abde0d2b211f77f5352.tar.bz2 gsoc2013-empathy-8861b950403401359bc76abde0d2b211f77f5352.tar.lz gsoc2013-empathy-8861b950403401359bc76abde0d2b211f77f5352.tar.xz gsoc2013-empathy-8861b950403401359bc76abde0d2b211f77f5352.tar.zst gsoc2013-empathy-8861b950403401359bc76abde0d2b211f77f5352.zip |
Create an UI for sound configuration.
svn path=/trunk/; revision=2021
Diffstat (limited to 'data')
-rw-r--r-- | data/empathy.schemas.in | 108 |
1 files changed, 97 insertions, 11 deletions
diff --git a/data/empathy.schemas.in b/data/empathy.schemas.in index ad090d086..2472238b3 100644 --- a/data/empathy.schemas.in +++ b/data/empathy.schemas.in @@ -89,43 +89,129 @@ </schema> <schema> - <key>/schemas/apps/empathy/notifications/play_sounds</key> - <applyto>/apps/empathy/notifications/play_sounds</applyto> + <key>/schemas/apps/empathy/sounds/sounds_enabled</key> + <applyto>/apps/empathy/sounds/sounds_enabled</applyto> <owner>empathy</owner> <type>bool</type> <default>true</default> <locale name="C"> <short>Use notification sounds</short> <long> - Whether or not to play a sound when messages arrive. + Whether or not to play a sound to notify for events. </long> </locale> </schema> <schema> - <key>/schemas/apps/empathy/notifications/sound_when_away</key> - <applyto>/apps/empathy/notifications/sound_when_away</applyto> + <key>/schemas/apps/empathy/sounds/sounds_disabled_away</key> + <applyto>/apps/empathy/sounds/sounds_disabled_away</applyto> + <owner>empathy</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Disable sounds when away</short> + <long> + Whether or not to play a sound notifications when away or busy. + </long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/empathy/sounds/sounds_incoming_message</key> + <applyto>/apps/empathy/sounds/sounds_incoming_message</applyto> + <owner>empathy</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Play a sound for incoming messages</short> + <long> + Whether or not to play a sound to notify for incoming messages. + </long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/empathy/sounds/sounds_outgoing_message</key> + <applyto>/apps/empathy/sounds/sounds_outgoing_message</applyto> <owner>empathy</owner> <type>bool</type> <default>false</default> <locale name="C"> - <short>Enable sound when away</short> + <short>Play a sound for outgoing messages</short> + <long> + Whether or not to play a sound to notify for outgoing messages. + </long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/empathy/sounds/sounds_new_conversation</key> + <applyto>/apps/empathy/sounds/sounds_new_conversation</applyto> + <owner>empathy</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Play a sound for new conversations</short> <long> - Whether or not to play sounds when away. + Whether or not to play a sound to notify for new conversations. </long> </locale> </schema> <schema> - <key>/schemas/apps/empathy/notifications/sound_when_busy</key> - <applyto>/apps/empathy/notifications/sound_when_busy</applyto> + <key>/schemas/apps/empathy/sounds/sounds_contact_login</key> + <applyto>/apps/empathy/sounds/sounds_contact_login/applyto> <owner>empathy</owner> <type>bool</type> <default>true</default> <locale name="C"> - <short>Enable sound when busy</short> + <short>Play a sound when a contact logs in</short> + <long> + Whether or not to play a sound to notify for contacts logging in the + network. + </long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/empathy/sounds/sounds_contact_logout</key> + <applyto>/apps/empathy/sounds/sounds_contact_logout/applyto> + <owner>empathy</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Play a sound when a contact logs out</short> + <long> + Whether or not to play a sound to notify for contacts logging off the + network. + </long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/empathy/sounds/sounds_service_login</key> + <applyto>/apps/empathy/sounds/sounds_service_login/applyto> + <owner>empathy</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Play a sound when we log in</short> + <long> + Whether or not to play a sound when logging in a network. + </long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/empathy/sounds/sounds_service_logout</key> + <applyto>/apps/empathy/sounds/sounds_service_logout/applyto> + <owner>empathy</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Play a sound when we log out</short> <long> - Whether or not to play sounds when busy. + Whether or not to play a sound when logging off a network. </long> </locale> </schema> |