ok2cqr / cqrlog

Linux logging program for amateur radio operators
https://www.cqrlog.com
GNU General Public License v2.0
131 stars 54 forks source link

Small fixes #537

Closed OH1KH closed 1 year ago

OH1KH commented 2 years ago

Contest name: Fix for contest name in contests that have all modes in use CW/SSB/FM/MGM like NAC has. Then MGM qsos coming from WSJT-X will get name from Cqrlog contest name currnetly in contest window if it is open during remote. This overwrites WSJT-X predefined 4 contest names making all qsos in contest to have same contest name defined in contest window.

Doing this Contest filter finds all qsos of contest right away.

Preferences/bands/Frequencies: Fixed double usage of query qBands. Preferences/bands/Frequencies list loose it's grid contents if Wsjt-x remote is on (behind) and CQ-monitor selected.

dmUtils.FreqFromBand uses same qBand query!
There is another double usage in DXcluster but because of Frequencies list is open
DXSpot can not be clicked at same time and than hides the bug there.

NewQSO/SaveAll procedure: I wonder why there is comment about Lazarus bug? At least compiled by Lazarus 2.2.2 this procedure can be fixed in shorter form. Also wonder why original had first frmTRXControl.close and after closing a call to frmTRXControl.CloseRigs ? I think that is wrong order.

Squashed commit of the following:

commit bf76e73333ac53e550f58468d0dfc373238d5c94 Author: OH1KH oh1kh@sral.fi Date: Sun Oct 23 18:04:16 2022 +0300

Fixed saveall routine

commit 7fa57e3d26e5821f888ba1514965e31f18932a5b Author: OH1KH oh1kh@sral.fi Date: Tue Oct 18 19:23:03 2022 +0300

Fixed double usage of query qBands. Preferences/bands/Frequencies list it's grid contents if Wsjt-x remote was on and CQ-monitor selected. dmUtils.FreqFromBand uses same qBand query! (Could this happen also elswhere?)

commit 2b69915de2ff7edaa69911d0499632d16f98a92c Author: OH1KH oh1kh@sral.fi Date: Mon Oct 17 11:27:29 2022 +0300

Fix for contest name

    Fix for contest name in contests that have all modes in use.
    CW/SSB/FM/MGM like NAC has.
    Then MGM qsos coming from WSJT-X will get name from contest
    name in contest window if it is open during remote.
    This overwrites WSJT-X predefined 4 contest names making all
    qsos in contest to have same contest name defined in contest window.
OH1KH commented 1 year ago

expired