signals in proxy UI and various other minor changes [including no padding in banner for tabbedchat

This commit is contained in:
Nikos Kouremenos 2005-06-08 12:23:47 +00:00
parent 812e06913b
commit 22febcdf25
1 changed files with 31 additions and 19 deletions

View File

@ -9727,7 +9727,7 @@ JID: whatever@jabber.org</property>
</child> </child>
</widget> </widget>
<packing> <packing>
<property name="padding">6</property> <property name="padding">0</property>
<property name="expand">False</property> <property name="expand">False</property>
<property name="fill">False</property> <property name="fill">False</property>
</packing> </packing>
@ -9847,10 +9847,16 @@ JID: whatever@jabber.org</property>
<property name="homogeneous">False</property> <property name="homogeneous">False</property>
<property name="spacing">5</property> <property name="spacing">5</property>
<child>
<widget class="GtkEventBox" id="gpg_eventbox">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Click to toggle OpenPGP encryption</property>
<property name="visible_window">True</property>
<property name="above_child">False</property>
<child> <child>
<widget class="GtkToggleButton" id="gpg_togglebutton"> <widget class="GtkToggleButton" id="gpg_togglebutton">
<property name="visible">True</property> <property name="visible">True</property>
<property name="tooltip" translatable="yes">Toggle OpenPGP encryption</property>
<property name="relief">GTK_RELIEF_NONE</property> <property name="relief">GTK_RELIEF_NONE</property>
<property name="focus_on_click">False</property> <property name="focus_on_click">False</property>
<property name="active">False</property> <property name="active">False</property>
@ -9868,6 +9874,8 @@ JID: whatever@jabber.org</property>
</widget> </widget>
</child> </child>
</widget> </widget>
</child>
</widget>
<packing> <packing>
<property name="padding">0</property> <property name="padding">0</property>
<property name="expand">False</property> <property name="expand">False</property>
@ -13764,7 +13772,7 @@ the Jabber network.</property>
<property name="spacing">6</property> <property name="spacing">6</property>
<child> <child>
<widget class="GtkButton" id="button35"> <widget class="GtkButton" id="add_proxy_button">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_default">True</property> <property name="can_default">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
@ -13772,11 +13780,12 @@ the Jabber network.</property>
<property name="use_stock">True</property> <property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property> <property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property> <property name="focus_on_click">True</property>
<signal name="clicked" handler="on_add_proxy_button_clicked" last_modification_time="Wed, 08 Jun 2005 10:54:19 GMT"/>
</widget> </widget>
</child> </child>
<child> <child>
<widget class="GtkButton" id="button36"> <widget class="GtkButton" id="remove_proxy_button">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_default">True</property> <property name="can_default">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
@ -13784,6 +13793,7 @@ the Jabber network.</property>
<property name="use_stock">True</property> <property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property> <property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property> <property name="focus_on_click">True</property>
<signal name="clicked" handler="on_remove_proxy_button_clicked" last_modification_time="Wed, 08 Jun 2005 10:54:25 GMT"/>
</widget> </widget>
</child> </child>
</widget> </widget>
@ -13885,7 +13895,7 @@ the Jabber network.</property>
</child> </child>
<child> <child>
<widget class="GtkComboBox" id="combobox1"> <widget class="GtkComboBox" id="proxytype_combobox">
<property name="visible">True</property> <property name="visible">True</property>
<property name="items" translatable="yes">HTTP Connect</property> <property name="items" translatable="yes">HTTP Connect</property>
</widget> </widget>
@ -13899,7 +13909,7 @@ the Jabber network.</property>
</child> </child>
<child> <child>
<widget class="GtkEntry" id="entry4"> <widget class="GtkEntry" id="proxyname_entry">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="editable">True</property> <property name="editable">True</property>
@ -14174,6 +14184,7 @@ the Jabber network.</property>
<property name="active">False</property> <property name="active">False</property>
<property name="inconsistent">False</property> <property name="inconsistent">False</property>
<property name="draw_indicator">True</property> <property name="draw_indicator">True</property>
<signal name="toggled" handler="on_useauth_checkbutton_toggled" last_modification_time="Wed, 08 Jun 2005 10:56:33 GMT"/>
</widget> </widget>
<packing> <packing>
<property name="left_attach">0</property> <property name="left_attach">0</property>
@ -14237,7 +14248,7 @@ the Jabber network.</property>
<property name="spacing">12</property> <property name="spacing">12</property>
<child> <child>
<widget class="GtkButton" id="button38"> <widget class="GtkButton" id="close_button">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_default">True</property> <property name="can_default">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
@ -14245,6 +14256,7 @@ the Jabber network.</property>
<property name="use_stock">True</property> <property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property> <property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property> <property name="focus_on_click">True</property>
<signal name="clicked" handler="on_close_button_clicked" last_modification_time="Wed, 08 Jun 2005 10:55:17 GMT"/>
</widget> </widget>
</child> </child>
</widget> </widget>