added color picker support

monitor
Roeland Jansen 2022-08-25 10:37:46 +02:00
rodzic 25d3d40548
commit 76389c0fbd
4 zmienionych plików z 15 dodań i 9 usunięć

Wyświetl plik

@ -1,5 +1,9 @@
# CHANGELOG
- 20220824
Merge branch 'color'
updated to v1.41
- 20220819
version bumped to 1.4

Wyświetl plik

@ -1,5 +1,5 @@
The following highlights are in this 1.x-release:
The following highlights are in this 1.41-release:
New major change is the audio transport mechanism. Lower latencies.
About box updated to include Patreon site
@ -16,12 +16,14 @@ The following highlights are in this 1.x-release:
split/combine (or default). Split only makes sense for LAN and Combine for USB.
added radio status display with meters for audio (speaker/mic)
selector for audio: QT, PortAudio, RealTime audio
+ version bumped to 1.4 -- rethinking of a new version schema that makes more sense
+ temporary squashed logs; may redo later
+ audio fixes at exit
+ introduction of peak decays at the scope
+ resizing of top and bottom scope/waterfall
+ various fixes on the spectrum display
version bumped to 1.4 -- rethinking of a new version schema that makes more sense
temporary squashed logs; may redo later
audio fixes at exit
introduction of peak decays at the scope
resizing of top and bottom scope/waterfall
various fixes on the spectrum display
+ added color picker support for all kinds of vsual elements
Notes:

Wyświetl plik

@ -13,7 +13,7 @@ TEMPLATE = app
CONFIG += console
DEFINES += WFVIEW_VERSION=\\\"1.4\\\"
DEFINES += WFVIEW_VERSION=\\\"1.41\\\"
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.4\\\"
DEFINES += WFVIEW_VERSION=\\\"1.41\\\"
DEFINES += BUILD_WFVIEW