not1mm 24.12.9__tar.gz → 24.12.11.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.
- {not1mm-24.12.9 → not1mm-24.12.11.1}/PKG-INFO +3 -1
- {not1mm-24.12.9 → not1mm-24.12.11.1}/README.md +2 -0
- not1mm-24.12.11.1/not1mm/lib/version.py +3 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/10_10_fall_cw.py +14 -2
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/10_10_spring_cw.py +14 -2
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/10_10_summer_phone.py +14 -2
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/10_10_winter_phone.py +14 -2
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/arrl_dx_cw.py +27 -5
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/arrl_dx_ssb.py +27 -5
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/arrl_field_day.py +14 -2
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/arrl_rtty_ru.py +18 -1
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/arrl_ss_cw.py +14 -1
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/arrl_ss_phone.py +14 -1
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/arrl_vhf_jan.py +21 -1
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/arrl_vhf_jun.py +21 -1
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/arrl_vhf_sep.py +20 -2
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/canada_day.py +21 -2
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/cq_wpx_cw.py +13 -1
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/cq_wpx_rtty.py +13 -1
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/cq_wpx_ssb.py +13 -1
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/cq_ww_cw.py +22 -17
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/cq_ww_rtty.py +27 -9
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/cq_ww_ssb.py +23 -5
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/darc_xmas.py +20 -5
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/helvetia.py +19 -4
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/iaru_fieldday_r1_cw.py +14 -2
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/iaru_fieldday_r1_ssb.py +14 -2
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/iaru_hf.py +35 -6
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm.egg-info/PKG-INFO +3 -1
- {not1mm-24.12.9 → not1mm-24.12.11.1}/pyproject.toml +1 -1
- not1mm-24.12.9/not1mm/lib/version.py +0 -3
- {not1mm-24.12.9 → not1mm-24.12.11.1}/LICENSE +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/__init__.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/__main__.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/bandmap.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/checkwindow.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/JetBrainsMono-ExtraLight.ttf +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/MASTER.SCP +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/about.ui +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/alpha bravo charlie delta.txt +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/bandmap.ui +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/check.png +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/checkwindow.ui +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/configuration.ui +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/contests.sql +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/cty.json +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/cwmacros.txt +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/donors.html +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/editcontact.ui +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/editmacro.ui +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/greendot.png +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/k6gte-not1mm.desktop +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/k6gte.not1mm-128.png +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/k6gte.not1mm-32.png +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/k6gte.not1mm-64.png +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/logwindow.ui +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/logwindowx.ui +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/main.ui +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/new_contest.ui +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/not1mm.html +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/opon.ui +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/0.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/1.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/2.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/3.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/4.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/5.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/6.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/7.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/73.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/8.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/9.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/a.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/again.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/b.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/c.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/contest.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/cq.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/cq2.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/d.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/e.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/f.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/g.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/h.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/i.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/j.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/k.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/k6gte.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/l.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/m.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/mynumber.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/n.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/nil.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/o.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/p.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/q.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/r.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/roger.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/s.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/space.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/t.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/thankyou.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/thankyouqrz.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/u.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/v.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/w.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/x.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/y.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/yourcall.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/phonetics/z.wav +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/pickcontest.ui +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/radio_green.png +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/radio_grey.png +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/radio_red.png +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/reddot.png +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/rttymacros.txt +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/settings.ui +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/splash.png +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/ssbmacros.txt +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/data/vfo.ui +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/fsutils.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/lib/__init__.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/lib/about.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/lib/cat_interface.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/lib/cwinterface.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/lib/database.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/lib/edit_contact.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/lib/edit_macro.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/lib/edit_opon.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/lib/edit_station.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/lib/fldigi_sendstring.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/lib/fldigi_watcher.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/lib/ft8_watcher.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/lib/ham_utility.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/lib/lookup.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/lib/multicast.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/lib/n1mm.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/lib/new_contest.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/lib/plugin_common.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/lib/select_contest.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/lib/settings.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/lib/super_check_partial.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/lib/versiontest.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/logwindow.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/lookupservice.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/__init__.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/arrl_10m.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/arrl_160m.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/cq_160_cw.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/cq_160_ssb.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/cwt.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/general_logging.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/icwc_mst.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/jidx_cw.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/jidx_ph.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/k1usn_sst.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/lz-dx.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/naqp_cw.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/naqp_rtty.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/naqp_ssb.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/phone_weekly_test.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/raem.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/ref_cw.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/ref_ssb.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/stew_perry_topband.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/weekly_rtty.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/plugins/winter_field_day.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/radio.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/rtc_service.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/test.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/vfo.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm/voice_keying.py +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm.egg-info/SOURCES.txt +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm.egg-info/dependency_links.txt +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm.egg-info/entry_points.txt +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm.egg-info/requires.txt +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/not1mm.egg-info/top_level.txt +0 -0
- {not1mm-24.12.9 → not1mm-24.12.11.1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: not1mm
|
3
|
-
Version: 24.12.
|
3
|
+
Version: 24.12.11.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
|
@@ -239,6 +239,8 @@ generated, 'cause I'm lazy, list of those who've submitted PR's.
|
|
239
239
|
|
240
240
|
## Recent Changes (Polishing the Turd)
|
241
241
|
|
242
|
+
- [24-12-11-1] Add RTC to RAC Canada Day, ARRL VHF, ARRL Field Day, ARRL SS, ARRL DX, 10 10
|
243
|
+
- [24-12-11] Add RTC to IARU HF, IARU Field Day, DARC XMAS, CQ WW, CQ WPX
|
242
244
|
- [24-12-9] Add RTC to Winter Field Day, Stew Perry, REF, RAEM, NAQP, LZ-DX, JIDX
|
243
245
|
- [24-12-8-2] Add RTC to ARRL 10M, Tweaked cabrillo file output.
|
244
246
|
- [24-12-8-1] Changed cabrillo names for Weekly RTTY, CW Ops CWT and K1USN SST.
|
@@ -208,6 +208,8 @@ generated, 'cause I'm lazy, list of those who've submitted PR's.
|
|
208
208
|
|
209
209
|
## Recent Changes (Polishing the Turd)
|
210
210
|
|
211
|
+
- [24-12-11-1] Add RTC to RAC Canada Day, ARRL VHF, ARRL Field Day, ARRL SS, ARRL DX, 10 10
|
212
|
+
- [24-12-11] Add RTC to IARU HF, IARU Field Day, DARC XMAS, CQ WW, CQ WPX
|
211
213
|
- [24-12-9] Add RTC to Winter Field Day, Stew Perry, REF, RAEM, NAQP, LZ-DX, JIDX
|
212
214
|
- [24-12-8-2] Add RTC to ARRL 10M, Tweaked cabrillo file output.
|
213
215
|
- [24-12-8-1] Changed cabrillo names for Weekly RTTY, CW Ops CWT and K1USN SST.
|
@@ -8,7 +8,7 @@ from pathlib import Path
|
|
8
8
|
|
9
9
|
from PyQt6 import QtWidgets
|
10
10
|
|
11
|
-
from not1mm.lib.plugin_common import gen_adif, get_points
|
11
|
+
from not1mm.lib.plugin_common import gen_adif, get_points, online_score_xml
|
12
12
|
from not1mm.lib.version import __version__
|
13
13
|
|
14
14
|
logger = logging.getLogger(__name__)
|
@@ -16,7 +16,7 @@ logger = logging.getLogger(__name__)
|
|
16
16
|
EXCHANGE_HINT = "Name + 10-10# + SPC"
|
17
17
|
|
18
18
|
name = "10 10 FALL CW"
|
19
|
-
cabrillo_name = "10-10
|
19
|
+
cabrillo_name = "10-10"
|
20
20
|
mode = "CW" # CW SSB BOTH RTTY
|
21
21
|
# columns = [0, 1, 2, 3, 4, 5, 6, 15]
|
22
22
|
columns = [
|
@@ -453,3 +453,15 @@ def process_esm(self, new_focused_widget=None, with_enter=False):
|
|
453
453
|
self.save_contact()
|
454
454
|
continue
|
455
455
|
self.process_function_key(button)
|
456
|
+
|
457
|
+
|
458
|
+
def get_mults(self):
|
459
|
+
""""""
|
460
|
+
|
461
|
+
mults = {}
|
462
|
+
return mults
|
463
|
+
|
464
|
+
|
465
|
+
def just_points(self):
|
466
|
+
""""""
|
467
|
+
return get_points(self)
|
@@ -7,7 +7,7 @@ import logging
|
|
7
7
|
from pathlib import Path
|
8
8
|
|
9
9
|
from PyQt6 import QtWidgets
|
10
|
-
from not1mm.lib.plugin_common import gen_adif, get_points
|
10
|
+
from not1mm.lib.plugin_common import gen_adif, get_points, online_score_xml
|
11
11
|
from not1mm.lib.version import __version__
|
12
12
|
|
13
13
|
logger = logging.getLogger(__name__)
|
@@ -15,7 +15,7 @@ logger = logging.getLogger(__name__)
|
|
15
15
|
EXCHANGE_HINT = "Name + 10-10# + SPC"
|
16
16
|
|
17
17
|
name = "10 10 SPRING CW"
|
18
|
-
cabrillo_name = "10-10
|
18
|
+
cabrillo_name = "10-10"
|
19
19
|
mode = "CW" # CW SSB BOTH RTTY
|
20
20
|
# columns = [0, 1, 2, 3, 4, 5, 6, 15]
|
21
21
|
columns = [
|
@@ -452,3 +452,15 @@ def process_esm(self, new_focused_widget=None, with_enter=False):
|
|
452
452
|
self.save_contact()
|
453
453
|
continue
|
454
454
|
self.process_function_key(button)
|
455
|
+
|
456
|
+
|
457
|
+
def get_mults(self):
|
458
|
+
""""""
|
459
|
+
|
460
|
+
mults = {}
|
461
|
+
return mults
|
462
|
+
|
463
|
+
|
464
|
+
def just_points(self):
|
465
|
+
""""""
|
466
|
+
return get_points(self)
|
@@ -9,7 +9,7 @@ from pathlib import Path
|
|
9
9
|
|
10
10
|
from PyQt6 import QtWidgets
|
11
11
|
|
12
|
-
from not1mm.lib.plugin_common import gen_adif, get_points
|
12
|
+
from not1mm.lib.plugin_common import gen_adif, get_points, online_score_xml
|
13
13
|
from not1mm.lib.version import __version__
|
14
14
|
|
15
15
|
logger = logging.getLogger(__name__)
|
@@ -17,7 +17,7 @@ logger = logging.getLogger(__name__)
|
|
17
17
|
EXCHANGE_HINT = "Name + 10-10# + SPC"
|
18
18
|
|
19
19
|
name = "10 10 SUMMER PHONE"
|
20
|
-
cabrillo_name = "10-10
|
20
|
+
cabrillo_name = "10-10"
|
21
21
|
mode = "SSB" # CW SSB BOTH RTTY
|
22
22
|
# columns = [0, 1, 2, 3, 4, 5, 6, 15]
|
23
23
|
columns = [
|
@@ -456,3 +456,15 @@ def process_esm(self, new_focused_widget=None, with_enter=False):
|
|
456
456
|
self.save_contact()
|
457
457
|
continue
|
458
458
|
self.process_function_key(button)
|
459
|
+
|
460
|
+
|
461
|
+
def get_mults(self):
|
462
|
+
""""""
|
463
|
+
|
464
|
+
mults = {}
|
465
|
+
return mults
|
466
|
+
|
467
|
+
|
468
|
+
def just_points(self):
|
469
|
+
""""""
|
470
|
+
return get_points(self)
|
@@ -9,7 +9,7 @@ from pathlib import Path
|
|
9
9
|
|
10
10
|
from PyQt6 import QtWidgets
|
11
11
|
|
12
|
-
from not1mm.lib.plugin_common import gen_adif, get_points
|
12
|
+
from not1mm.lib.plugin_common import gen_adif, get_points, online_score_xml
|
13
13
|
from not1mm.lib.version import __version__
|
14
14
|
|
15
15
|
logger = logging.getLogger(__name__)
|
@@ -17,7 +17,7 @@ logger = logging.getLogger(__name__)
|
|
17
17
|
EXCHANGE_HINT = "Name + 10-10# + SPC"
|
18
18
|
|
19
19
|
name = "10 10 WINTER PHONE"
|
20
|
-
cabrillo_name = "10-10
|
20
|
+
cabrillo_name = "10-10"
|
21
21
|
mode = "SSB" # CW SSB BOTH RTTY
|
22
22
|
# columns = [0, 1, 2, 3, 4, 5, 6, 15]
|
23
23
|
columns = [
|
@@ -454,3 +454,15 @@ def process_esm(self, new_focused_widget=None, with_enter=False):
|
|
454
454
|
self.save_contact()
|
455
455
|
continue
|
456
456
|
self.process_function_key(button)
|
457
|
+
|
458
|
+
|
459
|
+
def get_mults(self):
|
460
|
+
""""""
|
461
|
+
|
462
|
+
mults = {}
|
463
|
+
return mults
|
464
|
+
|
465
|
+
|
466
|
+
def just_points(self):
|
467
|
+
""""""
|
468
|
+
return get_points(self)
|
@@ -10,7 +10,7 @@ from pathlib import Path
|
|
10
10
|
|
11
11
|
from PyQt6 import QtWidgets
|
12
12
|
|
13
|
-
from not1mm.lib.plugin_common import gen_adif, get_points
|
13
|
+
from not1mm.lib.plugin_common import gen_adif, get_points, online_score_xml
|
14
14
|
from not1mm.lib.version import __version__
|
15
15
|
|
16
16
|
logger = logging.getLogger(__name__)
|
@@ -140,21 +140,24 @@ def points(self):
|
|
140
140
|
return 0
|
141
141
|
|
142
142
|
|
143
|
-
def show_mults(self):
|
143
|
+
def show_mults(self, rtc=None):
|
144
144
|
"""Return display string for mults"""
|
145
145
|
location = self.cty_lookup(self.station.get("Call", ""))
|
146
|
+
_country, _state = 0, 0
|
146
147
|
if location:
|
147
148
|
for item in location.items():
|
148
149
|
mycountry = item[1].get("primary_pfx", "")
|
149
150
|
if mycountry in ["K", "VE"]:
|
150
151
|
result = self.database.fetch_arrldx_country_band_count()
|
151
152
|
if result:
|
152
|
-
|
153
|
+
_country = int(result.get("cb_count", 0))
|
153
154
|
else:
|
154
155
|
result = self.database.fetch_arrldx_state_prov_count()
|
155
156
|
if result:
|
156
|
-
|
157
|
-
|
157
|
+
_state = int(result.get("cb_count", 0))
|
158
|
+
if rtc is not None:
|
159
|
+
return (_country, _state)
|
160
|
+
return _country + _state
|
158
161
|
|
159
162
|
|
160
163
|
def show_qso(self):
|
@@ -511,3 +514,22 @@ def process_esm(self, new_focused_widget=None, with_enter=False):
|
|
511
514
|
self.save_contact()
|
512
515
|
continue
|
513
516
|
self.process_function_key(button)
|
517
|
+
|
518
|
+
|
519
|
+
def get_mults(self):
|
520
|
+
""""""
|
521
|
+
|
522
|
+
mults = {}
|
523
|
+
mults["country"], mults["state"] = show_mults(self, rtc=True)
|
524
|
+
return mults
|
525
|
+
|
526
|
+
|
527
|
+
def just_points(self):
|
528
|
+
""""""
|
529
|
+
result = self.database.fetch_points()
|
530
|
+
if result is not None:
|
531
|
+
score = result.get("Points", "0")
|
532
|
+
if score is None:
|
533
|
+
score = "0"
|
534
|
+
return int(score)
|
535
|
+
return 0
|
@@ -10,7 +10,7 @@ from pathlib import Path
|
|
10
10
|
|
11
11
|
from PyQt6 import QtWidgets
|
12
12
|
|
13
|
-
from not1mm.lib.plugin_common import gen_adif, get_points
|
13
|
+
from not1mm.lib.plugin_common import gen_adif, get_points, online_score_xml
|
14
14
|
from not1mm.lib.version import __version__
|
15
15
|
|
16
16
|
logger = logging.getLogger(__name__)
|
@@ -140,21 +140,24 @@ def points(self):
|
|
140
140
|
return 0
|
141
141
|
|
142
142
|
|
143
|
-
def show_mults(self):
|
143
|
+
def show_mults(self, rtc=None):
|
144
144
|
"""Return display string for mults"""
|
145
145
|
location = self.cty_lookup(self.station.get("Call", ""))
|
146
|
+
_country, _state = 0, 0
|
146
147
|
if location:
|
147
148
|
for item in location.items():
|
148
149
|
mycountry = item[1].get("primary_pfx", "")
|
149
150
|
if mycountry in ["K", "VE"]:
|
150
151
|
result = self.database.fetch_arrldx_country_band_count()
|
151
152
|
if result:
|
152
|
-
|
153
|
+
_country = int(result.get("cb_count", 0))
|
153
154
|
else:
|
154
155
|
result = self.database.fetch_arrldx_state_prov_count()
|
155
156
|
if result:
|
156
|
-
|
157
|
-
|
157
|
+
_state = int(result.get("cb_count", 0))
|
158
|
+
if rtc is not None:
|
159
|
+
return (_country, _state)
|
160
|
+
return _country + _state
|
158
161
|
|
159
162
|
|
160
163
|
def show_qso(self):
|
@@ -510,3 +513,22 @@ def process_esm(self, new_focused_widget=None, with_enter=False):
|
|
510
513
|
self.save_contact()
|
511
514
|
continue
|
512
515
|
self.process_function_key(button)
|
516
|
+
|
517
|
+
|
518
|
+
def get_mults(self):
|
519
|
+
""""""
|
520
|
+
|
521
|
+
mults = {}
|
522
|
+
mults["country"], mults["state"] = show_mults(self, rtc=True)
|
523
|
+
return mults
|
524
|
+
|
525
|
+
|
526
|
+
def just_points(self):
|
527
|
+
""""""
|
528
|
+
result = self.database.fetch_points()
|
529
|
+
if result is not None:
|
530
|
+
score = result.get("Points", "0")
|
531
|
+
if score is None:
|
532
|
+
score = "0"
|
533
|
+
return int(score)
|
534
|
+
return 0
|
@@ -9,7 +9,7 @@ from pathlib import Path
|
|
9
9
|
from PyQt6 import QtWidgets
|
10
10
|
|
11
11
|
from not1mm.lib.ham_utility import get_logged_band
|
12
|
-
from not1mm.lib.plugin_common import gen_adif, get_points
|
12
|
+
from not1mm.lib.plugin_common import gen_adif, get_points, online_score_xml
|
13
13
|
from not1mm.lib.version import __version__
|
14
14
|
|
15
15
|
logger = logging.getLogger(__name__)
|
@@ -20,7 +20,7 @@ EXCHANGE_HINT = "1D ORG"
|
|
20
20
|
|
21
21
|
name = "ARRL Field Day"
|
22
22
|
mode = "BOTH" # CW SSB BOTH RTTY
|
23
|
-
cabrillo_name = "ARRL-
|
23
|
+
cabrillo_name = "ARRL-FIELD-DAY"
|
24
24
|
|
25
25
|
columns = [
|
26
26
|
"YYYY-MM-DD HH:MM:SS",
|
@@ -514,3 +514,15 @@ def process_esm(self, new_focused_widget=None, with_enter=False):
|
|
514
514
|
self.save_contact()
|
515
515
|
continue
|
516
516
|
self.process_function_key(button)
|
517
|
+
|
518
|
+
|
519
|
+
def get_mults(self):
|
520
|
+
""""""
|
521
|
+
|
522
|
+
mults = {}
|
523
|
+
return mults
|
524
|
+
|
525
|
+
|
526
|
+
def just_points(self):
|
527
|
+
""""""
|
528
|
+
return get_points(self)
|
@@ -7,6 +7,7 @@ from decimal import Decimal
|
|
7
7
|
from pathlib import Path
|
8
8
|
|
9
9
|
from PyQt6 import QtWidgets
|
10
|
+
from not1mm.lib.plugin_common import online_score_xml
|
10
11
|
|
11
12
|
EXCHANGE_HINT = ""
|
12
13
|
|
@@ -93,7 +94,7 @@ def points(self):
|
|
93
94
|
"""Calc point"""
|
94
95
|
|
95
96
|
|
96
|
-
def show_mults(self):
|
97
|
+
def show_mults(self, rtc=None):
|
97
98
|
"""Return display string for mults"""
|
98
99
|
|
99
100
|
|
@@ -272,3 +273,19 @@ def cabrillo(self):
|
|
272
273
|
|
273
274
|
def recalculate_mults(self):
|
274
275
|
"""Recalculates multipliers after change in logged qso."""
|
276
|
+
|
277
|
+
|
278
|
+
# States/Prov. DXCC state country
|
279
|
+
|
280
|
+
|
281
|
+
def get_mults(self):
|
282
|
+
""""""
|
283
|
+
|
284
|
+
mults = {}
|
285
|
+
mults["state"], mults["country"] = show_mults(self, rtc=True)
|
286
|
+
return mults
|
287
|
+
|
288
|
+
|
289
|
+
def just_points(self):
|
290
|
+
""""""
|
291
|
+
return get_points(self)
|
@@ -9,7 +9,7 @@ from pathlib import Path
|
|
9
9
|
|
10
10
|
from PyQt6 import QtWidgets
|
11
11
|
|
12
|
-
from not1mm.lib.plugin_common import gen_adif
|
12
|
+
from not1mm.lib.plugin_common import gen_adif, online_score_xml
|
13
13
|
from not1mm.lib.version import __version__
|
14
14
|
|
15
15
|
logger = logging.getLogger(__name__)
|
@@ -541,3 +541,16 @@ def process_esm(self, new_focused_widget=None, with_enter=False):
|
|
541
541
|
self.save_contact()
|
542
542
|
continue
|
543
543
|
self.process_function_key(button)
|
544
|
+
|
545
|
+
|
546
|
+
def get_mults(self):
|
547
|
+
""""""
|
548
|
+
|
549
|
+
mults = {}
|
550
|
+
mults["state"] = show_mults(self)
|
551
|
+
return mults
|
552
|
+
|
553
|
+
|
554
|
+
def just_points(self):
|
555
|
+
""""""
|
556
|
+
return get_points(self)
|
@@ -9,7 +9,7 @@ from pathlib import Path
|
|
9
9
|
|
10
10
|
from PyQt6 import QtWidgets
|
11
11
|
|
12
|
-
from not1mm.lib.plugin_common import gen_adif
|
12
|
+
from not1mm.lib.plugin_common import gen_adif, online_score_xml
|
13
13
|
from not1mm.lib.version import __version__
|
14
14
|
|
15
15
|
logger = logging.getLogger(__name__)
|
@@ -522,3 +522,16 @@ def process_esm(self, new_focused_widget=None, with_enter=False):
|
|
522
522
|
self.save_contact()
|
523
523
|
continue
|
524
524
|
self.process_function_key(button)
|
525
|
+
|
526
|
+
|
527
|
+
def get_mults(self):
|
528
|
+
""""""
|
529
|
+
|
530
|
+
mults = {}
|
531
|
+
mults["state"] = show_mults(self)
|
532
|
+
return mults
|
533
|
+
|
534
|
+
|
535
|
+
def just_points(self):
|
536
|
+
""""""
|
537
|
+
return get_points(self)
|
@@ -44,7 +44,7 @@ from pathlib import Path
|
|
44
44
|
from PyQt6 import QtWidgets
|
45
45
|
|
46
46
|
from not1mm.lib.ham_utility import get_logged_band
|
47
|
-
from not1mm.lib.plugin_common import gen_adif, get_points
|
47
|
+
from not1mm.lib.plugin_common import gen_adif, get_points, online_score_xml
|
48
48
|
from not1mm.lib.version import __version__
|
49
49
|
|
50
50
|
logger = logging.getLogger(__name__)
|
@@ -633,3 +633,23 @@ def check_call_history(self):
|
|
633
633
|
self.history_info.setText(f"{result.get('UserText','')}")
|
634
634
|
if self.other_2.text() == "":
|
635
635
|
self.other_2.setText(f"{result.get('Loc1', '')}")
|
636
|
+
|
637
|
+
|
638
|
+
# gridsquare
|
639
|
+
def get_mults(self):
|
640
|
+
""""""
|
641
|
+
|
642
|
+
mults = {}
|
643
|
+
mults["gridsquare"] = show_mults(self)
|
644
|
+
return mults
|
645
|
+
|
646
|
+
|
647
|
+
def just_points(self):
|
648
|
+
""""""
|
649
|
+
result = self.database.fetch_points()
|
650
|
+
if result is not None:
|
651
|
+
score = result.get("Points", "0")
|
652
|
+
if score is None:
|
653
|
+
score = "0"
|
654
|
+
return int(score)
|
655
|
+
return 0
|
@@ -12,7 +12,7 @@ from pathlib import Path
|
|
12
12
|
from PyQt6 import QtWidgets
|
13
13
|
|
14
14
|
from not1mm.lib.ham_utility import get_logged_band
|
15
|
-
from not1mm.lib.plugin_common import gen_adif, get_points
|
15
|
+
from not1mm.lib.plugin_common import gen_adif, get_points, online_score_xml
|
16
16
|
from not1mm.lib.version import __version__
|
17
17
|
|
18
18
|
logger = logging.getLogger(__name__)
|
@@ -601,3 +601,23 @@ def check_call_history(self):
|
|
601
601
|
self.history_info.setText(f"{result.get('UserText','')}")
|
602
602
|
if self.other_2.text() == "":
|
603
603
|
self.other_2.setText(f"{result.get('Loc1', '')}")
|
604
|
+
|
605
|
+
|
606
|
+
# gridsquare
|
607
|
+
def get_mults(self):
|
608
|
+
""""""
|
609
|
+
|
610
|
+
mults = {}
|
611
|
+
mults["gridsquare"] = show_mults(self)
|
612
|
+
return mults
|
613
|
+
|
614
|
+
|
615
|
+
def just_points(self):
|
616
|
+
""""""
|
617
|
+
result = self.database.fetch_points()
|
618
|
+
if result is not None:
|
619
|
+
score = result.get("Points", "0")
|
620
|
+
if score is None:
|
621
|
+
score = "0"
|
622
|
+
return int(score)
|
623
|
+
return 0
|
@@ -12,7 +12,7 @@ from pathlib import Path
|
|
12
12
|
from PyQt6 import QtWidgets
|
13
13
|
|
14
14
|
from not1mm.lib.ham_utility import get_logged_band
|
15
|
-
from not1mm.lib.plugin_common import gen_adif, get_points
|
15
|
+
from not1mm.lib.plugin_common import gen_adif, get_points, online_score_xml
|
16
16
|
from not1mm.lib.version import __version__
|
17
17
|
|
18
18
|
logger = logging.getLogger(__name__)
|
@@ -22,7 +22,7 @@ EXCHANGE_HINT = "4-character grid square"
|
|
22
22
|
|
23
23
|
name = "ARRL VHF SEP"
|
24
24
|
mode = "BOTH" # CW SSB BOTH RTTY
|
25
|
-
cabrillo_name = "ARRL-VHF
|
25
|
+
cabrillo_name = "ARRL-VHF"
|
26
26
|
|
27
27
|
columns = [
|
28
28
|
"YYYY-MM-DD HH:MM:SS",
|
@@ -604,3 +604,21 @@ def check_call_history(self):
|
|
604
604
|
|
605
605
|
|
606
606
|
# !!Order!!,Call,Name,Loc1,UserText,
|
607
|
+
# gridsquare
|
608
|
+
def get_mults(self):
|
609
|
+
""""""
|
610
|
+
|
611
|
+
mults = {}
|
612
|
+
mults["gridsquare"] = show_mults(self)
|
613
|
+
return mults
|
614
|
+
|
615
|
+
|
616
|
+
def just_points(self):
|
617
|
+
""""""
|
618
|
+
result = self.database.fetch_points()
|
619
|
+
if result is not None:
|
620
|
+
score = result.get("Points", "0")
|
621
|
+
if score is None:
|
622
|
+
score = "0"
|
623
|
+
return int(score)
|
624
|
+
return 0
|
@@ -9,7 +9,7 @@ from pathlib import Path
|
|
9
9
|
|
10
10
|
from PyQt6 import QtWidgets
|
11
11
|
|
12
|
-
from not1mm.lib.plugin_common import gen_adif, get_points
|
12
|
+
from not1mm.lib.plugin_common import gen_adif, get_points, online_score_xml
|
13
13
|
from not1mm.lib.version import __version__
|
14
14
|
|
15
15
|
logger = logging.getLogger(__name__)
|
@@ -17,7 +17,7 @@ logger = logging.getLogger(__name__)
|
|
17
17
|
EXCHANGE_HINT = "Province/Territory"
|
18
18
|
|
19
19
|
name = "CANADA DAY"
|
20
|
-
cabrillo_name = "
|
20
|
+
cabrillo_name = "RAC"
|
21
21
|
mode = "BOTH" # CW SSB BOTH RTTY
|
22
22
|
|
23
23
|
columns = [
|
@@ -501,3 +501,22 @@ def process_esm(self, new_focused_widget=None, with_enter=False):
|
|
501
501
|
self.save_contact()
|
502
502
|
continue
|
503
503
|
self.process_function_key(button)
|
504
|
+
|
505
|
+
|
506
|
+
def get_mults(self):
|
507
|
+
""""""
|
508
|
+
|
509
|
+
mults = {}
|
510
|
+
mults["state"] = show_mults(self)
|
511
|
+
return mults
|
512
|
+
|
513
|
+
|
514
|
+
def just_points(self):
|
515
|
+
""""""
|
516
|
+
result = self.database.fetch_points()
|
517
|
+
if result is not None:
|
518
|
+
score = result.get("Points", "0")
|
519
|
+
if score is None:
|
520
|
+
score = "0"
|
521
|
+
return int(score)
|
522
|
+
return 0
|
@@ -46,7 +46,7 @@ from pathlib import Path
|
|
46
46
|
|
47
47
|
from PyQt6 import QtWidgets
|
48
48
|
|
49
|
-
from not1mm.lib.plugin_common import gen_adif, get_points
|
49
|
+
from not1mm.lib.plugin_common import gen_adif, get_points, online_score_xml
|
50
50
|
from not1mm.lib.version import __version__
|
51
51
|
|
52
52
|
logger = logging.getLogger(__name__)
|
@@ -547,3 +547,15 @@ def process_esm(self, new_focused_widget=None, with_enter=False):
|
|
547
547
|
self.save_contact()
|
548
548
|
continue
|
549
549
|
self.process_function_key(button)
|
550
|
+
|
551
|
+
|
552
|
+
def get_mults(self):
|
553
|
+
"""Get mults for RTC XML"""
|
554
|
+
mults = {}
|
555
|
+
mults["wpxprefix"] = show_mults(self)
|
556
|
+
return mults
|
557
|
+
|
558
|
+
|
559
|
+
def just_points(self):
|
560
|
+
"""Get points for RTC XML"""
|
561
|
+
return get_points(self)
|
@@ -46,7 +46,7 @@ from pathlib import Path
|
|
46
46
|
from PyQt6 import QtWidgets
|
47
47
|
|
48
48
|
from not1mm.lib.ham_utility import get_logged_band
|
49
|
-
from not1mm.lib.plugin_common import gen_adif, get_points
|
49
|
+
from not1mm.lib.plugin_common import gen_adif, get_points, online_score_xml
|
50
50
|
from not1mm.lib.version import __version__
|
51
51
|
|
52
52
|
logger = logging.getLogger(__name__)
|
@@ -628,3 +628,15 @@ def process_esm(self, new_focused_widget=None, with_enter=False):
|
|
628
628
|
continue
|
629
629
|
sendstring = f"{sendstring}{self.process_macro(button.toolTip())} "
|
630
630
|
self.fldigi_util.send_string(sendstring)
|
631
|
+
|
632
|
+
|
633
|
+
def get_mults(self):
|
634
|
+
"""Get mults for RTC XML"""
|
635
|
+
mults = {}
|
636
|
+
mults["wpxprefix"] = show_mults(self)
|
637
|
+
return mults
|
638
|
+
|
639
|
+
|
640
|
+
def just_points(self):
|
641
|
+
"""Get points for RTC XML"""
|
642
|
+
return get_points(self)
|
@@ -9,7 +9,7 @@ from pathlib import Path
|
|
9
9
|
|
10
10
|
from PyQt6 import QtWidgets
|
11
11
|
|
12
|
-
from not1mm.lib.plugin_common import gen_adif, get_points
|
12
|
+
from not1mm.lib.plugin_common import gen_adif, get_points, online_score_xml
|
13
13
|
from not1mm.lib.version import __version__
|
14
14
|
|
15
15
|
logger = logging.getLogger(__name__)
|
@@ -508,3 +508,15 @@ def process_esm(self, new_focused_widget=None, with_enter=False):
|
|
508
508
|
self.save_contact()
|
509
509
|
continue
|
510
510
|
self.process_function_key(button)
|
511
|
+
|
512
|
+
|
513
|
+
def get_mults(self):
|
514
|
+
"""Get mults for RTC XML"""
|
515
|
+
mults = {}
|
516
|
+
mults["wpxprefix"] = show_mults(self)
|
517
|
+
return mults
|
518
|
+
|
519
|
+
|
520
|
+
def just_points(self):
|
521
|
+
"""Get points for RTC XML"""
|
522
|
+
return get_points(self)
|