Upstream version 2.11X

pull/2/head
Stelios Bounanos 2008-04-30 14:54:13 +01:00
rodzic 6e4a8bea56
commit d15cb1ba09
3 zmienionych plików z 6 dodań i 5 usunięć

Wyświetl plik

@ -3,7 +3,7 @@ Change Log:
2.11 1) Added EXEC macro
2) Added mousewheel over Macro buttons to move between macro button sets.
3) Fixed bug in Olivia signal level display.
4) Ported to Windows (win32)
4) Ported to Windows (win32) and OS-X
5) Added floating digiscope and / or fixed scope abutting waterfall
specified with command line switch --twoscopes
Default is floating digiscope without the fixed scope

Wyświetl plik

@ -9,7 +9,7 @@ dnl major and minor must be integers; patch may
dnl contain other characters or be empty
m4_define(FLDIGI_MAJOR, [2])
m4_define(FLDIGI_MINOR, [11])
m4_define(FLDIGI_PATCH, [W])
m4_define(FLDIGI_PATCH, [X])
AC_INIT([fldigi], FLDIGI_MAJOR.FLDIGI_MINOR[FLDIGI_PATCH], [w1hkj AT w1hkj DOT com])

Wyświetl plik

@ -250,9 +250,10 @@ void status::initLastState()
Yx = TransmitText->y();
Hx = TransmitText->h();
ReceiveText->resize(X,Y,W,RxTextHeight);
FHdisp->resize(X,Y,W,RxTextHeight);
TransmitText->resize(X, Y + RxTextHeight, W, H + Hx - RxTextHeight);
// ReceiveText->resize(X,Y,W,RxTextHeight);
// FHdisp->resize(X,Y,W,RxTextHeight);
// TransmitText->resize(X, Y + RxTextHeight, W, H + Hx - RxTextHeight);
TiledGroup->position( X, Y + H, X, Y + RxTextHeight);
}
if (rigShown == true) {