diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-31 01:07:19 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-31 01:07:19 +0800 |
commit | 11cd817399ed680de67d840c913607b518c49429 (patch) | |
tree | 517a924a2b374d43bf14f32a195471aa94000013 | |
parent | a597d3012d2b09b0c453fab9725223137d42327f (diff) | |
download | gsoc2013-empathy-11cd817399ed680de67d840c913607b518c49429.tar gsoc2013-empathy-11cd817399ed680de67d840c913607b518c49429.tar.gz gsoc2013-empathy-11cd817399ed680de67d840c913607b518c49429.tar.bz2 gsoc2013-empathy-11cd817399ed680de67d840c913607b518c49429.tar.lz gsoc2013-empathy-11cd817399ed680de67d840c913607b518c49429.tar.xz gsoc2013-empathy-11cd817399ed680de67d840c913607b518c49429.tar.zst gsoc2013-empathy-11cd817399ed680de67d840c913607b518c49429.zip |
Add a preference UI for notifications.
svn path=/trunk/; revision=2280
-rw-r--r-- | src/empathy-preferences.glade | 86 |
1 files changed, 80 insertions, 6 deletions
diff --git a/src/empathy-preferences.glade b/src/empathy-preferences.glade index 747604ee6..e5dd04510 100644 --- a/src/empathy-preferences.glade +++ b/src/empathy-preferences.glade @@ -242,6 +242,80 @@ </packing> </child> <child> + <widget class="GtkVBox" id="vbox2"> + <property name="visible">True</property> + <property name="border_width">12</property> + <property name="spacing">6</property> + <child> + <widget class="GtkCheckButton" id="checkbutton_notifications_enabled"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">_Enable bubble notifications</property> + <property name="use_underline">True</property> + <property name="response_id">0</property> + <property name="draw_indicator">True</property> + </widget> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + <child> + <widget class="GtkAlignment" id="alignment1"> + <property name="visible">True</property> + <property name="left_padding">12</property> + <child> + <widget class="GtkVBox" id="vbox3"> + <property name="visible">True</property> + <property name="spacing">6</property> + <child> + <widget class="GtkCheckButton" id="checkbutton_notifications_away"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Disable notifications when _away or busy</property> + <property name="use_underline">True</property> + <property name="response_id">0</property> + <property name="draw_indicator">True</property> + </widget> + </child> + <child> + <widget class="GtkCheckButton" id="checkbutton_notification_focus"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Enable notifications when the _chat is not focused</property> + <property name="use_underline">True</property> + <property name="response_id">0</property> + <property name="draw_indicator">True</property> + </widget> + <packing> + <property name="position">1</property> + </packing> + </child> + </widget> + </child> + </widget> + <packing> + <property name="expand">False</property> + <property name="position">1</property> + </packing> + </child> + </widget> + <packing> + <property name="position">1</property> + </packing> + </child> + <child> + <widget class="GtkLabel" id="label1"> + <property name="visible">True</property> + <property name="label" translatable="yes">Notifications</property> + </widget> + <packing> + <property name="type">tab</property> + <property name="position">4</property> + <property name="tab_fill">False</property> + </packing> + </child> + <child> <widget class="GtkVBox" id="outer_vbox"> <property name="visible">True</property> <property name="border_width">12</property> @@ -336,7 +410,7 @@ </child> </widget> <packing> - <property name="position">1</property> + <property name="position">2</property> </packing> </child> <child> @@ -346,7 +420,7 @@ </widget> <packing> <property name="type">tab</property> - <property name="position">1</property> + <property name="position">2</property> <property name="tab_fill">False</property> </packing> </child> @@ -449,7 +523,7 @@ </child> </widget> <packing> - <property name="position">2</property> + <property name="position">3</property> </packing> </child> <child> @@ -459,7 +533,7 @@ </widget> <packing> <property name="type">tab</property> - <property name="position">2</property> + <property name="position">3</property> <property name="tab_fill">False</property> </packing> </child> @@ -533,7 +607,7 @@ </child> </widget> <packing> - <property name="position">3</property> + <property name="position">4</property> </packing> </child> <child> @@ -543,7 +617,7 @@ </widget> <packing> <property name="type">tab</property> - <property name="position">3</property> + <property name="position">4</property> <property name="tab_fill">False</property> </packing> </child> |