-
Notifications
You must be signed in to change notification settings - Fork 51
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
Add support for modifying the drop down frequency list. #460
Conversation
Test build with this PR and #457: https://github.com/drowe67/freedv-gui/releases/tag/v1.8.12-20230705 |
I have this built and installed now. About the frequency editing, I suggest expanding the entered number to 4 decimal places if it's not entered to that precision. Otherwise it seems to work, I have added, removed and reordered some extra frequencies. Is it possible to remove a frequency in the original list? I have not tried that. |
Yep 👍 |
OK, all seems to be working well. I see that the .freedv settings file is updating and saving as it should too. |
Done. 👍 |
Per feedback in #432, this PR adds the ability for users to modify the frequency list in the lower right hand corner of the main window (via Tools->Options->Rig Control). The new UI looks as follows:
Note: PR #457 must merge before this can as the code here depends on that PR.