feat(app): auto-call, PSK Reporter analysis and the decode band change
The Wails boundary for the two features above, plus the pieces that belong to neither: - decodes are cut into periods PER RECEIVER, and judged 0.8 s after the last one arrives rather than a slot and four seconds after the period they belong to. That stamp is the START of the slot, thirteen seconds before its decodes exist, so every answer left four seconds into the next slot and the decoder began its call late. - WSJT-X colouring can grey out a station already worked on this band AND in this mode. Its own switch, off by default: the other three verdicts pick out a handful of decodes, this one can match most of a period on a full log. - the watch list's contest auto-add takes a list of callsigns as well as a pattern. A pattern collects a fleet that shares a string; it cannot collect the station taking part under a callsign that says nothing about the event.
This commit is contained in:
Vendored
+8
@@ -454,6 +454,8 @@ export function GetChangelog():Promise<Array<main.ChangelogEntry>>;
|
||||
|
||||
export function GetChaseNew():Promise<boolean>;
|
||||
|
||||
export function GetChaseNewBands():Promise<Array<string>>;
|
||||
|
||||
export function GetChaseNewGrids():Promise<boolean>;
|
||||
|
||||
export function GetChaseNewSpots():Promise<Array<main.ChaseNewSpot>>;
|
||||
@@ -654,6 +656,8 @@ export function GetYaesuState():Promise<cat.YaesuTXState>;
|
||||
|
||||
export function GridSquares(arg1:string):Promise<Array<qso.GridSquare>>;
|
||||
|
||||
export function HaltAutoCall():Promise<void>;
|
||||
|
||||
export function HaltDecodeTx(arg1:string,arg2:boolean):Promise<void>;
|
||||
|
||||
export function HasBuiltinReferences(arg1:string):Promise<boolean>;
|
||||
@@ -1158,6 +1162,8 @@ export function SetAutoCall(arg1:boolean):Promise<void>;
|
||||
|
||||
export function SetAutoCallOnly(arg1:string):Promise<void>;
|
||||
|
||||
export function SetAutoCallVisible(arg1:Array<string>,arg2:boolean):Promise<void>;
|
||||
|
||||
export function SetCATFrequency(arg1:number):Promise<void>;
|
||||
|
||||
export function SetCATMode(arg1:string):Promise<void>;
|
||||
@@ -1168,6 +1174,8 @@ export function SetCWDecoderPitch(arg1:number):Promise<void>;
|
||||
|
||||
export function SetChaseNew(arg1:boolean):Promise<void>;
|
||||
|
||||
export function SetChaseNewBands(arg1:Array<string>):Promise<void>;
|
||||
|
||||
export function SetChaseNewGrids(arg1:boolean):Promise<void>;
|
||||
|
||||
export function SetClublogCtyEnabled(arg1:boolean):Promise<void>;
|
||||
|
||||
Reference in New Issue
Block a user