Set default QSO reception/upload status to "N" instead of empty string#986
Merged
Set default QSO reception/upload status to "N" instead of empty string#986
Conversation
Fields qsl_rcvd, lotw_qsl_rcvd, eqsl_qsl_rcvd, clublog_status, QRZCom_status, hrdlog_status, hamlogeu_status and hamqth_status now default to "N" (not received / not uploaded) in QSO::clear(), as a new QSO has not yet been confirmed by any service. Also update setDefaultEQSLSentServices() to treat "N" the same as empty when deciding whether to set the upload status to "M" (queued). https://claude.ai/code/session_01WoZhdpjUNsgEGXzpE4jxmG
…ty string" This reverts commit 9df010b.
- qso.cpp: fix copy constructor bug where eqsl_qsl_rcvd was copied from eqsl_qsl_sent instead of eqsl_qsl_rcvd, causing eQSL recv to show "Q" - mainwindowinputeqsl.cpp: remove case 3 (Q-Queued) from slotLotwSentComboBoxChanged so that "Q" no longer enables the date widget or sets today's date; LOTW_QSLSDATE is the date the QSO was actually uploaded to LoTW, which is not yet known when status is Q - mainwindowinputeqsl.cpp: guard getQSOData() to only pass the LoTW sent date to the QSO object when the status is Y or I https://claude.ai/code/session_01WoZhdpjUNsgEGXzpE4jxmG
|
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.



Fields qsl_rcvd, lotw_qsl_rcvd, eqsl_qsl_rcvd, clublog_status,
QRZCom_status, hrdlog_status, hamlogeu_status and hamqth_status now
default to "N" (not received / not uploaded) in QSO::clear(), as a
new QSO has not yet been confirmed by any service.
Also update setDefaultEQSLSentServices() to treat "N" the same as
empty when deciding whether to set the upload status to "M" (queued).
https://claude.ai/code/session_01WoZhdpjUNsgEGXzpE4jxmG