Skip to content

Commit 8fe87ec

Browse files
committed
sort actions alphabetically
1 parent d45157d commit 8fe87ec

1 file changed

Lines changed: 108 additions & 108 deletions

File tree

manifest.json

Lines changed: 108 additions & 108 deletions
Original file line numberDiff line numberDiff line change
@@ -9,196 +9,184 @@
99
"HasSettingsInterface": false,
1010
"Actions": [
1111
{
12-
"Name": "Select VFO",
13-
"UUID": "com.thecodingflow.hamlibplugin.selectvfo",
14-
"Tooltip": "Select a certain VFO",
12+
"Name": "Frequency Dial",
13+
"UUID": "com.thecodingflow.hamlibplugin.frequencydial",
14+
"Tooltip": "Frequency encoder for a certain VFO",
1515
"Icon": "icons/radio_light",
1616
"DisableAutomaticStates": false,
1717
"VisibleInActionsList": true,
1818
"SupportedInMultiActions": true,
19-
"PropertyInspectorPath": "pi/selectvfo.html",
20-
"Controllers": ["Keypad"],
19+
"PropertyInspectorPath": "pi/frequencydial.html",
20+
"Controllers": ["Encoder"],
2121
"States": [{ "Title": "VFO" }]
2222
},
2323
{
24-
"Name": "Select Mode",
25-
"UUID": "com.thecodingflow.hamlibplugin.selectmode",
26-
"Tooltip": "Select a certain mode",
27-
"Icon": "icons/radio_light",
28-
"DisableAutomaticStates": false,
29-
"VisibleInActionsList": true,
30-
"SupportedInMultiActions": true,
31-
"PropertyInspectorPath": "pi/selectmode.html",
32-
"Controllers": ["Keypad"],
33-
"States": [{ "Title": "Mode" }]
34-
},
35-
{
36-
"Name": "Frequency Dial",
37-
"UUID": "com.thecodingflow.hamlibplugin.frequencydial",
38-
"Tooltip": "Frequency encoder for a certain VFO",
24+
"Name": "Level Encoder",
25+
"UUID": "com.thecodingflow.hamlibplugin.levelencoder",
26+
"Tooltip": "Encoder for a certain level and certain VFO",
3927
"Icon": "icons/radio_light",
4028
"DisableAutomaticStates": false,
4129
"VisibleInActionsList": true,
4230
"SupportedInMultiActions": true,
43-
"PropertyInspectorPath": "pi/frequencydial.html",
31+
"PropertyInspectorPath": "pi/levelencoder.html",
4432
"Controllers": ["Encoder"],
45-
"States": [{ "Title": "VFO" }]
33+
"States": [{ "Title": "Level" }]
4634
},
4735
{
48-
"Name": "Set Level",
49-
"UUID": "com.thecodingflow.hamlibplugin.setlevel",
50-
"Tooltip": "Set a certain level value for a certain VFO",
36+
"Name": "On/Off",
37+
"UUID": "com.thecodingflow.hamlibplugin.onoff",
38+
"Tooltip": "Toggle the rig power on/off",
5139
"Icon": "icons/radio_light",
5240
"DisableAutomaticStates": false,
5341
"VisibleInActionsList": true,
5442
"SupportedInMultiActions": true,
55-
"PropertyInspectorPath": "pi/setlevel.html",
43+
"PropertyInspectorPath": "pi/empty.html",
5644
"Controllers": ["Keypad"],
57-
"States": [{ "Title": "Level" }]
45+
"States": [{ "Title": "On/Off" }]
5846
},
5947
{
60-
"Name": "Level Encoder",
61-
"UUID": "com.thecodingflow.hamlibplugin.levelencoder",
62-
"Tooltip": "Encoder for a certain level and certain VFO",
48+
"Name": "Power State",
49+
"UUID": "com.thecodingflow.hamlibplugin.powerstat",
50+
"Tooltip": "Set the rig power state",
6351
"Icon": "icons/radio_light",
6452
"DisableAutomaticStates": false,
6553
"VisibleInActionsList": true,
6654
"SupportedInMultiActions": true,
67-
"PropertyInspectorPath": "pi/levelencoder.html",
68-
"Controllers": ["Encoder"],
69-
"States": [{ "Title": "Level" }]
55+
"PropertyInspectorPath": "pi/powerstat.html",
56+
"Controllers": ["Keypad"],
57+
"States": [{ "Title": "Power" }]
7058
},
7159
{
72-
"Name": "VFO Operation",
73-
"UUID": "com.thecodingflow.hamlibplugin.vfoop",
74-
"Tooltip": "Perform a VFO operation",
60+
"Name": "RIT",
61+
"UUID": "com.thecodingflow.hamlibplugin.rit",
62+
"Tooltip": "Adjust RIT offset and toggle RIT on/off",
7563
"Icon": "icons/radio_light",
7664
"DisableAutomaticStates": false,
7765
"VisibleInActionsList": true,
7866
"SupportedInMultiActions": true,
79-
"PropertyInspectorPath": "pi/vfoop.html",
80-
"Controllers": ["Keypad"],
81-
"States": [{ "Title": "VFO Op" }]
67+
"PropertyInspectorPath": "pi/rit.html",
68+
"Controllers": ["Encoder", "Keypad"],
69+
"States": [{ "Title": "RIT" }]
8270
},
8371
{
84-
"Name": "VFO Operation Encoder",
85-
"UUID": "com.thecodingflow.hamlibplugin.vfoopencoder",
86-
"Tooltip": "Encoder for VFO operations with clockwise, counter-clockwise, and press actions",
72+
"Name": "Select Mode",
73+
"UUID": "com.thecodingflow.hamlibplugin.selectmode",
74+
"Tooltip": "Select a certain mode",
8775
"Icon": "icons/radio_light",
8876
"DisableAutomaticStates": false,
8977
"VisibleInActionsList": true,
9078
"SupportedInMultiActions": true,
91-
"PropertyInspectorPath": "pi/vfoopencoder.html",
92-
"Controllers": ["Encoder"],
93-
"States": [{ "Title": "VFO Op" }]
79+
"PropertyInspectorPath": "pi/selectmode.html",
80+
"Controllers": ["Keypad"],
81+
"States": [{ "Title": "Mode" }]
9482
},
9583
{
96-
"Name": "Set Function",
97-
"UUID": "com.thecodingflow.hamlibplugin.setfunc",
98-
"Tooltip": "Enable or disable a rig function for a certain VFO",
84+
"Name": "Select VFO",
85+
"UUID": "com.thecodingflow.hamlibplugin.selectvfo",
86+
"Tooltip": "Select a certain VFO",
9987
"Icon": "icons/radio_light",
10088
"DisableAutomaticStates": false,
10189
"VisibleInActionsList": true,
10290
"SupportedInMultiActions": true,
103-
"PropertyInspectorPath": "pi/setfunc.html",
91+
"PropertyInspectorPath": "pi/selectvfo.html",
10492
"Controllers": ["Keypad"],
105-
"States": [{ "Title": "Func" }]
93+
"States": [{ "Title": "VFO" }]
10694
},
10795
{
108-
"Name": "Toggle Function",
109-
"UUID": "com.thecodingflow.hamlibplugin.togglefunc",
110-
"Tooltip": "Toggle a rig function on/off for a certain VFO",
96+
"Name": "Send Morse",
97+
"UUID": "com.thecodingflow.hamlibplugin.sendmorse",
98+
"Tooltip": "Send a Morse code message",
11199
"Icon": "icons/radio_light",
112100
"DisableAutomaticStates": false,
113101
"VisibleInActionsList": true,
114102
"SupportedInMultiActions": true,
115-
"PropertyInspectorPath": "pi/togglefunc.html",
103+
"PropertyInspectorPath": "pi/sendmorse.html",
116104
"Controllers": ["Keypad"],
117-
"States": [{ "Title": "Func" }]
105+
"States": [{ "Title": "CW" }]
118106
},
119107
{
120-
"Name": "Set Parameter",
121-
"UUID": "com.thecodingflow.hamlibplugin.setparm",
122-
"Tooltip": "Set a rig-wide parameter value",
108+
"Name": "Set Antenna",
109+
"UUID": "com.thecodingflow.hamlibplugin.setantenna",
110+
"Tooltip": "Select an antenna for a certain VFO",
123111
"Icon": "icons/radio_light",
124112
"DisableAutomaticStates": false,
125113
"VisibleInActionsList": true,
126114
"SupportedInMultiActions": true,
127-
"PropertyInspectorPath": "pi/setparm.html",
115+
"PropertyInspectorPath": "pi/antenna.html",
128116
"Controllers": ["Keypad"],
129-
"States": [{ "Title": "Parm" }]
117+
"States": [{ "Title": "Ant" }]
130118
},
131119
{
132-
"Name": "On/Off",
133-
"UUID": "com.thecodingflow.hamlibplugin.onoff",
134-
"Tooltip": "Toggle the rig power on/off",
120+
"Name": "Set Frequency",
121+
"UUID": "com.thecodingflow.hamlibplugin.setfrequency",
122+
"Tooltip": "Set the frequency for a certain VFO",
135123
"Icon": "icons/radio_light",
136124
"DisableAutomaticStates": false,
137125
"VisibleInActionsList": true,
138126
"SupportedInMultiActions": true,
139-
"PropertyInspectorPath": "pi/empty.html",
127+
"PropertyInspectorPath": "pi/setfrequency.html",
140128
"Controllers": ["Keypad"],
141-
"States": [{ "Title": "On/Off" }]
129+
"States": [{ "Title": "Freq" }]
142130
},
143131
{
144-
"Name": "Power State",
145-
"UUID": "com.thecodingflow.hamlibplugin.powerstat",
146-
"Tooltip": "Set the rig power state",
132+
"Name": "Set Frequency (rel)",
133+
"UUID": "com.thecodingflow.hamlibplugin.setfrequencyrelative",
134+
"Tooltip": "Set the frequency relative to another VFO",
147135
"Icon": "icons/radio_light",
148136
"DisableAutomaticStates": false,
149137
"VisibleInActionsList": true,
150138
"SupportedInMultiActions": true,
151-
"PropertyInspectorPath": "pi/powerstat.html",
139+
"PropertyInspectorPath": "pi/setfrequencyrelative.html",
152140
"Controllers": ["Keypad"],
153-
"States": [{ "Title": "Power" }]
141+
"States": [{ "Title": "Freq Rel" }]
154142
},
155143
{
156-
"Name": "RIT",
157-
"UUID": "com.thecodingflow.hamlibplugin.rit",
158-
"Tooltip": "Adjust RIT offset and toggle RIT on/off",
144+
"Name": "Set Function",
145+
"UUID": "com.thecodingflow.hamlibplugin.setfunc",
146+
"Tooltip": "Enable or disable a rig function for a certain VFO",
159147
"Icon": "icons/radio_light",
160148
"DisableAutomaticStates": false,
161149
"VisibleInActionsList": true,
162150
"SupportedInMultiActions": true,
163-
"PropertyInspectorPath": "pi/rit.html",
164-
"Controllers": ["Encoder", "Keypad"],
165-
"States": [{ "Title": "RIT" }]
151+
"PropertyInspectorPath": "pi/setfunc.html",
152+
"Controllers": ["Keypad"],
153+
"States": [{ "Title": "Func" }]
166154
},
167155
{
168-
"Name": "XIT",
169-
"UUID": "com.thecodingflow.hamlibplugin.xit",
170-
"Tooltip": "Adjust XIT offset and toggle XIT on/off",
156+
"Name": "Set Level",
157+
"UUID": "com.thecodingflow.hamlibplugin.setlevel",
158+
"Tooltip": "Set a certain level value for a certain VFO",
171159
"Icon": "icons/radio_light",
172160
"DisableAutomaticStates": false,
173161
"VisibleInActionsList": true,
174162
"SupportedInMultiActions": true,
175-
"PropertyInspectorPath": "pi/xit.html",
176-
"Controllers": ["Encoder", "Keypad"],
177-
"States": [{ "Title": "XIT" }]
163+
"PropertyInspectorPath": "pi/setlevel.html",
164+
"Controllers": ["Keypad"],
165+
"States": [{ "Title": "Level" }]
178166
},
179167
{
180-
"Name": "Set Antenna",
181-
"UUID": "com.thecodingflow.hamlibplugin.setantenna",
182-
"Tooltip": "Select an antenna for a certain VFO",
168+
"Name": "Set Parameter",
169+
"UUID": "com.thecodingflow.hamlibplugin.setparm",
170+
"Tooltip": "Set a rig-wide parameter value",
183171
"Icon": "icons/radio_light",
184172
"DisableAutomaticStates": false,
185173
"VisibleInActionsList": true,
186174
"SupportedInMultiActions": true,
187-
"PropertyInspectorPath": "pi/antenna.html",
175+
"PropertyInspectorPath": "pi/setparm.html",
188176
"Controllers": ["Keypad"],
189-
"States": [{ "Title": "Ant" }]
177+
"States": [{ "Title": "Parm" }]
190178
},
191179
{
192-
"Name": "Send Morse",
193-
"UUID": "com.thecodingflow.hamlibplugin.sendmorse",
194-
"Tooltip": "Send a Morse code message",
180+
"Name": "Set Split VFO",
181+
"UUID": "com.thecodingflow.hamlibplugin.setsplitvfo",
182+
"Tooltip": "Enable or disable split operation and set the TX VFO",
195183
"Icon": "icons/radio_light",
196184
"DisableAutomaticStates": false,
197185
"VisibleInActionsList": true,
198186
"SupportedInMultiActions": true,
199-
"PropertyInspectorPath": "pi/sendmorse.html",
187+
"PropertyInspectorPath": "pi/setsplitvfo.html",
200188
"Controllers": ["Keypad"],
201-
"States": [{ "Title": "CW" }]
189+
"States": [{ "Title": "Split" }]
202190
},
203191
{
204192
"Name": "Stop Morse",
@@ -213,40 +201,52 @@
213201
"States": [{ "Title": "Stop CW" }]
214202
},
215203
{
216-
"Name": "Set Split VFO",
217-
"UUID": "com.thecodingflow.hamlibplugin.setsplitvfo",
218-
"Tooltip": "Enable or disable split operation and set the TX VFO",
204+
"Name": "Toggle Function",
205+
"UUID": "com.thecodingflow.hamlibplugin.togglefunc",
206+
"Tooltip": "Toggle a rig function on/off for a certain VFO",
219207
"Icon": "icons/radio_light",
220208
"DisableAutomaticStates": false,
221209
"VisibleInActionsList": true,
222210
"SupportedInMultiActions": true,
223-
"PropertyInspectorPath": "pi/setsplitvfo.html",
211+
"PropertyInspectorPath": "pi/togglefunc.html",
224212
"Controllers": ["Keypad"],
225-
"States": [{ "Title": "Split" }]
213+
"States": [{ "Title": "Func" }]
226214
},
227215
{
228-
"Name": "Set Frequency",
229-
"UUID": "com.thecodingflow.hamlibplugin.setfrequency",
230-
"Tooltip": "Set the frequency for a certain VFO",
216+
"Name": "VFO Operation",
217+
"UUID": "com.thecodingflow.hamlibplugin.vfoop",
218+
"Tooltip": "Perform a VFO operation",
231219
"Icon": "icons/radio_light",
232220
"DisableAutomaticStates": false,
233221
"VisibleInActionsList": true,
234222
"SupportedInMultiActions": true,
235-
"PropertyInspectorPath": "pi/setfrequency.html",
223+
"PropertyInspectorPath": "pi/vfoop.html",
236224
"Controllers": ["Keypad"],
237-
"States": [{ "Title": "Freq" }]
225+
"States": [{ "Title": "VFO Op" }]
238226
},
239227
{
240-
"Name": "Set Frequency (rel)",
241-
"UUID": "com.thecodingflow.hamlibplugin.setfrequencyrelative",
242-
"Tooltip": "Set the frequency relative to another VFO",
228+
"Name": "VFO Operation Encoder",
229+
"UUID": "com.thecodingflow.hamlibplugin.vfoopencoder",
230+
"Tooltip": "Encoder for VFO operations with clockwise, counter-clockwise, and press actions",
243231
"Icon": "icons/radio_light",
244232
"DisableAutomaticStates": false,
245233
"VisibleInActionsList": true,
246234
"SupportedInMultiActions": true,
247-
"PropertyInspectorPath": "pi/setfrequencyrelative.html",
248-
"Controllers": ["Keypad"],
249-
"States": [{ "Title": "Freq Rel" }]
235+
"PropertyInspectorPath": "pi/vfoopencoder.html",
236+
"Controllers": ["Encoder"],
237+
"States": [{ "Title": "VFO Op" }]
238+
},
239+
{
240+
"Name": "XIT",
241+
"UUID": "com.thecodingflow.hamlibplugin.xit",
242+
"Tooltip": "Adjust XIT offset and toggle XIT on/off",
243+
"Icon": "icons/radio_light",
244+
"DisableAutomaticStates": false,
245+
"VisibleInActionsList": true,
246+
"SupportedInMultiActions": true,
247+
"PropertyInspectorPath": "pi/xit.html",
248+
"Controllers": ["Encoder", "Keypad"],
249+
"States": [{ "Title": "XIT" }]
250250
}
251251
],
252252
"OS": [{ "Platform": "linux" }],

0 commit comments

Comments
 (0)