ratchet 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. data/gem_bin/ratchet +23 -0
  2. data/lib/ratchet.rb +613 -0
  3. data/lib/ratchet/aliases.rb +106 -0
  4. data/lib/ratchet/bufferparser.rb +409 -0
  5. data/lib/ratchet/commandbuffer.rb +66 -0
  6. data/lib/ratchet/commandparser.rb +668 -0
  7. data/lib/ratchet/configuration.rb +278 -0
  8. data/lib/ratchet/connections.rb +403 -0
  9. data/lib/ratchet/constants.rb +111 -0
  10. data/lib/ratchet/contrib/instance_exec.rb +21 -0
  11. data/lib/ratchet/eventparser.rb +486 -0
  12. data/lib/ratchet/gtk/bufferlistview.rb +514 -0
  13. data/lib/ratchet/gtk/bufferview.rb +167 -0
  14. data/lib/ratchet/gtk/configwindow.rb +229 -0
  15. data/lib/ratchet/gtk/connectionwindow.rb +218 -0
  16. data/lib/ratchet/gtk/keybinding.rb +356 -0
  17. data/lib/ratchet/gtk/linkwindow.rb +137 -0
  18. data/lib/ratchet/gtk/mainwindow.rb +504 -0
  19. data/lib/ratchet/gtk/networkpresenceconf.rb +567 -0
  20. data/lib/ratchet/gtk/pluginconfig.rb +94 -0
  21. data/lib/ratchet/gtk/pluginwindow.rb +146 -0
  22. data/lib/ratchet/gtk/userlistview.rb +161 -0
  23. data/lib/ratchet/help.rb +64 -0
  24. data/lib/ratchet/items.rb +271 -0
  25. data/lib/ratchet/lines.rb +63 -0
  26. data/lib/ratchet/networks.rb +652 -0
  27. data/lib/ratchet/plugins.rb +616 -0
  28. data/lib/ratchet/queue.rb +47 -0
  29. data/lib/ratchet/ratchet-version.rb +21 -0
  30. data/lib/ratchet/replies.rb +134 -0
  31. data/lib/ratchet/replyparser.rb +441 -0
  32. data/lib/ratchet/tabcomplete.rb +98 -0
  33. data/lib/ratchet/users.rb +237 -0
  34. data/lib/ratchet/utils.rb +178 -0
  35. data/share/defaults.yaml +169 -0
  36. data/share/glade/config.glade +2634 -0
  37. data/share/glade/connect.glade +950 -0
  38. data/share/glade/keybindings.glade +109 -0
  39. data/share/glade/linkwindow.glade +188 -0
  40. data/share/glade/mainwindow.glade +335 -0
  41. data/share/glade/network-presences.glade +1373 -0
  42. data/share/glade/pluginconf.glade +97 -0
  43. data/share/glade/plugins.glade +360 -0
  44. data/share/plugins/colorewrite.rb +193 -0
  45. data/share/plugins/highlighter.rb +115 -0
  46. data/share/plugins/mpdplay.rb +123 -0
  47. data/share/plugins/numberswitcher.rb +30 -0
  48. data/share/plugins/sysinfo.rb +82 -0
  49. metadata +96 -0
@@ -0,0 +1,109 @@
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="keywindow">
7
+ <property name="width_request">500</property>
8
+ <property name="height_request">300</property>
9
+ <property name="title" translatable="yes">window1</property>
10
+ <property name="type">GTK_WINDOW_TOPLEVEL</property>
11
+ <property name="window_position">GTK_WIN_POS_NONE</property>
12
+ <property name="modal">False</property>
13
+ <property name="resizable">True</property>
14
+ <property name="destroy_with_parent">False</property>
15
+ <property name="decorated">True</property>
16
+ <property name="skip_taskbar_hint">False</property>
17
+ <property name="skip_pager_hint">False</property>
18
+ <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
19
+ <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
20
+
21
+ <child>
22
+ <widget class="GtkVBox" id="vbox1">
23
+ <property name="visible">True</property>
24
+ <property name="homogeneous">False</property>
25
+ <property name="spacing">0</property>
26
+
27
+ <child>
28
+ <widget class="GtkScrolledWindow" id="scrolledwindow1">
29
+ <property name="visible">True</property>
30
+ <property name="can_focus">True</property>
31
+ <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
32
+ <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
33
+ <property name="shadow_type">GTK_SHADOW_NONE</property>
34
+ <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
35
+
36
+ <child>
37
+ <widget class="GtkViewport" id="viewport1">
38
+ <property name="visible">True</property>
39
+ <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>
40
+
41
+ <child>
42
+ <widget class="GtkVBox" id="keybox">
43
+ <property name="visible">True</property>
44
+ <property name="homogeneous">False</property>
45
+ <property name="spacing">0</property>
46
+
47
+ <child>
48
+ <placeholder/>
49
+ </child>
50
+
51
+ <child>
52
+ <placeholder/>
53
+ </child>
54
+ </widget>
55
+ </child>
56
+ </widget>
57
+ </child>
58
+ </widget>
59
+ <packing>
60
+ <property name="padding">0</property>
61
+ <property name="expand">True</property>
62
+ <property name="fill">True</property>
63
+ </packing>
64
+ </child>
65
+
66
+ <child>
67
+ <widget class="GtkHButtonBox" id="hbuttonbox1">
68
+ <property name="border_width">5</property>
69
+ <property name="visible">True</property>
70
+ <property name="layout_style">GTK_BUTTONBOX_END</property>
71
+ <property name="spacing">10</property>
72
+
73
+ <child>
74
+ <widget class="GtkButton" id="cancel_button">
75
+ <property name="visible">True</property>
76
+ <property name="can_default">True</property>
77
+ <property name="can_focus">True</property>
78
+ <property name="label">gtk-cancel</property>
79
+ <property name="use_stock">True</property>
80
+ <property name="relief">GTK_RELIEF_NORMAL</property>
81
+ <property name="focus_on_click">True</property>
82
+ <signal name="clicked" handler="destroy" last_modification_time="Fri, 30 Sep 2005 18:48:20 GMT"/>
83
+ </widget>
84
+ </child>
85
+
86
+ <child>
87
+ <widget class="GtkButton" id="ok_button">
88
+ <property name="visible">True</property>
89
+ <property name="can_default">True</property>
90
+ <property name="can_focus">True</property>
91
+ <property name="label">gtk-apply</property>
92
+ <property name="use_stock">True</property>
93
+ <property name="relief">GTK_RELIEF_NORMAL</property>
94
+ <property name="focus_on_click">True</property>
95
+ <signal name="clicked" handler="ok_clicked" last_modification_time="Fri, 30 Sep 2005 18:48:04 GMT"/>
96
+ </widget>
97
+ </child>
98
+ </widget>
99
+ <packing>
100
+ <property name="padding">0</property>
101
+ <property name="expand">False</property>
102
+ <property name="fill">False</property>
103
+ </packing>
104
+ </child>
105
+ </widget>
106
+ </child>
107
+ </widget>
108
+
109
+ </glade-interface>
@@ -0,0 +1,188 @@
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="linkwindow">
7
+ <property name="width_request">400</property>
8
+ <property name="height_request">200</property>
9
+ <property name="visible">True</property>
10
+ <property name="title" translatable="yes">Links</property>
11
+ <property name="type">GTK_WINDOW_TOPLEVEL</property>
12
+ <property name="window_position">GTK_WIN_POS_NONE</property>
13
+ <property name="modal">False</property>
14
+ <property name="resizable">True</property>
15
+ <property name="destroy_with_parent">False</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
+
22
+ <child>
23
+ <widget class="GtkVBox" id="vbox1">
24
+ <property name="visible">True</property>
25
+ <property name="homogeneous">False</property>
26
+ <property name="spacing">0</property>
27
+
28
+ <child>
29
+ <widget class="GtkScrolledWindow" id="scrolledwindow1">
30
+ <property name="visible">True</property>
31
+ <property name="can_focus">True</property>
32
+ <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
33
+ <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
34
+ <property name="shadow_type">GTK_SHADOW_IN</property>
35
+ <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
36
+
37
+ <child>
38
+ <widget class="GtkTreeView" id="linklist">
39
+ <property name="visible">True</property>
40
+ <property name="can_focus">True</property>
41
+ <property name="headers_visible">False</property>
42
+ <property name="rules_hint">False</property>
43
+ <property name="reorderable">False</property>
44
+ <property name="enable_search">False</property>
45
+ <signal name="row_activated" handler="link_activated" last_modification_time="Thu, 01 Sep 2005 19:54:40 GMT"/>
46
+ </widget>
47
+ </child>
48
+ </widget>
49
+ <packing>
50
+ <property name="padding">0</property>
51
+ <property name="expand">True</property>
52
+ <property name="fill">True</property>
53
+ </packing>
54
+ </child>
55
+
56
+ <child>
57
+ <widget class="GtkFrame" id="frame1">
58
+ <property name="border_width">4</property>
59
+ <property name="visible">True</property>
60
+ <property name="label_xalign">0</property>
61
+ <property name="label_yalign">0.5</property>
62
+ <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>
63
+
64
+ <child>
65
+ <widget class="GtkAlignment" id="alignment1">
66
+ <property name="visible">True</property>
67
+ <property name="xalign">0.5</property>
68
+ <property name="yalign">0.5</property>
69
+ <property name="xscale">1</property>
70
+ <property name="yscale">1</property>
71
+ <property name="top_padding">0</property>
72
+ <property name="bottom_padding">0</property>
73
+ <property name="left_padding">12</property>
74
+ <property name="right_padding">0</property>
75
+
76
+ <child>
77
+ <widget class="GtkHBox" id="hbox1">
78
+ <property name="visible">True</property>
79
+ <property name="homogeneous">False</property>
80
+ <property name="spacing">0</property>
81
+
82
+ <child>
83
+ <widget class="GtkComboBox" id="columnselect">
84
+ <property name="visible">True</property>
85
+ <property name="items" translatable="yes"></property>
86
+ </widget>
87
+ <packing>
88
+ <property name="padding">0</property>
89
+ <property name="expand">True</property>
90
+ <property name="fill">True</property>
91
+ </packing>
92
+ </child>
93
+
94
+ <child>
95
+ <widget class="GtkEntry" id="filtertext">
96
+ <property name="visible">True</property>
97
+ <property name="can_focus">True</property>
98
+ <property name="editable">True</property>
99
+ <property name="visibility">True</property>
100
+ <property name="max_length">0</property>
101
+ <property name="text" translatable="yes"></property>
102
+ <property name="has_frame">True</property>
103
+ <property name="invisible_char">*</property>
104
+ <property name="activates_default">False</property>
105
+ <signal name="changed" handler="filter_changed" last_modification_time="Sat, 03 Sep 2005 15:43:12 GMT"/>
106
+ </widget>
107
+ <packing>
108
+ <property name="padding">0</property>
109
+ <property name="expand">True</property>
110
+ <property name="fill">True</property>
111
+ </packing>
112
+ </child>
113
+ </widget>
114
+ </child>
115
+ </widget>
116
+ </child>
117
+
118
+ <child>
119
+ <widget class="GtkLabel" id="label1">
120
+ <property name="visible">True</property>
121
+ <property name="label" translatable="yes">Filter</property>
122
+ <property name="use_underline">False</property>
123
+ <property name="use_markup">True</property>
124
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
125
+ <property name="wrap">False</property>
126
+ <property name="selectable">False</property>
127
+ <property name="xalign">0.5</property>
128
+ <property name="yalign">0.5</property>
129
+ <property name="xpad">0</property>
130
+ <property name="ypad">0</property>
131
+ </widget>
132
+ <packing>
133
+ <property name="type">label_item</property>
134
+ </packing>
135
+ </child>
136
+ </widget>
137
+ <packing>
138
+ <property name="padding">2</property>
139
+ <property name="expand">False</property>
140
+ <property name="fill">False</property>
141
+ </packing>
142
+ </child>
143
+
144
+ <child>
145
+ <widget class="GtkHButtonBox" id="hbuttonbox1">
146
+ <property name="border_width">5</property>
147
+ <property name="visible">True</property>
148
+ <property name="layout_style">GTK_BUTTONBOX_END</property>
149
+ <property name="spacing">10</property>
150
+
151
+ <child>
152
+ <widget class="GtkButton" id="link_cancel">
153
+ <property name="visible">True</property>
154
+ <property name="can_default">True</property>
155
+ <property name="can_focus">True</property>
156
+ <property name="label">gtk-cancel</property>
157
+ <property name="use_stock">True</property>
158
+ <property name="relief">GTK_RELIEF_NORMAL</property>
159
+ <property name="focus_on_click">True</property>
160
+ <signal name="clicked" handler="destroy" last_modification_time="Thu, 01 Sep 2005 19:54:23 GMT"/>
161
+ </widget>
162
+ </child>
163
+
164
+ <child>
165
+ <widget class="GtkButton" id="link_open">
166
+ <property name="visible">True</property>
167
+ <property name="sensitive">False</property>
168
+ <property name="can_default">True</property>
169
+ <property name="can_focus">True</property>
170
+ <property name="label">gtk-open</property>
171
+ <property name="use_stock">True</property>
172
+ <property name="relief">GTK_RELIEF_NORMAL</property>
173
+ <property name="focus_on_click">True</property>
174
+ <signal name="clicked" handler="open_link" last_modification_time="Thu, 01 Sep 2005 19:54:13 GMT"/>
175
+ </widget>
176
+ </child>
177
+ </widget>
178
+ <packing>
179
+ <property name="padding">0</property>
180
+ <property name="expand">False</property>
181
+ <property name="fill">False</property>
182
+ </packing>
183
+ </child>
184
+ </widget>
185
+ </child>
186
+ </widget>
187
+
188
+ </glade-interface>
@@ -0,0 +1,335 @@
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="window1">
7
+ <property name="title" translatable="yes">Ratchet</property>
8
+ <property name="type">GTK_WINDOW_TOPLEVEL</property>
9
+ <property name="window_position">GTK_WIN_POS_CENTER</property>
10
+ <property name="modal">False</property>
11
+ <property name="default_width">1024</property>
12
+ <property name="default_height">768</property>
13
+ <property name="resizable">True</property>
14
+ <property name="destroy_with_parent">False</property>
15
+ <property name="decorated">True</property>
16
+ <property name="skip_taskbar_hint">False</property>
17
+ <property name="skip_pager_hint">False</property>
18
+ <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
19
+ <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
20
+ <signal name="delete_event" handler="quit" last_modification_time="Sat, 01 Oct 2005 18:04:07 GMT"/>
21
+ <signal name="focus_in_event" handler="on_window_focus" last_modification_time="Fri, 13 Jan 2006 23:21:57 GMT"/>
22
+
23
+ <child>
24
+ <widget class="GtkVBox" id="vbox1">
25
+ <property name="visible">True</property>
26
+ <property name="homogeneous">False</property>
27
+ <property name="spacing">0</property>
28
+
29
+ <child>
30
+ <widget class="GtkMenuBar" id="menubar1">
31
+ <property name="visible">True</property>
32
+
33
+ <child>
34
+ <widget class="GtkMenuItem" id="menuitem10">
35
+ <property name="visible">True</property>
36
+ <property name="label" translatable="yes">_Main</property>
37
+ <property name="use_underline">True</property>
38
+
39
+ <child>
40
+ <widget class="GtkMenu" id="menuitem10_menu">
41
+
42
+ <child>
43
+ <widget class="GtkImageMenuItem" id="disconnect1">
44
+ <property name="visible">True</property>
45
+ <property name="label" translatable="yes">_Disconnect</property>
46
+ <property name="use_underline">True</property>
47
+ <signal name="activate" handler="do_disconnect" last_modification_time="Fri, 30 Sep 2005 19:48:12 GMT"/>
48
+
49
+ <child internal-child="image">
50
+ <widget class="GtkImage" id="image12">
51
+ <property name="visible">True</property>
52
+ <property name="stock">gtk-disconnect</property>
53
+ <property name="icon_size">1</property>
54
+ <property name="xalign">0.5</property>
55
+ <property name="yalign">0.5</property>
56
+ <property name="xpad">0</property>
57
+ <property name="ypad">0</property>
58
+ </widget>
59
+ </child>
60
+ </widget>
61
+ </child>
62
+
63
+ <child>
64
+ <widget class="GtkImageMenuItem" id="networks1">
65
+ <property name="visible">True</property>
66
+ <property name="label" translatable="yes">_Networks</property>
67
+ <property name="use_underline">True</property>
68
+ <signal name="activate" handler="open_networks" last_modification_time="Fri, 30 Sep 2005 19:48:12 GMT"/>
69
+
70
+ <child internal-child="image">
71
+ <widget class="GtkImage" id="image13">
72
+ <property name="visible">True</property>
73
+ <property name="stock">gtk-network</property>
74
+ <property name="icon_size">1</property>
75
+ <property name="xalign">0.5</property>
76
+ <property name="yalign">0.5</property>
77
+ <property name="xpad">0</property>
78
+ <property name="ypad">0</property>
79
+ </widget>
80
+ </child>
81
+ </widget>
82
+ </child>
83
+
84
+ <child>
85
+ <widget class="GtkImageMenuItem" id="quit1">
86
+ <property name="visible">True</property>
87
+ <property name="label">gtk-quit</property>
88
+ <property name="use_stock">True</property>
89
+ <signal name="activate" handler="quit" last_modification_time="Thu, 28 Apr 2005 10:22:47 GMT"/>
90
+ </widget>
91
+ </child>
92
+ </widget>
93
+ </child>
94
+ </widget>
95
+ </child>
96
+
97
+ <child>
98
+ <widget class="GtkMenuItem" id="edit1">
99
+ <property name="visible">True</property>
100
+ <property name="label" translatable="yes">_Edit</property>
101
+ <property name="use_underline">True</property>
102
+
103
+ <child>
104
+ <widget class="GtkMenu" id="edit1_menu">
105
+
106
+ <child>
107
+ <widget class="GtkMenuItem" id="key_bindings1">
108
+ <property name="visible">True</property>
109
+ <property name="label" translatable="yes">_Key Bindings</property>
110
+ <property name="use_underline">True</property>
111
+ <signal name="activate" handler="open_keybindings" last_modification_time="Fri, 30 Sep 2005 19:48:12 GMT"/>
112
+ </widget>
113
+ </child>
114
+
115
+ <child>
116
+ <widget class="GtkMenuItem" id="plugins1">
117
+ <property name="visible">True</property>
118
+ <property name="label" translatable="yes">Plugins</property>
119
+ <property name="use_underline">True</property>
120
+ <signal name="activate" handler="open_plugins" last_modification_time="Fri, 30 Sep 2005 19:48:12 GMT"/>
121
+ </widget>
122
+ </child>
123
+
124
+ <child>
125
+ <widget class="GtkImageMenuItem" id="preferences1">
126
+ <property name="visible">True</property>
127
+ <property name="label" translatable="yes">_Preferences</property>
128
+ <property name="use_underline">True</property>
129
+ <signal name="activate" handler="open_preferences" last_modification_time="Fri, 30 Sep 2005 19:48:12 GMT"/>
130
+
131
+ <child internal-child="image">
132
+ <widget class="GtkImage" id="image14">
133
+ <property name="visible">True</property>
134
+ <property name="stock">gtk-properties</property>
135
+ <property name="icon_size">1</property>
136
+ <property name="xalign">0.5</property>
137
+ <property name="yalign">0.5</property>
138
+ <property name="xpad">0</property>
139
+ <property name="ypad">0</property>
140
+ </widget>
141
+ </child>
142
+ </widget>
143
+ </child>
144
+ </widget>
145
+ </child>
146
+ </widget>
147
+ </child>
148
+ </widget>
149
+ <packing>
150
+ <property name="padding">0</property>
151
+ <property name="expand">False</property>
152
+ <property name="fill">False</property>
153
+ </packing>
154
+ </child>
155
+
156
+ <child>
157
+ <widget class="GtkHBox" id="h_top">
158
+ <property name="visible">True</property>
159
+ <property name="homogeneous">False</property>
160
+ <property name="spacing">0</property>
161
+
162
+ <child>
163
+ <widget class="GtkVBox" id="v_top">
164
+ <property name="visible">True</property>
165
+ <property name="homogeneous">False</property>
166
+ <property name="spacing">0</property>
167
+
168
+ <child>
169
+ <widget class="GtkHBox" id="mainbox">
170
+ <property name="visible">True</property>
171
+ <property name="homogeneous">False</property>
172
+ <property name="spacing">0</property>
173
+
174
+ <child>
175
+ <widget class="GtkHPaned" id="hpaned1">
176
+ <property name="visible">True</property>
177
+ <property name="can_focus">True</property>
178
+ <property name="position">790</property>
179
+
180
+ <child>
181
+ <widget class="GtkVBox" id="vbox2">
182
+ <property name="visible">True</property>
183
+ <property name="homogeneous">False</property>
184
+ <property name="spacing">0</property>
185
+
186
+ <child>
187
+ <widget class="GtkEntry" id="topic">
188
+ <property name="visible">True</property>
189
+ <property name="can_focus">True</property>
190
+ <property name="editable">True</property>
191
+ <property name="visibility">True</property>
192
+ <property name="max_length">0</property>
193
+ <property name="text" translatable="yes"></property>
194
+ <property name="has_frame">True</property>
195
+ <property name="invisible_char">*</property>
196
+ <property name="activates_default">False</property>
197
+ <signal name="activate" handler="topic_change" last_modification_time="Wed, 27 Apr 2005 21:54:12 GMT"/>
198
+ </widget>
199
+ <packing>
200
+ <property name="padding">3</property>
201
+ <property name="expand">False</property>
202
+ <property name="fill">True</property>
203
+ </packing>
204
+ </child>
205
+
206
+ <child>
207
+ <widget class="GtkScrolledWindow" id="message_scroll">
208
+ <property name="visible">True</property>
209
+ <property name="can_focus">True</property>
210
+ <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
211
+ <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
212
+ <property name="shadow_type">GTK_SHADOW_IN</property>
213
+ <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
214
+
215
+ <child>
216
+ <placeholder/>
217
+ </child>
218
+ </widget>
219
+ <packing>
220
+ <property name="padding">0</property>
221
+ <property name="expand">True</property>
222
+ <property name="fill">True</property>
223
+ </packing>
224
+ </child>
225
+
226
+ <child>
227
+ <widget class="GtkHBox" id="hbox1">
228
+ <property name="visible">True</property>
229
+ <property name="homogeneous">False</property>
230
+ <property name="spacing">0</property>
231
+
232
+ <child>
233
+ <widget class="GtkButton" id="username">
234
+ <property name="visible">True</property>
235
+ <property name="can_focus">True</property>
236
+ <property name="label" translatable="yes">username</property>
237
+ <property name="use_underline">True</property>
238
+ <property name="relief">GTK_RELIEF_NONE</property>
239
+ <property name="focus_on_click">True</property>
240
+ <signal name="clicked" handler="set_username" last_modification_time="Wed, 27 Apr 2005 21:48:50 GMT"/>
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="GtkEntry" id="message_input">
251
+ <property name="visible">True</property>
252
+ <property name="can_focus">True</property>
253
+ <property name="editable">True</property>
254
+ <property name="visibility">True</property>
255
+ <property name="max_length">0</property>
256
+ <property name="text" translatable="yes"></property>
257
+ <property name="has_frame">True</property>
258
+ <property name="invisible_char">*</property>
259
+ <property name="activates_default">False</property>
260
+ <signal name="activate" handler="message_inputted" last_modification_time="Wed, 15 Mar 2006 21:57:22 GMT"/>
261
+ <signal name="button_press_event" handler="input_buttons" last_modification_time="Wed, 15 Mar 2006 22:03:45 GMT"/>
262
+ </widget>
263
+ <packing>
264
+ <property name="padding">0</property>
265
+ <property name="expand">True</property>
266
+ <property name="fill">True</property>
267
+ </packing>
268
+ </child>
269
+ </widget>
270
+ <packing>
271
+ <property name="padding">2</property>
272
+ <property name="expand">False</property>
273
+ <property name="fill">False</property>
274
+ <property name="pack_type">GTK_PACK_END</property>
275
+ </packing>
276
+ </child>
277
+ </widget>
278
+ <packing>
279
+ <property name="shrink">False</property>
280
+ <property name="resize">True</property>
281
+ </packing>
282
+ </child>
283
+
284
+ <child>
285
+ <widget class="GtkVPaned" id="vpaned1">
286
+ <property name="visible">True</property>
287
+ <property name="can_focus">True</property>
288
+ <property name="position">0</property>
289
+
290
+ <child>
291
+ <placeholder/>
292
+ </child>
293
+
294
+ <child>
295
+ <placeholder/>
296
+ </child>
297
+ </widget>
298
+ <packing>
299
+ <property name="shrink">False</property>
300
+ <property name="resize">True</property>
301
+ </packing>
302
+ </child>
303
+ </widget>
304
+ <packing>
305
+ <property name="padding">0</property>
306
+ <property name="expand">True</property>
307
+ <property name="fill">True</property>
308
+ </packing>
309
+ </child>
310
+ </widget>
311
+ <packing>
312
+ <property name="padding">0</property>
313
+ <property name="expand">True</property>
314
+ <property name="fill">True</property>
315
+ </packing>
316
+ </child>
317
+ </widget>
318
+ <packing>
319
+ <property name="padding">0</property>
320
+ <property name="expand">True</property>
321
+ <property name="fill">True</property>
322
+ </packing>
323
+ </child>
324
+ </widget>
325
+ <packing>
326
+ <property name="padding">0</property>
327
+ <property name="expand">True</property>
328
+ <property name="fill">True</property>
329
+ </packing>
330
+ </child>
331
+ </widget>
332
+ </child>
333
+ </widget>
334
+
335
+ </glade-interface>