Commit Graph

2528 Commits

Author SHA1 Message Date
Clayton Smith
6901e6d418 Set default audio gain value in remote 2023-04-15 21:54:05 -04:00
Vladislav P
9a5ea43c88 remote: Update internal help (add new AUDIO gain id) 2023-04-15 21:37:02 -04:00
Vladislav P
2d8a0cb6bd remote: Make it possible to control audio gain
New remote interface level set/get command argument "AF".
Use "l AF" command to get current audio gain.
Use "L AF 10" to set current audio gain to 10.0 db.
2023-04-15 21:37:02 -04:00
Clayton Smith
622bbaa260
Merge pull request #1043 from vladisslav2011/store_demod_settings
Store missing demod settings to the config file and restore at startup
2023-04-15 16:41:01 -04:00
Clayton Smith
5dc20d8467 Update news 2023-04-15 16:04:05 -04:00
Clayton Smith
bb783ba5dd Make some simplifications 2023-04-15 16:03:22 -04:00
Vladislav P
3d8daa582f Store AM DCR/PLL settings to config file
Store AM DCR setting to receiver/am_dcr_off
Store AM-Sync DCR setting to receiver/amsync_dcr_off
Store AM-Sync PLL setting to receiver/amsync_pllbw
Restore everything at startup.
2023-04-15 16:03:22 -04:00
Clayton Smith
ac0ba5bcda
Merge pull request #1221 from gqrx-sdr/fix-tau-to-index
Fix loading of narrow FM tau setting
2023-04-15 14:48:44 -04:00
Clayton Smith
1dc28eb452 Fix loading of narrow FM tau setting 2023-04-15 13:54:53 -04:00
Clayton Smith
9857b1b89f Remove extra whitespace 2023-04-14 12:36:52 -04:00
Clayton Smith
bf312e9d7b Update readme to reflect Qt 6 support 2023-04-14 12:20:24 -04:00
Clayton Smith
9db12cfb46
Merge pull request #1220 from gqrx-sdr/drop-gr37
Drop support for GNU Radio 3.7
2023-04-14 12:17:55 -04:00
Clayton Smith
9896f0ac28 Update news 2023-04-14 12:07:59 -04:00
Clayton Smith
5052dbc060 Drop support for GNU Radio 3.7 2023-04-13 23:11:26 -04:00
Clayton Smith
919d198c7a Turn off release indicator 2023-04-13 22:58:39 -04:00
Clayton Smith
4d841cf26b Version 2.15.10 2023-04-13 20:43:00 -04:00
Clayton Smith
660ee91cd8
Merge pull request #1206 from willcode/fix/iq-swap-hog
iq_swap_cc: implement directly instead of as a hier block
2023-04-13 00:28:45 -04:00
Clayton Smith
7cb3007086 Update news 2023-04-13 00:21:15 -04:00
Jeff Long
a8e8aa070e iq_swap_cc: implement directly instead of as a hier block
Much faster, especially when off, and fewer buffers.

Signed-off-by: Jeff Long <willcode4@gmail.com>
2023-04-13 00:12:51 -04:00
Clayton Smith
fe41c7fc37
Merge pull request #1219 from dl2kcd/fix-ddc-aliasing
use Blackman-Harris window in ddc to reduce aliasing
2023-04-12 23:49:15 -04:00
Clayton Smith
675c547ac9 Update news 2023-04-12 23:42:48 -04:00
Clayton Smith
b43748e037 Fix compilation on GNU Radio 3.8 and earlier 2023-04-12 23:42:48 -04:00
Jo
1c0b6fe751 use Blackman-Harris window in ddc to reduce aliasing 2023-04-12 23:42:47 -04:00
Clayton Smith
803b90e1ba
Merge pull request #1207 from vladisslav2011/reduce_fmstereo_cpu_consumption
stereo_demod: reduce CPU consumption
2023-04-12 22:14:48 -04:00
Clayton Smith
0f8b36c7d3 Update news 2023-04-12 21:51:37 -04:00
Vladislav P
4c25d156b7 stereo_demod: reduce CPU consumption 2023-04-12 21:46:06 -04:00
Clayton Smith
0d0a785184 Fix macOS build 2023-04-12 17:56:18 -04:00
Clayton Smith
facfcc0475 Fix macOS CI 2023-04-12 15:40:59 -04:00
Clayton Smith
62d3c3cb5a
Merge pull request #1201 from willcode/fix/zoom-reset
Make zoom reset more reliable
2023-03-25 08:53:27 -04:00
Clayton Smith
993a616b8c Update news 2023-03-25 08:52:33 -04:00
Jeff Long
ae1b5fa6d2 Make zoom reset more reliable
Especially at higher zooms, right click on the freq axis did not fully
reset the zoom level on the fft dock. Add an emit to resetHorizontalZoom()
as is done already in zoomStepX().

Signed-off-by: Jeff Long <willcode4@gmail.com>
2023-03-25 05:41:01 -04:00
Clayton Smith
a3d39abe9b
Merge pull request #1176 from pinkavaj/pi-tag-ref
Remove unnecessary TagInfo constructor (refactor)
2023-03-25 00:16:42 -04:00
Clayton Smith
c9796cceb4 Update copyright date 2023-03-24 23:43:51 -04:00
Jiří Pinkava
f40e9ef3b9 Remove unnecessary TagInfo constructor (refactor) 2023-03-24 23:15:45 -04:00
Clayton Smith
f747761eeb
Merge pull request #1200 from willcode/feature/cursor-hotkeys
Shortcut key "z" zeros the rx filter offset
2023-03-24 23:12:48 -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
5588106e8e
Merge pull request #1197 from AsciiWolf/patch-1
dk.gqrx.gqrx.desktop: fix typo in Czech translation
2023-03-17 22:11:08 -04:00
AsciiWolf
39b81890cc
dk.gqrx.gqrx.desktop: fix typo in Czech translation 2023-03-17 22:02:05 +01:00
Clayton Smith
f04d6a1f5c
Merge pull request #1190 from vladisslav2011/fft_window_scaling
rx_fft: normalize fft windows
2023-02-18 13:18:45 -05:00
Clayton Smith
b5d69b50f1 Update news 2023-02-18 13:13:47 -05:00
Vladislav P
a5df7cd3b5 rx_fft: normalize fft windows
Always show correct signal magnitude on the panadapter independent of
selected FFT window type.
2023-02-11 21:24:46 +03:00
Clayton Smith
dc3971d936 Replace external notarization action 2023-02-09 14:05:14 -05:00
Clayton Smith
23b5d8af00 Update action versions 2023-02-09 12:08:20 -05:00
Clayton Smith
ab0cf0834e Only copy in needed Soapy modules
The gnuradio formula now includes soapyrtlsdr as a dependency, which 
caused the RTL-SDR module to be copied in.
2023-02-09 11:03:39 -05:00
Clayton Smith
f0483ff4fb Only install soapyremote from homebrew-pothos
The soapysdr formula is now core, and included as a dependency of 
gnuradio.
2023-02-09 11:02:21 -05:00
Clayton Smith
e7b91729f6 Remove Python workaround 2023-02-08 18:39:33 -05:00
Clayton Smith
a702ca6f43 Update build runner to macOS 11
macOS 10.15 is no longer supported by GitHub Actions or Homebrew.
2023-02-08 17:21:14 -05:00
Clayton Smith
d862b536fa Explicitly check out branch gr3.8
It seems a tag named gr3.8 was accidentally pushed.
2023-02-08 14:53:41 -05:00
Clayton Smith
53bd3c50e3 Use consistent numbering in ifdefs for searchability 2022-11-11 10:08:08 -05:00