adding title for bookmakrs window

This commit is contained in:
Nikos Kouremenos 2005-06-08 22:12:43 +00:00
parent a6e6f3b764
commit 9c1f272035
2 changed files with 162 additions and 117 deletions

View File

@ -131,7 +131,7 @@ class Preferences_window:
#iconset #iconset
iconsets_list = os.listdir(os.path.join(gajim.DATA_DIR, 'iconsets/')) iconsets_list = os.listdir(os.path.join(gajim.DATA_DIR, 'iconsets/'))
model = gtk.ListStore(gobject.TYPE_STRING) model = gtk.ListStore(str)
self.iconset_combobox.set_model(model) self.iconset_combobox.set_model(model)
l = [] l = []
for dir in iconsets_list: for dir in iconsets_list:

View File

@ -1058,7 +1058,7 @@
<child> <child>
<widget class="GtkComboBox" id="proxies_combobox"> <widget class="GtkComboBox" id="proxies_combobox">
<property name="visible">True</property> <property name="visible">True</property>
<property name="items" translatable="yes"></property> <property name="items" translatable="yes">None</property>
</widget> </widget>
<packing> <packing>
<property name="padding">0</property> <property name="padding">0</property>
@ -13254,79 +13254,31 @@ the Jabber network.</property>
<child> <child>
<widget class="GtkTable" id="table33"> <widget class="GtkTable" id="table33">
<property name="visible">True</property> <property name="visible">True</property>
<property name="n_rows">5</property> <property name="n_rows">6</property>
<property name="n_columns">2</property> <property name="n_columns">2</property>
<property name="homogeneous">False</property> <property name="homogeneous">False</property>
<property name="row_spacing">6</property> <property name="row_spacing">6</property>
<property name="column_spacing">12</property> <property name="column_spacing">12</property>
<child> <child>
<widget class="GtkLabel" id="label315"> <widget class="GtkCheckButton" id="autojoin_checkbutton">
<property name="visible">True</property> <property name="visible">True</property>
<property name="label" translatable="yes">Nickname:</property> <property name="tooltip" translatable="yes">If checked, Gajim will join this groupchat on startup</property>
<property name="use_underline">False</property> <property name="can_focus">True</property>
<property name="use_markup">False</property> <property name="label" translatable="yes">Auto join</property>
<property name="justify">GTK_JUSTIFY_LEFT</property> <property name="use_underline">True</property>
<property name="wrap">False</property> <property name="relief">GTK_RELIEF_NORMAL</property>
<property name="selectable">False</property> <property name="focus_on_click">True</property>
<property name="xalign">0</property> <property name="active">False</property>
<property name="yalign">0.5</property> <property name="inconsistent">False</property>
<property name="xpad">0</property> <property name="draw_indicator">True</property>
<property name="ypad">0</property> <signal name="toggled" handler="on_autojoin_checkbutton_toggled" last_modification_time="Wed, 08 Jun 2005 17:20:40 GMT"/>
</widget> </widget>
<packing> <packing>
<property name="left_attach">0</property> <property name="left_attach">0</property>
<property name="right_attach">1</property> <property name="right_attach">2</property>
<property name="top_attach">0</property> <property name="top_attach">5</property>
<property name="bottom_attach">1</property> <property name="bottom_attach">6</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label316">
<property name="visible">True</property>
<property name="label" translatable="yes">Room:</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="left_attach">0</property>
<property name="right_attach">1</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label317">
<property name="visible">True</property>
<property name="label" translatable="yes">Server:</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="left_attach">0</property>
<property name="right_attach">1</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="x_options">fill</property> <property name="x_options">fill</property>
<property name="y_options"></property> <property name="y_options"></property>
</packing> </packing>
@ -13346,6 +13298,72 @@ the Jabber network.</property>
<property name="xpad">0</property> <property name="xpad">0</property>
<property name="ypad">0</property> <property name="ypad">0</property>
</widget> </widget>
<packing>
<property name="left_attach">0</property>
<property name="right_attach">1</property>
<property name="top_attach">4</property>
<property name="bottom_attach">5</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkEntry" id="pass_entry">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="editable">True</property>
<property name="visibility">True</property>
<property name="max_length">0</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
<property name="invisible_char">*</property>
<property name="activates_default">False</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">4</property>
<property name="bottom_attach">5</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkEntry" id="server_entry">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="editable">True</property>
<property name="visibility">True</property>
<property name="max_length">0</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
<property name="invisible_char">*</property>
<property name="activates_default">False</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label317">
<property name="visible">True</property>
<property name="label" translatable="yes">Server:</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing> <packing>
<property name="left_attach">0</property> <property name="left_attach">0</property>
<property name="right_attach">1</property> <property name="right_attach">1</property>
@ -13357,22 +13375,25 @@ the Jabber network.</property>
</child> </child>
<child> <child>
<widget class="GtkEntry" id="nick_entry"> <widget class="GtkLabel" id="label316">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="label" translatable="yes">Room:</property>
<property name="editable">True</property> <property name="use_underline">False</property>
<property name="visibility">True</property> <property name="use_markup">False</property>
<property name="max_length">0</property> <property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="text" translatable="yes"></property> <property name="wrap">False</property>
<property name="has_frame">True</property> <property name="selectable">False</property>
<property name="invisible_char">*</property> <property name="xalign">0</property>
<property name="activates_default">False</property> <property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget> </widget>
<packing> <packing>
<property name="left_attach">1</property> <property name="left_attach">0</property>
<property name="right_attach">2</property> <property name="right_attach">1</property>
<property name="top_attach">0</property> <property name="top_attach">2</property>
<property name="bottom_attach">1</property> <property name="bottom_attach">3</property>
<property name="x_options">fill</property>
<property name="y_options"></property> <property name="y_options"></property>
</packing> </packing>
</child> </child>
@ -13389,27 +13410,6 @@ the Jabber network.</property>
<property name="invisible_char">*</property> <property name="invisible_char">*</property>
<property name="activates_default">False</property> <property name="activates_default">False</property>
</widget> </widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkEntry" id="server_entry">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="editable">True</property>
<property name="visibility">True</property>
<property name="max_length">0</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
<property name="invisible_char">*</property>
<property name="activates_default">False</property>
</widget>
<packing> <packing>
<property name="left_attach">1</property> <property name="left_attach">1</property>
<property name="right_attach">2</property> <property name="right_attach">2</property>
@ -13420,7 +13420,7 @@ the Jabber network.</property>
</child> </child>
<child> <child>
<widget class="GtkEntry" id="pass_entry"> <widget class="GtkEntry" id="nick_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>
@ -13434,35 +13434,80 @@ the Jabber network.</property>
<packing> <packing>
<property name="left_attach">1</property> <property name="left_attach">1</property>
<property name="right_attach">2</property> <property name="right_attach">2</property>
<property name="top_attach">3</property> <property name="top_attach">1</property>
<property name="bottom_attach">4</property> <property name="bottom_attach">2</property>
<property name="y_options"></property> <property name="y_options"></property>
</packing> </packing>
</child> </child>
<child> <child>
<widget class="GtkCheckButton" id="autojoin_checkbutton"> <widget class="GtkLabel" id="label315">
<property name="visible">True</property> <property name="visible">True</property>
<property name="tooltip" translatable="yes">If checked, Gajim will join this groupchat on startup</property> <property name="label" translatable="yes">Nickname:</property>
<property name="can_focus">True</property> <property name="use_underline">False</property>
<property name="label" translatable="yes">Auto join</property> <property name="use_markup">False</property>
<property name="use_underline">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="relief">GTK_RELIEF_NORMAL</property> <property name="wrap">False</property>
<property name="focus_on_click">True</property> <property name="selectable">False</property>
<property name="active">False</property> <property name="xalign">0</property>
<property name="inconsistent">False</property> <property name="yalign">0.5</property>
<property name="draw_indicator">True</property> <property name="xpad">0</property>
<signal name="toggled" handler="on_autojoin_checkbutton_toggled" last_modification_time="Wed, 08 Jun 2005 17:20:40 GMT"/> <property name="ypad">0</property>
</widget> </widget>
<packing> <packing>
<property name="left_attach">0</property> <property name="left_attach">0</property>
<property name="right_attach">2</property> <property name="right_attach">1</property>
<property name="top_attach">4</property> <property name="top_attach">1</property>
<property name="bottom_attach">5</property> <property name="bottom_attach">2</property>
<property name="x_options">fill</property> <property name="x_options">fill</property>
<property name="y_options"></property> <property name="y_options"></property>
</packing> </packing>
</child> </child>
<child>
<widget class="GtkLabel" id="label325">
<property name="visible">True</property>
<property name="label" translatable="yes">Title:</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="left_attach">0</property>
<property name="right_attach">1</property>
<property name="top_attach">0</property>
<property name="bottom_attach">1</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkEntry" id="title_entry">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="editable">True</property>
<property name="visibility">True</property>
<property name="max_length">0</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
<property name="invisible_char">*</property>
<property name="activates_default">False</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">0</property>
<property name="bottom_attach">1</property>
<property name="y_options"></property>
</packing>
</child>
</widget> </widget>
<packing> <packing>
<property name="padding">0</property> <property name="padding">0</property>
@ -13520,7 +13565,7 @@ the Jabber network.</property>
</child> </child>
</widget> </widget>
<widget class="GtkWindow" id="manage_proxies_window"> <widget class="GtkWindow" id="manage_proxy_profiles_window">
<property name="border_width">6</property> <property name="border_width">6</property>
<property name="title" translatable="yes">Manage Proxy Profiles</property> <property name="title" translatable="yes">Manage Proxy Profiles</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property> <property name="type">GTK_WINDOW_TOPLEVEL</property>