1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-17 18:36:34 -04:00
Commit Graph

320 Commits

Author SHA1 Message Date
f4exb
dbad815b2a NFM demod: GUI: use combo box for RF demodulator bandwidths 2016-04-01 00:18:49 +02:00
f4exb
0c4d4ee385 NFM demod: GUI: use buttons for volume and squelch to reduce screen space 2016-03-31 22:49:13 +02:00
f4exb
1263eaeb1a NFM demod: RF bandwidh and AF bandwidth on the same line 2016-03-31 22:00:36 +02:00
f4exb
68ed0013ea NFM demod: added adjustable squelch gate time (AGC attack) to adjust the length of transient elimination from default 50ms 2016-03-31 19:38:39 +02:00
f4exb
85778dbcc1 CMakeLists.txt files cleanup 2016-03-29 09:36:19 +02:00
Edouard Griffiths
27b6aab5f7 Windows build: added possibility to build with MinGW64 (experimental, does not work) 2016-03-27 18:56:33 +02:00
f4exb
692686684e AM dempd: light audio mute button in green when the squelch is open 2016-03-27 05:44:35 +02:00
f4exb
2c38a8b9a0 NFM dempd: light audio mute button in green when the squelch is open 2016-03-27 05:37:15 +02:00
Edouard Griffiths
e861ddfc29 Android build: use simple boost install 2016-03-22 01:24:38 +01:00
f4exb
a957d99f67 BFMdemod: solved C++11 compile problem by initializing float constant in .cpp 2016-03-21 08:40:42 +01:00
Edouard Griffiths
9eee3fd869 BFMdemod: reverted C++11 changes. Causing too many problems 2016-03-21 08:34:27 +01:00
f4exb
6973decce1 BFMdempd plugin: Set c++11 option 2016-03-21 08:21:51 +01:00
f4exb
c50b31e289 Android build: fixes for C++11. Hardware (libusb) independent 2016-03-21 06:18:09 +01:00
f4exb
17d58ba2a5 BFM demod plugin: fixed core dump due to missing initialization in RDS parser constructor 2016-03-16 05:02:35 +01:00
f4exb
8be4c20f5b Windows build: added udpsrc channel plugin to the build 2016-03-10 03:11:18 +01:00
f4exb
0b6f236f43 Windows build: added tcpsrc channel plugin to the build 2016-03-10 03:09:54 +01:00
f4exb
b7a39452bf WFMdemod: removed useless dependency on GLSpectrum 2016-03-10 03:07:13 +01:00
f4exb
7902d97b49 NFMdemod: removed useless dependency on GLSpectrum 2016-03-10 02:59:56 +01:00
f4exb
8cc3ec4d03 Windows build: added demodbfm channel plugin to the build 2016-03-10 02:54:25 +01:00
f4exb
7f27e8f1c3 Windows build: added .pro files for the rest of channel plugins 2016-03-10 02:44:13 +01:00
f4exb
ef9dbefe50 Renamed channel plugin directories 2016-03-10 02:29:42 +01:00
Edouard Griffiths
782bb8ae40 Windows build: apply modifications 2016-03-09 06:39:19 +01:00
Edouard Griffiths
7fa519e39f Windows build: added AM demod plugin 2016-03-09 00:20:49 +01:00
Edouard Griffiths
4eeac640cc AM demod: removed useless dependency to GLSpectrum 2016-03-09 00:19:43 +01:00
f4exb
944418a720 UDPsource plugin: fixed missing method body causing program crash when address text is edited 2016-02-25 00:55:05 +01:00
f4exb
3bfb2452ba Merge branch 'dev' 2016-02-24 15:56:47 +01:00
f4exb
6fd9e4f5bc cmake: added install and uninstall targets 2016-02-24 11:51:36 +01:00
f4exb
1602525e0c SDRdaemon plugin: removed references to file input 2016-02-01 08:24:14 +01:00
f4exb
e9d55b7f04 SSB demod: changed span tooltip description 2016-01-13 21:19:50 +01:00
f4exb
4cec982a7f Channel Analyzer GUI: corrected filter limits 2016-01-13 21:19:10 +01:00
f4exb
24607ee6f1 Added tooltip for all channel GUIs frequency shift direction button 2016-01-12 19:54:37 +01:00
Edouard Griffiths
1c6f97bba9 Added missing tooltips in channel GUIs 2016-01-12 13:14:14 +01:00
f4exb
802e8f300f UDP and TCP channel sources: Normalize delta frequency font size 2016-01-12 06:26:51 +01:00
F4EXB
ec8e4d51df Font size and face normalization (final) 2016-01-12 05:51:26 +01:00
f4exb
709cee9fc3 Added frequency units to BaldeRF GUI Rx center frequency dial 2016-01-12 04:43:41 +01:00
f4exb
bf9368a002 Normalized Channel Analzyer and SSB GUIs (global font family and size) 2016-01-12 04:24:59 +01:00
f4exb
433cc021ea Normalized Channel Analzyer and SSB GUIs 2016-01-12 03:52:19 +01:00
f4exb
73bd332619 AM demod: make squelch tail twice faster as attack 2015-12-26 21:30:30 +01:00
f4exb
61d6d90ce3 AM demod: implement mute/umute toggle 2015-12-26 18:23:55 +01:00
f4exb
d46ab16ead AM demod: enhanced squelch: supressed transients, smooth open/close 2015-12-26 18:11:38 +01:00
f4exb
0613100bbd SSB demod: re-implemented fixed DSB option 2015-12-26 04:50:29 +01:00
f4exb
2b98bc9d8a SSB demod: continuous sum for SSB downsampling 2015-12-26 04:04:22 +01:00
f4exb
332fe54b6a SSB demod: implement DSB filter 2015-12-26 03:56:28 +01:00
f4exb
10c7e1e442 SSB demod: fixed BW and Low cut limits 2015-12-26 03:34:49 +01:00
f4exb
4de446053d Revert "SSB demod: implemented DSB option"
This reverts commit 5e0e3a01e1.
2015-12-26 03:23:18 +01:00
f4exb
111f00b230 BFM demod: fixed LSB stereo 2015-12-26 00:19:41 +01:00
f4exb
3564b8ba58 BFM demod: re-introducing LSB stereo GUI controls 2015-12-25 20:12:50 +01:00
f4exb
8065c4157c Revert "BFM demod: introducing LSB stereo for what it's worth..."
This reverts commit b5669fee2f.
2015-12-25 19:59:45 +01:00
f4exb
7e67793059 Fixed AM demod sliders 2015-12-25 18:03:30 +01:00
f4exb
627a7f91d2 BFM demod: suppress LSB stereo balance adjustement 2015-12-24 16:20:41 +01:00