not1mm 25.4.15__py3-none-any.whl → 25.4.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/__main__.py +2 -0
- not1mm/lib/version.py +1 -1
- {not1mm-25.4.15.dist-info → not1mm-25.4.16.dist-info}/METADATA +2 -1
- {not1mm-25.4.15.dist-info → not1mm-25.4.16.dist-info}/RECORD +8 -8
- {not1mm-25.4.15.dist-info → not1mm-25.4.16.dist-info}/WHEEL +0 -0
- {not1mm-25.4.15.dist-info → not1mm-25.4.16.dist-info}/entry_points.txt +0 -0
- {not1mm-25.4.15.dist-info → not1mm-25.4.16.dist-info}/licenses/LICENSE +0 -0
- {not1mm-25.4.15.dist-info → not1mm-25.4.16.dist-info}/top_level.txt +0 -0
not1mm/__main__.py
CHANGED
@@ -948,8 +948,10 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
948
948
|
return
|
949
949
|
|
950
950
|
if msg.get("cmd", "") == "CHANGECALL":
|
951
|
+
self.activateWindow()
|
951
952
|
self.callsign.setText(msg.get("call", ""))
|
952
953
|
self.callsign.setFocus()
|
954
|
+
self.callsign_changed()
|
953
955
|
|
954
956
|
if msg.get("cmd", "") == "CHECKSPOTS":
|
955
957
|
if self.check_window:
|
not1mm/lib/version.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: not1mm
|
3
|
-
Version: 25.4.
|
3
|
+
Version: 25.4.16
|
4
4
|
Summary: NOT1MM Logger
|
5
5
|
Author-email: Michael Bridak <michael.bridak@gmail.com>
|
6
6
|
License: GPL-3.0-or-later
|
@@ -254,6 +254,7 @@ generated, 'cause I'm lazy, list of those who've submitted PR's.
|
|
254
254
|
|
255
255
|
## Recent Changes
|
256
256
|
|
257
|
+
- [25-4-16] Fix serial number not updating when selecing call from checkpartial or bandmap.
|
257
258
|
- [25-4-15] Corrected dupe_type 5 check for contest specific function. Fixed wrong ES Open plugin name. Fixed some problems with the specific_contest_check_dupe datetime namespace. And other stuff.
|
258
259
|
- [25-4-14] Add ES Open HF Chanmpionship.
|
259
260
|
- [25-4-13] Fix crash in JIDX Cabrillo output.
|
@@ -1,5 +1,5 @@
|
|
1
1
|
not1mm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
not1mm/__main__.py,sha256=
|
2
|
+
not1mm/__main__.py,sha256=wKUfF71VCtTF2LI-TVLH_oSdIaPblkIDTzyl4Juc0oc,154125
|
3
3
|
not1mm/bandmap.py,sha256=-zu5slsuAm2GmeW8g3yvURzsuQxemwIQfw1HEq8xKHM,29920
|
4
4
|
not1mm/checkwindow.py,sha256=zEHlw40j6Wr3rvKbCQf2lcezCoiZqaBqEvBjQU5aKW0,7630
|
5
5
|
not1mm/fsutils.py,sha256=ukHKxKTeNKxKwqRaJjtzRShL4X5Xl0jRBbADyy3Ifp8,1701
|
@@ -118,7 +118,7 @@ not1mm/lib/plugin_common.py,sha256=D1OBjyLmX7zuSPqgTCmHwXzAKA12J_zTQItvyIem-4Y,1
|
|
118
118
|
not1mm/lib/select_contest.py,sha256=WsptLuwkouIHeocJL3oZ6-eUfEnhpwdc-x7eMZ_TIVM,359
|
119
119
|
not1mm/lib/settings.py,sha256=mXffn8Xaj5KATPQinNBR0V5DbHWQPsRfh24_axWGYuk,15254
|
120
120
|
not1mm/lib/super_check_partial.py,sha256=hwT2NRwobu0PLDyw6ltmbmcAtGBD02CKGFbgGWjXMqA,2334
|
121
|
-
not1mm/lib/version.py,sha256=
|
121
|
+
not1mm/lib/version.py,sha256=xyneEZrvek58gN8OOt9pACOrFiN3PDFtZTKCFKAmCUc,48
|
122
122
|
not1mm/lib/versiontest.py,sha256=8vDNptuBBunn-1IGkjNaquehqBYUJyjrPSF8Igmd4_Y,1286
|
123
123
|
not1mm/plugins/10_10_fall_cw.py,sha256=oJh3JKqjOpnWElSlZpiQ631UnaOd8qra5s9bl_QoInk,14783
|
124
124
|
not1mm/plugins/10_10_spring_cw.py,sha256=p7dSDtbFK0e6Xouw2V6swYn3VFVgHKyx4IfRWyBjMZY,14786
|
@@ -179,9 +179,9 @@ not1mm/plugins/stew_perry_topband.py,sha256=3U-Dr28haBTqTaZWLiC1qHQBmLsLENDL-ihy
|
|
179
179
|
not1mm/plugins/ukeidx.py,sha256=0ABGW7_9Ui0Rgr8mkPBxOJokAIerM1a4-HWnl6VsnV8,19105
|
180
180
|
not1mm/plugins/weekly_rtty.py,sha256=C8Xs3Q5UgSYx-mFFar8BVARWtmqlyrbeC98Ubzb4UN8,20128
|
181
181
|
not1mm/plugins/winter_field_day.py,sha256=hmAMgkdqIXtnCNyUp8J9Bb8liN8wj10wps6ROuG-Bok,15284
|
182
|
-
not1mm-25.4.
|
183
|
-
not1mm-25.4.
|
184
|
-
not1mm-25.4.
|
185
|
-
not1mm-25.4.
|
186
|
-
not1mm-25.4.
|
187
|
-
not1mm-25.4.
|
182
|
+
not1mm-25.4.16.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
183
|
+
not1mm-25.4.16.dist-info/METADATA,sha256=Cjj35tuQthP7loNH7xxdytuYQbkJWM7sM_Q0reT6SWs,39684
|
184
|
+
not1mm-25.4.16.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
185
|
+
not1mm-25.4.16.dist-info/entry_points.txt,sha256=pMcZk_0dxFgLkcUkF0Q874ojpwOmF3OL6EKw9LgvocM,47
|
186
|
+
not1mm-25.4.16.dist-info/top_level.txt,sha256=0YmTxEcDzQlzXub-lXASvoLpg_mt1c2thb5cVkDf5J4,7
|
187
|
+
not1mm-25.4.16.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|