| 1 | <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*--> |
|---|
| 2 | <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd"> |
|---|
| 3 | |
|---|
| 4 | <glade-interface> |
|---|
| 5 | |
|---|
| 6 | <widget class="GtkWindow" id="accounts_window"> |
|---|
| 7 | <property name="border_width">12</property> |
|---|
| 8 | <property name="title" translatable="yes">Accounts</property> |
|---|
| 9 | <property name="type">GTK_WINDOW_TOPLEVEL</property> |
|---|
| 10 | <property name="window_position">GTK_WIN_POS_NONE</property> |
|---|
| 11 | <property name="modal">False</property> |
|---|
| 12 | <property name="default_height">150</property> |
|---|
| 13 | <property name="resizable">True</property> |
|---|
| 14 | <property name="destroy_with_parent">False</property> |
|---|
| 15 | <property name="role">accounts</property> |
|---|
| 16 | <property name="decorated">True</property> |
|---|
| 17 | <property name="skip_taskbar_hint">False</property> |
|---|
| 18 | <property name="skip_pager_hint">False</property> |
|---|
| 19 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property> |
|---|
| 20 | <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> |
|---|
| 21 | <property name="focus_on_map">True</property> |
|---|
| 22 | <property name="urgency_hint">False</property> |
|---|
| 23 | <signal name="destroy" handler="on_accounts_window_destroy" last_modification_time="Sat, 02 Apr 2005 20:34:04 GMT"/> |
|---|
| 24 | <signal name="key_press_event" handler="on_accounts_window_key_press_event" last_modification_time="Wed, 25 May 2005 23:19:56 GMT"/> |
|---|
| 25 | |
|---|
| 26 | <child> |
|---|
| 27 | <widget class="GtkVBox" id="vbox"> |
|---|
| 28 | <property name="visible">True</property> |
|---|
| 29 | <property name="homogeneous">False</property> |
|---|
| 30 | <property name="spacing">6</property> |
|---|
| 31 | |
|---|
| 32 | <child> |
|---|
| 33 | <widget class="GtkScrolledWindow" id="scrolledwindow"> |
|---|
| 34 | <property name="visible">True</property> |
|---|
| 35 | <property name="can_focus">True</property> |
|---|
| 36 | <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
|---|
| 37 | <property name="vscrollbar_policy">GTK_POLICY_NEVER</property> |
|---|
| 38 | <property name="shadow_type">GTK_SHADOW_IN</property> |
|---|
| 39 | <property name="window_placement">GTK_CORNER_TOP_LEFT</property> |
|---|
| 40 | |
|---|
| 41 | <child> |
|---|
| 42 | <widget class="GtkTreeView" id="accounts_treeview"> |
|---|
| 43 | <property name="visible">True</property> |
|---|
| 44 | <property name="can_focus">True</property> |
|---|
| 45 | <property name="headers_visible">True</property> |
|---|
| 46 | <property name="rules_hint">False</property> |
|---|
| 47 | <property name="reorderable">False</property> |
|---|
| 48 | <property name="enable_search">True</property> |
|---|
| 49 | <property name="fixed_height_mode">False</property> |
|---|
| 50 | <property name="hover_selection">False</property> |
|---|
| 51 | <property name="hover_expand">False</property> |
|---|
| 52 | <signal name="cursor_changed" handler="on_accounts_treeview_cursor_changed" last_modification_time="Tue, 01 Mar 2005 18:21:26 GMT"/> |
|---|
| 53 | <signal name="row_activated" handler="on_accounts_treeview_row_activated" last_modification_time="Tue, 04 Oct 2005 07:09:52 GMT"/> |
|---|
| 54 | </widget> |
|---|
| 55 | </child> |
|---|
| 56 | </widget> |
|---|
| 57 | <packing> |
|---|
| 58 | <property name="padding">0</property> |
|---|
| 59 | <property name="expand">True</property> |
|---|
| 60 | <property name="fill">True</property> |
|---|
| 61 | </packing> |
|---|
| 62 | </child> |
|---|
| 63 | |
|---|
| 64 | <child> |
|---|
| 65 | <widget class="GtkCheckButton" id="merge_checkbutton"> |
|---|
| 66 | <property name="visible">True</property> |
|---|
| 67 | <property name="tooltip" translatable="yes">If you have 2 or more accounts and this is checked, Gajim will list all contacts as if you had one account</property> |
|---|
| 68 | <property name="can_focus">True</property> |
|---|
| 69 | <property name="label" translatable="yes">Mer_ge accounts</property> |
|---|
| 70 | <property name="use_underline">True</property> |
|---|
| 71 | <property name="relief">GTK_RELIEF_NORMAL</property> |
|---|
| 72 | <property name="focus_on_click">True</property> |
|---|
| 73 | <property name="active">False</property> |
|---|
| 74 | <property name="inconsistent">False</property> |
|---|
| 75 | <property name="draw_indicator">True</property> |
|---|
| 76 | <signal name="toggled" handler="on_merge_checkbutton_toggled" last_modification_time="Sun, 06 Mar 2005 15:07:26 GMT"/> |
|---|
| 77 | </widget> |
|---|
| 78 | <packing> |
|---|
| 79 | <property name="padding">0</property> |
|---|
| 80 | <property name="expand">False</property> |
|---|
| 81 | <property name="fill">False</property> |
|---|
| 82 | </packing> |
|---|
| 83 | </child> |
|---|
| 84 | |
|---|
| 85 | <child> |
|---|
| 86 | <widget class="GtkHSeparator" id="hseparator1"> |
|---|
| 87 | <property name="visible">True</property> |
|---|
| 88 | </widget> |
|---|
| 89 | <packing> |
|---|
| 90 | <property name="padding">0</property> |
|---|
| 91 | <property name="expand">False</property> |
|---|
| 92 | <property name="fill">True</property> |
|---|
| 93 | </packing> |
|---|
| 94 | </child> |
|---|
| 95 | |
|---|
| 96 | <child> |
|---|
| 97 | <widget class="GtkCheckButton" id="enable_zeroconf_checkbutton"> |
|---|
| 98 | <property name="visible">True</property> |
|---|
| 99 | <property name="tooltip" translatable="yes">If checked, all local contacts that use a Bonjour compatible chat client (like iChat, Trillian or Gaim) will be shown in roster. You don't need to be connected to a jabber server for it to work. |
|---|
| 100 | This is only available if python-avahi is installed and avahi-daemon is running.</property> |
|---|
| 101 | <property name="can_focus">True</property> |
|---|
| 102 | <property name="label" translatable="yes">_Enable link-local messaging</property> |
|---|
| 103 | <property name="use_underline">True</property> |
|---|
| 104 | <property name="relief">GTK_RELIEF_NORMAL</property> |
|---|
| 105 | <property name="focus_on_click">True</property> |
|---|
| 106 | <property name="active">False</property> |
|---|
| 107 | <property name="inconsistent">False</property> |
|---|
| 108 | <property name="draw_indicator">True</property> |
|---|
| 109 | </widget> |
|---|
| 110 | <packing> |
|---|
| 111 | <property name="padding">0</property> |
|---|
| 112 | <property name="expand">False</property> |
|---|
| 113 | <property name="fill">False</property> |
|---|
| 114 | </packing> |
|---|
| 115 | </child> |
|---|
| 116 | |
|---|
| 117 | <child> |
|---|
| 118 | <widget class="GtkHButtonBox" id="hbuttonbox15"> |
|---|
| 119 | <property name="visible">True</property> |
|---|
| 120 | <property name="layout_style">GTK_BUTTONBOX_END</property> |
|---|
| 121 | <property name="spacing">6</property> |
|---|
| 122 | |
|---|
| 123 | <child> |
|---|
| 124 | <widget class="GtkButton" id="new_button"> |
|---|
| 125 | <property name="visible">True</property> |
|---|
| 126 | <property name="label">gtk-new</property> |
|---|
| 127 | <property name="use_stock">True</property> |
|---|
| 128 | <property name="relief">GTK_RELIEF_NORMAL</property> |
|---|
| 129 | <property name="focus_on_click">True</property> |
|---|
| 130 | <signal name="clicked" handler="on_new_button_clicked" last_modification_time="Tue, 01 Mar 2005 18:20:36 GMT"/> |
|---|
| 131 | </widget> |
|---|
| 132 | </child> |
|---|
| 133 | |
|---|
| 134 | <child> |
|---|
| 135 | <widget class="GtkButton" id="modify_button"> |
|---|
| 136 | <property name="visible">True</property> |
|---|
| 137 | <property name="relief">GTK_RELIEF_NORMAL</property> |
|---|
| 138 | <property name="focus_on_click">True</property> |
|---|
| 139 | <signal name="clicked" handler="on_modify_button_clicked" last_modification_time="Tue, 01 Mar 2005 18:20:53 GMT"/> |
|---|
| 140 | |
|---|
| 141 | <child> |
|---|
| 142 | <widget class="GtkAlignment" id="alignment44"> |
|---|
| 143 | <property name="visible">True</property> |
|---|
| 144 | <property name="xalign">0.5</property> |
|---|
| 145 | <property name="yalign">0.5</property> |
|---|
| 146 | <property name="xscale">0</property> |
|---|
| 147 | <property name="yscale">0</property> |
|---|
| 148 | <property name="top_padding">0</property> |
|---|
| 149 | <property name="bottom_padding">0</property> |
|---|
| 150 | <property name="left_padding">0</property> |
|---|
| 151 | <property name="right_padding">0</property> |
|---|
| 152 | |
|---|
| 153 | <child> |
|---|
| 154 | <widget class="GtkHBox" id="hbox2919"> |
|---|
| 155 | <property name="visible">True</property> |
|---|
| 156 | <property name="homogeneous">False</property> |
|---|
| 157 | <property name="spacing">2</property> |
|---|
| 158 | |
|---|
| 159 | <child> |
|---|
| 160 | <widget class="GtkImage" id="image334"> |
|---|
| 161 | <property name="visible">True</property> |
|---|
| 162 | <property name="stock">gtk-preferences</property> |
|---|
| 163 | <property name="icon_size">4</property> |
|---|
| 164 | <property name="xalign">0.5</property> |
|---|
| 165 | <property name="yalign">0.5</property> |
|---|
| 166 | <property name="xpad">0</property> |
|---|
| 167 | <property name="ypad">0</property> |
|---|
| 168 | </widget> |
|---|
| 169 | <packing> |
|---|
| 170 | <property name="padding">0</property> |
|---|
| 171 | <property name="expand">False</property> |
|---|
| 172 | <property name="fill">False</property> |
|---|
| 173 | </packing> |
|---|
| 174 | </child> |
|---|
| 175 | |
|---|
| 176 | <child> |
|---|
| 177 | <widget class="GtkLabel" id="label201"> |
|---|
| 178 | <property name="visible">True</property> |
|---|
| 179 | <property name="label" translatable="yes">_Modify</property> |
|---|
| 180 | <property name="use_underline">True</property> |
|---|
| 181 | <property name="use_markup">False</property> |
|---|
| 182 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 183 | <property name="wrap">False</property> |
|---|
| 184 | <property name="selectable">False</property> |
|---|
| 185 | <property name="xalign">0.5</property> |
|---|
| 186 | <property name="yalign">0.5</property> |
|---|
| 187 | <property name="xpad">0</property> |
|---|
| 188 | <property name="ypad">0</property> |
|---|
| 189 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 190 | <property name="width_chars">-1</property> |
|---|
| 191 | <property name="single_line_mode">False</property> |
|---|
| 192 | <property name="angle">0</property> |
|---|
| 193 | </widget> |
|---|
| 194 | <packing> |
|---|
| 195 | <property name="padding">0</property> |
|---|
| 196 | <property name="expand">False</property> |
|---|
| 197 | <property name="fill">False</property> |
|---|
| 198 | </packing> |
|---|
| 199 | </child> |
|---|
| 200 | </widget> |
|---|
| 201 | </child> |
|---|
| 202 | </widget> |
|---|
| 203 | </child> |
|---|
| 204 | </widget> |
|---|
| 205 | </child> |
|---|
| 206 | |
|---|
| 207 | <child> |
|---|
| 208 | <widget class="GtkButton" id="remove_button"> |
|---|
| 209 | <property name="visible">True</property> |
|---|
| 210 | <property name="relief">GTK_RELIEF_NORMAL</property> |
|---|
| 211 | <property name="focus_on_click">True</property> |
|---|
| 212 | <signal name="clicked" handler="on_remove_button_clicked" last_modification_time="Tue, 19 Apr 2005 22:15:48 GMT"/> |
|---|
| 213 | |
|---|
| 214 | <child> |
|---|
| 215 | <widget class="GtkAlignment" id="alignment61"> |
|---|
| 216 | <property name="visible">True</property> |
|---|
| 217 | <property name="xalign">0.5</property> |
|---|
| 218 | <property name="yalign">0.5</property> |
|---|
| 219 | <property name="xscale">0</property> |
|---|
| 220 | <property name="yscale">0</property> |
|---|
| 221 | <property name="top_padding">0</property> |
|---|
| 222 | <property name="bottom_padding">0</property> |
|---|
| 223 | <property name="left_padding">0</property> |
|---|
| 224 | <property name="right_padding">0</property> |
|---|
| 225 | |
|---|
| 226 | <child> |
|---|
| 227 | <widget class="GtkHBox" id="hbox2953"> |
|---|
| 228 | <property name="visible">True</property> |
|---|
| 229 | <property name="homogeneous">False</property> |
|---|
| 230 | <property name="spacing">2</property> |
|---|
| 231 | |
|---|
| 232 | <child> |
|---|
| 233 | <widget class="GtkImage" id="image500"> |
|---|
| 234 | <property name="visible">True</property> |
|---|
| 235 | <property name="stock">gtk-delete</property> |
|---|
| 236 | <property name="icon_size">4</property> |
|---|
| 237 | <property name="xalign">0.5</property> |
|---|
| 238 | <property name="yalign">0.5</property> |
|---|
| 239 | <property name="xpad">0</property> |
|---|
| 240 | <property name="ypad">0</property> |
|---|
| 241 | </widget> |
|---|
| 242 | <packing> |
|---|
| 243 | <property name="padding">0</property> |
|---|
| 244 | <property name="expand">False</property> |
|---|
| 245 | <property name="fill">False</property> |
|---|
| 246 | </packing> |
|---|
| 247 | </child> |
|---|
| 248 | |
|---|
| 249 | <child> |
|---|
| 250 | <widget class="GtkLabel" id="label244"> |
|---|
| 251 | <property name="visible">True</property> |
|---|
| 252 | <property name="label" translatable="yes">_Remove</property> |
|---|
| 253 | <property name="use_underline">True</property> |
|---|
| 254 | <property name="use_markup">False</property> |
|---|
| 255 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 256 | <property name="wrap">False</property> |
|---|
| 257 | <property name="selectable">False</property> |
|---|
| 258 | <property name="xalign">0.5</property> |
|---|
| 259 | <property name="yalign">0.5</property> |
|---|
| 260 | <property name="xpad">0</property> |
|---|
| 261 | <property name="ypad">0</property> |
|---|
| 262 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 263 | <property name="width_chars">-1</property> |
|---|
| 264 | <property name="single_line_mode">False</property> |
|---|
| 265 | <property name="angle">0</property> |
|---|
| 266 | </widget> |
|---|
| 267 | <packing> |
|---|
| 268 | <property name="padding">0</property> |
|---|
| 269 | <property name="expand">False</property> |
|---|
| 270 | <property name="fill">False</property> |
|---|
| 271 | </packing> |
|---|
| 272 | </child> |
|---|
| 273 | </widget> |
|---|
| 274 | </child> |
|---|
| 275 | </widget> |
|---|
| 276 | </child> |
|---|
| 277 | </widget> |
|---|
| 278 | </child> |
|---|
| 279 | |
|---|
| 280 | <child> |
|---|
| 281 | <widget class="GtkButton" id="close_button"> |
|---|
| 282 | <property name="visible">True</property> |
|---|
| 283 | <property name="can_default">True</property> |
|---|
| 284 | <property name="has_default">True</property> |
|---|
| 285 | <property name="can_focus">True</property> |
|---|
| 286 | <property name="has_focus">True</property> |
|---|
| 287 | <property name="label">gtk-close</property> |
|---|
| 288 | <property name="use_stock">True</property> |
|---|
| 289 | <property name="relief">GTK_RELIEF_NORMAL</property> |
|---|
| 290 | <property name="focus_on_click">True</property> |
|---|
| 291 | <signal name="clicked" handler="on_close_button_clicked" last_modification_time="Tue, 01 Mar 2005 18:21:00 GMT"/> |
|---|
| 292 | </widget> |
|---|
| 293 | </child> |
|---|
| 294 | </widget> |
|---|
| 295 | <packing> |
|---|
| 296 | <property name="padding">0</property> |
|---|
| 297 | <property name="expand">False</property> |
|---|
| 298 | <property name="fill">True</property> |
|---|
| 299 | </packing> |
|---|
| 300 | </child> |
|---|
| 301 | </widget> |
|---|
| 302 | </child> |
|---|
| 303 | </widget> |
|---|
| 304 | |
|---|
| 305 | </glade-interface> |
|---|