Commit Graph

5595 Commits

Author SHA1 Message Date
Dan Smith
86a2ee0e4a idrp: Presumptive python3 conversion
This is untested, but will give something to start from
2024-03-16 22:02:18 -07:00
Dan Smith
749f9dcade Fix displaying choice settings
In commit f9e5b87053 the refactor for
late eval of choice setting values omitted a return of the editor
which prevented them from showing up in the UI.
2024-03-16 19:00:16 -07:00
Dan Smith
5b84b4c52c uvk5: Bless k5_4.00 firmware for Quansheng UV-5R Plus
Fixes #11240
2024-03-16 08:41:58 -07:00
Tony F
5cf61ad110 snapcraft: use archive.chirpmyradio.com 2024-03-16 08:27:02 -07:00
Daniele Gozzi
df74b0a840 Initial support for Icom IC-7400
This should also work seamlessly for IC-746PRO, as it is using the same
address for the CI-V protocol.

As with other existing icomciv.py based implementations, I did not add
general radio settings: this implementation only allows for setting
memories.

Fixes #11246
2024-03-16 08:25:29 -07:00
Dan Smith
f9e5b87053 Allow late eval of choice settings 2024-03-16 08:22:53 -07:00
Dan Smith
cef146f866 bitwise: Add lbit type for LE bit arrays
This is a bit array where we number the bits from low-order to high,
unlike "bit" which is high-order to low.
2024-03-16 08:22:53 -07:00
MELERIX
c00166bad9 typo fixes in Spanish translation
sorry about it, it was due Poedit corrector fail xD
2024-03-11 15:13:34 -07:00
Dan Smith
e8c28d7679 Fix default argument parsing on Linux
Fixes #11235
2024-03-11 15:10:57 -07:00
Dan Smith
d3a2783f13 kenwood_live: Fix out-of-order tone list
The recent refactor of OLD_TONES to a set-tuple broke the ordering,
which these drivers depend on.

Fixes #11236
2024-03-11 15:10:57 -07:00
MELERIX
4c8f2720c0 Update Spanish Translation 2024-03-11 14:51:58 -07:00
Dan Smith
3cc4bf36e0 Warn about loading modules with open tabs
This is almost always going to make the user think the module did
not work, so warn them if any tabs are open when they go to load.
2024-03-10 10:14:57 -07:00
Dan Smith
e2b026a6cb Add modular config dir command-line option 2024-03-10 09:09:09 -07:00
Dan Smith
7fda4fd5cf Stop even building fakes in normal mode 2024-03-10 09:09:09 -07:00
Dan Smith
7d42bfb392 Add missing tooltip for mode column
Fixes #11215
2024-03-10 09:09:09 -07:00
Dan Smith
0c1ac358b9 Tweaks to dev mode logging and toggling 2024-03-10 09:09:09 -07:00
Dan Smith
aa55cd11dd Add MYEMR1 alias
Fixes #11224
2024-03-10 09:09:09 -07:00
Dan Smith
32f1a5fcae tdh8: Handle invalid FM VFO value
Fixes #11226
2024-03-10 09:09:09 -07:00
MELERIX
8603477fbe Update Spanish Translation 2024-03-10 08:36:59 -07:00
Daniele Gozzi
e9600540f1 Fixed a typo while preparing an IC-7400 driver 2024-03-10 08:35:29 -07:00
Dan Smith
ddc7ffdcad hguv98: Mark as tested in -next
This was fixed and tested a bit ago, but I neglected to update the
matrix.

Related to #11179
2024-03-05 16:42:28 -08:00
Dan Smith
f2a6f6cf02 Update internal links to CMR 2024-03-05 16:23:11 -08:00
Dan Smith
a8b8d27c6d Report memory number if error during export
Related to #11217
2024-03-05 16:23:11 -08:00
Dan Smith
1222525a60 ft70: Fix bitwise errors
This driver had a lot of overlapping structures and negative seeking,
which this aims to clean up.
2024-03-05 16:23:11 -08:00
Dan Smith
58a1f3993b ft70: Fix upload instructions
Fixes #11136
2024-03-05 16:23:11 -08:00
vdwel
eb5bd3c9d6 UV13Pro and UV17: channel names were displayed wrong above channel 372
Fixes #11221
2024-03-05 15:51:31 -08:00
Henry Grasman
25c1f0cf89 Baofeng 17Pro: Fixes frequency range validation and reworks out of range response
Fixes: #11218
2024-03-05 15:41:57 -08:00
Henry Grasman
273083fae9 K5 Plus: Register new model -> child of 5RM driver
Fixes: #11119
2024-03-05 15:39:37 -08:00
Abdullah YILMAZ
c05f6dc04c Update tr_TR.po 2024-03-05 15:21:36 -08:00
Dan Smith
5cd1388e5b Fix spanish translation of "Skip" column
Fixes #11209
2024-02-28 17:58:45 -08:00
Dan Smith
326bf91e77 Show end address in browser
This makes it easier to debug overlapping structures.
2024-02-28 17:21:10 -08:00
Dan Smith
68e30abb27 tdh8: Fix bitwise errors and memory structure
This fixes all the bitwise errors and deprecationsin the TD-H8 driver.
There is also an off-by-one error in the memory map where the names
array was starting too early, which is why the H3 and H8 differed
by one in how they index their array. This moves it correctly, which
fixes the negative seek warning that was being triggered by the
overlapping structures.
2024-02-28 17:21:10 -08:00
Dan Smith
194c4ea913 Remove leftover debug in wxui/clone 2024-02-28 16:55:08 -08:00
Dan Smith
d8c89c72a0 Make test_bitwise_errors required 2024-02-28 16:55:08 -08:00
Dan Smith
b28a99a55f wouxun: Fix bitwise errors 2024-02-28 16:55:08 -08:00
Dan Smith
26c832d7f2 ft7100: Fix bitwise errors 2024-02-28 16:55:08 -08:00
Dan Smith
aa6d1f89f7 ft70: fix bitwise errors 2024-02-28 16:55:08 -08:00
Dan Smith
0f4f8b08fc ft450d: Fix bitwise errors 2024-02-28 16:55:08 -08:00
Dan Smith
3afb17cad2 ft2900: Fix bitwise errors and deprecations 2024-02-28 16:55:08 -08:00
Dan Smith
fd3538e29d ftl2011: Fix bitwise errors 2024-02-28 16:55:08 -08:00
Jim Unroe
cd9ca90e99 mml_jc8810.py: Talkpod A36Plus 8w support v1.6 firmware - fixes #11191 2024-02-28 16:11:14 -08:00
Henry Grasman
f9e2bada16 TIDRADIO: Fixed false empty channels on deletion with robust usedflags logic.
FIXES: #11131
FIXES: #11207
2024-02-28 16:08:21 -08:00
MELERIX
5712a81067 Update Spanish Translation
minor fixes for consistency
2024-02-28 16:04:54 -08:00
Jim Unroe
20ece0b0a9 baofeng_common.py: gracefully handle bcd coding errors - fixes #11183
The BTech UV-5X3 do not ship from the factory with valid values for all
of the subvfo settings. This causes the Settings tabs to not display.

This patch allows the tabs to display and highlights the settings that
need a valid value.
2024-02-28 16:00:11 -08:00
Dan Smith
0885555196 Fix "no section" error on fresh install
This was an oversight in the refactoring of the recent file handling
which breaks for new users.

Related to #11194
Fixes #11198
2024-02-24 07:38:59 -08:00
Dan Smith
38d2002c4d wouxun: Fix bitwise errors and deprecations 2024-02-23 19:04:17 -08:00
Dan Smith
5e59c489cf th_uv8000: Fix bitwise errors and deprecations 2024-02-23 19:04:17 -08:00
Dan Smith
e49247e44d anytone_iii: Clean up bitwise errors and deps 2024-02-23 19:04:17 -08:00
Dan Smith
b663283892 Remove invalid duplexes from a few drivers
This lets the test assert that we test all duplexes.
2024-02-23 18:45:47 -08:00
Dan Smith
57e1d17f32 tmd710: Remove future import and invalid duplex 2024-02-23 18:45:47 -08:00