From 34751527d6f63518f4f4ca09e63bb2a4ffbcd481 Mon Sep 17 00:00:00 2001 From: Roeland Jansen Date: Wed, 7 Apr 2021 08:22:38 +0200 Subject: [PATCH 1/2] changelog --- CHANGELOG | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 5237c0b..2a6cb88 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,57 @@ # CHANGELOG +- 20210406 The repeater setup now disables elements for things your rig doesn't do. + + We now query the repeater-related things on startup, such that the + repeater UI is populated correctly. + + We now have kHz as the assumed input format if there isn't a dot in the + entry box. Enjoy that! + + Minor change so that we track the selected tone to mode changes, keeping + the radio in sync with the UI. + + Tone, Tone Squelch, and D(T)CS seem to work as expected. Mode can be + selected. + + +- 20210405 removed 150 Hz CTCSS / NATO as it can't make that by itself + + added 77.0 Hz tone to CTCSS + + We can now read the repeater access mode and update the UI. What remains + is to be able to set the mode. + + Working read/write of Tone, TSQL, and DTCS tones/code. Some code is also + present now to change the mode being used (tone, tsql, DTCS, or some + combo of the two). + + +- 20210404 Tone, TSQL, and DTCS code added, but not complete. + + better tone mode names + + Started work on the tone mode interface. + + +- 20210401 Added placeholders for attenuator, preamp, and antenna selection UI + controls. + + Moved some repeater-related things out from rig commander and into a + shared header. + + +- 20210331 Adjusting signals and slots for repeater duplex. + + Basic duplex code copied from wfmain to the new repeatersetup window. + + +- 20210330 Added conditional to debug on serial data write size. + + +- 20210329 Fix crash when radio is shutdown while wfview is connected. + + - 20210311 Add local volume control for UDP connections. add volume control to audiohandler From 60146a1dc81b0046b290bd81614e94aa1dc1fd12 Mon Sep 17 00:00:00 2001 From: Roeland Jansen Date: Wed, 7 Apr 2021 09:58:40 +0200 Subject: [PATCH 2/2] added prebuilt and run instructions for mint 20.1 --- INSTALL_PREBUILT_BINARY.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/INSTALL_PREBUILT_BINARY.md b/INSTALL_PREBUILT_BINARY.md index 678a608..c1de4d5 100644 --- a/INSTALL_PREBUILT_BINARY.md +++ b/INSTALL_PREBUILT_BINARY.md @@ -13,6 +13,7 @@ different versions of linux in alphabetical order. Note that all are click-click Debian 11 (Debian 10 is outdated) Fedora 33 Fedora 34 +mint 20.1 openSUSE 15.x openSUSE Tumbleweed SLES 15.x @@ -47,6 +48,13 @@ sudo ln -s /usr/lib64/libqcustomplot-qt5.so.2 /usr/lib64/libqcustomplot.so.2 start wfview ~~~ +### Mint 20.1 +~~~ +apt install libqcustomplot2.0 libqt5multimedia5 libqt5serialport5 +sudo ln -s /usr/lib64/libqcustomplot-qt5.so.2 /usr/lib64/libqcustomplot.so.2 +start wfview +~~~ + ### openSUSE/Tumbleweed/SLES: ~~~ sudo zypper in libqcustomplot2 libQt5SerialPort5