Added controls for custom scope edges, hide/show scope controls

depending upon the scope mode the radio reports.
        Fixed clear peaks button to work with the plasma underlay.
        both audio system button are disabled when connected to radio and enabled when not.
        Remove password from log
        Fix server user handling
knobtest
Roeland Jansen 2022-09-19 17:06:00 +02:00
rodzic 881823a839
commit 520b1d051a
5 zmienionych plików z 25 dodań i 3 usunięć

BIN
.swp 100644

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -1,10 +1,26 @@
# CHANGELOG
- 20220918
Added controls for custom scope edges, hide/show scope controls
depending upon the scope mode the radio reports.
Fixed clear peaks button to work with the plasma underlay.
Make sure both audio system button are disabled when connected to radio and enabled when not.
Remove password from log!
Fix server user handling
updated to v1.46
- 20220918
merged bits from log branch into master
updated to v.1.45
updated to v1.45
- 20220917

Wyświetl plik

@ -30,6 +30,12 @@ The following highlights are in this 1.41-release:
moved connect button and added cancel option
add enable/disable audioSystemServerCombo
Fixed bug where the frequency dial skipped extra when crossing zero.
+1.46 Added controls for custom scope edges, hide/show scope controls
depending upon the scope mode the radio reports.
Fixed clear peaks button to work with the plasma underlay.
both audio system button are disabled when connected to radio and enabled when not.
Remove password from log
Fix server user handling
Notes:

Wyświetl plik

@ -13,7 +13,7 @@ TEMPLATE = app
CONFIG += console
DEFINES += WFVIEW_VERSION=\\\"1.45\\\"
DEFINES += WFVIEW_VERSION=\\\"1.46\\\"
DEFINES += BUILD_WFSERVER

Wyświetl plik

@ -11,7 +11,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
TARGET = wfview
TEMPLATE = app
DEFINES += WFVIEW_VERSION=\\\"1.45\\\"
DEFINES += WFVIEW_VERSION=\\\"1.46\\\"
DEFINES += BUILD_WFVIEW