~ubuntu-branches/ubuntu/trusty/xchat-gnome/trusty-updates

« back to all changes in this revision

Viewing changes to data/xchat-gnome.glade

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2011-07-05 12:27:58 UTC
  • mfrom: (1.1.19 upstream) (2.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20110705122758-bkl6xii0ebfddtmh
Tags: 1:0.30.0~git20100421.29cc76-1ubuntu1
* Merge with Debian unstable, remaining changes: (LP: #773847)
  - debian/control:
    - add Build-Depends on liblaunchpad-integration-dev.
    - xchat-gnome Suggests: xchat-gnome-indicator.
  - debian/patches/02_lpi.patch: add Launchpad integration items to the help
    menu
  - debian/patches/10_xchat-gnome-close-event.patch: add events for window
    close.
  - debian/patches/04_autojoin_ubuntu_chan.patch: add the Ubuntu network
    as default selection and default to autojoining #ubuntu.
  - debian/patches/20_add_gui_focus.patch: implement GUI focus from XChat.
  - debian/patches/51_freenode_default_port_8001.patch: Drop ports 666x
    for FreeNode to workaround a possible DCC exploit.
  - debian/patches/95_apturl-support.patch: support apt://-urls.
  - debian/watch: also look for unstable versions
  - debian/xchat-gnome.gconf-defaults: Set the default enabled plugins,
    indicator, netmonitor, and notifyosd.
* debian/patches/52_no_zero_width_pixmaps.patch: dropped, applied upstream.
* debian/patches/98_ice_depends_for_eggsmclient.patch: replaced by
  01_link_libice.patch.
* debian/control: remove duplicate entry in Build-Depends for intltool.
* debian/xchat-gnome.install: also install the xchat-gnome.desktop file from
  /usr/share/applications in xchat-gnome rather than xchat-gnome-common.
  (LP: #374686)
* debian/rules: update the xchat-gnome-common binary-install target to not
  keep a duplicate copy of the xchat-gnome.desktop file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
 
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
 
1
<?xml version="1.0"?>
3
2
<!-- Generated with glade3
4
3
        Version: 3.0.1
5
4
        Date: Sat Oct 21 01:06:13 2006
6
5
        User: david
7
6
        Host: kirby
8
7
-->
9
 
<glade-interface>
10
 
  <widget class="GtkDialog" id="nickname dialog">
 
8
<interface>
 
9
  <object class="GtkDialog" id="nickname dialog">
11
10
    <property name="border_width">5</property>
12
11
    <property name="title" translatable="yes">Nickname</property>
13
12
    <property name="resizable">False</property>
16
15
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
17
16
    <property name="has_separator">False</property>
18
17
    <child internal-child="vbox">
19
 
      <widget class="GtkVBox" id="dialog-vbox5">
 
18
      <object class="GtkVBox" id="dialog-vbox5">
20
19
        <property name="visible">True</property>
21
20
        <property name="spacing">2</property>
22
21
        <child>
23
 
          <widget class="GtkVBox" id="vbox50">
 
22
          <object class="GtkVBox" id="vbox50">
24
23
            <property name="visible">True</property>
25
24
            <property name="border_width">5</property>
26
25
            <property name="spacing">6</property>
27
26
            <child>
28
 
              <widget class="GtkLabel" id="nickname dialog label">
 
27
              <object class="GtkLabel" id="nickname dialog label">
29
28
                <property name="visible">True</property>
30
29
                <property name="xalign">0.000000</property>
31
30
                <property name="label" translatable="yes">Change _nickname to:</property>
32
31
                <property name="use_underline">True</property>
33
32
                <property name="mnemonic_widget">nickname dialog entry</property>
34
 
              </widget>
 
33
              </object>
35
34
              <packing>
36
35
                <property name="expand">False</property>
37
36
                <property name="fill">False</property>
38
37
              </packing>
39
38
            </child>
40
39
            <child>
41
 
              <widget class="GtkEntry" id="nickname dialog entry">
 
40
              <object class="GtkEntry" id="nickname dialog entry">
42
41
                <property name="visible">True</property>
43
42
                <property name="can_focus">True</property>
44
 
              </widget>
 
43
              </object>
45
44
              <packing>
46
45
                <property name="expand">False</property>
47
46
                <property name="fill">False</property>
49
48
              </packing>
50
49
            </child>
51
50
            <child>
52
 
              <widget class="GtkCheckButton" id="nickname dialog away">
 
51
              <object class="GtkCheckButton" id="nickname dialog away">
53
52
                <property name="visible">True</property>
54
53
                <property name="can_focus">True</property>
55
54
                <property name="label" translatable="yes">Mark as _away</property>
56
55
                <property name="use_underline">True</property>
57
56
                <property name="draw_indicator">True</property>
58
 
              </widget>
 
57
              </object>
59
58
              <packing>
60
59
                <property name="expand">False</property>
61
60
                <property name="fill">False</property>
63
62
              </packing>
64
63
            </child>
65
64
            <child>
66
 
              <widget class="GtkCheckButton" id="nickname dialog all">
 
65
              <object class="GtkCheckButton" id="nickname dialog all">
67
66
                <property name="visible">True</property>
68
67
                <property name="can_focus">True</property>
69
68
                <property name="label" translatable="yes">Apply on all _servers</property>
70
69
                <property name="use_underline">True</property>
71
70
                <property name="draw_indicator">True</property>
72
 
              </widget>
 
71
              </object>
73
72
              <packing>
74
73
                <property name="expand">False</property>
75
74
                <property name="fill">False</property>
76
75
                <property name="position">3</property>
77
76
              </packing>
78
77
            </child>
79
 
          </widget>
 
78
          </object>
80
79
          <packing>
81
80
            <property name="expand">False</property>
82
81
            <property name="fill">False</property>
84
83
          </packing>
85
84
        </child>
86
85
        <child internal-child="action_area">
87
 
          <widget class="GtkHButtonBox" id="dialog-action_area5">
 
86
          <object class="GtkHButtonBox" id="dialog-action_area5">
88
87
            <property name="visible">True</property>
89
88
            <property name="layout_style">GTK_BUTTONBOX_END</property>
90
89
            <child>
91
 
              <widget class="GtkButton" id="nickname dialog cancel">
 
90
              <object class="GtkButton" id="nickname dialog cancel">
92
91
                <property name="visible">True</property>
93
92
                <property name="can_focus">True</property>
94
93
                <property name="can_default">True</property>
95
94
                <property name="label">gtk-cancel</property>
96
95
                <property name="use_stock">True</property>
97
 
                <property name="response_id">-6</property>
98
 
              </widget>
 
96
              </object>
99
97
            </child>
100
98
            <child>
101
 
              <widget class="GtkButton" id="nickname dialog ok">
 
99
              <object class="GtkButton" id="nickname dialog ok">
102
100
                <property name="visible">True</property>
103
101
                <property name="can_focus">True</property>
104
102
                <property name="can_default">True</property>
105
103
                <property name="has_default">True</property>
106
 
                <property name="response_id">-5</property>
107
104
                <child>
108
 
                  <widget class="GtkAlignment" id="alignment1">
 
105
                  <object class="GtkAlignment" id="alignment1">
109
106
                    <property name="visible">True</property>
110
107
                    <property name="xscale">0.000000</property>
111
108
                    <property name="yscale">0.000000</property>
112
109
                    <child>
113
 
                      <widget class="GtkHBox" id="hbox1">
 
110
                      <object class="GtkHBox" id="hbox1">
114
111
                        <property name="visible">True</property>
115
112
                        <property name="spacing">2</property>
116
113
                        <child>
117
 
                          <widget class="GtkImage" id="image1478">
 
114
                          <object class="GtkImage" id="image1478">
118
115
                            <property name="visible">True</property>
119
116
                            <property name="stock">gtk-apply</property>
120
 
                          </widget>
 
117
                          </object>
121
118
                          <packing>
122
119
                            <property name="expand">False</property>
123
120
                            <property name="fill">False</property>
124
121
                          </packing>
125
122
                        </child>
126
123
                        <child>
127
 
                          <widget class="GtkLabel" id="label1">
 
124
                          <object class="GtkLabel" id="label1">
128
125
                            <property name="visible">True</property>
129
126
                            <property name="label" translatable="yes">C_hange</property>
130
127
                            <property name="use_underline">True</property>
131
 
                          </widget>
 
128
                          </object>
132
129
                          <packing>
133
130
                            <property name="expand">False</property>
134
131
                            <property name="fill">False</property>
135
132
                            <property name="position">1</property>
136
133
                          </packing>
137
134
                        </child>
138
 
                      </widget>
 
135
                      </object>
139
136
                    </child>
140
 
                  </widget>
 
137
                  </object>
141
138
                </child>
142
 
              </widget>
 
139
              </object>
143
140
              <packing>
144
141
                <property name="position">1</property>
145
142
              </packing>
146
143
            </child>
147
 
          </widget>
 
144
          </object>
148
145
          <packing>
149
146
            <property name="expand">False</property>
150
147
            <property name="pack_type">GTK_PACK_END</property>
151
148
          </packing>
152
149
        </child>
153
 
      </widget>
 
150
      </object>
154
151
    </child>
155
 
  </widget>
156
 
  <widget class="GtkWindow" id="userlist_window">
 
152
    <action-widgets>
 
153
      <action-widget response="-6">nickname dialog cancel</action-widget>
 
154
      <action-widget response="-5">nickname dialog ok</action-widget>
 
155
    </action-widgets>
 
156
  </object>
 
157
  <object class="GtkWindow" id="userlist_window">
157
158
    <property name="can_focus">True</property>
158
159
    <property name="has_focus">True</property>
159
160
    <property name="can_default">True</property>
166
167
    <property name="skip_pager_hint">True</property>
167
168
    <property name="decorated">False</property>
168
169
    <child>
169
 
      <widget class="GtkFrame" id="frame1">
 
170
      <object class="GtkFrame" id="frame1">
170
171
        <property name="visible">True</property>
171
172
        <property name="label_xalign">0.000000</property>
172
173
        <property name="shadow_type">GTK_SHADOW_OUT</property>
173
174
        <child>
174
 
          <widget class="GtkScrolledWindow" id="scrolledwindow_userlist">
 
175
          <object class="GtkScrolledWindow" id="scrolledwindow_userlist">
175
176
            <property name="visible">True</property>
176
177
            <property name="can_focus">True</property>
177
178
            <property name="border_width">3</property>
181
182
            <child>
182
183
              <placeholder/>
183
184
            </child>
184
 
          </widget>
 
185
          </object>
185
186
        </child>
186
 
      </widget>
 
187
      </object>
187
188
    </child>
188
 
  </widget>
189
 
  <widget class="GtkWindow" id="xchat-gnome">
 
189
  </object>
 
190
  <object class="GtkWindow" id="xchat-gnome">
190
191
    <property name="title" translatable="yes">XChat-GNOME IRC Chat</property>
191
192
    <child>
192
 
      <widget class="GtkVBox" id="vbox53">
 
193
      <object class="GtkVBox" id="vbox53">
193
194
        <property name="visible">True</property>
194
195
        <property name="spacing">3</property>
195
196
        <child>
196
 
          <widget class="GtkVBox" id="menu_vbox">
 
197
          <object class="GtkVBox" id="menu_vbox">
197
198
            <property name="visible">True</property>
198
199
            <child>
199
200
              <placeholder/>
200
201
            </child>
201
 
          </widget>
 
202
          </object>
202
203
          <packing>
203
204
            <property name="expand">False</property>
204
205
          </packing>
205
206
        </child>
206
207
        <child>
207
 
          <widget class="GtkHPaned" id="HPane">
 
208
          <object class="GtkHPaned" id="HPane">
208
209
            <property name="visible">True</property>
209
210
            <property name="can_focus">True</property>
210
211
            <property name="position">160</property>
211
212
            <child>
212
 
              <widget class="GtkVBox" id="vbox51">
 
213
              <object class="GtkVBox" id="vbox51">
213
214
                <property name="visible">True</property>
214
215
                <property name="spacing">6</property>
215
216
                <child>
216
 
                  <widget class="GtkScrolledWindow" id="server channel list">
 
217
                  <object class="GtkScrolledWindow" id="server channel list">
217
218
                    <property name="visible">True</property>
218
219
                    <property name="can_focus">True</property>
219
220
                    <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
222
223
                    <child>
223
224
                      <placeholder/>
224
225
                    </child>
225
 
                  </widget>
 
226
                  </object>
226
227
                </child>
227
228
                <child>
228
 
                  <widget class="GtkToggleButton" id="userlist_toggle">
 
229
                  <object class="GtkToggleButton" id="userlist_toggle">
229
230
                    <property name="visible">True</property>
230
231
                    <property name="sensitive">False</property>
231
232
                    <property name="can_focus">True</property>
232
233
                    <property name="label" translatable="yes">Users</property>
233
234
                    <property name="relief">GTK_RELIEF_NONE</property>
234
235
                    <property name="use_underline">True</property>
235
 
                  </widget>
 
236
                  </object>
236
237
                  <packing>
237
238
                    <property name="expand">False</property>
238
239
                    <property name="fill">False</property>
239
240
                    <property name="position">1</property>
240
241
                  </packing>
241
242
                </child>
242
 
              </widget>
 
243
              </object>
243
244
              <packing>
244
245
                <property name="resize">False</property>
245
246
              </packing>
246
247
            </child>
247
248
            <child>
248
 
        <widget class="GtkHPaned" id="right_paned">
249
 
          <property name="visible">True</property>
250
 
          <property name="can_focus">True</property>
251
 
 
252
 
          <child>
253
 
              <widget class="GtkVBox" id="main gui vbox">
 
249
              <object class="GtkHPaned" id="right_paned">
254
250
                <property name="visible">True</property>
255
 
                <property name="spacing">6</property>
256
 
                <child>
257
 
                  <widget class="GtkHBox" id="topic_hbox">
258
 
                    <property name="visible">True</property>
259
 
                    <property name="spacing">6</property>
260
 
                    <child>
261
 
                      <widget class="Custom" id="topic_label">
262
 
                        <property name="visible">True</property>
263
 
                        <property name="creation_function">topic_label_new</property>
264
 
                      </widget>
265
 
                    </child>
266
 
                    <child>
267
 
                      <widget class="GtkButton" id="close discussion">
268
 
                        <property name="visible">True</property>
269
 
                        <property name="can_focus">True</property>
270
 
                        <property name="relief">GTK_RELIEF_NONE</property>
271
 
                        <property name="tooltip" translatable="yes">Close this discussion</property>
272
 
                        <child>
273
 
                          <widget class="GtkImage" id="image1477">
274
 
                            <property name="visible">True</property>
275
 
                            <property name="stock">gtk-close</property>
276
 
                            <property name="icon_size">1</property>
277
 
                          </widget>
278
 
                        </child>
279
 
                      </widget>
280
 
                      <packing>
281
 
                        <property name="expand">False</property>
282
 
                        <property name="fill">False</property>
283
 
                        <property name="position">1</property>
284
 
                      </packing>
285
 
                    </child>
286
 
                  </widget>
287
 
                  <packing>
288
 
                    <property name="expand">False</property>
289
 
                    <property name="fill">False</property>
290
 
                    <property name="padding">1</property>
291
 
                  </packing>
292
 
                </child>
293
 
                <child>
294
 
                  <widget class="Custom" id="conversation_panel">
295
 
                    <property name="visible">True</property>
296
 
                    <property name="creation_function">conversation_panel_new</property>
297
 
                  </widget>
298
 
                  <packing>
299
 
                    <property name="position">1</property>
300
 
                  </packing>
301
 
                </child>
302
 
                <child>
303
 
                  <widget class="GtkHBox" id="entry hbox">
304
 
                    <property name="visible">True</property>
305
 
                    <property name="spacing">6</property>
306
 
                    <child>
307
 
                      <widget class="GtkButton" id="nick_button">
308
 
                        <property name="visible">True</property>
309
 
                        <property name="can_focus">True</property>
310
 
                        <property name="label" translatable="yes">nickname</property>
311
 
                        <property name="relief">GTK_RELIEF_NONE</property>
312
 
                        <property name="use_underline">True</property>
313
 
                      </widget>
314
 
                      <packing>
315
 
                        <property name="expand">False</property>
316
 
                        <property name="fill">False</property>
317
 
                      </packing>
318
 
                    </child>
319
 
                    <child>
320
 
                      <widget class="Custom" id="text_entry">
321
 
                        <property name="visible">True</property>
322
 
                        <property name="creation_function">text_entry_new</property>
323
 
                      </widget>
324
 
                      <packing>
325
 
                        <property name="position">1</property>
326
 
                      </packing>
327
 
                    </child>
328
 
                  </widget>
329
 
                  <packing>
330
 
                    <property name="expand">False</property>
331
 
                    <property name="pack_type">GTK_PACK_END</property>
332
 
                    <property name="position">2</property>
333
 
                  </packing>
334
 
                </child>
335
 
              </widget>
336
 
        <packing>
337
 
          <property name="shrink">True</property>
338
 
          <property name="resize">True</property>
339
 
        </packing>
340
 
          </child>
341
 
 
342
 
          <child>
343
 
        <widget class="GtkScrolledWindow" id="scrolledwindow_userlist_main">
344
 
          <property name="visible">True</property>
345
 
          <property name="can_focus">True</property>
346
 
          <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
347
 
          <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
348
 
          <property name="shadow_type">GTK_SHADOW_IN</property>
349
 
          <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
350
 
 
351
 
          <child>
352
 
            <placeholder/>
353
 
          </child>
354
 
        </widget>
355
 
        <packing>
356
 
          <property name="shrink">True</property>
357
 
          <property name="resize">True</property>
358
 
        </packing>
359
 
          </child>
360
 
        </widget>
361
 
        <packing>
362
 
          <property name="shrink">True</property>
363
 
          <property name="resize">True</property>
364
 
        </packing>
 
251
                <property name="can_focus">True</property>
 
252
                <child>
 
253
                  <object class="GtkVBox" id="main gui vbox">
 
254
                    <property name="visible">True</property>
 
255
                    <property name="spacing">6</property>
 
256
                    <child>
 
257
                      <object class="GtkHBox" id="topic_hbox">
 
258
                        <property name="visible">True</property>
 
259
                        <property name="spacing">6</property>
 
260
                        <child>
 
261
                          <object class="TopicLabel" id="topic_label">
 
262
                            <property name="visible">True</property>
 
263
                            <property name="creation_function">topic_label_new</property>
 
264
                          </object>
 
265
                        </child>
 
266
                        <child>
 
267
                          <object class="GtkButton" id="close discussion">
 
268
                            <property name="visible">True</property>
 
269
                            <property name="can_focus">True</property>
 
270
                            <property name="relief">GTK_RELIEF_NONE</property>
 
271
                            <property name="tooltip-text" translatable="yes">Close this discussion</property>
 
272
                            <child>
 
273
                              <object class="GtkImage" id="image1477">
 
274
                                <property name="visible">True</property>
 
275
                                <property name="stock">gtk-close</property>
 
276
                                <property name="icon_size">1</property>
 
277
                              </object>
 
278
                            </child>
 
279
                          </object>
 
280
                          <packing>
 
281
                            <property name="expand">False</property>
 
282
                            <property name="fill">False</property>
 
283
                            <property name="position">1</property>
 
284
                          </packing>
 
285
                        </child>
 
286
                      </object>
 
287
                      <packing>
 
288
                        <property name="expand">False</property>
 
289
                        <property name="fill">False</property>
 
290
                        <property name="padding">1</property>
 
291
                      </packing>
 
292
                    </child>
 
293
                    <child>
 
294
                      <object class="ConversationPanel" id="conversation_panel">
 
295
                        <property name="visible">True</property>
 
296
                        <property name="creation_function">conversation_panel_new</property>
 
297
                      </object>
 
298
                      <packing>
 
299
                        <property name="position">1</property>
 
300
                      </packing>
 
301
                    </child>
 
302
                    <child>
 
303
                      <object class="GtkHBox" id="entry hbox">
 
304
                        <property name="visible">True</property>
 
305
                        <property name="spacing">6</property>
 
306
                        <child>
 
307
                          <object class="GtkButton" id="nick_button">
 
308
                            <property name="visible">True</property>
 
309
                            <property name="can_focus">True</property>
 
310
                            <property name="label" translatable="yes">nickname</property>
 
311
                            <property name="relief">GTK_RELIEF_NONE</property>
 
312
                            <property name="use_underline">True</property>
 
313
                          </object>
 
314
                          <packing>
 
315
                            <property name="expand">False</property>
 
316
                            <property name="fill">False</property>
 
317
                          </packing>
 
318
                        </child>
 
319
                        <child>
 
320
                          <object class="TextEntry" id="text_entry">
 
321
                            <property name="visible">True</property>
 
322
                            <property name="creation_function">text_entry_new</property>
 
323
                          </object>
 
324
                          <packing>
 
325
                            <property name="position">1</property>
 
326
                          </packing>
 
327
                        </child>
 
328
                      </object>
 
329
                      <packing>
 
330
                        <property name="expand">False</property>
 
331
                        <property name="pack_type">GTK_PACK_END</property>
 
332
                        <property name="position">2</property>
 
333
                      </packing>
 
334
                    </child>
 
335
                  </object>
 
336
                  <packing>
 
337
                    <property name="shrink">True</property>
 
338
                    <property name="resize">True</property>
 
339
                  </packing>
 
340
                </child>
 
341
                <child>
 
342
                  <object class="GtkScrolledWindow" id="scrolledwindow_userlist_main">
 
343
                    <property name="visible">True</property>
 
344
                    <property name="can_focus">True</property>
 
345
                    <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
346
                    <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
347
                    <property name="shadow_type">GTK_SHADOW_IN</property>
 
348
                    <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
 
349
                    <child>
 
350
                      <placeholder/>
 
351
                    </child>
 
352
                  </object>
 
353
                  <packing>
 
354
                    <property name="shrink">True</property>
 
355
                    <property name="resize">True</property>
 
356
                  </packing>
 
357
                </child>
 
358
              </object>
 
359
              <packing>
 
360
                <property name="shrink">True</property>
 
361
                <property name="resize">True</property>
 
362
              </packing>
365
363
            </child>
366
 
          </widget>
 
364
          </object>
367
365
          <packing>
368
366
            <property name="position">1</property>
369
367
          </packing>
370
368
        </child>
371
369
        <child>
372
 
          <widget class="Custom" id="find_bar">
 
370
          <object class="FindBar" id="find_bar">
373
371
            <property name="height_request">32</property>
374
372
            <property name="visible">True</property>
375
373
            <property name="creation_function">find_bar_new</property>
376
 
          </widget>
 
374
          </object>
377
375
          <packing>
378
376
            <property name="expand">False</property>
379
377
            <property name="position">2</property>
380
378
          </packing>
381
379
        </child>
382
380
        <child>
383
 
          <widget class="Custom" id="status_bar">
 
381
          <object class="StatusBar" id="status_bar">
384
382
            <property name="height_request">21</property>
385
383
            <property name="visible">True</property>
386
384
            <property name="creation_function">status_bar_new</property>
387
 
          </widget>
 
385
          </object>
388
386
          <packing>
389
387
            <property name="expand">False</property>
390
388
            <property name="position">3</property>
391
389
          </packing>
392
390
        </child>
393
 
      </widget>
 
391
      </object>
394
392
    </child>
395
 
  </widget>
396
 
</glade-interface>
 
393
  </object>
 
394
</interface>