Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Quansheng UV-K5 driver #667

Merged
merged 5 commits into from
Jun 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,004 changes: 2,004 additions & 0 deletions chirp/drivers/uvk5.py

Large diffs are not rendered by default.

139 changes: 80 additions & 59 deletions chirp/locale/de.po

Large diffs are not rendered by default.

139 changes: 80 additions & 59 deletions chirp/locale/el.po

Large diffs are not rendered by default.

139 changes: 80 additions & 59 deletions chirp/locale/en_US.po

Large diffs are not rendered by default.

153 changes: 94 additions & 59 deletions chirp/locale/es.po

Large diffs are not rendered by default.

139 changes: 80 additions & 59 deletions chirp/locale/fr.po

Large diffs are not rendered by default.

139 changes: 80 additions & 59 deletions chirp/locale/hu.po

Large diffs are not rendered by default.

139 changes: 80 additions & 59 deletions chirp/locale/it.po

Large diffs are not rendered by default.

139 changes: 80 additions & 59 deletions chirp/locale/nl.po

Large diffs are not rendered by default.

139 changes: 80 additions & 59 deletions chirp/locale/pl.po

Large diffs are not rendered by default.

139 changes: 80 additions & 59 deletions chirp/locale/pt_BR.po

Large diffs are not rendered by default.

139 changes: 80 additions & 59 deletions chirp/locale/ru.po

Large diffs are not rendered by default.

153 changes: 94 additions & 59 deletions chirp/locale/tr_TR.po

Large diffs are not rendered by default.

139 changes: 80 additions & 59 deletions chirp/locale/uk_UA.po

Large diffs are not rendered by default.

139 changes: 80 additions & 59 deletions chirp/locale/zh_CN.po

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions chirp/wxui/memedit.py
Original file line number Diff line number Diff line change
Expand Up @@ -1659,6 +1659,7 @@ def update_font(self, refresh=True):
self.refresh()
wx.CallAfter(self._grid.AutoSizeColumns, setAsMin=False)
wx.CallAfter(self._grid.AutoSizeRows, setAsMin=False)
wx.CallAfter(self._grid.SetRowLabelSize, wx.grid.GRID_AUTOSIZE)

def cb_copy(self, cut=False):
rows = self.get_selected_rows_safe()
Expand Down
7 changes: 4 additions & 3 deletions tests/Python3_Driver_Testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@
| <a name="QYT_KT8900R"></a> QYT_KT8900R | [Implied by BTECH_UV-2501+220](#user-content-BTECH_UV-2501+220) | 11-Nov-2022 | Yes | 0.13% |
| <a name="QYT_KT980PLUS"></a> QYT_KT980PLUS | [Implied by BTECH_UV-25X2](#user-content-BTECH_UV-25X2) | 11-Nov-2022 | Yes | 0.09% |
| <a name="Quansheng_TG-UV2+"></a> Quansheng_TG-UV2+ | [Reported working](https://chirp.danplanet.com/issues/10398) | 26-Feb-2023 | Yes | 0.05% |
| <a name="Quansheng_UV-K5"></a> Quansheng_UV-K5 | [@sq5bpf](https://github.com/sq5bpf) | 29-May-2023 | Yes | |
| <a name="RT_Systems_CSV"></a> RT_Systems_CSV | | | | |
| <a name="Radioddity_DB25-G"></a> Radioddity_DB25-G | [@KC9HI](https://github.com/KC9HI) | 11-Nov-2022 | Yes | 0.17% |
| <a name="Radioddity_GA-2S"></a> Radioddity_GA-2S | [@KC9HI](https://github.com/KC9HI) | 4-Dec-2022 | Yes | 0.19% |
Expand Down Expand Up @@ -410,11 +411,11 @@
| <a name="Zastone_ZT-X6"></a> Zastone_ZT-X6 | [Implied by Retevis_RT22](#user-content-Retevis_RT22) | 9-Dec-2022 | Yes | 0.11% |
## Stats

**Drivers:** 407
**Drivers:** 408

**Tested:** 86% (351/56) (93% of usage stats)
**Tested:** 86% (352/56) (93% of usage stats)

**Byte clean:** 89% (366/41)
**Byte clean:** 89% (367/41)

## Meaning of this testing

Expand Down
Binary file added tests/images/Quansheng_UV-K5.img
Binary file not shown.
1 change: 1 addition & 0 deletions tests/py3_driver_testers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ Puxing_PX-888K,#10544,09-May-2023
Q-MAC_HF-90_v300_or_earlier,@fthain,9-Mar-2023
Q-MAC_HF-90_v301_or_later,@fthain,9-Mar-2023
Quansheng_TG-UV2+,#10398,26-Feb-2023
Quansheng_UV-K5,@sq5bpf,29-May-2023
QYT_KT-8R,@KC9HI,11-Nov-2022
QYT_KT-UV980,+WACCOM_MINI-8900,11-Nov-2022
QYT_KT-WP12,+Anysecu_WP-9900,11-Nov-2022
Expand Down