Addresses #193 Custom Descriptions for Frequencies#199
Conversation
rruchte
commented
Feb 24, 2026
- Enables custom descriptions for frequencies
- Handle unreadable/unwritable frequencies file
- Add delete key shortcut to frequencies and scheduled frequency change tables
|
@rruchte Rob, I see that the CI build for Windows failed, so I patched main and tried to build on Windows (JTSDK64-Tools), and got similar errors: Looks like some interesting enhancements, so I look forward to testing. 73, |
c84a194 to
eeb742f
Compare
Chris-AC9KH
left a comment
There was a problem hiding this comment.
@rruchte yes, we're using Qt6.9.3, which was released on Sept 30 last year. I fixed some deprecations for earlier versions of Qt. But we really haven't looked at Qt 6.10 and I don't know if we will. It depends on their release schedule as 6.10 matures, and what they go to next. I generally like to stick to the latest point release of each Qt series, as the final is usually a big bug fix.
It was absolutely necessary to move to Qt6.9.3, as Apple deprecated Qt6.8 on MacOS 26 and it won't build on Tahoe. Plus Qt6.9.3 fixed the audio issues on Windows as well, that existed in Qt6.8.
Anyhow, this looks good to me.
|
@Chris-AC9KH I used to have QT pinned to 6.9.3, somehow that was ignored and QT got updated. I'll have to downgrade. |
- Enables custom descriptions for frequencies - Handle unreadable/unwritable frequencies file - Add delete key shortcut to frequencies and scheduled frequency change tables
eeb742f to
97e4a07
Compare
There was a problem hiding this comment.
Nice feature addition! Simple & effective.
I patched the latest main and built with no problems on Windows and Linux, and the resulting executables performed nicely. I see no particular reason to limit the length of text as I doubt that users will type much there anyway.
I think it's ready to go. Good work.
73l
-Joe-
K0OG
P.S. I'm building on both platforms with Qt6.9.3, as we agreed several months ago. My attempts to test with Qt6.10 were very unsuccessful - lots of problems.
