author | Matti Hagman <ext-matti.hagman@nokia.com> |
Tue, 21 Sep 2010 13:50:51 +0300 | |
changeset 29 | f48eb66e9604 |
parent 17 | aa3399e01058 |
permissions | -rw-r--r-- |
0 | 1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<?eclipse version="3.0"?> |
|
3 |
<plugin> |
|
4 |
<extension |
|
5 |
point="org.eclipse.ui.actionSets"> |
|
6 |
<actionSet |
|
7 |
description="Remote Control Tool's Actions" |
|
8 |
id="com.nokia.s60tools.remotecontrol.ui.actionSet" |
|
9 |
label="Remote Control Tool" |
|
10 |
visible="true"> |
|
11 |
<menu |
|
12 |
id="com.nokia.carbide.cpp.ui.CarbideMenu" |
|
13 |
label="&Carbide" |
|
14 |
path="additions"> |
|
15 |
<groupMarker name="additions"/> |
|
16 |
</menu> |
|
17 |
<action |
|
18 |
class="com.nokia.s60tools.remotecontrol.actions.MainViewOpenAction" |
|
19 |
icon="icons/remote_control.png" |
|
20 |
id="com.nokia.s60tools.remotecontrol.actions.MainViewOpenAction" |
|
21 |
label="Remote Control" |
|
22 |
menubarPath="com.nokia.carbide.cpp.ui.CarbideMenu/CarbideExtensions" |
|
23 |
style="push" |
|
24 |
tooltip="Remote Control"/> |
|
25 |
</actionSet> |
|
26 |
</extension> |
|
27 |
<extension |
|
28 |
point="org.eclipse.ui.views"> |
|
29 |
<category |
|
30 |
id="com.nokia.s60tools" |
|
31 |
name="Carbide Extensions"/> |
|
32 |
<stickyView |
|
33 |
closeable="true" |
|
34 |
id="com.nokia.s60tools.remotecontrol.ui.views.main.MainView" |
|
35 |
location="LEFT" |
|
36 |
moveable="true"/> |
|
37 |
<view |
|
38 |
category="com.nokia.s60tools" |
|
39 |
class="com.nokia.s60tools.remotecontrol.keyboard.ui.view.KeyboardView" |
|
40 |
icon="icons/keyboard_view.png" |
|
41 |
id="com.nokia.s60tools.remotecontrol.keyboard.ui.view.KeyboardView" |
|
42 |
name="Keyboard (Remote Control)" |
|
43 |
restorable="true"> |
|
44 |
</view> |
|
45 |
<view |
|
46 |
category="com.nokia.s60tools" |
|
47 |
class="com.nokia.s60tools.remotecontrol.ui.views.main.MainView" |
|
48 |
icon="icons/remote_control.png" |
|
49 |
id="com.nokia.s60tools.remotecontrol.ui.views.main.MainView" |
|
50 |
name="Remote Control"/> |
|
51 |
</extension> |
|
17
aa3399e01058
RemoteControl 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
0
diff
changeset
|
52 |
|
aa3399e01058
RemoteControl 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
0
diff
changeset
|
53 |
<extension |
aa3399e01058
RemoteControl 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
0
diff
changeset
|
54 |
point="org.eclipse.ui.keywords"> |
aa3399e01058
RemoteControl 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
0
diff
changeset
|
55 |
<keyword |
aa3399e01058
RemoteControl 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
0
diff
changeset
|
56 |
id="com.nokia.s60tools.remotecontrol.common" |
aa3399e01058
RemoteControl 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
0
diff
changeset
|
57 |
label="%remoteControlPreference.common"> |
aa3399e01058
RemoteControl 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
0
diff
changeset
|
58 |
</keyword> |
aa3399e01058
RemoteControl 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
0
diff
changeset
|
59 |
</extension> |
aa3399e01058
RemoteControl 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
0
diff
changeset
|
60 |
|
0 | 61 |
<extension |
62 |
point="org.eclipse.ui.preferencePages"> |
|
63 |
<page |
|
64 |
category="com.nokia.carbide.cpp.preferences.ExtensionsPreferencesPage" |
|
65 |
class="com.nokia.s60tools.remotecontrol.preferences.RCPreferencePage" |
|
66 |
id="com.nokia.s60tools.remotecontrol.RCPreferencePage" |
|
17
aa3399e01058
RemoteControl 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
0
diff
changeset
|
67 |
name="Remote Control"> |
aa3399e01058
RemoteControl 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
0
diff
changeset
|
68 |
<keywordReference |
aa3399e01058
RemoteControl 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
0
diff
changeset
|
69 |
id="com.nokia.s60tools.remotecontrol.common"> |
aa3399e01058
RemoteControl 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
0
diff
changeset
|
70 |
</keywordReference> |
0 | 71 |
</page> |
72 |
</extension> |
|
73 |
<extension |
|
74 |
point="org.eclipse.ui.commands"> |
|
75 |
<category |
|
76 |
description="Commands for hardware key shortcuts" |
|
77 |
id="com.nokia.s60tools.remotecontrol.screen.category" |
|
78 |
name="RemoteControl - key emulation"> |
|
79 |
</category> |
|
80 |
<command |
|
81 |
categoryId="com.nokia.s60tools.remotecontrol.screen.category" |
|
82 |
id="com.nokia.s60tools.remotecontrol.screen.AppKeyCommand" |
|
83 |
name="RemoteControl - Application key emulation"> |
|
84 |
</command> |
|
85 |
<command |
|
86 |
categoryId="com.nokia.s60tools.remotecontrol.screen.category" |
|
87 |
id="com.nokia.s60tools.remotecontrol.screen.LeftSoftKeyCommand" |
|
88 |
name="RemoteControl - Left soft key emulation"> |
|
89 |
</command> |
|
90 |
<command |
|
91 |
categoryId="com.nokia.s60tools.remotecontrol.screen.category" |
|
92 |
id="com.nokia.s60tools.remotecontrol.screen.RightSoftKeyCommand" |
|
93 |
name="RemoteControl - Right soft key emulation"> |
|
94 |
</command> |
|
95 |
<command |
|
96 |
categoryId="com.nokia.s60tools.remotecontrol.screen.category" |
|
97 |
id="com.nokia.s60tools.remotecontrol.screen.NaviSouthKeyCommand" |
|
98 |
name="RemoteControl - South navi key emulation"> |
|
99 |
</command> |
|
100 |
<command |
|
101 |
categoryId="com.nokia.s60tools.remotecontrol.screen.category" |
|
102 |
id="com.nokia.s60tools.remotecontrol.screen.NaviNorthKeyCommand" |
|
103 |
name="RemoteControl - North navi key emulation"> |
|
104 |
</command> |
|
105 |
<command |
|
106 |
categoryId="com.nokia.s60tools.remotecontrol.screen.category" |
|
107 |
id="com.nokia.s60tools.remotecontrol.screen.NaviEastKeyCommand" |
|
108 |
name="RemoteControl - East navi key emulation"> |
|
109 |
</command> |
|
110 |
<command |
|
111 |
categoryId="com.nokia.s60tools.remotecontrol.screen.category" |
|
112 |
id="com.nokia.s60tools.remotecontrol.screen.NaviWestKeyCommand" |
|
113 |
name="RemoteControl - West navi key emulation"> |
|
114 |
</command> |
|
115 |
<command |
|
116 |
categoryId="com.nokia.s60tools.remotecontrol.screen.category" |
|
117 |
id="com.nokia.s60tools.remotecontrol.screen.NaviCenterKeyCommand" |
|
118 |
name="RemoteControl - Center navi key emulation"> |
|
119 |
</command> |
|
120 |
<command |
|
121 |
categoryId="com.nokia.s60tools.remotecontrol.screen.category" |
|
122 |
id="com.nokia.s60tools.remotecontrol.screen.SendKeyCommand" |
|
123 |
name="RemoteControl - Send key emulation"> |
|
124 |
</command> |
|
125 |
<command |
|
126 |
categoryId="com.nokia.s60tools.remotecontrol.screen.category" |
|
127 |
id="com.nokia.s60tools.remotecontrol.screen.EndKeyCommand" |
|
128 |
name="RemoteControl - End key emulation"> |
|
129 |
</command> |
|
130 |
<command |
|
131 |
categoryId="com.nokia.s60tools.remotecontrol.screen.category" |
|
132 |
id="com.nokia.s60tools.remotecontrol.screen.ClearKeyCommand" |
|
133 |
name="RemoteControl - Clear key emulation"> |
|
134 |
</command> |
|
135 |
<command |
|
136 |
categoryId="com.nokia.s60tools.remotecontrol.screen.category" |
|
137 |
id="com.nokia.s60tools.remotecontrol.screen.PowerKeyCommand" |
|
138 |
name="RemoteControl - Power key emulation"> |
|
139 |
</command> |
|
140 |
<command |
|
141 |
categoryId="com.nokia.s60tools.remotecontrol.screen.category" |
|
142 |
id="com.nokia.s60tools.remotecontrol.screen.GripOpenKeyCommand" |
|
143 |
name="RemoteControl - Grip open key emulation"> |
|
144 |
</command> |
|
145 |
<command |
|
146 |
categoryId="com.nokia.s60tools.remotecontrol.screen.category" |
|
147 |
id="com.nokia.s60tools.remotecontrol.screen.GripClosedKeyCommand" |
|
148 |
name="RemoteControl - Grip closed key emulation"> |
|
149 |
</command> |
|
150 |
<command |
|
151 |
categoryId="com.nokia.s60tools.remotecontrol.screen.category" |
|
152 |
id="com.nokia.s60tools.remotecontrol.screen.EditKeyCommand" |
|
153 |
name="RemoteControl - Edit key emulation"> |
|
154 |
</command> |
|
155 |
<command |
|
156 |
categoryId="com.nokia.s60tools.remotecontrol.screen.category" |
|
157 |
id="com.nokia.s60tools.remotecontrol.screen.SideKeyCommand" |
|
158 |
name="RemoteControl - Side (Voice) key emulation"> |
|
159 |
</command> |
|
160 |
</extension> |
|
161 |
<extension |
|
162 |
point="org.eclipse.ui.handlers"> |
|
163 |
<handler |
|
164 |
class="com.nokia.s60tools.remotecontrol.screen.ui.commands.AppKeyCommandHandler" |
|
165 |
commandId="com.nokia.s60tools.remotecontrol.screen.AppKeyCommand"> |
|
166 |
</handler> |
|
167 |
<handler |
|
168 |
class="com.nokia.s60tools.remotecontrol.screen.ui.commands.LeftSoftKeyCommandHandler" |
|
169 |
commandId="com.nokia.s60tools.remotecontrol.screen.LeftSoftKeyCommand"> |
|
170 |
</handler> |
|
171 |
<handler |
|
172 |
class="com.nokia.s60tools.remotecontrol.screen.ui.commands.RightSoftKeyCommandHandler" |
|
173 |
commandId="com.nokia.s60tools.remotecontrol.screen.RightSoftKeyCommand"> |
|
174 |
</handler> |
|
175 |
<handler |
|
176 |
class="com.nokia.s60tools.remotecontrol.screen.ui.commands.NaviSouthKeyCommandHandler" |
|
177 |
commandId="com.nokia.s60tools.remotecontrol.screen.NaviSouthKeyCommand"> |
|
178 |
</handler> |
|
179 |
<handler |
|
180 |
class="com.nokia.s60tools.remotecontrol.screen.ui.commands.NaviNorthKeyCommandHandler" |
|
181 |
commandId="com.nokia.s60tools.remotecontrol.screen.NaviNorthKeyCommand"> |
|
182 |
</handler> |
|
183 |
<handler |
|
184 |
class="com.nokia.s60tools.remotecontrol.screen.ui.commands.NaviEastKeyCommandHandler" |
|
185 |
commandId="com.nokia.s60tools.remotecontrol.screen.NaviEastKeyCommand"> |
|
186 |
</handler> |
|
187 |
<handler |
|
188 |
class="com.nokia.s60tools.remotecontrol.screen.ui.commands.NaviWestKeyCommandHandler" |
|
189 |
commandId="com.nokia.s60tools.remotecontrol.screen.NaviWestKeyCommand"> |
|
190 |
</handler> |
|
191 |
<handler |
|
192 |
class="com.nokia.s60tools.remotecontrol.screen.ui.commands.NaviCenterKeyCommandHandler" |
|
193 |
commandId="com.nokia.s60tools.remotecontrol.screen.NaviCenterKeyCommand"> |
|
194 |
</handler> |
|
195 |
<handler |
|
196 |
class="com.nokia.s60tools.remotecontrol.screen.ui.commands.SendKeyCommandHandler" |
|
197 |
commandId="com.nokia.s60tools.remotecontrol.screen.SendKeyCommand"> |
|
198 |
</handler> |
|
199 |
<handler |
|
200 |
class="com.nokia.s60tools.remotecontrol.screen.ui.commands.EndKeyCommandHandler" |
|
201 |
commandId="com.nokia.s60tools.remotecontrol.screen.EndKeyCommand"> |
|
202 |
</handler> |
|
203 |
<handler |
|
204 |
class="com.nokia.s60tools.remotecontrol.screen.ui.commands.ClearKeyCommandHandler" |
|
205 |
commandId="com.nokia.s60tools.remotecontrol.screen.ClearKeyCommand"> |
|
206 |
</handler> |
|
207 |
<handler |
|
208 |
class="com.nokia.s60tools.remotecontrol.screen.ui.commands.PowerKeyCommandHandler" |
|
209 |
commandId="com.nokia.s60tools.remotecontrol.screen.PowerKeyCommand"> |
|
210 |
</handler> |
|
211 |
<handler |
|
212 |
class="com.nokia.s60tools.remotecontrol.screen.ui.commands.GripOpenKeyCommandHandler" |
|
213 |
commandId="com.nokia.s60tools.remotecontrol.screen.GripOpenKeyCommand"> |
|
214 |
</handler> |
|
215 |
<handler |
|
216 |
class="com.nokia.s60tools.remotecontrol.screen.ui.commands.GripClosedKeyCommandHandler" |
|
217 |
commandId="com.nokia.s60tools.remotecontrol.screen.GripClosedKeyCommand"> |
|
218 |
</handler> |
|
219 |
<handler |
|
220 |
class="com.nokia.s60tools.remotecontrol.screen.ui.commands.EditKeyCommandHandler" |
|
221 |
commandId="com.nokia.s60tools.remotecontrol.screen.EditKeyCommand"> |
|
222 |
</handler> |
|
223 |
<handler |
|
224 |
class="com.nokia.s60tools.remotecontrol.screen.ui.commands.SideKeyCommandHandler" |
|
225 |
commandId="com.nokia.s60tools.remotecontrol.screen.SideKeyCommand"> |
|
226 |
</handler> |
|
227 |
</extension> |
|
228 |
<extension |
|
229 |
point="org.eclipse.ui.contexts"> |
|
230 |
<context |
|
231 |
id="com.nokia.s60tools.remotecontrol.SreenView" |
|
232 |
name="In ScreenView" |
|
233 |
parentId="org.eclipse.ui.contexts.window"> |
|
234 |
</context> |
|
235 |
</extension> |
|
236 |
||
237 |
</plugin> |