Tue, 23 Aug 2022 02:54:58 -0500
Port account manager to GTK4
Testing Done:
Opened manager, clicked on all the dialog buttons, and checked for no warnings. Did not check that adding/removing, or changing options really worked.
Reviewed at https://reviews.imfreedom.org/r/1629/
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40683
diff
changeset
|
1 | <?xml version="1.0" encoding="UTF-8"?> |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40683
diff
changeset
|
2 | <!-- |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40683
diff
changeset
|
3 | |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40683
diff
changeset
|
4 | Pidgin - Internet Messenger |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40683
diff
changeset
|
5 | Copyright (C) Pidgin Developers <devel@pidgin.im> |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40683
diff
changeset
|
6 | |
|
41252
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
7 | This program is free software; you can redistribute it and/or modify |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
8 | it under the terms of the GNU General Public License as published by |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
9 | the Free Software Foundation; either version 2 of the License, or |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
10 | (at your option) any later version. |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40683
diff
changeset
|
11 | |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40683
diff
changeset
|
12 | This program is distributed in the hope that it will be useful, |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40683
diff
changeset
|
13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40683
diff
changeset
|
14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40683
diff
changeset
|
15 | GNU General Public License for more details. |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40683
diff
changeset
|
16 | |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40683
diff
changeset
|
17 | You should have received a copy of the GNU General Public License |
|
41252
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
18 | along with this program; if not, see <https://www.gnu.org/licenses/>. |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40683
diff
changeset
|
19 | --> |
|
40627
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
20 | <interface> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40683
diff
changeset
|
21 | <requires lib="gtk+" version="3.22"/> |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40683
diff
changeset
|
22 | <!-- interface-license-type gplv2 --> |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40683
diff
changeset
|
23 | <!-- interface-name Pidgin --> |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40683
diff
changeset
|
24 | <!-- interface-description Internet Messenger --> |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40683
diff
changeset
|
25 | <!-- interface-copyright Pidgin Developers <devel@pidgin.im> --> |
|
41252
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
26 | <menu id="menubar"> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
27 | <submenu> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
28 | <attribute name="label" translatable="yes">_Buddies</attribute> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
29 | |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
30 | <section> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
31 | <item> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
32 | <attribute name="label" translatable="yes">New Instant _Message</attribute> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
33 | <attribute name="action">app.new-message</attribute> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
34 | <attribute name="accel"><Primary>M</attribute> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
35 | </item> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
36 | <item> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
37 | <attribute name="label" translatable="yes">Join a _Chat...</attribute> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
38 | <attribute name="action">app.join-chat</attribute> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
39 | </item> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
40 | <item> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
41 | <attribute name="label" translatable="yes">Get User _Info...</attribute> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
42 | <attribute name="action">app.get-user-info</attribute> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
43 | <attribute name="accel"><Primary>I</attribute> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
44 | </item> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
45 | </section> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
46 | |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
47 | <section> |
|
41497
00159335ff65
Move the Sort Buddies menu into the new menu bar
Gary Kramlich <grim@reaperworld.com>
parents:
41482
diff
changeset
|
48 | <submenu> |
|
00159335ff65
Move the Sort Buddies menu into the new menu bar
Gary Kramlich <grim@reaperworld.com>
parents:
41482
diff
changeset
|
49 | <attribute name="label" translatable="yes">_Sort Buddies</attribute> |
|
00159335ff65
Move the Sort Buddies menu into the new menu bar
Gary Kramlich <grim@reaperworld.com>
parents:
41482
diff
changeset
|
50 | |
|
00159335ff65
Move the Sort Buddies menu into the new menu bar
Gary Kramlich <grim@reaperworld.com>
parents:
41482
diff
changeset
|
51 | <section id="sort-buddies"/> |
|
00159335ff65
Move the Sort Buddies menu into the new menu bar
Gary Kramlich <grim@reaperworld.com>
parents:
41482
diff
changeset
|
52 | </submenu> |
|
00159335ff65
Move the Sort Buddies menu into the new menu bar
Gary Kramlich <grim@reaperworld.com>
parents:
41482
diff
changeset
|
53 | </section> |
|
00159335ff65
Move the Sort Buddies menu into the new menu bar
Gary Kramlich <grim@reaperworld.com>
parents:
41482
diff
changeset
|
54 | |
|
00159335ff65
Move the Sort Buddies menu into the new menu bar
Gary Kramlich <grim@reaperworld.com>
parents:
41482
diff
changeset
|
55 | <section> |
|
41252
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
56 | <item> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
57 | <attribute name="label" translatable="yes">_Add Buddy...</attribute> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
58 | <attribute name="action">app.add-buddy</attribute> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
59 | <attribute name="accel"><Primary>B</attribute> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
60 | </item> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
61 | <item> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
62 | <attribute name="label" translatable="yes">_Add Chat...</attribute> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
63 | <attribute name="action">app.add-chat</attribute> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
64 | </item> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
65 | <item> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
66 | <attribute name="label" translatable="yes">_Add Group...</attribute> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
67 | <attribute name="action">app.add-group</attribute> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
68 | </item> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
69 | </section> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
70 | |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
71 | <section> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
72 | <item> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
73 | <attribute name="label" translatable="yes">_Quit</attribute> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
74 | <attribute name="action">app.quit</attribute> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
75 | <attribute name="accel"><Primary>Q</attribute> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
76 | </item> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
77 | </section> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
78 | </submenu> |
|
40627
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
79 | <submenu> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
80 | <attribute name="label" translatable="yes">_Conversation</attribute> |
|
41252
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
81 | |
|
40627
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
82 | <section> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
83 | <item> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
84 | <attribute name="label" translatable="yes">New Instant _Message...</attribute> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
85 | <attribute name="action">app.new-message</attribute> |
|
41482
c51a28d28a2d
Start implementing the conversation window actions.
Gary Kramlich <grim@reaperworld.com>
parents:
41450
diff
changeset
|
86 | <attribute name="accel"><Primary>m</attribute> |
|
40627
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
87 | </item> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
88 | <item> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
89 | <attribute name="label" translatable="yes">Join a _Chat...</attribute> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
90 | <attribute name="action">app.join-chat</attribute> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
91 | </item> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
92 | </section> |
|
41252
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
93 | |
|
40627
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
94 | <section> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
95 | <submenu> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
96 | <attribute name="label" translatable="yes">M_edia</attribute> |
|
41252
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
97 | |
|
40627
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
98 | <section> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
99 | <item> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
100 | <attribute name="label" translatable="yes">_Audio Call</attribute> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
101 | <attribute name="action">win.audio-call</attribute> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
102 | </item> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
103 | <item> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
104 | <attribute name="label" translatable="yes">_Video Call</attribute> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
105 | <attribute name="action">win.video-call</attribute> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
106 | </item> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
107 | <item> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
108 | <attribute name="label" translatable="yes">Audio/Video _Call</attribute> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
109 | <attribute name="action">win.audio-video-call</attribute> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
110 | </item> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
111 | </section> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
112 | </submenu> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
113 | </section> |
|
41252
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
114 | |
|
40627
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
115 | <section> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
116 | <item> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
117 | <attribute name="label" translatable="yes">Se_nd File...</attribute> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
118 | <attribute name="action">win.send-file</attribute> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
119 | </item> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
120 | <item> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
121 | <attribute name="label" translatable="yes">_Get Info</attribute> |
|
41482
c51a28d28a2d
Start implementing the conversation window actions.
Gary Kramlich <grim@reaperworld.com>
parents:
41450
diff
changeset
|
122 | <attribute name="action">win.get-info</attribute> |
|
c51a28d28a2d
Start implementing the conversation window actions.
Gary Kramlich <grim@reaperworld.com>
parents:
41450
diff
changeset
|
123 | <attribute name="accel"><Primary>o</attribute> |
|
40627
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
124 | </item> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
125 | <item> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
126 | <attribute name="label" translatable="yes">In_vite...</attribute> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
127 | <attribute name="action">win.invite</attribute> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
128 | </item> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
129 | <submenu> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
130 | <attribute name="label" translatable="yes">M_ore</attribute> |
|
41252
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
131 | |
|
40627
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
132 | <section id="more"></section> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
133 | </submenu> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
134 | </section> |
|
41252
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
135 | |
|
40627
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
136 | <section> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
137 | <item> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
138 | <attribute name="label" translatable="yes">Al_ias...</attribute> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
139 | <attribute name="action">win.alias</attribute> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
140 | </item> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
141 | <item> |
|
41184
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
41176
diff
changeset
|
142 | <attribute name="label" translatable="yes">_Blocked...</attribute> |
|
40627
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
143 | <attribute name="action">win.block</attribute> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
144 | </item> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
145 | <item> |
|
41184
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
41176
diff
changeset
|
146 | <attribute name="label" translatable="yes">_Save Contact</attribute> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
41176
diff
changeset
|
147 | <attribute name="action">win.save-contact</attribute> |
|
40627
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
148 | </item> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
149 | </section> |
|
41252
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
150 | |
|
40627
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
151 | <section> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
152 | <item> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
153 | <attribute name="label" translatable="yes">_Close</attribute> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
154 | <attribute name="action">win.close</attribute> |
|
41482
c51a28d28a2d
Start implementing the conversation window actions.
Gary Kramlich <grim@reaperworld.com>
parents:
41450
diff
changeset
|
155 | <attribute name="accel"><Primary>w</attribute> |
|
40627
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
156 | </item> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
157 | </section> |
|
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
158 | </submenu> |
|
41252
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
159 | <submenu> |
|
41261
da675858a91c
Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents:
41252
diff
changeset
|
160 | <attribute name="label" translatable="yes">_Accounts</attribute> |
|
da675858a91c
Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents:
41252
diff
changeset
|
161 | |
|
da675858a91c
Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents:
41252
diff
changeset
|
162 | <section> |
|
da675858a91c
Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents:
41252
diff
changeset
|
163 | <item> |
|
da675858a91c
Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents:
41252
diff
changeset
|
164 | <attribute name="label" translatable="yes">Account _Manager</attribute> |
|
da675858a91c
Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents:
41252
diff
changeset
|
165 | <attribute name="action">app.manage-accounts</attribute> |
|
da675858a91c
Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents:
41252
diff
changeset
|
166 | <attribute name="accel"><Primary>A</attribute> |
|
da675858a91c
Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents:
41252
diff
changeset
|
167 | </item> |
|
da675858a91c
Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents:
41252
diff
changeset
|
168 | <submenu> |
|
da675858a91c
Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents:
41252
diff
changeset
|
169 | <attribute name="label" translatable="yes">_Enable Account</attribute> |
|
da675858a91c
Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents:
41252
diff
changeset
|
170 | |
|
41450
ce81f2bc04ca
Rename PidginInactiveAccountsMenu to PidginAccountsDisabledMenu to match PidginAccountsEnabledMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41418
diff
changeset
|
171 | <section id="disabled-accounts"/> |
|
41261
da675858a91c
Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents:
41252
diff
changeset
|
172 | </submenu> |
|
da675858a91c
Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents:
41252
diff
changeset
|
173 | </section> |
|
41304
25830cad9bfc
Add a menu controller for the accounts enabled section of the accounts menu
Gary Kramlich <grim@reaperworld.com>
parents:
41298
diff
changeset
|
174 | <section id="enabled-accounts"/> |
|
41261
da675858a91c
Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents:
41252
diff
changeset
|
175 | </submenu> |
|
da675858a91c
Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents:
41252
diff
changeset
|
176 | <submenu> |
|
41252
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
177 | <attribute name="label" translatable="yes">_Tools</attribute> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
178 | |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
179 | <section> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
180 | <item> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
181 | <attribute name="label" translatable="yes">Pr_eferences</attribute> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
182 | <attribute name="action">app.preferences</attribute> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
183 | <attribute name="accel"><Primary>P</attribute> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
184 | </item> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
185 | <item> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
186 | <attribute name="label" translatable="yes">Pr_ivacy</attribute> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
187 | <attribute name="action">app.privacy</attribute> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
188 | </item> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
189 | <item> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
190 | <attribute name="label" translatable="yes">Set _Mood</attribute> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
191 | <attribute name="action">app.set-mood</attribute> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
192 | <attribute name="accel"><Primary>D</attribute> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
193 | </item> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
194 | <item> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
195 | <attribute name="label" translatable="yes">_Statuses</attribute> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
196 | <attribute name="action">app.status-manager</attribute> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
197 | </item> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
198 | </section> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
199 | |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
200 | <section> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
201 | <item> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
202 | <attribute name="label" translatable="yes">_File Transfers</attribute> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
203 | <attribute name="action">app.file-transfers</attribute> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
204 | <attribute name="accel"><Primary>T</attribute> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
205 | </item> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
206 | <item> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
207 | <attribute name="label" translatable="yes">R_oom List</attribute> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
208 | <attribute name="action">app.room-list</attribute> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
209 | </item> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
210 | </section> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
211 | </submenu> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
212 | <submenu> |
|
41261
da675858a91c
Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents:
41252
diff
changeset
|
213 | <attribute name="label" translatable="yes">_Plugins</attribute> |
|
da675858a91c
Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents:
41252
diff
changeset
|
214 | |
|
da675858a91c
Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents:
41252
diff
changeset
|
215 | <section> |
|
da675858a91c
Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents:
41252
diff
changeset
|
216 | <item> |
|
da675858a91c
Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents:
41252
diff
changeset
|
217 | <attribute name="label" translatable="yes">Manage Plu_gins</attribute> |
|
da675858a91c
Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents:
41252
diff
changeset
|
218 | <attribute name="action">app.manage-plugins</attribute> |
|
da675858a91c
Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents:
41252
diff
changeset
|
219 | <attribute name="accel"><Primary>U</attribute> |
|
da675858a91c
Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents:
41252
diff
changeset
|
220 | </item> |
|
da675858a91c
Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents:
41252
diff
changeset
|
221 | </section> |
|
41414
b76bc2b4d7cc
Convert plugin actions to GMenu and GAction
Gary Kramlich <grim@reaperworld.com>
parents:
41403
diff
changeset
|
222 | <section id="plugins-menu"/> |
|
41261
da675858a91c
Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents:
41252
diff
changeset
|
223 | </submenu> |
|
da675858a91c
Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents:
41252
diff
changeset
|
224 | <submenu> |
|
41252
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
225 | <attribute name="label" translatable="yes">_Help</attribute> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
226 | |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
227 | <section> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
228 | <item> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
229 | <attribute name="label" translatable="yes">Online _Help</attribute> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
230 | <attribute name="action">app.online-help</attribute> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
231 | </item> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
232 | <item> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
233 | <attribute name="label" translatable="yes">_Debug Window</attribute> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
234 | <attribute name="action">app.debug</attribute> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
235 | </item> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
236 | <item> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
237 | <attribute name="label" translatable="yes">_About</attribute> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
238 | <attribute name="action">app.about</attribute> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
239 | </item> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
240 | </section> |
|
aaa984be3a68
Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
241 | </submenu> |
|
40627
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
242 | </menu> |
|
41403
0186ae21071f
Add purple_menu_populate_dynamic_targets to dynamically update GMenu's
Gary Kramlich <grim@reaperworld.com>
parents:
41315
diff
changeset
|
243 | |
|
0186ae21071f
Add purple_menu_populate_dynamic_targets to dynamically update GMenu's
Gary Kramlich <grim@reaperworld.com>
parents:
41315
diff
changeset
|
244 | <menu id="enabled-account"> |
|
0186ae21071f
Add purple_menu_populate_dynamic_targets to dynamically update GMenu's
Gary Kramlich <grim@reaperworld.com>
parents:
41315
diff
changeset
|
245 | <section> |
|
0186ae21071f
Add purple_menu_populate_dynamic_targets to dynamically update GMenu's
Gary Kramlich <grim@reaperworld.com>
parents:
41315
diff
changeset
|
246 | <item> |
|
0186ae21071f
Add purple_menu_populate_dynamic_targets to dynamically update GMenu's
Gary Kramlich <grim@reaperworld.com>
parents:
41315
diff
changeset
|
247 | <attribute name="label" translatable="yes">_Edit Account</attribute> |
|
0186ae21071f
Add purple_menu_populate_dynamic_targets to dynamically update GMenu's
Gary Kramlich <grim@reaperworld.com>
parents:
41315
diff
changeset
|
248 | <attribute name="action">app.edit-account</attribute> |
|
0186ae21071f
Add purple_menu_populate_dynamic_targets to dynamically update GMenu's
Gary Kramlich <grim@reaperworld.com>
parents:
41315
diff
changeset
|
249 | <attribute name="dynamic-target">account</attribute> |
|
0186ae21071f
Add purple_menu_populate_dynamic_targets to dynamically update GMenu's
Gary Kramlich <grim@reaperworld.com>
parents:
41315
diff
changeset
|
250 | </item> |
|
0186ae21071f
Add purple_menu_populate_dynamic_targets to dynamically update GMenu's
Gary Kramlich <grim@reaperworld.com>
parents:
41315
diff
changeset
|
251 | </section> |
|
0186ae21071f
Add purple_menu_populate_dynamic_targets to dynamically update GMenu's
Gary Kramlich <grim@reaperworld.com>
parents:
41315
diff
changeset
|
252 | <section> |
|
0186ae21071f
Add purple_menu_populate_dynamic_targets to dynamically update GMenu's
Gary Kramlich <grim@reaperworld.com>
parents:
41315
diff
changeset
|
253 | <item> |
|
0186ae21071f
Add purple_menu_populate_dynamic_targets to dynamically update GMenu's
Gary Kramlich <grim@reaperworld.com>
parents:
41315
diff
changeset
|
254 | <attribute name="label" translatable="yes">_Disable</attribute> |
|
0186ae21071f
Add purple_menu_populate_dynamic_targets to dynamically update GMenu's
Gary Kramlich <grim@reaperworld.com>
parents:
41315
diff
changeset
|
255 | <attribute name="action">app.disable-account</attribute> |
|
0186ae21071f
Add purple_menu_populate_dynamic_targets to dynamically update GMenu's
Gary Kramlich <grim@reaperworld.com>
parents:
41315
diff
changeset
|
256 | <attribute name="dynamic-target">account</attribute> |
|
0186ae21071f
Add purple_menu_populate_dynamic_targets to dynamically update GMenu's
Gary Kramlich <grim@reaperworld.com>
parents:
41315
diff
changeset
|
257 | </item> |
|
0186ae21071f
Add purple_menu_populate_dynamic_targets to dynamically update GMenu's
Gary Kramlich <grim@reaperworld.com>
parents:
41315
diff
changeset
|
258 | </section> |
|
0186ae21071f
Add purple_menu_populate_dynamic_targets to dynamically update GMenu's
Gary Kramlich <grim@reaperworld.com>
parents:
41315
diff
changeset
|
259 | </menu> |
|
41418
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
260 | |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
261 | <menu id="custom-icon"> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
262 | <section> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
263 | <item> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
264 | <attribute name="label" translatable="yes">Set Custom Icon</attribute> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
265 | <attribute name="action">menu.set-custom-icon</attribute> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
266 | </item> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
267 | <item> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
268 | <attribute name="label" translatable="yes">Remove Custom Icon</attribute> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
269 | <attribute name="action">menu.remove-custom-icon</attribute> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
270 | </item> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
271 | </section> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
272 | </menu> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
273 | |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
274 | <menu id="group"> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
275 | <section> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
276 | <item> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
277 | <attribute name="label" translatable="yes">Add _Buddy...</attribute> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
278 | <attribute name="action">menu.add-buddy</attribute> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
279 | </item> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
280 | <item> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
281 | <attribute name="label" translatable="yes">Add C_hat...</attribute> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
282 | <attribute name="action">menu.add-chat</attribute> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
283 | </item> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
284 | </section> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
285 | <section> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
286 | <item> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
287 | <attribute name="label" translatable="yes">_Delete</attribute> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
288 | <attribute name="action">menu.remove</attribute> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
289 | </item> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
290 | <item> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
291 | <attribute name="label" translatable="yes">_Rename</attribute> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
292 | <attribute name="action">menu.alias</attribute> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
293 | </item> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
294 | </section> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
295 | <section id="group-custom-icon"/> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
296 | <section id="group-extended"/> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
297 | </menu> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
298 | |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
299 | <menu id="chat"> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
300 | <section> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
301 | <item> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
302 | <attribute name="label" translatable="yes">_Join</attribute> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
303 | <attribute name="action">menu.join-chat</attribute> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
304 | </item> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
305 | <item> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
306 | <attribute name="label" translatable="yes">Auto-Join</attribute> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
307 | <attribute name="action">menu.auto-join-chat</attribute> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
308 | </item> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
309 | <item> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
310 | <attribute name="label" translatable="yes">Persistent</attribute> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
311 | <attribute name="action">menu.persistent-chat</attribute> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
312 | </item> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
313 | </section> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
314 | <section id="chat-proto"/> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
315 | <section id="chat-extended"/> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
316 | <section> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
317 | <item> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
318 | <attribute name="label" translatable="yes">_Edit Settings...</attribute> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
319 | <attribute name="action">menu.chat-settings</attribute> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
320 | </item> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
321 | <item> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
322 | <attribute name="label" translatable="yes">_Alias...</attribute> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
323 | <attribute name="action">menu.alias</attribute> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
324 | </item> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
325 | <item> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
326 | <attribute name="label" translatable="yes">_Remove</attribute> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
327 | <attribute name="action">menu.remove</attribute> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
328 | </item> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
329 | </section> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
330 | <section id="chat-custom-icon"/> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
331 | </menu> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
332 | |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
333 | <menu id="contact"> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
334 | <section> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
335 | <item> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
336 | <attribute name="label" translatable="yes">_Alias...</attribute> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
337 | <attribute name="action">menu.alias</attribute> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
338 | </item> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
339 | <item> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
340 | <attribute name="label" translatable="yes">_Remove</attribute> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
341 | <attribute name="action">menu.remove</attribute> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
342 | </item> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
343 | </section> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
344 | <section id="contact-custom-icon"/> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
345 | <section id="contact-extended"/> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
346 | </menu> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
347 | |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
348 | <menu id="voice-video"> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
349 | <section> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
350 | <item> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
351 | <attribute name="label" translatable="yes">_Audio Call</attribute> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
352 | <attribute name="action">menu.buddy-audio-call</attribute> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
353 | </item> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
354 | <item> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
355 | <attribute name="label" translatable="yes">_Video Call</attribute> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
356 | <attribute name="action">menu.buddy-video-call</attribute> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
357 | </item> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
358 | </section> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
359 | </menu> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
360 | |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
361 | <menu id="buddy"> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
362 | <section> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
363 | <item> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
364 | <attribute name="label" translatable="yes">Get _Info</attribute> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
365 | <attribute name="action">menu.buddy-get-info</attribute> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
366 | </item> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
367 | <item> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
368 | <attribute name="label" translatable="yes">I_M</attribute> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
369 | <attribute name="action">menu.buddy-im</attribute> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
370 | </item> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
371 | <item> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
372 | <attribute name="label" translatable="yes">_Send File...</attribute> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
373 | <attribute name="action">menu.buddy-send-file</attribute> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
374 | </item> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
375 | </section> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
376 | <section id="buddy-voice-video"/> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
377 | <section id="buddy-proto"/> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
378 | <section id="buddy-extended"/> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
379 | <section> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
380 | <item> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
381 | <attribute name="label" translatable="yes">_Block</attribute> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
382 | <attribute name="action">menu.buddy-block</attribute> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
383 | </item> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
384 | <item> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
385 | <attribute name="label" translatable="yes">_Alias...</attribute> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
386 | <attribute name="action">menu.alias</attribute> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
387 | </item> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
388 | <item> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
389 | <attribute name="label" translatable="yes">_Remove</attribute> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
390 | <attribute name="action">menu.remove</attribute> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
391 | </item> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
392 | </section> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
393 | <section id="buddy-custom-icon"/> |
|
ea740d03620b
Convert all of the buddylist context menus to GMenu
Gary Kramlich <grim@reaperworld.com>
parents:
41414
diff
changeset
|
394 | </menu> |
|
40627
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
395 | </interface> |