not1mm 23.3.24__tar.gz → 23.3.24.1__tar.gz

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 (62) hide show
  1. {not1mm-23.3.24 → not1mm-23.3.24.1}/PKG-INFO +2 -2
  2. {not1mm-23.3.24 → not1mm-23.3.24.1}/README.md +1 -1
  3. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/__main__.py +2 -0
  4. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/lib/cat_interface.py +1 -0
  5. not1mm-23.3.24.1/not1mm/lib/version.py +2 -0
  6. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/logwindow.py +0 -0
  7. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm.egg-info/PKG-INFO +2 -2
  8. {not1mm-23.3.24 → not1mm-23.3.24.1}/pyproject.toml +1 -1
  9. not1mm-23.3.24/not1mm/lib/version.py +0 -2
  10. {not1mm-23.3.24 → not1mm-23.3.24.1}/LICENSE +0 -0
  11. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/__init__.py +0 -0
  12. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/data/Combinear.qss +0 -0
  13. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/data/JetBrainsMono-Regular.ttf +0 -0
  14. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/data/MASTER.SCP +0 -0
  15. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/data/check.png +0 -0
  16. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/data/contests.sql +0 -0
  17. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/data/cty.json +0 -0
  18. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/data/cwmacros.txt +0 -0
  19. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/data/editcontact.ui +0 -0
  20. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/data/editmacro.ui +0 -0
  21. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/data/greendot.png +0 -0
  22. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/data/k6gte-not1mm.desktop +0 -0
  23. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/data/k6gte.not1mm-128.png +0 -0
  24. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/data/k6gte.not1mm-32.png +0 -0
  25. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/data/k6gte.not1mm-64.png +0 -0
  26. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/data/logwindow.ui +0 -0
  27. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/data/main.ui +0 -0
  28. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/data/opon.ui +0 -0
  29. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/data/reddot.png +0 -0
  30. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/data/settings.ui +0 -0
  31. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/data/use_qrz_dialog.ui +0 -0
  32. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/lib/__init__.py +0 -0
  33. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/lib/cwinterface.py +0 -0
  34. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/lib/database.py +0 -0
  35. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/lib/edit_contact.py +0 -0
  36. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/lib/edit_macro.py +0 -0
  37. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/lib/edit_opon.py +0 -0
  38. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/lib/edit_settings.py +0 -0
  39. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/lib/ham_utility.py +0 -0
  40. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/lib/lookup.py +0 -0
  41. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/lib/multicast.py +0 -0
  42. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/lib/n1mm.py +0 -0
  43. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/lib/qrz_dialog.py +0 -0
  44. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/plugins/__init__.py +0 -0
  45. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/plugins/arrl_dx_cw.py +0 -0
  46. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/plugins/arrl_dx_phone.py +0 -0
  47. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/plugins/arrl_field_day.py +0 -0
  48. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/plugins/arrl_rtty_ru.py +0 -0
  49. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/plugins/arrl_ss_cw.py +0 -0
  50. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/plugins/arrl_ss_phone.py +0 -0
  51. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/plugins/cq_wpx_ssb.py +0 -0
  52. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/plugins/cqww_dx_cw.py +0 -0
  53. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/plugins/cqww_dx_ssb.py +0 -0
  54. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/plugins/general_logging.py +0 -0
  55. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/plugins/winter_field_day.py +0 -0
  56. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm/test.py +0 -0
  57. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm.egg-info/SOURCES.txt +0 -0
  58. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm.egg-info/dependency_links.txt +0 -0
  59. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm.egg-info/entry_points.txt +0 -0
  60. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm.egg-info/requires.txt +0 -0
  61. {not1mm-23.3.24 → not1mm-23.3.24.1}/not1mm.egg-info/top_level.txt +0 -0
  62. {not1mm-23.3.24 → not1mm-23.3.24.1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: not1mm
3
- Version: 23.3.24
3
+ Version: 23.3.24.1
4
4
  Summary: NOT1MM Logger
5
5
  Author-email: Michael Bridak <michael.bridak@gmail.com>
6
6
  Project-URL: Homepage, https://github.com/mbridak/not1mm
@@ -70,7 +70,7 @@ Feature complete.
70
70
 
71
71
  ## Changes of note
72
72
 
73
- - [23-3-24] Added dupe checking. Added CAT check for flrig or rigctld.
73
+ - [23-3-24] Added dupe checking. Added CAT check for flrig or rigctld. Added online flag for flrig.
74
74
  - [23-3-23] Added most of Cabrillo generation. Plan to test it this weekends CQ WPX SSB.
75
75
  - [23-3-22] Add prefill of serial nr. set OP call on startup. Set IsMultiplier1 new unique wpx. Add OP and contest name to window title. and stuff.
76
76
  - [23-3-21] Worked on CQ WPX SSB plugin.
@@ -51,7 +51,7 @@ Feature complete.
51
51
 
52
52
  ## Changes of note
53
53
 
54
- - [23-3-24] Added dupe checking. Added CAT check for flrig or rigctld.
54
+ - [23-3-24] Added dupe checking. Added CAT check for flrig or rigctld. Added online flag for flrig.
55
55
  - [23-3-23] Added most of Cabrillo generation. Plan to test it this weekends CQ WPX SSB.
56
56
  - [23-3-22] Add prefill of serial nr. set OP call on startup. Set IsMultiplier1 new unique wpx. Add OP and contest name to window title. and stuff.
57
57
  - [23-3-21] Worked on CQ WPX SSB plugin.
@@ -270,9 +270,11 @@ class MainWindow(QtWidgets.QMainWindow):
270
270
  local_flrig = self.check_process("flrig")
271
271
  local_rigctld = self.check_process("rigctld")
272
272
  if local_flrig:
273
+ logger.debug("Found flrig")
273
274
  address, port = "localhost", "12345"
274
275
  self.rig_control = CAT("flrig", address, int(port))
275
276
  if local_rigctld:
277
+ logger.debug("Found rigctld")
276
278
  address, port = "localhost", "4532"
277
279
  self.rig_control = CAT("rigctld", address, int(port))
278
280
 
@@ -60,6 +60,7 @@ class CAT:
60
60
  target = f"http://{host}:{port}"
61
61
  logger.debug("%s", target)
62
62
  self.server = xmlrpc.client.ServerProxy(target)
63
+ self.online = True
63
64
  if self.interface == "rigctld":
64
65
  self.__initialize_rigctrld()
65
66
 
@@ -0,0 +1,2 @@
1
+ """It's the version"""
2
+ __version__ = "23.3.24.1"
File without changes
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: not1mm
3
- Version: 23.3.24
3
+ Version: 23.3.24.1
4
4
  Summary: NOT1MM Logger
5
5
  Author-email: Michael Bridak <michael.bridak@gmail.com>
6
6
  Project-URL: Homepage, https://github.com/mbridak/not1mm
@@ -70,7 +70,7 @@ Feature complete.
70
70
 
71
71
  ## Changes of note
72
72
 
73
- - [23-3-24] Added dupe checking. Added CAT check for flrig or rigctld.
73
+ - [23-3-24] Added dupe checking. Added CAT check for flrig or rigctld. Added online flag for flrig.
74
74
  - [23-3-23] Added most of Cabrillo generation. Plan to test it this weekends CQ WPX SSB.
75
75
  - [23-3-22] Add prefill of serial nr. set OP call on startup. Set IsMultiplier1 new unique wpx. Add OP and contest name to window title. and stuff.
76
76
  - [23-3-21] Worked on CQ WPX SSB plugin.
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "not1mm"
7
- version = "23.3.24"
7
+ version = "23.3.24.1"
8
8
  description = "NOT1MM Logger"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
@@ -1,2 +0,0 @@
1
- """It's the version"""
2
- __version__ = "23.3.24"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes