-
Notifications
You must be signed in to change notification settings - Fork 548
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
Iq tool gui fixes #1011
Iq tool gui fixes #1011
Conversation
93c9395
to
a8da052
Compare
b6d3dd6
to
b61320c
Compare
b61320c
to
96692fa
Compare
Rebased on top of current iq_tool_center_freq_lock. |
1965c5d
to
429683f
Compare
429683f
to
a955bd3
Compare
1b8c813
to
d2d397b
Compare
d2d397b
to
751edd1
Compare
5dc6c85
to
d0d8611
Compare
d0d8611
to
8969df6
Compare
8969df6
to
b86e1b6
Compare
b86e1b6
to
c452ac8
Compare
Looks like the IQ tool: prevent accidental change of hw freq is not related to this change, would it be possible to drop it? Also it looks like this MR does more thinks at once. For CR might be helpful to split it into smaller pieces, if possible. |
I'll try to rebase c452ac8 on top of current master and, maybe, split it into multiple small commits. |
c452ac8
to
a14a377
Compare
Rebased. |
I've tried to review this PR myself and found 2 unused variables: |
When file list grows long and the user tries to scroll the list to a new postion, the list continues to return it's scroll to the last selected item. That's really annoying. Return the list to last seen position after refreshing it's contents.
Reselect file before starting playback. Fixes incorrect sample rate when playback is started, stopped, devices switched, dsp started, stopped and then started playback of the same IQ file.
Changing IO devices and loading/saving settings does not look like good thing to do while recording/playing an IQ file. Disable seek slider during recording as it has no function in this state. Disable file list and directory selector during recording/playback.
a14a377
to
1306107
Compare
Updated. |
I'm looking forward to the jumpy file list fix. Would you please consider to split it into separate MR? My hope is such a small change can make it quick to the |
OK. I'll split this into 3 PRs. Wait some minutes, please. |
Fix IQ Tool file list jumpy scrollbar.
Always choose correct sample rate when starting IQ playback.
Disable GUI controls, that have no use or may break things during playback/recording of an IQ file.
Previous in series #1010
Next in series #1013
Closes #1037