~bcurtiswx/ubuntu/precise/empathy/3.4.2.3-0ubuntu1

« back to all changes in this revision

Viewing changes to libempathy-gtk/empathy-account-widget-irc.ui

  • Committer: Package Import Robot
  • Author(s): Ken VanDine
  • Date: 2012-03-20 10:40:28 UTC
  • mfrom: (1.1.89)
  • Revision ID: package-import@ubuntu.com-20120320104028-s3t9wzw30quucy1e
Tags: 3.3.92-0ubuntu1
* New upstream release
  - Fixed: empathy-accounts crashed with SIGSEGV in 
    empathy_account_settings_get_account (LP: #951478)
  - Fixed: Rendering artifacts in the call window  
  - Fixed: The video preview is not rounded the same way as its 
    highlight rectangle  
  - Fixed: Crash receiving a call on a already disconnected empathy 
    call window  
  - Fixed: Crash on hangup in audio-only video call  
  - Fixed: Should try to get icons from EMPATHY_SRCDIR  
  - Fixed: Accounts dialog doesn't update when account goes online  
  - Fixed: MUC: make F9 toggle the contact list sidebar  
  - Fixed: Border overflows not taken in account when drawing Clutter 
    actors in empathy-call  
  - Fixed: Untranslated strings in libempathy/empathy-keyring.c  
  - Fixed: Information display of group chat contacts and irc 
    contacts broken  
  - Fixed: Receiving Files via XMPP isn't working 
  - Fixed: Should replace the birthday calendar by a button  
  - Fixed: Hide stupid vCard field roles  
  - Fixed: Contact list only appears after several seconds  
  - Fixed: Remove account info  
  - Fixed: Right align contact info fields  
  - Fixed: Set chat.facebook.com:443 as fallback server  

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
                  <object class="GtkGrid" id="greid14">
61
61
                    <property name="visible">True</property>
62
62
                    <property name="can_focus">False</property>
 
63
                    <property name="row_spacing">6</property>
63
64
                    <property name="column_spacing">12</property>
64
 
                    <property name="row_spacing">6</property>
65
65
                    <child>
66
66
                      <object class="GtkLabel" id="label_network">
67
67
                        <property name="visible">True</property>
70
70
                        <property name="label" translatable="yes">Network:</property>
71
71
                      </object>
72
72
                      <packing>
 
73
                        <property name="left_attach">0</property>
 
74
                        <property name="top_attach">0</property>
 
75
                        <property name="width">1</property>
 
76
                        <property name="height">1</property>
73
77
                      </packing>
74
78
                    </child>
75
79
                    <child>
80
84
                        <property name="label" translatable="yes">Character set:</property>
81
85
                      </object>
82
86
                      <packing>
 
87
                        <property name="left_attach">0</property>
83
88
                        <property name="top_attach">1</property>
84
 
                        <property name="left_attach">0</property>
 
89
                        <property name="width">1</property>
 
90
                        <property name="height">1</property>
85
91
                      </packing>
86
92
                    </child>
87
93
                    <child>
91
97
                      </object>
92
98
                      <packing>
93
99
                        <property name="left_attach">1</property>
 
100
                        <property name="top_attach">0</property>
 
101
                        <property name="width">1</property>
 
102
                        <property name="height">1</property>
94
103
                      </packing>
95
104
                    </child>
96
105
                    <child>
101
110
                      <packing>
102
111
                        <property name="left_attach">1</property>
103
112
                        <property name="top_attach">1</property>
 
113
                        <property name="width">1</property>
 
114
                        <property name="height">1</property>
104
115
                      </packing>
105
116
                    </child>
106
117
                  </object>
140
151
                  <object class="GtkGrid" id="grid15">
141
152
                    <property name="visible">True</property>
142
153
                    <property name="can_focus">False</property>
 
154
                    <property name="row_spacing">6</property>
143
155
                    <property name="column_spacing">6</property>
144
 
                    <property name="row_spacing">6</property>
145
 
                    <child>
146
 
                      <object class="GtkScrolledWindow" id="scrolledwindow19">
 
156
                    <child>
 
157
                        <object class="GtkVBox" id="vbox1">
 
158
                        <property name="visible">True</property>
 
159
                        <property name="spacing">0</property>
 
160
                    <child>
 
161
                      <object class="GtkScrolledWindow" id="scrolledwindow_network_server">
147
162
                        <property name="visible">True</property>
148
163
                        <property name="can_focus">True</property>
149
164
                        <property name="hscrollbar_policy">never</property>
150
165
                        <property name="shadow_type">in</property>
 
166
                        <property name="expand">True</property>
151
167
                        <child>
152
168
                          <object class="GtkTreeView" id="treeview_servers">
153
169
                            <property name="visible">True</property>
160
176
                        </child>
161
177
                      </object>
162
178
                      <packing>
 
179
                        <property name="expand">True</property>
 
180
                        <property name="fill">True</property>
 
181
                        <property name="position">0</property>
163
182
                      </packing>
164
183
                    </child>
165
184
                    <child>
166
 
                      <object class="GtkVButtonBox" id="vbuttonbox1">
 
185
                      <object class="GtkToolbar" id="toolbar_network_server">
167
186
                        <property name="visible">True</property>
168
 
                        <property name="can_focus">False</property>
169
 
                        <property name="spacing">6</property>
170
 
                        <property name="layout_style">start</property>
171
 
                        <child>
172
 
                          <object class="GtkButton" id="button_add">
173
 
                            <property name="label">gtk-add</property>
174
 
                            <property name="visible">True</property>
175
 
                            <property name="can_focus">True</property>
176
 
                            <property name="can_default">True</property>
177
 
                            <property name="receives_default">False</property>
178
 
                            <property name="use_action_appearance">False</property>
179
 
                            <property name="use_stock">True</property>
180
 
                          </object>
181
 
                          <packing>
182
 
                            <property name="expand">False</property>
183
 
                            <property name="fill">False</property>
184
 
                            <property name="position">0</property>
185
 
                          </packing>
186
 
                        </child>
187
 
                        <child>
188
 
                          <object class="GtkButton" id="button_remove">
189
 
                            <property name="label">gtk-remove</property>
190
 
                            <property name="visible">True</property>
191
 
                            <property name="can_focus">True</property>
192
 
                            <property name="can_default">True</property>
193
 
                            <property name="receives_default">False</property>
194
 
                            <property name="use_action_appearance">False</property>
195
 
                            <property name="use_stock">True</property>
196
 
                          </object>
197
 
                          <packing>
198
 
                            <property name="expand">False</property>
199
 
                            <property name="fill">False</property>
200
 
                            <property name="position">1</property>
201
 
                          </packing>
202
 
                        </child>
203
 
                        <child>
204
 
                          <object class="GtkButton" id="button_up">
205
 
                            <property name="label">gtk-go-up</property>
206
 
                            <property name="visible">True</property>
207
 
                            <property name="can_focus">True</property>
208
 
                            <property name="can_default">True</property>
209
 
                            <property name="receives_default">False</property>
210
 
                            <property name="use_action_appearance">False</property>
211
 
                            <property name="use_stock">True</property>
212
 
                          </object>
213
 
                          <packing>
214
 
                            <property name="expand">False</property>
215
 
                            <property name="fill">False</property>
216
 
                            <property name="position">2</property>
217
 
                          </packing>
218
 
                        </child>
219
 
                        <child>
220
 
                          <object class="GtkButton" id="button_down">
221
 
                            <property name="label">gtk-go-down</property>
222
 
                            <property name="visible">True</property>
223
 
                            <property name="can_focus">True</property>
224
 
                            <property name="can_default">True</property>
225
 
                            <property name="receives_default">False</property>
226
 
                            <property name="use_action_appearance">False</property>
227
 
                            <property name="use_stock">True</property>
228
 
                          </object>
229
 
                          <packing>
230
 
                            <property name="expand">False</property>
231
 
                            <property name="fill">False</property>
232
 
                            <property name="position">3</property>
 
187
                        <property name="icon_size">1</property>
 
188
                        <style>
 
189
                          <class name="inline-toolbar"/>
 
190
                        </style>
 
191
                        <child>
 
192
                          <object class="GtkToolButton" id="button_add">
 
193
                            <property name="tooltip-text" translatable="yes">Add…</property>
 
194
                            <property name="visible">True</property>
 
195
                            <property name="can_focus">True</property>
 
196
                            <property name="receives_default">True</property>
 
197
                            <property name="icon_name">list-add-symbolic</property>
 
198
                            <property name="use_underline">True</property>
 
199
                          </object>
 
200
                          <packing>
 
201
                          </packing>
 
202
                        </child>
 
203
                        <child>
 
204
                          <object class="GtkToolButton" id="button_remove">
 
205
                            <property name="tooltip-text" translatable="yes">Remove</property>
 
206
                            <property name="visible">True</property>
 
207
                            <property name="can_focus">True</property>
 
208
                            <property name="receives_default">True</property>
 
209
                            <property name="icon_name">list-remove-symbolic</property>
 
210
                            <property name="use_underline">True</property>
 
211
                          </object>
 
212
                          <packing>
 
213
                          </packing>
 
214
                        </child>
 
215
                        <child>
 
216
                          <object class="GtkToolButton" id="button_up">
 
217
                            <property name="tooltip-text" translatable="yes">Up</property>
 
218
                            <property name="visible">True</property>
 
219
                            <property name="can_focus">True</property>
 
220
                            <property name="receives_default">True</property>
 
221
                            <property name="icon_name">go-up-symbolic</property>
 
222
                            <property name="use_underline">True</property>
 
223
                          </object>
 
224
                          <packing>
 
225
                          </packing>
 
226
                        </child>
 
227
                        <child>
 
228
                          <object class="GtkToolButton" id="button_down">
 
229
                            <property name="tooltip-text" translatable="yes">Down</property>
 
230
                            <property name="visible">True</property>
 
231
                            <property name="can_focus">True</property>
 
232
                            <property name="receives_default">True</property>
 
233
                            <property name="icon_name">go-down-symbolic</property>
 
234
                            <property name="use_underline">True</property>
 
235
                          </object>
 
236
                          <packing>
233
237
                          </packing>
234
238
                        </child>
235
239
                      </object>
236
240
                      <packing>
237
 
                        <property name="left_attach">1</property>
 
241
                        <property name="expand">True</property>
 
242
                        <property name="fill">True</property>
 
243
                        <property name="position">1</property>
238
244
                      </packing>
239
245
                    </child>
240
246
                  </object>
241
247
                </child>
242
 
              </object>
 
248
               </object>
 
249
              </child>
 
250
             </object>
243
251
            </child>
244
252
            <child type="label">
245
253
              <object class="GtkLabel" id="label_servers">
351
359
          </packing>
352
360
        </child>
353
361
        <child>
354
 
          <placeholder/>
355
 
        </child>
356
 
        <child>
357
 
          <placeholder/>
358
 
        </child>
359
 
        <child>
360
362
          <object class="GtkLabel" id="label_password">
361
363
            <property name="visible">True</property>
362
364
            <property name="can_focus">False</property>
385
387
          <object class="GtkGrid" id="grid_irc_settings1">
386
388
            <property name="visible">True</property>
387
389
            <property name="can_focus">False</property>
 
390
            <property name="row_spacing">6</property>
388
391
            <property name="column_spacing">12</property>
389
 
            <property name="row_spacing">6</property>
390
392
            <child>
391
393
              <object class="GtkEntry" id="entry_quit_message">
392
394
                <property name="visible">True</property>
396
398
              <packing>
397
399
                <property name="left_attach">1</property>
398
400
                <property name="top_attach">2</property>
 
401
                <property name="width">1</property>
 
402
                <property name="height">1</property>
399
403
              </packing>
400
404
            </child>
401
405
            <child>
406
410
                <property name="label" translatable="yes">Quit message:</property>
407
411
              </object>
408
412
              <packing>
 
413
                <property name="left_attach">3</property>
409
414
                <property name="top_attach">2</property>
 
415
                <property name="width">1</property>
 
416
                <property name="height">1</property>
410
417
              </packing>
411
418
            </child>
412
419
            <child>
419
426
              <packing>
420
427
                <property name="left_attach">1</property>
421
428
                <property name="top_attach">1</property>
 
429
                <property name="width">1</property>
 
430
                <property name="height">1</property>
422
431
              </packing>
423
432
            </child>
424
433
            <child>
431
440
                <property name="mnemonic_widget">entry_nick</property>
432
441
              </object>
433
442
              <packing>
 
443
                <property name="left_attach">0</property>
434
444
                <property name="top_attach">1</property>
435
 
                <property name="left_attach">0</property>
 
445
                <property name="width">1</property>
 
446
                <property name="height">1</property>
436
447
              </packing>
437
448
            </child>
438
449
            <child>
445
456
              </object>
446
457
              <packing>
447
458
                <property name="left_attach">0</property>
 
459
                <property name="top_attach">0</property>
 
460
                <property name="width">1</property>
 
461
                <property name="height">1</property>
448
462
              </packing>
449
463
            </child>
450
464
            <child>
456
470
              </object>
457
471
              <packing>
458
472
                <property name="left_attach">1</property>
 
473
                <property name="top_attach">0</property>
 
474
                <property name="width">1</property>
 
475
                <property name="height">1</property>
459
476
              </packing>
460
477
            </child>
461
478
          </object>