-
Notifications
You must be signed in to change notification settings - Fork 28
Adds station county and operator callsign to the station and deps #497
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Many thanks. I just reviewed it quickly, and it looks good. The issue with macOS isn't related to your changes. Yes, I mentioned the TQSL and eQSL export, but the export was enhanced with a custom filter, which could potentially solve the issue. We'll wait to see the user's reaction. |
Sounds good... just curious about your concerns with the external service uploads -- I presume it has to do with what QSOs to associate with the external service account? I opted to not implement the 'station owner' field... as it is not useful for anything IMO. |
Yes, exactly. I have no previous experience with the "Operator Callsign" operation, that's why I'm worried about it, because I don't know how in such a case operators have to set the external services. Currently, the custom filter is present only in the ADIF export. If required, it will be extended to other parts. Unfortunately, the unified Upload/Download feature will not be included in the upcoming version (0.40). I’m having trouble debugging the new features, and adding this would cause a significant delay for the entire release.
Perfect, no problem. I would like to have QLog with a minimal number of settings. |
in the next few days I will release Testing 0.40. I don't know how you developed QLog, but we had a conflict in the SQL script. This is not a problem, but you will have to manually patch the database before starting Testing 0.40. The following SQLs will be needed.
It is possible that you remove the database before each test, then you do not have to do this, because it is done automatically. |
It would be nice to have the Counties prefill in the proper format like POTA, WWFF, IOTA etc. It could be used both here and in the QSO for the other stations County. |
It is a part of 0.40. Thank you |
Adds operator (callsign) (fixes #441) and my_cnty (station county) (fixes #493) to station info.
station config:

Explicit "different operator than station" status:

QSO fields, moved shack info to 3rd column:

@foldynl If there are other changes necessary as far as station_callsign VERSUS operator (you mentioned "changing the logic in TSQL and other exports.") please let me know what needs to be updated. ADIF fields my_cnty and operator are exported correctly.