From 8861b950403401359bc76abde0d2b211f77f5352 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Tue, 6 Jan 2009 16:45:47 +0000 Subject: Create an UI for sound configuration. svn path=/trunk/; revision=2021 --- data/empathy.schemas.in | 108 +++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 97 insertions(+), 11 deletions(-) (limited to 'data') 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 @@ - /schemas/apps/empathy/notifications/play_sounds - /apps/empathy/notifications/play_sounds + /schemas/apps/empathy/sounds/sounds_enabled + /apps/empathy/sounds/sounds_enabled empathy bool true Use notification sounds - Whether or not to play a sound when messages arrive. + Whether or not to play a sound to notify for events. - /schemas/apps/empathy/notifications/sound_when_away - /apps/empathy/notifications/sound_when_away + /schemas/apps/empathy/sounds/sounds_disabled_away + /apps/empathy/sounds/sounds_disabled_away + empathy + bool + true + + Disable sounds when away + + Whether or not to play a sound notifications when away or busy. + + + + + + /schemas/apps/empathy/sounds/sounds_incoming_message + /apps/empathy/sounds/sounds_incoming_message + empathy + bool + true + + Play a sound for incoming messages + + Whether or not to play a sound to notify for incoming messages. + + + + + + /schemas/apps/empathy/sounds/sounds_outgoing_message + /apps/empathy/sounds/sounds_outgoing_message empathy bool false - Enable sound when away + Play a sound for outgoing messages + + Whether or not to play a sound to notify for outgoing messages. + + + + + + /schemas/apps/empathy/sounds/sounds_new_conversation + /apps/empathy/sounds/sounds_new_conversation + empathy + bool + true + + Play a sound for new conversations - Whether or not to play sounds when away. + Whether or not to play a sound to notify for new conversations. - /schemas/apps/empathy/notifications/sound_when_busy - /apps/empathy/notifications/sound_when_busy + /schemas/apps/empathy/sounds/sounds_contact_login + /apps/empathy/sounds/sounds_contact_login/applyto> empathy bool true - Enable sound when busy + Play a sound when a contact logs in + + Whether or not to play a sound to notify for contacts logging in the + network. + + + + + + /schemas/apps/empathy/sounds/sounds_contact_logout + /apps/empathy/sounds/sounds_contact_logout/applyto> + empathy + bool + true + + Play a sound when a contact logs out + + Whether or not to play a sound to notify for contacts logging off the + network. + + + + + + /schemas/apps/empathy/sounds/sounds_service_login + /apps/empathy/sounds/sounds_service_login/applyto> + empathy + bool + false + + Play a sound when we log in + + Whether or not to play a sound when logging in a network. + + + + + + /schemas/apps/empathy/sounds/sounds_service_logout + /apps/empathy/sounds/sounds_service_logout/applyto> + empathy + bool + false + + Play a sound when we log out - Whether or not to play sounds when busy. + Whether or not to play a sound when logging off a network. -- cgit v1.2.3