Commit 0f93eda
authored
wsjtx: fix 'calling me' spot never firing (#5823)
DxClusterCallsign was the only source for myCall; operators without a
DX cluster login configured got an empty string, so isCallingMe was
always false and red spots never appeared on the pan.
Fall back to m_radioModel.callsign() when DxClusterCallsign is empty.
Also made the comparison case-insensitive and strip angle-bracket hash
notation and /P suffixes before comparing so portable/hashed calls match.
Candidate 2 of #5823; does not close the issue.
Squashed-from: #5841
Co-authored-by: rah501xx <279323019+WA8PAM@users.noreply.github.com>1 parent 8d8add8 commit 0f93eda
2 files changed
Lines changed: 50 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
61 | 75 | | |
62 | 76 | | |
63 | 77 | | |
| |||
509 | 523 | | |
510 | 524 | | |
511 | 525 | | |
512 | | - | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
513 | 529 | | |
514 | 530 | | |
515 | | - | |
| 531 | + | |
| 532 | + | |
516 | 533 | | |
517 | 534 | | |
518 | 535 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
50 | 68 | | |
51 | 69 | | |
52 | 70 | | |
| |||
695 | 713 | | |
696 | 714 | | |
697 | 715 | | |
698 | | - | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
699 | 727 | | |
700 | 728 | | |
701 | | - | |
| 729 | + | |
| 730 | + | |
702 | 731 | | |
703 | 732 | | |
704 | 733 | | |
| |||
0 commit comments