not1mm 25.6.15__py3-none-any.whl → 25.6.16__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/lib/version.py +1 -1
- not1mm/plugins/general_logging.py +6 -2
- {not1mm-25.6.15.dist-info → not1mm-25.6.16.dist-info}/METADATA +2 -1
- {not1mm-25.6.15.dist-info → not1mm-25.6.16.dist-info}/RECORD +8 -8
- {not1mm-25.6.15.dist-info → not1mm-25.6.16.dist-info}/WHEEL +0 -0
- {not1mm-25.6.15.dist-info → not1mm-25.6.16.dist-info}/entry_points.txt +0 -0
- {not1mm-25.6.15.dist-info → not1mm-25.6.16.dist-info}/licenses/LICENSE +0 -0
- {not1mm-25.6.15.dist-info → not1mm-25.6.16.dist-info}/top_level.txt +0 -0
not1mm/lib/version.py
CHANGED
@@ -194,7 +194,9 @@ def process_esm(self, new_focused_widget=None, with_enter=False):
|
|
194
194
|
# buttons_to_send.append("LOGIT")
|
195
195
|
|
196
196
|
elif self.current_widget in ["other_1", "other_2"]:
|
197
|
-
|
197
|
+
self.make_button_green(self.esm_dict["QRZ"])
|
198
|
+
buttons_to_send.append(self.esm_dict["QRZ"])
|
199
|
+
buttons_to_send.append("LOGIT")
|
198
200
|
|
199
201
|
if with_enter is True and bool(len(buttons_to_send)):
|
200
202
|
for button in buttons_to_send:
|
@@ -219,7 +221,9 @@ def process_esm(self, new_focused_widget=None, with_enter=False):
|
|
219
221
|
# buttons_to_send.append("LOGIT")
|
220
222
|
|
221
223
|
elif self.current_widget in ["other_1", "other_2"]:
|
222
|
-
|
224
|
+
self.make_button_green(self.esm_dict["QRZ"])
|
225
|
+
buttons_to_send.append(self.esm_dict["QRZ"])
|
226
|
+
buttons_to_send.append("LOGIT")
|
223
227
|
|
224
228
|
if with_enter is True and bool(len(buttons_to_send)):
|
225
229
|
for button in 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
|
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.
|
@@ -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=XJ5BjNfUs1KD9OnkcLtp7k0u9aF3RRuYm3384OYrxCY,48
|
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=htN7G4lPi5k9CN-evStAemXSyCbgsWp-dtMXwFHmskE,9852
|
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.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
194
|
+
not1mm-25.6.16.dist-info/METADATA,sha256=4VBOLdBzE5DkYo5tRN2wmAycdQTMG3pUORRzpACvMJ4,36872
|
195
|
+
not1mm-25.6.16.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
196
|
+
not1mm-25.6.16.dist-info/entry_points.txt,sha256=pMcZk_0dxFgLkcUkF0Q874ojpwOmF3OL6EKw9LgvocM,47
|
197
|
+
not1mm-25.6.16.dist-info/top_level.txt,sha256=0YmTxEcDzQlzXub-lXASvoLpg_mt1c2thb5cVkDf5J4,7
|
198
|
+
not1mm-25.6.16.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|