not1mm 24.3.16__py3-none-any.whl → 24.3.24__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.
Files changed (68) hide show
  1. not1mm/__main__.py +288 -124
  2. not1mm/bandmap.py +207 -191
  3. not1mm/checkwindow.py +62 -109
  4. not1mm/data/MASTER.SCP +1077 -749
  5. not1mm/data/bandmap.ui +4 -4
  6. not1mm/data/checkwindow.ui +9 -16
  7. not1mm/data/cty.json +1 -1
  8. not1mm/data/logwindow.ui +16 -11
  9. not1mm/data/main.ui +16 -6
  10. not1mm/data/vfo.ui +64 -52
  11. not1mm/fsutils.py +63 -0
  12. not1mm/lib/about.py +4 -2
  13. not1mm/lib/cat_interface.py +1 -1
  14. not1mm/lib/cwinterface.py +1 -1
  15. not1mm/lib/database.py +4 -4
  16. not1mm/lib/edit_contact.py +2 -2
  17. not1mm/lib/edit_macro.py +2 -3
  18. not1mm/lib/edit_opon.py +2 -2
  19. not1mm/lib/edit_station.py +3 -3
  20. not1mm/lib/ham_utility.py +1 -1
  21. not1mm/lib/lookup.py +1 -1
  22. not1mm/lib/multicast.py +9 -4
  23. not1mm/lib/n1mm.py +1 -1
  24. not1mm/lib/new_contest.py +2 -2
  25. not1mm/lib/select_contest.py +2 -2
  26. not1mm/lib/settings.py +3 -4
  27. not1mm/lib/super_check_partial.py +8 -5
  28. not1mm/lib/version.py +1 -1
  29. not1mm/logwindow.py +62 -105
  30. not1mm/plugins/10_10_fall_cw.py +1 -1
  31. not1mm/plugins/10_10_spring_cw.py +1 -1
  32. not1mm/plugins/10_10_summer_phone.py +1 -1
  33. not1mm/plugins/10_10_winter_phone.py +1 -1
  34. not1mm/plugins/arrl_10m.py +1 -1
  35. not1mm/plugins/arrl_dx_cw.py +1 -1
  36. not1mm/plugins/arrl_dx_ssb.py +1 -1
  37. not1mm/plugins/arrl_field_day.py +1 -1
  38. not1mm/plugins/arrl_ss_cw.py +1 -1
  39. not1mm/plugins/arrl_ss_phone.py +1 -1
  40. not1mm/plugins/arrl_vhf_jan.py +1 -1
  41. not1mm/plugins/arrl_vhf_jun.py +1 -1
  42. not1mm/plugins/arrl_vhf_sep.py +1 -1
  43. not1mm/plugins/canada_day.py +1 -1
  44. not1mm/plugins/cq_160_cw.py +1 -1
  45. not1mm/plugins/cq_160_ssb.py +1 -1
  46. not1mm/plugins/cq_wpx_cw.py +1 -1
  47. not1mm/plugins/cq_wpx_ssb.py +1 -1
  48. not1mm/plugins/cq_ww_cw.py +1 -1
  49. not1mm/plugins/cq_ww_ssb.py +1 -1
  50. not1mm/plugins/cwt.py +1 -1
  51. not1mm/plugins/general_logging.py +1 -1
  52. not1mm/plugins/iaru_hf.py +1 -1
  53. not1mm/plugins/jidx_cw.py +1 -1
  54. not1mm/plugins/jidx_ph.py +1 -1
  55. not1mm/plugins/naqp_cw.py +1 -1
  56. not1mm/plugins/naqp_ssb.py +1 -1
  57. not1mm/plugins/phone_weekly_test.py +1 -1
  58. not1mm/plugins/stew_perry_topband.py +1 -1
  59. not1mm/plugins/winter_field_day.py +1 -1
  60. not1mm/vfo.py +78 -98
  61. {not1mm-24.3.16.dist-info → not1mm-24.3.24.dist-info}/METADATA +67 -55
  62. {not1mm-24.3.16.dist-info → not1mm-24.3.24.dist-info}/RECORD +68 -66
  63. testing/detectdark.py +35 -0
  64. testing/test.py +13 -11
  65. {not1mm-24.3.16.dist-info → not1mm-24.3.24.dist-info}/LICENSE +0 -0
  66. {not1mm-24.3.16.dist-info → not1mm-24.3.24.dist-info}/WHEEL +0 -0
  67. {not1mm-24.3.16.dist-info → not1mm-24.3.24.dist-info}/entry_points.txt +0 -0
  68. {not1mm-24.3.16.dist-info → not1mm-24.3.24.dist-info}/top_level.txt +0 -0
not1mm/data/bandmap.ui CHANGED
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <ui version="4.0">
3
- <class>MainWindow</class>
4
- <widget class="QMainWindow" name="MainWindow">
3
+ <class>BandMapWindow</class>
4
+ <widget class="QDockWidget" name="BandMapWindow">
5
5
  <property name="geometry">
6
6
  <rect>
7
7
  <x>0</x>
@@ -18,7 +18,7 @@
18
18
  <property name="windowTitle">
19
19
  <string>BandMap</string>
20
20
  </property>
21
- <widget class="QWidget" name="centralwidget">
21
+ <widget class="QWidget">
22
22
  <layout class="QVBoxLayout" name="verticalLayout_2">
23
23
  <property name="spacing">
24
24
  <number>6</number>
@@ -50,7 +50,7 @@
50
50
  <string>callsign</string>
51
51
  </property>
52
52
  <property name="accessibleDescription">
53
- <string>callsign used to sign in to d x cluster.</string>
53
+ <string>callsign used to sign in to dx cluster.</string>
54
54
  </property>
55
55
  <property name="styleSheet">
56
56
  <string notr="true">text-transform: uppercase;</string>
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <ui version="4.0">
3
- <class>MainWindow</class>
4
- <widget class="QMainWindow" name="MainWindow">
3
+ <class>CheckWindow</class>
4
+ <widget class="QWidget" name="CheckWindow">
5
5
  <property name="geometry">
6
6
  <rect>
7
7
  <x>0</x>
@@ -13,14 +13,17 @@
13
13
  <property name="font">
14
14
  <font>
15
15
  <family>JetBrains Mono</family>
16
- <pointsize>14</pointsize>
16
+ <pointsize>12</pointsize>
17
17
  </font>
18
18
  </property>
19
19
  <property name="windowTitle">
20
- <string>CheckWindow</string>
20
+ <string>Check Partial</string>
21
21
  </property>
22
- <widget class="QWidget" name="centralwidget">
23
22
  <layout class="QGridLayout" name="gridLayout">
23
+ <property name="bottomMargin"><number>2</number></property>
24
+ <property name="topMargin"><number>2</number></property>
25
+ <property name="leftMargin"><number>2</number></property>
26
+ <property name="rightMargin"><number>2</number></property>
24
27
  <item row="1" column="1">
25
28
  <widget class="QListWidget" name="masterList"/>
26
29
  </item>
@@ -87,17 +90,7 @@
87
90
  </item>
88
91
  </layout>
89
92
  </widget>
90
- <widget class="QMenuBar" name="menubar">
91
- <property name="geometry">
92
- <rect>
93
- <x>0</x>
94
- <y>0</y>
95
- <width>310</width>
96
- <height>36</height>
97
- </rect>
98
- </property>
99
- </widget>
100
- </widget>
93
+
101
94
  <resources/>
102
95
  <connections/>
103
96
  </ui>