1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-08-06 06:12:25 -04:00
Commit Graph

164 Commits

Author SHA1 Message Date
f4exb
7370eba0f7 Bumped version to v3.8.0 2017-11-01 14:58:36 +01:00
f4exb
e206fc84a8 Create channel registration methods for the Tx part in DeviceUISet 2017-10-31 22:37:57 +01:00
f4exb
a61bb04dac Rx Channel plugins now handled via DeviceUISet 2017-10-31 08:24:05 +01:00
f4exb
a106deeaf7 Make a static getter of Main Window reference as it is de facto a singleton. Use it in place of plugin API getter 2017-10-24 13:45:10 +02:00
f4exb
fa77ca3fb6 Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
f4exb
a30bda2d3a Updated version of touched plugins 2017-10-04 01:20:02 +02:00
f4exb
b11cf719d6 ATV modulator: fixed segfault when there is no GUI message queue 2017-10-01 10:12:54 +02:00
f4exb
35c5d623fd ATV Demod: renaming of some attributes 2017-10-01 09:06:55 +02:00
f4exb
95891164d5 Channel Rx / GUI new messaging system 2017-09-27 23:47:29 +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
578e6197bc Updated channel plugins documentation with the new frequency shift dials 2017-06-11 01:53:25 +02:00
f4exb
3a3d8e3dcb activated compiler warnings 2017-05-25 20:13:34 +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
14b7cb093e ATV demod: use ValueDialZ for channel delta frequency value dial 2017-05-17 23:47:08 +02:00
f4exb
dafad384c8 Merged Sigysmund changes for Mac OS Sierra on v3.4.5 2017-05-16 23:01:44 +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
c9368a4dc0 Unixify some files 2017-05-16 16:16:05 +02:00
ZigaS
27aab58d92 MacOS(sierra) development environment.
Updated qmake project configs.
Deploy & Run script.
For now only hardware supported is HackRF.
2017-05-15 12:32:16 +02:00
f4exb
9fcc3cd426 Remved default constuctors in Moving average and AGC classes 2017-05-11 18:39:00 +02:00
f4exb
cf267b1254 Code warnings in Eclipse cleanup 2017-05-05 10:40:45 +02:00
f4exb
05f7065515 ATV Demodulator: removed workaround to fix non const reference 2017-04-17 08:26:04 +02:00
f4exb
743fa145ec ATV Demodulator: fixed complaint of some gcc versions that this is not a const reference 2017-04-17 02:37:42 +02:00
f4exb
4115c4e932 ATV Demod: fixed wrong initialization of frame rate. Fixes issue #22 2017-04-10 22:03:18 +02:00
f4exb
29b691a5af ATV Demod: optimize scope feed 2017-04-09 17:43:23 +02:00
f4exb
40b5e7467f ATV: updated documentation with latest changes 2017-04-09 11:35:22 +02:00
f4exb
e8415f7471 ATV: harmonize FM deviation between modulator and demodulator 2017-04-09 07:27:32 +02:00
f4exb
d43f59e93b ATV: round to nearest 10 Hz when computing rationally decimated/interpolated sample rate 2017-04-09 06:48:29 +02:00
f4exb
8d019af9d6 ATV: more number of lines and FPS 2017-04-08 06:54:24 +02:00
f4exb
6f9a044ddc ATV: use skip instead of leap for the horizontal sync skip mode 2017-04-08 05:35:09 +02:00
f4exb
f2d2978edc ATV: updated documentation with new NBTV modes 2017-04-07 14:14:25 +02:00
f4exb
b0fcb142a0 ATV Demod: 1 Hz step from -2 to +2k for BFO 2017-04-07 02:26:34 +02:00
f4exb
74657509f5 ATV Demod: display negative top time and line time values as invalid 2017-04-07 01:44:49 +02:00
f4exb
58cc1d4438 ATV Demod: use rational decimator only as a filter with ratio 1.0 since code is not capable of handling a different sample rate from the main channel sample rate 2017-04-07 01:39:27 +02:00
f4exb
b486f63cb5 ATV Demod: sample rate reporting consistency fixes 2017-04-07 01:35:08 +02:00
f4exb
cb9329e6de ATV: added 120 lines mode 2017-04-06 08:28:30 +02:00
f4exb
7a7d65b999 ATV Demod: render image immediately when FPS is 25 or less to avoid partial image flickering 2017-04-06 08:18:12 +02:00
f4exb
b55d9324d1 ATV Demod: render image immediately when FPS is below 25 to avoid partial image flickering 2017-04-06 05:30:59 +02:00
f4exb
5cdcfdb9be ATV Demod: classical vsync enhanced hsync correction: correcting only once per full frame with amortizing 2017-04-06 05:11:48 +02:00
f4exb
6dbbbec71d ATV Demod: reset column count to exact value when no valid hsync 2017-04-06 03:28:21 +02:00
f4exb
74202b9a17 ATV Demod: help vsync to pass dead zone when lines are out of sync 2017-04-06 03:14:03 +02:00
f4exb
78068af15c Merge branch 'dev' of /shared/development/sdrangel into dev 2017-04-05 21:30:14 +02:00
f4exb
fcd18ba821 ATV Demod: added number of equalizing lines parameter 2017-04-05 13:48:43 +02:00
f4exb
7abbcd9bb4 ATV Demod: removed horizontal leap sync specific from calssic vsync method 2017-04-05 08:24:59 +02:00