not1mm 25.6.15__py3-none-any.whl → 25.6.16.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- not1mm/__main__.py +3 -3
- not1mm/lib/version.py +1 -1
- not1mm/plugins/general_logging.py +4 -18
- {not1mm-25.6.15.dist-info → not1mm-25.6.16.1.dist-info}/METADATA +2 -1
- {not1mm-25.6.15.dist-info → not1mm-25.6.16.1.dist-info}/RECORD +9 -9
- {not1mm-25.6.15.dist-info → not1mm-25.6.16.1.dist-info}/WHEEL +0 -0
- {not1mm-25.6.15.dist-info → not1mm-25.6.16.1.dist-info}/entry_points.txt +0 -0
- {not1mm-25.6.15.dist-info → not1mm-25.6.16.1.dist-info}/licenses/LICENSE +0 -0
- {not1mm-25.6.15.dist-info → not1mm-25.6.16.1.dist-info}/top_level.txt +0 -0
not1mm/__main__.py
CHANGED
@@ -3398,9 +3398,9 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
3398
3398
|
self.rig_control.sendcw(self.process_macro(function_key.toolTip()))
|
3399
3399
|
return
|
3400
3400
|
self.cw.sendcw(self.process_macro(function_key.toolTip()))
|
3401
|
-
if self.pref.get("cwtype") == 2:
|
3402
|
-
|
3403
|
-
return
|
3401
|
+
# if self.pref.get("cwtype") == 2:
|
3402
|
+
time.sleep(0.3)
|
3403
|
+
# return
|
3404
3404
|
|
3405
3405
|
def toggle_run_sp(self) -> None:
|
3406
3406
|
"""Toggles the radioButton_run and radioButton_sp."""
|
not1mm/lib/version.py
CHANGED
@@ -184,16 +184,9 @@ def process_esm(self, new_focused_widget=None, with_enter=False):
|
|
184
184
|
buttons_to_send.append(self.esm_dict["HISCALL"])
|
185
185
|
buttons_to_send.append(self.esm_dict["EXCH"])
|
186
186
|
|
187
|
-
# elif self.current_widget in ["other_1", "other_2"]:
|
188
|
-
# if self.other_2.text() == "" and self.other_1.text() == "":
|
189
|
-
# self.make_button_green(self.esm_dict["AGN"])
|
190
|
-
# buttons_to_send.append(self.esm_dict["AGN"])
|
191
|
-
# else:
|
192
|
-
# self.make_button_green(self.esm_dict["QRZ"])
|
193
|
-
# buttons_to_send.append(self.esm_dict["QRZ"])
|
194
|
-
# buttons_to_send.append("LOGIT")
|
195
|
-
|
196
187
|
elif self.current_widget in ["other_1", "other_2"]:
|
188
|
+
self.make_button_green(self.esm_dict["QRZ"])
|
189
|
+
buttons_to_send.append(self.esm_dict["QRZ"])
|
197
190
|
buttons_to_send.append("LOGIT")
|
198
191
|
|
199
192
|
if with_enter is True and bool(len(buttons_to_send)):
|
@@ -209,16 +202,9 @@ def process_esm(self, new_focused_widget=None, with_enter=False):
|
|
209
202
|
self.make_button_green(self.esm_dict["MYCALL"])
|
210
203
|
buttons_to_send.append(self.esm_dict["MYCALL"])
|
211
204
|
|
212
|
-
# elif self.current_widget in ["other_1", "other_2"]:
|
213
|
-
# if self.other_2.text() == "" and self.other_1.text() == "":
|
214
|
-
# self.make_button_green(self.esm_dict["AGN"])
|
215
|
-
# buttons_to_send.append(self.esm_dict["AGN"])
|
216
|
-
# else:
|
217
|
-
# self.make_button_green(self.esm_dict["EXCH"])
|
218
|
-
# buttons_to_send.append(self.esm_dict["EXCH"])
|
219
|
-
# buttons_to_send.append("LOGIT")
|
220
|
-
|
221
205
|
elif self.current_widget in ["other_1", "other_2"]:
|
206
|
+
self.make_button_green(self.esm_dict["QRZ"])
|
207
|
+
buttons_to_send.append(self.esm_dict["QRZ"])
|
222
208
|
buttons_to_send.append("LOGIT")
|
223
209
|
|
224
210
|
if with_enter is True and bool(len(buttons_to_send)):
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: not1mm
|
3
|
-
Version: 25.6.
|
3
|
+
Version: 25.6.16.1
|
4
4
|
Summary: NOT1MM Logger
|
5
5
|
Author-email: Michael Bridak <michael.bridak@gmail.com>
|
6
6
|
License: GPL-3.0-or-later
|
@@ -246,6 +246,7 @@ generated, 'cause I'm lazy, list of those who've submitted PR's.
|
|
246
246
|
|
247
247
|
## Recent Changes
|
248
248
|
|
249
|
+
- [25-6-16] Merged PR from @awandahl SM0HPL, adding ESM buttons to General DX Logging plugin.
|
249
250
|
- [25-6-15] Corrected tab focus of rotator windows buttons.
|
250
251
|
- [25-6-13] Polished up the Rotator window. Adding Stop and Park. Made the NSWE buttons smaller.
|
251
252
|
- Add mouse press event handling to RotatorWindow for position setting.
|
@@ -1,5 +1,5 @@
|
|
1
1
|
not1mm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
not1mm/__main__.py,sha256=
|
2
|
+
not1mm/__main__.py,sha256=SgbLlUVWGbXy00ThKA_61ApJobDaazLfGabsfo3Mpkg,174828
|
3
3
|
not1mm/bandmap.py,sha256=PpoZIuJ8dTj9erW0xYqbyneZrSQ-CEqbpek5jTlc6PQ,31173
|
4
4
|
not1mm/checkwindow.py,sha256=zEHlw40j6Wr3rvKbCQf2lcezCoiZqaBqEvBjQU5aKW0,7630
|
5
5
|
not1mm/dxcc_tracker.py,sha256=px1m6wcFv-ZDBDKyqSa0IcgAfE9GmQ5mptJHBbnWTcA,4379
|
@@ -126,7 +126,7 @@ not1mm/lib/rot_interface.py,sha256=bOyxpV9pQHORUY5qfNZE2QAV1V71QEG2jooiI2p9AwE,3
|
|
126
126
|
not1mm/lib/select_contest.py,sha256=WsptLuwkouIHeocJL3oZ6-eUfEnhpwdc-x7eMZ_TIVM,359
|
127
127
|
not1mm/lib/settings.py,sha256=5xnsagH48qGeCDhfxPWW9yaXtv8wT13yoIVvYt8h_Qs,16023
|
128
128
|
not1mm/lib/super_check_partial.py,sha256=jX7DjHesEV4KNVQbddJui0wAsYHerikH7W0iPv7PXQw,3110
|
129
|
-
not1mm/lib/version.py,sha256=
|
129
|
+
not1mm/lib/version.py,sha256=BXK9rv-j6m1DJFcBBrHMRMEUyr4cZvhrOSpryaAtg4w,50
|
130
130
|
not1mm/lib/versiontest.py,sha256=8vDNptuBBunn-1IGkjNaquehqBYUJyjrPSF8Igmd4_Y,1286
|
131
131
|
not1mm/plugins/10_10_fall_cw.py,sha256=oJh3JKqjOpnWElSlZpiQ631UnaOd8qra5s9bl_QoInk,14783
|
132
132
|
not1mm/plugins/10_10_spring_cw.py,sha256=p7dSDtbFK0e6Xouw2V6swYn3VFVgHKyx4IfRWyBjMZY,14786
|
@@ -163,7 +163,7 @@ not1mm/plugins/ea_majistad_ssb.py,sha256=kZoFknVkslHAEjvleV8shsJEwk12Q3aU6qcmBXz
|
|
163
163
|
not1mm/plugins/ea_rtty.py,sha256=r6c85eyGHbx_ZLBIqKI96vIMqCGH0KCZq2pd-GQt_Dg,23259
|
164
164
|
not1mm/plugins/es_field_day.py,sha256=neBPerH9TSnVhBFB0bCXVfjBBAYwlDZgcZjqFbmGvNE,19166
|
165
165
|
not1mm/plugins/es_open.py,sha256=xFp7fdMMdEZyey99Qws5gd7S5HRiF_gAk7qz4AyWneE,18719
|
166
|
-
not1mm/plugins/general_logging.py,sha256=
|
166
|
+
not1mm/plugins/general_logging.py,sha256=qon9snE369TC0DUQYH7dezENQ-vl7BH0j3w_Cb0LyU0,8796
|
167
167
|
not1mm/plugins/helvetia.py,sha256=nvgFjCq-_5XF0cLiCVFFwAS8NtIIFPDptr8eLsoprGE,20082
|
168
168
|
not1mm/plugins/iaru_fieldday_r1_cw.py,sha256=1AVyZFi3ri2zqaNJY181Wtyz74fai8QLoi7PoyXpfaY,17218
|
169
169
|
not1mm/plugins/iaru_fieldday_r1_ssb.py,sha256=w0j4MY1LeGxOaQfRjxRS-Q4waTOOt-hbxA1spil7z_I,17222
|
@@ -190,9 +190,9 @@ not1mm/plugins/ukeidx.py,sha256=ZsIFXgOSwjuKNmN4W_C0TAgGqgnabJGNLMHwGkl3_bk,1910
|
|
190
190
|
not1mm/plugins/vhf_sprint.py,sha256=a9QFTpv8XUbZ_GLjdVCh7svykFa-gXOWwKFZ6MD3uQM,19289
|
191
191
|
not1mm/plugins/weekly_rtty.py,sha256=C8Xs3Q5UgSYx-mFFar8BVARWtmqlyrbeC98Ubzb4UN8,20128
|
192
192
|
not1mm/plugins/winter_field_day.py,sha256=hmAMgkdqIXtnCNyUp8J9Bb8liN8wj10wps6ROuG-Bok,15284
|
193
|
-
not1mm-25.6.
|
194
|
-
not1mm-25.6.
|
195
|
-
not1mm-25.6.
|
196
|
-
not1mm-25.6.
|
197
|
-
not1mm-25.6.
|
198
|
-
not1mm-25.6.
|
193
|
+
not1mm-25.6.16.1.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
194
|
+
not1mm-25.6.16.1.dist-info/METADATA,sha256=TbPB3A5sopjzK7eOR4K0wDJO3lZSvBi6K5YCzFIg15A,36874
|
195
|
+
not1mm-25.6.16.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
196
|
+
not1mm-25.6.16.1.dist-info/entry_points.txt,sha256=pMcZk_0dxFgLkcUkF0Q874ojpwOmF3OL6EKw9LgvocM,47
|
197
|
+
not1mm-25.6.16.1.dist-info/top_level.txt,sha256=0YmTxEcDzQlzXub-lXASvoLpg_mt1c2thb5cVkDf5J4,7
|
198
|
+
not1mm-25.6.16.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|