Commit Graph

282 Commits

Author SHA1 Message Date
Clayton Smith
a010fa32a5 Version 2.16 2023-04-28 13:35:04 -04:00
Clayton Smith
47864d43df Calculate AGC parameters based on the correct sample rate 2023-04-28 10:31:30 -04:00
Clayton Smith
808b5d3995 Fix high-DPI rendering of frequency control and S-meter 2023-04-19 18:38:41 -04:00
Clayton Smith
1b1a4a9c5d Update news 2023-04-18 20:28:22 -04:00
Clayton Smith
4267aaec73 Update news 2023-04-16 21:35:58 -04:00
Clayton Smith
fbba425a05 Update news 2023-04-16 21:28:04 -04:00
Clayton Smith
219894b393 Update news 2023-04-16 11:36:31 -04:00
Clayton Smith
a2b93c676c Update news 2023-04-15 21:55:43 -04:00
Vladislav P
9a5ea43c88 remote: Update internal help (add new AUDIO gain id) 2023-04-15 21:37:02 -04:00
Clayton Smith
5dc20d8467 Update news 2023-04-15 16:04:05 -04:00
Clayton Smith
1dc28eb452 Fix loading of narrow FM tau setting 2023-04-15 13:54:53 -04:00
Clayton Smith
9896f0ac28 Update news 2023-04-14 12:07:59 -04:00
Clayton Smith
4d841cf26b Version 2.15.10 2023-04-13 20:43:00 -04:00
Clayton Smith
7cb3007086 Update news 2023-04-13 00:21:15 -04:00
Clayton Smith
675c547ac9 Update news 2023-04-12 23:42:48 -04:00
Clayton Smith
0f8b36c7d3 Update news 2023-04-12 21:51:37 -04:00
Clayton Smith
993a616b8c Update news 2023-03-25 08:52:33 -04:00
Clayton Smith
ded6ae7bda Update news 2023-03-24 23:12:03 -04:00
Jeff Long
be910165bb Shortcut key "z" zeros the rx filter offset
Instead of entering all zeroes in the filter offset field, hit "z"
to re-center the cursor.

Signed-off-by: Jeff Long <willcode4@gmail.com>
2023-03-19 19:35:05 -04:00
Clayton Smith
b5d69b50f1 Update news 2023-02-18 13:13:47 -05:00
Clayton Smith
4d0bdb2bb3 Update news 2022-11-10 17:04:09 -05:00
Clayton Smith
3802cdc0f3 Update news 2022-11-04 18:50:30 -04:00
Clayton Smith
2c40c5ae40 Update news 2022-10-08 20:57:13 -04:00
Clayton Smith
ea0e1314c2 Update news 2022-10-08 20:13:17 -04:00
Clayton Smith
c8c1e3f1e8 Improve efficiency of sliding window max calculation 2022-10-08 14:48:23 -04:00
Clayton Smith
c8b57ef5a4 Version 2.15.9 2022-04-09 14:22:37 -04:00
Clayton Smith
ffdfe1e2e0 Update news 2022-01-27 16:12:19 -05:00
Clayton Smith
a9eee32316 Version 2.15.8 2022-01-25 15:53:14 -05:00
Clayton Smith
85846a4b30 Update news 2022-01-25 14:18:28 -05:00
Clayton Smith
5e923578e7 Compare IP addresses using QHostAddress::isEqual 2022-01-25 12:30:31 -05:00
Clayton Smith
0cc889763c Remove dependency on QRegExp
QRegExp has been removed from Qt 6 and replaced with QRegularExpression.
Although we could switch, it's just as easy to remove Gqrx's dependency
on regular expression processing.

In the RemoteControl class, we ean easily replace the regular expressions
with ordinary string processing functions. The MainWindow class tries to
extract a single-quoted portion of the device string for display in the
window title, but this doesn't seem useful (and could do more harm than
good). I've changed it to always display the raw device string.
2022-01-24 18:32:53 -05:00
Clayton Smith
7c48333c0a Update news 2022-01-24 15:22:19 -05:00
Clayton Smith
1074379c86 Version 2.15.7 2022-01-23 11:45:15 -05:00
Clayton Smith
da8041f6f9 Update news 2022-01-23 09:54:56 -05:00
Clayton Smith
78230d6a55 Version 2.15.6 2022-01-22 14:37:38 -05:00
Clayton Smith
d731314d5e
Merge pull request #1074 from gqrx-sdr/appdata-fixes
Install the icon, desktop entry, and appstream metadata in cmake
2022-01-22 12:55:24 -05:00
Clayton Smith
1bab1f0a74 Update news 2022-01-22 10:04:48 -05:00
Clayton Smith
bd5441cdb8 Add screenshot to readme 2022-01-22 10:02:23 -05:00
Clayton Smith
33c2ef0de6 Version 2.15.5 2022-01-20 18:51:54 -05:00
Clayton Smith
24421d146e Update news 2022-01-20 18:48:28 -05:00
Clayton Smith
6fc65f9ba4 Version 2.15.4 2022-01-15 19:26:10 -05:00
Clayton Smith
946b43a504 Don't lock the buffer mutex while changing FFT size 2022-01-15 18:01:13 -05:00
Clayton Smith
fe676bad16 Version 2.15.3 2022-01-15 14:37:51 -05:00
Clayton Smith
514cc4e97e Update news 2022-01-15 10:39:34 -05:00
Clayton Smith
110f2540ac Update news 2022-01-14 18:53:51 -05:00
Clayton Smith
8d03fd1075 Use a fixed buffer size for the I/Q FFT 2022-01-13 23:04:12 -05:00
Clayton Smith
a1cb98ae95 Update news and contributors 2022-01-12 08:59:00 -05:00
Clayton Smith
3cc40b0304 Update news 2022-01-11 21:56:02 -05:00
Clayton Smith
0be1467f26 Update news 2022-01-10 18:12:39 -05:00
Clayton Smith
6eb44946a0 Fix buffer overruns in AFSK1200 decoder 2022-01-09 23:00:33 -05:00