Merge branch 'ui-enhance' of gitlab.com:eliggett/wfview into ui-enhance

audioplugins
Elliott Liggett 2021-04-07 23:38:06 -07:00
commit 09ec3c271c
2 zmienionych plików z 60 dodań i 0 usunięć

Wyświetl plik

@ -1,5 +1,57 @@
# CHANGELOG # 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. - 20210311 Add local volume control for UDP connections.
add volume control to audiohandler add volume control to audiohandler

Wyświetl plik

@ -13,6 +13,7 @@ different versions of linux in alphabetical order. Note that all are click-click
Debian 11 (Debian 10 is outdated) Debian 11 (Debian 10 is outdated)
Fedora 33 Fedora 33
Fedora 34 Fedora 34
mint 20.1
openSUSE 15.x openSUSE 15.x
openSUSE Tumbleweed openSUSE Tumbleweed
SLES 15.x SLES 15.x
@ -47,6 +48,13 @@ sudo ln -s /usr/lib64/libqcustomplot-qt5.so.2 /usr/lib64/libqcustomplot.so.2
start wfview 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: ### openSUSE/Tumbleweed/SLES:
~~~ ~~~
sudo zypper in libqcustomplot2 libQt5SerialPort5 sudo zypper in libqcustomplot2 libQt5SerialPort5