added cluster support

knobtest
Roeland Jansen 2022-10-10 17:11:05 +02:00
rodzic 3ec54f1ebb
commit f8cef53a7d
4 zmienionych plików z 55 dodań i 5 usunięć

Wyświetl plik

@ -1,5 +1,56 @@
# CHANGELOG
- 20221010
bumped to version 1.52
- 20221011
make spots appear at the actual top of wf
Add sendOutput() back to tcp cluster
Add Pop-Out button for cluster screen
Add cluster spot color picker
- 20221008
Left click on spot to change freq
- 20221006
Make spot window size to fit content.
Add right-click on spot to popup dialog
- 20221005
Bit of tidying
Remove calls for QSqlDatabase when USESQL is not configured
Add optional SQL in wfview.pro
Make SQL db optional
Remove old code
Update query
Add memory sqlite db for cluster spots.
- 20220930
Delete all spots if cluster disabled
Fix crash when adding cluster server
Change default to isdefault!
Add TCP spot client
- 20220929
Fix for squished screen

Wyświetl plik

@ -2,9 +2,6 @@
The following highlights are in this 1.51-release ince v1.50:
+ 1.51
Fix for squished screen
Only request passband when there is a scope available
Change default passband colors.
@ -19,6 +16,8 @@ The following highlights are in this 1.51-release ince v1.50:
colorpicker: Move to 3 columns
passband indicator
Remove logging of audio device realm
+ 1.52 added cluster spotting including color picker suport
optional SQLITE in memory for spots (disabled)
Notes:

Wyświetl plik

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

Wyświetl plik

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