1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-08 14:16:34 -04:00
Commit Graph

125 Commits

Author SHA1 Message Date
f4exb
e2ff0da18a UDP source: full usage of settings 2017-10-07 06:30:30 +02:00
f4exb
63d94ac9a1 UDP source: fixed settings passing 2017-10-07 06:04:05 +02:00
f4exb
bb6b313bc8 UDP source: use settings class 2017-10-07 05:44:43 +02:00
f4exb
ba9d8cdc1c UDP source: changed marker color 2017-10-05 22:11:57 +02:00
f4exb
1e33bc3e8d UDP source: use settings class in GUI (2) 2017-10-05 13:38:55 +02:00
f4exb
e6892ab7e1 UDP source: use settings class in GUI (1) 2017-10-05 08:38:06 +02:00
f4exb
e3284760f8 UDP source: moved samples format enum to settings class 2017-10-05 08:17:49 +02:00
f4exb
d0f07f0ccd UDP source: added settings class 2017-10-05 00:55:14 +02:00
f4exb
dabe952b40 UDP source: removed rollup widget save/restore state during serialization/deserialization 2017-10-05 00:28:05 +02:00
f4exb
d0943b384f UDP source: separate demod and GUI phase 1 2017-10-04 22:41:58 +02:00
f4exb
a1afc0ebe6 UDP source: refactor constructor 2017-10-04 22:05:38 +02:00
f4exb
95b191353b Fixed warnings with g++ 6.3 2017-09-30 04:05:32 +02:00
f4exb
0b6eb2129a Reset PluginInstanceGUI to its original name 2017-09-26 00:22:08 +02:00
f4exb
a9a514993b Windows build: corrections for the new tool chain 2017-09-18 13:41:08 +02:00
f4exb
2b4f8a0f55 Implemented GUI input message queue and interface 2017-09-16 22:23:31 +02:00
f4exb
1d4cb21bb5 Separate construction/destruction for the source input plugin core and the GUI 2017-09-16 10:45:08 +02:00
f4exb
a6d6a717ae GUI segregation: renamed PluginGUI interface to PluginInstanceUI 2017-09-03 19:55:00 +02:00
f4exb
061253a4ba UDP source plugin: updated version 2017-08-27 18:21:28 +02:00
f4exb
59c43310fe Updated documentation (2) 2017-08-27 17:20:35 +02:00
f4exb
c495ba0f2a UDP sink: save channel marker center frequency in only one slot 2017-08-26 21:20:35 +02:00
f4exb
1ff798f1d6 UDP source: use channel marker serializer/deserializer (1) 2017-08-26 21:03:37 +02:00
f4exb
7ae5c2a6d6 UDP source: save channel marker center frequency in only one slot 2017-08-26 15:13:03 +02:00
f4exb
a5b7428755 UDP sink plugin: implemented a gain input control for real sample input 2017-08-25 15:29:45 +02:00
f4exb
a7d6b3a75d UDP source plugin: use channel marker address and port 2017-08-25 12:12:46 +02:00
f4exb
511686f820 Use new audio fifo based on audio sample type 2017-08-25 00:02:49 +02:00
f4exb
d98d8757b0 Moved audio sample definitions to dsp types definitions 2017-08-24 15:24:28 +02:00
f4exb
f07563500b UDP source plugin: serialize/deserialize new AM formats and AGC setting 2017-08-23 01:21:26 +02:00
f4exb
49523b1bbd UDP sink plugin: updated documentation 2017-08-22 23:55:42 +02:00
f4exb
e5b8808402 UDP source plugin: updated documentation (2). UDP sink plugin: added to Mac O/S build 2017-08-21 23:33:47 +02:00
f4exb
8b00b6fdf0 UDP source plugin: updated documentation 2017-08-21 23:30:38 +02:00
f4exb
3803f72e9f UDP channel plugins: Windows build 2017-08-21 13:10:54 +02:00
f4exb
f56bea2afe UDP source plugin: optimize squelch gate and release times for SSB 2017-08-20 23:44:40 +02:00
f4exb
872fa9bd20 UDP source plugin: AM with DV block optimization 2017-08-20 22:51:22 +02:00
f4exb
8a16e99e48 UDP source plugin: new AM mode with 300 Hz low cutoff bandpass filter 2017-08-20 22:18:33 +02:00
f4exb
7cfdb9efdd UDP source plugin: reduce AM average length 2017-08-20 09:05:09 +02:00
f4exb
1c36d07254 UDP source plugin fixes 2017-08-20 03:47:21 +02:00
f4exb
65b4930171 UDP source plugin: adjust AM and AGC times 2017-08-20 01:56:23 +02:00
f4exb
79f53275de UDP source plugin: implemented AM with DC filtering and AGC 2017-08-20 00:32:40 +02:00
f4exb
c934658cc0 UDPSource plugin: make Apply button light in green when a change needs to be applied 2017-08-19 03:45:17 +02:00
f4exb
b3bd9967a4 UDPSink plugin: implemented squelch gate control 2017-08-19 00:52:10 +02:00
f4exb
587d38665d UDP source plugin: implemented squelch gate 2017-08-19 00:12:56 +02:00
f4exb
6473c84e68 UDPSink plugin: activate VU meter for NFM modulation 2017-08-18 22:15:04 +02:00
f4exb
dda67c0947 UDP source plugin: fixed AM demod 2017-08-18 12:30:12 +02:00
f4exb
32510091df UDPSrc plugin: full squelch implementation 2017-08-18 00:10:15 +02:00
f4exb
c6b58431fe UDPSrc plugin: partial squelch implementation 2017-08-17 20:23:17 +02:00
f4exb
90ce3ec9ad UDPSink plugin: rename volume to gain 2017-08-17 17:09:02 +02:00
f4exb
c601d8dbaa UDPSource and UDPSink plugins: UI refactoring 2017-08-17 12:57:45 +02:00
f4exb
ff9eb18a4f UDPSink plugin: added UDP handler 2017-08-15 16:08:12 +02:00
f4exb
d660a5b017 UDPSoure plugin: updated documentation 2017-08-15 12:40:09 +02:00
f4exb
9786640322 UDPSink utility: use fixed payload size in bytes 2017-08-15 12:29:54 +02:00
f4exb
a89e34255b UDPSink plugin: GUI fixes 2017-08-15 00:20:04 +02:00
f4exb
73d680c356 UDPSink plugin GUI: added VU meter 2017-08-14 23:27:12 +02:00
f4exb
0288044ab3 UDPSink plugin: basic framework 2017-08-14 01:39:26 +02:00
f4exb
bceafe6f2c UDP source: edit masks for IP and ports and minimum size 2017-07-02 00:28:28 +02:00
f4exb
3a3d8e3dcb activated compiler warnings 2017-05-25 20:13:34 +02:00
f4exb
7f539f0314 TCP and UDP sources: removed useless dependency on QThread 2017-05-20 05:48:39 +02:00
f4exb
e946242fae Updated documentation 2017-05-19 10:52:18 +02:00
f4exb
d842b44c28 Value dials: implement Ctl to shift digits by 2. Updated documentation 2017-05-18 01:48:52 +02:00
f4exb
1a9c422906 UDP source: use ValueDialZ for channel delta frequency value dial 2017-05-18 00:05:08 +02:00
f4exb
579c05cfe5 Use doubles for all power calculations 2017-05-16 23:39:49 +02:00
f4exb
bb849623bd updated value dials with Windows compatible font and pointing hand 2017-05-16 22:35:44 +02:00
f4exb
007ea19e36 Bumped version to 3.5.0 2017-05-16 18:38:39 +02:00
f4exb
6f9ef0eaf9 New value dial color schemes: propagate to all active plugins 2017-05-16 18:27:36 +02:00
f4exb
ffb6ad3009 Use double storage type for all moving average instances 2017-05-12 00:03:56 +02:00
f4exb
cf267b1254 Code warnings in Eclipse cleanup 2017-05-05 10:40:45 +02:00
f4exb
caa7905be3 Windows build: set SSE options for all demodulator plugins 2016-11-07 18:57:52 +01:00
f4exb
5a5ff31f48 Channel plugins: Removed useless link dependency on QT OpenGL and Multimedia 2016-10-27 08:46:06 +02:00
f4exb
9299eac9dd Tx ph.1: plugins (2) 2016-10-13 23:42:08 +02:00
f4exb
94e479bb75 Tx ph.1: plugins (1) 2016-10-13 22:23:43 +02:00
f4exb
32595f81b9 RxTx semantic move: renamed DeviceAPI to DeviceSourceAPI 2016-10-11 01:17:55 +02:00
f4exb
6707bab1a5 Give the decimation method of the Interpolator class its proper name 2016-10-10 01:53:32 +02:00
f4exb
dce0ace4ef RxTx semantic move: renamed ThreadedSampleSink to ThreadedBasebandSampleSink 2016-10-03 15:55:16 +02:00
f4exb
78513854ac RxTx semantic move: renamed SampleSink to BasebandSampleSink 2016-10-02 22:29:04 +02:00
f4exb
20c6fb19cc RxTx semantic move: renamed Channelizer to DownChannelizer 2016-10-02 21:52:39 +02:00
f4exb
1f7df6548a RxTx semantic move: renamed channel plugins directory to channelrx 2016-10-02 13:18:07 +02:00