Skip to content
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

Update to GQRX v2.11-5 #2

Open
wants to merge 375 commits into
base: master
Choose a base branch
from
Open

Conversation

NathanFrench
Copy link

This pull request contains patches applied to latest version of GQRX (2.11.5-23)

alexf91 and others added 30 commits September 26, 2016 20:58
* Display the correct filter width on plotter
* Calculate the correct taps for RX filter
Set correct filter range when loading bookmark.
See http://doc.qt.io/qt-5/qtalgorithms-obsolete.html.

Also uses std::stable_sort() instead of std::sort() to prevent
reorders bookmarks with the some frequency.
qSort() is obsoleted, c.f. http://doc.qt.io/qt-5/qtalgorithms-obsolete.html.

Also uses std::stable_sort() instead of std::sort() to prevent
reorders bookmarks with the some frequency.
Add button to lock pandapter and waterfall ranges.
Now thatbuttons have minimum size we may as well use full text on
buttons instead of just their capital letters.
This make the button have a more native feel and leaves an empty cell
for a future auto-scale button.
The code uses tag index for coupling between bookmark and tag.
Reorder tags breaks it.
Bookmarks: sort tags only in load before bookmarks.
csete and others added 30 commits March 17, 2018 22:25
The filter offset can now have up to 9 digits.
Issue #582.
We can save space corresponding to two digits, when we have no units
after the frequency controller.
Backspace key has the same function as the left arrow key.
Use deleteLater() instead of delete so that the event loop can handle
pending signals before deleting the socket object.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.