2013-01-04 12:20:04 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2014-11-09 17:32:20 +01:00
|
|
|
<!-- Generated with glade 3.18.3 -->
|
2010-01-22 19:57:59 +01:00
|
|
|
<interface>
|
2015-08-21 22:02:30 +02:00
|
|
|
<requires lib="gtk+" version="3.12"/>
|
2013-01-04 12:20:04 +01:00
|
|
|
<object class="GtkImage" id="image1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="stock">gtk-find</property>
|
|
|
|
</object>
|
2013-09-20 10:16:17 +02:00
|
|
|
<object class="GtkImage" id="image2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="stock">gtk-apply</property>
|
|
|
|
</object>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkWindow" id="join_groupchat_window">
|
2013-01-04 12:20:04 +01:00
|
|
|
<property name="can_focus">False</property>
|
2009-09-02 23:45:16 +02:00
|
|
|
<property name="border_width">6</property>
|
|
|
|
<property name="title" translatable="yes">Join Group Chat</property>
|
2016-10-05 23:05:34 +02:00
|
|
|
<property name="resizable">False</property>
|
2011-03-18 08:57:05 +01:00
|
|
|
<property name="type_hint">dialog</property>
|
2013-01-04 12:20:04 +01:00
|
|
|
<signal name="destroy" handler="on_join_groupchat_window_destroy" swapped="no"/>
|
|
|
|
<signal name="key-press-event" handler="on_join_groupchat_window_key_press_event" swapped="no"/>
|
2009-09-02 23:45:16 +02:00
|
|
|
<child>
|
2014-11-09 17:32:20 +01:00
|
|
|
<object class="GtkBox" id="box1">
|
2009-09-02 23:45:16 +02:00
|
|
|
<property name="visible">True</property>
|
2013-01-04 12:20:04 +01:00
|
|
|
<property name="can_focus">False</property>
|
2014-11-09 17:32:20 +01:00
|
|
|
<property name="orientation">vertical</property>
|
2009-09-02 23:45:16 +02:00
|
|
|
<property name="spacing">12</property>
|
|
|
|
<child>
|
2014-11-09 17:32:20 +01:00
|
|
|
<object class="GtkGrid" id="grid1">
|
2009-09-02 23:45:16 +02:00
|
|
|
<property name="visible">True</property>
|
2013-01-04 12:20:04 +01:00
|
|
|
<property name="can_focus">False</property>
|
2009-09-02 23:45:16 +02:00
|
|
|
<property name="row_spacing">6</property>
|
2014-11-09 17:32:20 +01:00
|
|
|
<property name="column_spacing">12</property>
|
2009-09-02 23:45:16 +02:00
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkEntry" id="room_jid_entry">
|
2009-09-02 23:45:16 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="activates_default">True</property>
|
2013-01-04 12:20:04 +01:00
|
|
|
<signal name="changed" handler="on_required_entry_changed" swapped="no"/>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-09-02 23:45:16 +02:00
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="top_attach">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-11-09 17:32:20 +01:00
|
|
|
<object class="GtkLabel" id="account_label">
|
2013-01-04 12:20:04 +01:00
|
|
|
<property name="can_focus">False</property>
|
2014-11-09 17:32:20 +01:00
|
|
|
<property name="no_show_all">True</property>
|
|
|
|
<property name="label" translatable="yes">Account</property>
|
2016-10-05 23:05:34 +02:00
|
|
|
<property name="xalign">0</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-09-02 23:45:16 +02:00
|
|
|
<packing>
|
2014-11-09 17:32:20 +01:00
|
|
|
<property name="left_attach">0</property>
|
|
|
|
<property name="top_attach">0</property>
|
2009-09-02 23:45:16 +02:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-11-09 17:32:20 +01:00
|
|
|
<object class="GtkComboBox" id="account_combobox">
|
2013-01-04 12:20:04 +01:00
|
|
|
<property name="can_focus">False</property>
|
2014-11-09 17:32:20 +01:00
|
|
|
<property name="no_show_all">True</property>
|
|
|
|
<signal name="changed" handler="on_account_combobox_changed" swapped="no"/>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-09-02 23:45:16 +02:00
|
|
|
<packing>
|
2014-11-09 17:32:20 +01:00
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="top_attach">0</property>
|
2009-09-02 23:45:16 +02:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkLabel" id="label225">
|
2009-09-02 23:45:16 +02:00
|
|
|
<property name="visible">True</property>
|
2013-01-04 12:20:04 +01:00
|
|
|
<property name="can_focus">False</property>
|
2009-09-02 23:45:16 +02:00
|
|
|
<property name="label" translatable="yes">Recently:</property>
|
2016-10-05 23:05:34 +02:00
|
|
|
<property name="xalign">0</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-09-02 23:45:16 +02:00
|
|
|
<packing>
|
2014-11-09 17:32:20 +01:00
|
|
|
<property name="left_attach">0</property>
|
2009-09-02 23:45:16 +02:00
|
|
|
<property name="top_attach">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkComboBox" id="recently_combobox">
|
2009-09-02 23:45:16 +02:00
|
|
|
<property name="visible">True</property>
|
2013-01-04 12:20:04 +01:00
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<signal name="changed" handler="on_recently_combobox_changed" swapped="no"/>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-09-02 23:45:16 +02:00
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-11-09 17:32:20 +01:00
|
|
|
<object class="GtkLabel" id="label142">
|
2009-09-02 23:45:16 +02:00
|
|
|
<property name="visible">True</property>
|
2013-01-04 12:20:04 +01:00
|
|
|
<property name="can_focus">False</property>
|
2014-11-09 17:32:20 +01:00
|
|
|
<property name="label" translatable="yes">Nickname:</property>
|
2016-10-05 23:05:34 +02:00
|
|
|
<property name="xalign">0</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-09-02 23:45:16 +02:00
|
|
|
<packing>
|
2014-11-09 17:32:20 +01:00
|
|
|
<property name="left_attach">0</property>
|
|
|
|
<property name="top_attach">2</property>
|
2009-09-02 23:45:16 +02:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-11-09 17:32:20 +01:00
|
|
|
<object class="GtkEntry" id="nickname_entry">
|
2009-09-02 23:45:16 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="activates_default">True</property>
|
2014-11-09 17:32:20 +01:00
|
|
|
<signal name="changed" handler="on_required_entry_changed" swapped="no"/>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-09-02 23:45:16 +02:00
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
2014-11-09 17:32:20 +01:00
|
|
|
<property name="top_attach">2</property>
|
2009-09-02 23:45:16 +02:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-11-09 17:32:20 +01:00
|
|
|
<object class="GtkLabel" id="label143">
|
2009-09-02 23:45:16 +02:00
|
|
|
<property name="visible">True</property>
|
2014-11-09 17:32:20 +01:00
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">Room:</property>
|
2016-10-05 23:05:34 +02:00
|
|
|
<property name="xalign">0</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-09-02 23:45:16 +02:00
|
|
|
<packing>
|
2014-11-09 17:32:20 +01:00
|
|
|
<property name="left_attach">0</property>
|
|
|
|
<property name="top_attach">3</property>
|
2009-09-02 23:45:16 +02:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-11-09 17:32:20 +01:00
|
|
|
<object class="GtkLabel" id="label1">
|
|
|
|
<property name="visible">True</property>
|
2013-01-04 12:20:04 +01:00
|
|
|
<property name="can_focus">False</property>
|
2014-11-09 17:32:20 +01:00
|
|
|
<property name="label" translatable="yes">Server:</property>
|
2016-10-05 23:05:34 +02:00
|
|
|
<property name="xalign">0</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-09-02 23:45:16 +02:00
|
|
|
<packing>
|
2014-11-09 17:32:20 +01:00
|
|
|
<property name="left_attach">0</property>
|
|
|
|
<property name="top_attach">4</property>
|
2009-09-02 23:45:16 +02:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-11-09 17:32:20 +01:00
|
|
|
<object class="GtkLabel" id="label145">
|
|
|
|
<property name="visible">True</property>
|
2013-01-04 12:20:04 +01:00
|
|
|
<property name="can_focus">False</property>
|
2014-11-09 17:32:20 +01:00
|
|
|
<property name="label" translatable="yes">Password:</property>
|
2016-10-05 23:05:34 +02:00
|
|
|
<property name="xalign">0</property>
|
2014-11-09 17:32:20 +01:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">0</property>
|
|
|
|
<property name="top_attach">5</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry" id="password_entry">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="visibility">False</property>
|
|
|
|
<property name="activates_default">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-09-02 23:45:16 +02:00
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
2014-11-09 17:32:20 +01:00
|
|
|
<property name="top_attach">5</property>
|
2009-09-02 23:45:16 +02:00
|
|
|
</packing>
|
|
|
|
</child>
|
2009-10-05 15:29:37 +02:00
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkCheckButton" id="bookmark_checkbutton">
|
2010-02-21 23:35:29 +01:00
|
|
|
<property name="label" translatable="yes">_Bookmark this room</property>
|
2009-10-05 15:29:37 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="receives_default">False</property>
|
2010-02-21 23:35:29 +01:00
|
|
|
<property name="use_underline">True</property>
|
2013-01-04 12:20:04 +01:00
|
|
|
<property name="xalign">0</property>
|
2009-10-05 15:29:37 +02:00
|
|
|
<property name="draw_indicator">True</property>
|
2013-01-04 12:20:04 +01:00
|
|
|
<signal name="toggled" handler="on_bookmark_checkbutton_toggled" swapped="no"/>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-10-05 15:29:37 +02:00
|
|
|
<packing>
|
2014-11-09 17:32:20 +01:00
|
|
|
<property name="left_attach">0</property>
|
2010-02-21 23:35:29 +01:00
|
|
|
<property name="top_attach">6</property>
|
2014-11-09 17:32:20 +01:00
|
|
|
<property name="width">2</property>
|
2009-10-05 15:29:37 +02:00
|
|
|
</packing>
|
|
|
|
</child>
|
2010-02-21 23:35:29 +01:00
|
|
|
<child>
|
2014-11-09 17:32:20 +01:00
|
|
|
<object class="GtkCheckButton" id="auto_join_checkbutton">
|
|
|
|
<property name="label" translatable="yes">Join this room _automatically when I connect</property>
|
2010-02-21 23:35:29 +01:00
|
|
|
<property name="visible">True</property>
|
2014-11-09 17:32:20 +01:00
|
|
|
<property name="sensitive">False</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
<property name="use_underline">True</property>
|
2010-02-21 23:35:29 +01:00
|
|
|
<property name="xalign">0</property>
|
2014-11-09 17:32:20 +01:00
|
|
|
<property name="draw_indicator">True</property>
|
2010-02-21 23:35:29 +01:00
|
|
|
</object>
|
|
|
|
<packing>
|
2014-11-09 17:32:20 +01:00
|
|
|
<property name="left_attach">0</property>
|
|
|
|
<property name="top_attach">7</property>
|
|
|
|
<property name="width">2</property>
|
2010-02-21 23:35:29 +01:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-11-09 17:32:20 +01:00
|
|
|
<object class="GtkBox" id="box2">
|
2010-02-21 23:35:29 +01:00
|
|
|
<property name="visible">True</property>
|
2013-01-04 12:20:04 +01:00
|
|
|
<property name="can_focus">False</property>
|
2010-02-21 23:35:29 +01:00
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
2014-11-09 17:32:20 +01:00
|
|
|
<object class="GtkComboBoxText" id="server_comboboxtext">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="has_entry">True</property>
|
|
|
|
<child internal-child="entry">
|
|
|
|
<object class="GtkEntry" id="comboboxtext-entry">
|
2015-02-18 18:53:37 +01:00
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<signal name="changed" handler="on_server_entry_changed" swapped="no"/>
|
2014-11-09 17:32:20 +01:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
2010-02-21 23:35:29 +01:00
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="browse_rooms_button">
|
|
|
|
<property name="label" translatable="yes">Bro_wse Rooms</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="image">image1</property>
|
|
|
|
<property name="use_underline">True</property>
|
2013-01-04 12:20:04 +01:00
|
|
|
<signal name="clicked" handler="on_browse_rooms_button_clicked" swapped="no"/>
|
2010-02-21 23:35:29 +01:00
|
|
|
</object>
|
|
|
|
<packing>
|
2014-11-09 17:32:20 +01:00
|
|
|
<property name="expand">False</property>
|
2013-01-04 12:20:04 +01:00
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="pack_type">end</property>
|
2010-02-21 23:35:29 +01:00
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="top_attach">4</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
|
|
|
<packing>
|
2011-03-16 15:00:49 +01:00
|
|
|
<property name="expand">False</property>
|
2013-01-04 12:20:04 +01:00
|
|
|
<property name="fill">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
2009-09-02 23:45:16 +02:00
|
|
|
</child>
|
|
|
|
<child>
|
2014-11-09 17:32:20 +01:00
|
|
|
<object class="GtkButtonBox" id="buttonbox1">
|
2009-09-02 23:45:16 +02:00
|
|
|
<property name="visible">True</property>
|
2013-01-04 12:20:04 +01:00
|
|
|
<property name="can_focus">False</property>
|
2009-09-02 23:45:16 +02:00
|
|
|
<property name="spacing">12</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="layout_style">end</property>
|
2009-09-02 23:45:16 +02:00
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkButton" id="cancel_button">
|
|
|
|
<property name="label">gtk-cancel</property>
|
2009-09-02 23:45:16 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="can_default">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="receives_default">False</property>
|
2009-09-02 23:45:16 +02:00
|
|
|
<property name="use_stock">True</property>
|
2013-01-04 12:20:04 +01:00
|
|
|
<signal name="clicked" handler="on_cancel_button_clicked" swapped="no"/>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-09-02 23:45:16 +02:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="position">0</property>
|
2009-09-02 23:45:16 +02:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkButton" id="join_button">
|
2013-09-20 10:16:17 +02:00
|
|
|
<property name="label" translatable="yes">_Join</property>
|
2009-09-02 23:45:16 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="can_default">True</property>
|
|
|
|
<property name="has_default">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="receives_default">False</property>
|
2013-09-20 10:16:17 +02:00
|
|
|
<property name="image">image2</property>
|
|
|
|
<property name="use_underline">True</property>
|
2013-01-04 12:20:04 +01:00
|
|
|
<signal name="clicked" handler="on_join_button_clicked" swapped="no"/>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-09-02 23:45:16 +02:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-09-02 23:45:16 +02:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2013-01-04 12:20:04 +01:00
|
|
|
<property name="fill">True</property>
|
2009-09-02 23:45:16 +02:00
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-09-02 23:45:16 +02:00
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
|
|
|
</interface>
|