1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-16 01:56:32 -04:00
Commit Graph

221 Commits

Author SHA1 Message Date
f4exb
17c81fac0d Make connection with the device selection combo and proper handler in the main UI 2015-10-10 05:13:41 +02:00
f4exb
76a60a8cb2 Use vertical tab for channel tabs 2015-10-09 08:45:29 +02:00
f4exb
7742c0de2d Optimization: avoid cvtsd2ss instructions by using explicit floating point litterals. Spectrum histogram calculation optimization 2015-10-09 03:59:28 +02:00
f4exb
7a798f7dbf Fixed presets not loading correctly 2015-10-09 01:50:09 +02:00
f4exb
ea5f322cf6 Fixed dynamic channel tab allocation so that no tab is created statically in the UI 2015-10-08 02:40:31 +02:00
f4exb
43be074004 Dynamic input tab allocation 2015-10-07 23:39:40 +02:00
f4exb
6e3e273b68 Dynamic input tab allocation. Interim state #1 2015-10-07 23:27:56 +02:00
f4exb
ce8dd29c0a Dynamic channel tab allocation 2015-10-07 22:15:55 +02:00
f4exb
ae39dca580 Dynamic channel tab allocation: interim state #1 2015-10-07 09:27:44 +02:00
f4exb
162d5705dc Fixed tabs for sample sources 2015-10-07 05:37:28 +02:00
f4exb
6577bab4e9 Tabs for sample sources 2015-10-07 04:32:16 +02:00
f4exb
dbffb16348 Allocate spectrum tabs dynamically 2015-10-07 03:53:25 +02:00
f4exb
21180b18fb Removed Tx tabs 2015-10-07 03:20:17 +02:00
f4exb
d8827985e2 Removed some SDRAngelove references 2015-10-05 04:47:23 +02:00
f4exb
438df2975e NFM demod: added display of channel power in dB. Changed minus radio button for a iconified toggle button 2015-10-04 06:26:06 +02:00
f4exb
f1cd4bf992 Channel analyzer: added display of channel power in dB. Changed minus radio button for a iconified toggle button 2015-10-04 05:28:11 +02:00
f4exb
1ac49ce8ce Fixed setting of source of same kind with different sequence number 2015-10-03 23:59:02 +02:00
f4exb
3e74c45622 Fised segfault in find best source match method debug printout 2015-10-03 10:21:48 +02:00
f4exb
e9127d1b92 Merged include-gpl into include and removed GPL dribble in About dialog 2015-10-03 04:08:48 +02:00
f4exb
c46741bd72 Implemented Tx spectrum display in main window for future use 2015-10-03 03:56:03 +02:00
f4exb
cf9263f1ff Added a save settings button to the main window 2015-10-03 02:14:26 +02:00
Edouard Griffiths
662b575fa1 Simplify and clarify Plugin Manager source selection by index. Fix #2 2015-10-02 14:21:56 +02:00
Edouard Griffiths
0a92354682 Simplify and clarify Plugin Manager source selection by index. Fix #1 2015-10-02 14:21:02 +02:00
Edouard Griffiths
3869d515cd Simplify and clarify Plugin Manager source selection by index 2015-10-02 14:19:28 +02:00
f4exb
83d6d9d190 Multiple sources for the same preset. Working more or less 2015-10-02 04:04:38 +02:00
f4exb
51914b4767 Multiple sources in preset. Interim state #1 2015-10-02 02:22:56 +02:00
Edouard Griffiths
fa79c55f41 Implemented multiple sample sources for one preset 2015-10-01 16:57:33 +02:00
f4exb
c85813b577 Implemented a list of source configuration in the Preset object with add or update and find best match methods 2015-10-01 08:54:56 +02:00
f4exb
3ced80e198 Fixed source plugins virtual methods 2015-09-30 08:55:58 +02:00
f4exb
a1efdcc8dc New preset design: changed device registration 2015-09-30 06:57:40 +02:00
f4exb
ded446c43a New preset design (single). Applied to HackRF 2015-09-30 04:39:09 +02:00
f4exb
2d9c0bcfd2 Review presets #1. Apply to HackRF 2015-09-30 03:46:46 +02:00
f4exb
66987e5b19 Presets by source: plugin GUI interface cleanup 2015-09-29 03:45:35 +02:00
f4exb
921b511f96 Presets by source: set center frequency from preset center frequency 2015-09-29 03:35:14 +02:00
f4exb
1450289e0f Fixed glitches in channel analyzer decimation 2015-09-28 02:39:48 +02:00
f4exb
fd78dda566 Fixed stop acquisition not working when sample rate is too high 2015-09-27 15:47:51 +02:00
f4exb
525a3f0024 post sample rate changes directly on DSP input message queue. Removed sample source output queue entirely as it was not reliable under stress 2015-09-27 12:50:38 +02:00
f4exb
6b29864484 NFM demod: adjustments to AF squelh parameters 2015-09-13 18:17:15 +02:00
f4exb
4246fb6381 NFM demod: revised AF squelch completely 2015-09-13 11:56:14 +02:00
f4exb
34942340a3 NFM demod: back to the basics 2015-09-12 16:34:57 +02:00
f4exb
c4ad938083 Tried to fix NFM squelch again 2015-09-12 09:46:51 +02:00
f4exb
f5809b95c0 AGC in .cpp 2015-09-07 23:31:34 +02:00
f4exb
b31e62e73c Fixed NFM strong signals handling 2015-09-07 01:15:55 +02:00
f4exb
ed0d613f10 Fixed segfault while changing center frequency or sample rate 2015-09-06 10:21:06 +02:00
f4exb
234fb61955 Deep redesign: replaced smelly Spinlock mutex by standard QMutex in message queue 2015-09-02 01:51:49 +02:00
f4exb
7f35fdeb89 Deep redesign: reverted message deqeuing changes 2015-08-30 23:22:18 +02:00
f4exb
4832a5afd8 Deep redesign: move to SDRangel #6. Removed old icons and added new .ico 2015-08-30 09:41:00 +02:00
f4exb
af1de96e51 Deep redesign: move to SDRangel #5. New icon 2015-08-30 05:04:08 +02:00
f4exb
149422fb2e Deep redesign: move to SDRangel #4. New logo and about dialog 2015-08-30 04:47:54 +02:00
f4exb
1fba7ba314 Deep redesign: fixed message dequeing so that non processed messages stay in queue 2015-08-30 02:19:59 +02:00