v1.43: resize bug fixed

knobtest
Roeland Jansen 2022-09-09 19:54:16 +02:00
rodzic 2198e3ca19
commit c97f0f7826
4 zmienionych plików z 18 dodań i 3 usunięć

Wyświetl plik

@ -1,7 +1,21 @@
# CHANGELOG
- 20220909
Merge branch resize:
- 20220926 Merge branch 'audiometer'
Found an extra 10 pixels due to some layout padding I left in
accidently.
Main window may now be made smaller. Settings combo box sizes now
limited.
Fixed issue where build paths with a space in the name would cause the
git hash to fail capture.
updated to v1.43
- 20220826
Merge branch 'audiometer'
This adds audiometer for the second meter TxAudio, RxAudio and TxRxAudio
updated to v.1.42
- 20220824

Wyświetl plik

@ -24,6 +24,7 @@ The following highlights are in this 1.41-release:
various fixes on the spectrum display
+ 1.41 added color picker support for all kinds of vsual elements
+ 1.42 added three additional second meter choices. RxAudio, TxAdio, and TxRxAudio
+ 1.43 fixed resizing issues.
Notes:

Wyświetl plik

@ -13,7 +13,7 @@ TEMPLATE = app
CONFIG += console
DEFINES += WFVIEW_VERSION=\\\"1.42\\\"
DEFINES += WFVIEW_VERSION=\\\"1.43\\\"
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.42\\\"
DEFINES += WFVIEW_VERSION=\\\"1.43\\\"
DEFINES += BUILD_WFVIEW