~ubuntu-branches/ubuntu/precise/empathy/precise-updates

« back to all changes in this revision

Viewing changes to .pc/01_lpi.patch/src/empathy-roster-window-menubar.ui

  • Committer: Ken VanDine
  • Date: 2012-06-29 17:28:19 UTC
  • mfrom: (188.1.1 empathy)
  • Revision ID: ken.vandine@canonical.com-20120629172819-bl38rfqndp62hk05
* New upstream release (LP: #1018784).
  - Use a weak reference while loading the logs asynchronously to detect when the object has been destroyed
  - irc connection parameters dialog: "apply" button stays unsensitive (Guillaume Desmottes)
  - empathy-chat crashed with SIGSEGV in _tp_base_client_handle_channels() (Guillaume Desmottes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<!--*- mode: xml -*-->
3
 
<interface>
4
 
  <object class="GtkUIManager" id="ui_manager">
5
 
    <child>
6
 
      <object class="GtkActionGroup" id="actiongroup1">
7
 
        <child>
8
 
          <object class="GtkAction" id="chat">
9
 
            <property name="name">chat</property>
10
 
            <property name="label" translatable="yes">_Chat</property>
11
 
          </object>
12
 
        </child>
13
 
        <child>
14
 
          <object class="GtkAction" id="chat_new_message">
15
 
            <property name="icon-name">im-message-new</property>
16
 
            <property name="name">chat_new_message</property>
17
 
            <property name="label" translatable="yes">_New Conversation…</property>
18
 
          </object>
19
 
          <accelerator key="N" modifiers="GDK_CONTROL_MASK"/>
20
 
        </child>
21
 
        <child>
22
 
          <object class="GtkAction" id="chat_new_call">
23
 
            <property name="icon-name">audio-input-microphone</property>
24
 
            <property name="name">chat_new_call</property>
25
 
            <property name="label" translatable="yes">New _Call…</property>
26
 
          </object>
27
 
          <accelerator key="M" modifiers="GDK_CONTROL_MASK"/>
28
 
        </child>
29
 
        <child>
30
 
          <object class="GtkAction" id="view_history">
31
 
            <property name="icon-name">document-open-recent</property>
32
 
            <property name="name">view_history</property>
33
 
            <property name="label" translatable="yes">_Previous Conversations</property>
34
 
          </object>
35
 
          <accelerator key="F3" modifiers=""/>
36
 
        </child>
37
 
        <child>
38
 
          <object class="GtkAction" id="chat_add_contact">
39
 
            <property name="stock_id">gtk-add</property>
40
 
            <property name="name">chat_add_contact</property>
41
 
            <property name="label" translatable="yes">_Add Contact…</property>
42
 
          </object>
43
 
        </child>
44
 
        <child>
45
 
          <object class="GtkAction" id="chat_search_contacts">
46
 
            <property name="stock_id">gtk-find</property>
47
 
            <property name="name">chat_search_contacts</property>
48
 
            <property name="label" translatable="yes">_Search for Contacts…</property>
49
 
          </object>
50
 
          <accelerator key="f" modifiers="GDK_SHIFT_MASK | GDK_CONTROL_MASK"/>
51
 
        </child>
52
 
        <child>
53
 
          <object class="GtkAction" id="view_show_ft_manager">
54
 
            <property name="icon-name">document-send</property>
55
 
            <property name="name">view_show_ft_manager</property>
56
 
            <property name="label" translatable="yes">_File Transfers</property>
57
 
          </object>
58
 
        </child>
59
 
        <child>
60
 
          <object class="GtkToggleAction" id="view_show_offline">
61
 
            <property name="name">view_show_offline</property>
62
 
            <property name="label" translatable="yes">_Offline Contacts</property>
63
 
          </object>
64
 
          <accelerator key="H" modifiers="GDK_CONTROL_MASK"/>
65
 
        </child>
66
 
        <child>
67
 
          <object class="GtkToggleAction" id="view_show_protocols">
68
 
            <property name="name">view_show_protocols</property>
69
 
            <property name="label" translatable="yes">Show P_rotocols</property>
70
 
          </object>
71
 
        </child>
72
 
        <child>
73
 
          <object class="GtkToggleAction" id="view_balance_show_in_roster">
74
 
            <property name="name">view_balance_show_in_roster</property>
75
 
            <property name="label" translatable="yes">Credit Balance</property>
76
 
            <property name="visible">False</property>
77
 
          </object>
78
 
        </child>
79
 
        <child>
80
 
          <object class="GtkAction" id="view_show_map">
81
 
            <property name="name">view_show_map</property>
82
 
            <property name="label" translatable="yes">Contacts on a _Map</property>
83
 
          </object>
84
 
        </child>
85
 
        <child>
86
 
          <object class="GtkAction" id="chat_quit">
87
 
            <property name="stock_id">gtk-quit</property>
88
 
            <property name="name">chat_quit</property>
89
 
          </object>
90
 
          <accelerator key="Q" modifiers="GDK_CONTROL_MASK"/>
91
 
        </child>
92
 
        <child>
93
 
          <object class="GtkAction" id="edit">
94
 
            <property name="name">edit</property>
95
 
            <property name="label" translatable="yes">_Edit</property>
96
 
          </object>
97
 
        </child>
98
 
        <child>
99
 
          <object class="GtkAction" id="edit_context">
100
 
            <property name="name">edit_context</property>
101
 
            <property name="label" translatable="no">Context</property>
102
 
          </object>
103
 
        </child>
104
 
        <child>
105
 
          <object class="GtkAction" id="edit_accounts">
106
 
            <property name="name">edit_accounts</property>
107
 
            <property name="label" translatable="yes">_Accounts</property>
108
 
          </object>
109
 
          <accelerator key="F4" modifiers=""/>
110
 
        </child>
111
 
        <child>
112
 
          <object class="GtkAction" id="edit_blocked_contacts">
113
 
            <property name="name">edit_blocked_contacts</property>
114
 
            <property name="label" translatable="yes">_Blocked Contacts</property>
115
 
          </object>
116
 
        </child>
117
 
        <child>
118
 
          <object class="GtkAction" id="edit_preferences">
119
 
            <property name="stock_id">gtk-preferences</property>
120
 
            <property name="name">edit_preferences</property>
121
 
            <property name="label" translatable="yes">P_references</property>
122
 
          </object>
123
 
        </child>
124
 
        <child>
125
 
          <object class="GtkAction" id="edit_search_contacts">
126
 
            <property name="name">edit_search_contacts</property>
127
 
            <property name="label" translatable="yes">Find in Contact _List</property>
128
 
          </object>
129
 
          <accelerator key="f" modifiers="GDK_CONTROL_MASK"/>
130
 
        </child>
131
 
        <child>
132
 
          <object class="GtkAction" id="view">
133
 
            <property name="name">view</property>
134
 
            <property name="label" translatable="yes">_View</property>
135
 
          </object>
136
 
        </child>
137
 
        <child>
138
 
          <object class="GtkRadioAction" id="view_sort_by_name">
139
 
            <property name="name">view_sort_by_name</property>
140
 
            <property name="visible">True</property>
141
 
            <property name="label" translatable="yes">Sort by _Name</property>
142
 
            <property name="draw_as_radio">True</property>
143
 
            <property name="value">1</property>
144
 
            <property name="current-value">1</property>
145
 
          </object>
146
 
        </child>
147
 
        <child>
148
 
          <object class="GtkRadioAction" id="view_sort_by_status">
149
 
            <property name="name">view_sort_by_status</property>
150
 
            <property name="visible">True</property>
151
 
            <property name="label" translatable="yes">Sort by _Status</property>
152
 
            <property name="draw_as_radio">True</property>
153
 
            <property name="group">view_sort_by_name</property>
154
 
            <property name="value">0</property>
155
 
          </object>
156
 
        </child>
157
 
        <child>
158
 
          <object class="GtkRadioAction" id="view_normal_size_with_avatars">
159
 
            <property name="name">view_normal_size_with_avatars</property>
160
 
            <property name="visible">True</property>
161
 
            <property name="label" translatable="yes">Normal Size With _Avatars</property>
162
 
            <property name="draw_as_radio">True</property>
163
 
            <property name="value">0</property>
164
 
            <property name="current-value">0</property>
165
 
          </object>
166
 
          <accelerator key="1" modifiers="GDK_CONTROL_MASK"/>
167
 
        </child>
168
 
        <child>
169
 
          <object class="GtkRadioAction" id="view_normal_size">
170
 
            <property name="name">view_normal_size</property>
171
 
            <property name="visible">True</property>
172
 
            <property name="label" translatable="yes">N_ormal Size</property>
173
 
            <property name="draw_as_radio">True</property>
174
 
            <property name="group">view_normal_size_with_avatars</property>
175
 
            <property name="value">1</property>
176
 
          </object>
177
 
          <accelerator key="2" modifiers="GDK_CONTROL_MASK"/>
178
 
        </child>
179
 
        <child>
180
 
          <object class="GtkRadioAction" id="view_compact_size">
181
 
            <property name="name">view_compact_size</property>
182
 
            <property name="visible">True</property>
183
 
            <property name="label" translatable="yes">_Compact Size</property>
184
 
            <property name="draw_as_radio">True</property>
185
 
            <property name="group">view_normal_size_with_avatars</property>
186
 
            <property name="value">2</property>
187
 
          </object>
188
 
          <accelerator key="3" modifiers="GDK_CONTROL_MASK"/>
189
 
        </child>
190
 
        <child>
191
 
          <object class="GtkAction" id="room">
192
 
            <property name="name">room</property>
193
 
            <property name="label" translatable="yes">_Room</property>
194
 
          </object>
195
 
        </child>
196
 
        <child>
197
 
          <object class="GtkAction" id="room_join_new">
198
 
            <property name="name">room_join_new</property>
199
 
            <property name="label" translatable="yes">_Join…</property>
200
 
          </object>
201
 
          <accelerator key="j" modifiers="GDK_CONTROL_MASK"/>
202
 
        </child>
203
 
        <child>
204
 
          <object class="GtkAction" id="room_join_favorites">
205
 
            <property name="name">room_join_favorites</property>
206
 
            <property name="label" translatable="yes">Join _Favorites</property>
207
 
          </object>
208
 
          <accelerator key="F5" modifiers=""/>
209
 
        </child>
210
 
        <child>
211
 
          <object class="GtkAction" id="room_manage_favorites">
212
 
            <property name="icon-name">system-users</property>
213
 
            <property name="name">room_manage_favorites</property>
214
 
            <property name="label" translatable="yes">Manage Favorites</property>
215
 
          </object>
216
 
        </child>
217
 
        <child>
218
 
          <object class="GtkAction" id="help">
219
 
            <property name="name">help</property>
220
 
            <property name="label" translatable="yes">_Help</property>
221
 
          </object>
222
 
        </child>
223
 
        <child>
224
 
          <object class="GtkAction" id="help_contents">
225
 
            <property name="stock_id">gtk-help</property>
226
 
            <property name="name">help_contents</property>
227
 
            <property name="label" translatable="yes">_Contents</property>
228
 
          </object>
229
 
          <accelerator key="F1" modifiers=""/>
230
 
        </child>
231
 
        <child>
232
 
          <object class="GtkAction" id="help_debug">
233
 
            <property name="name">help_debug</property>
234
 
            <property name="label" translatable="yes">_Debug</property>
235
 
          </object>
236
 
        </child>
237
 
        <child>
238
 
          <object class="GtkAction" id="help_about">
239
 
            <property name="stock_id">gtk-about</property>
240
 
            <property name="name">help_about</property>
241
 
          </object>
242
 
        </child>
243
 
      </object>
244
 
    </child>
245
 
    <ui>
246
 
      <menubar name="menubar">
247
 
        <menu action="chat">
248
 
          <menuitem action="chat_new_message"/>
249
 
          <menuitem action="chat_new_call"/>
250
 
          <separator/>
251
 
          <menuitem action="chat_add_contact"/>
252
 
          <menuitem action="chat_search_contacts"/>
253
 
          <separator/>
254
 
          <menuitem action="chat_quit"/>
255
 
        </menu>
256
 
        <menu action="edit">
257
 
          <menuitem action="edit_context"/>
258
 
          <separator name="edit_context_separator"/>
259
 
          <menuitem action="edit_accounts"/>
260
 
          <menuitem action="edit_search_contacts"/>
261
 
          <menuitem action="edit_blocked_contacts"/>
262
 
          <separator/>
263
 
          <menuitem action="edit_preferences"/>
264
 
        </menu>
265
 
        <menu action="view">
266
 
          <menuitem action="view_show_offline"/>
267
 
          <menuitem action="view_show_protocols"/>
268
 
          <separator/>
269
 
          <menuitem action="view_balance_show_in_roster"/>
270
 
          <placeholder name="view_balance_placeholder"/>
271
 
          <separator/>
272
 
          <menuitem action="view_sort_by_name"/>
273
 
          <menuitem action="view_sort_by_status"/>
274
 
          <separator/>
275
 
          <menuitem action="view_normal_size_with_avatars"/>
276
 
          <menuitem action="view_normal_size"/>
277
 
          <menuitem action="view_compact_size"/>
278
 
          <separator/>
279
 
          <menuitem action="view_history"/>
280
 
          <menuitem action="view_show_ft_manager"/>
281
 
          <menuitem action="view_show_map"/>
282
 
        </menu>
283
 
        <menu action="room">
284
 
          <menuitem action="room_join_new"/>
285
 
          <menuitem action="room_join_favorites"/>
286
 
          <separator/>
287
 
          <separator name="room_separator"/>
288
 
          <menuitem action="room_manage_favorites"/>
289
 
        </menu>
290
 
        <menu action="help">
291
 
          <menuitem action="help_contents"/>
292
 
          <menuitem action="help_debug"/>
293
 
          <menuitem action="help_about"/>
294
 
        </menu>
295
 
      </menubar>
296
 
    </ui>
297
 
  </object>
298
 
  <object class="GtkMenuBar" constructor="ui_manager" id="menubar">
299
 
    <property name="visible">True</property>
300
 
  </object>
301
 
</interface>