Closes #1035 — "New Locator" indicator per band / satellite#1036
Open
ea5wa wants to merge 1 commit into
Open
Conversation
When a DX locator is entered, KLog now checks whether that grid (4-char field) is new in the current log and shows a red label next to the DX entity status (above the Awards widget): - "New Locator on <band> Band" for terrestrial QSOs (per band, excluding satellite QSOs). - "New Locator on Sats" for satellite QSOs (tracked apart, all satellites as a single bucket, band-independent). The check runs on locator, band and propagation-mode changes, and also while editing a logged QSO (the QSO being edited is excluded from the count so its own grid does not mask a "new" status). Adds DataProxy_SQLite::isNewGridOnBand() and MainWindow::checkNewGrid(). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Closes #1035
Description
Adds a "New Locator" indicator to the QSO entry. When a DX locator is
entered, KLog checks whether that grid is new and, if so, shows a label in
red text alerting the operator during the QSO.
The check is performed at 4-character grid level (e.g. IM98) and is
segmented by context:
the band currently in use. Label:
New Grid Locator on x band(x = current band).previous satellite QSOs. Label:
New Grid Locator on sats.The indicator needs no configuration: it appears only while a locator is
being entered and is hidden otherwise. This mirrors the existing
"new DXCC per band" logic, extending the band-fill concept to grid locators.
How it works
band or to satellites depending on the operating mode.
How to test
the red
New Grid Locator on x bandlabel appears.New Grid Locator on satsfor grids not previously worked via satellite.Notes