f4exb
|
018b97e17d
|
Massive UI revamping (v7): updated basic channel settings and indicate stream index for MIMO device and single stream channel
|
2022-04-18 01:42:03 +02:00 |
|
f4exb
|
103301f19a
|
Massive UI revamping (v7): Implemented channel move to another device and more
|
2022-04-16 16:45:53 +02:00 |
|
f4exb
|
7689a16109
|
ChannelAPI: Added more convenient getIdentifier pure virtual method
|
2022-03-26 09:51:06 +01:00 |
|
f4exb
|
60d4b2f126
|
Set label in AudioFifo to identify the controlling component in error messages. Use a signal to retrieve the channel index in device set appropriately
|
2022-03-18 21:53:53 +01:00 |
|
f4exb
|
634b25ac1e
|
Channel API rework: make it inherit from QObject and removed QObject inheritance from DSP interfaces. Fixes #1147
|
2022-02-13 00:57:33 +01:00 |
|
f4exb
|
128dd03684
|
New Jogdial Controller feature plugin. Implements #1088
|
2022-01-06 22:47:41 +01:00 |
|
f4exb
|
3908599463
|
GLScope redesign: ScopeVis is not created in the GUI anymore
|
2021-05-31 15:56:45 +02:00 |
|
f4exb
|
e9d51c99a7
|
GLScope redesign: allow multiple I/Q streams sent to ScopeVis
|
2021-05-31 15:56:45 +02:00 |
|
f4exb
|
89a901e383
|
Fixed getURI method in channels and features
|
2020-11-22 19:29:27 +01:00 |
|
Kacper Michajłow
|
f2d01b61d3
|
Avoid global QString init in plugins
This workarounds issue with LTO with GCC #716
|
2020-11-22 04:06:32 +01:00 |
|
f4exb
|
82f98ab6c1
|
cmake: re-integrated -Woverloaded-virtual and fixed corresponding warnings
|
2020-11-15 08:31:49 +01:00 |
|
f4exb
|
6ebf4569bf
|
Delete channel API from DeviceUISet. Update FeatureUISet
|
2020-10-04 22:16:09 +02:00 |
|
f4exb
|
a93a93cec0
|
Channel API: new getURI method. Applied to common plugins
|
2020-10-04 22:16:09 +02:00 |
|
f4exb
|
596d2ef149
|
ATV Demod: applied now threading model
|
2020-08-19 13:12:23 +02:00 |
|
Vort
|
a6ec7651fb
|
TVScreenAnalog with subsample shift shader added
|
2020-08-04 10:02:08 +03:00 |
|
f4exb
|
99586c7be6
|
ATV demod: fixed initialization issues. Fixes #560
|
2020-07-11 21:01:32 +02:00 |
|
f4exb
|
99e16cf0bc
|
Removed obsolete signals causing unresolved references
|
2019-12-14 12:39:47 +01:00 |
|
f4exb
|
14a21b10cb
|
Removed obsolete references to DownChannelizr
|
2019-12-13 00:43:07 +01:00 |
|
f4exb
|
282267dc38
|
ATV demod: removed useless back communication with GUI
|
2019-12-04 07:20:23 +01:00 |
|
f4exb
|
0873672a74
|
ATV demod: full refactoring
|
2019-12-02 02:10:55 +01:00 |
|
f4exb
|
a5e9f251ef
|
Single channel API
|
2019-05-09 17:27:12 +02:00 |
|
f4exb
|
89e53cf179
|
Single DeviceAPI interface (1)
|
2019-05-08 22:11:53 +02:00 |
|
f4exb
|
ef15157a50
|
Fixed incomplete copyright headers (1)
|
2019-04-11 06:39:30 +02:00 |
|
f4exb
|
059228e39f
|
PVS-Studio Analysis corrections for serious issues
|
2018-11-18 09:39:22 +01:00 |
|
f4exb
|
dc2f25a00b
|
Windows: MSVC2017: fixed more attribute unused cases (1)
|
2018-11-13 00:45:03 +01:00 |
|
f4exb
|
deefab7c7c
|
ATV demod: fixed segfault when TV screen pointer is not set yet by the GUI
|
2018-03-30 23:41:48 +02:00 |
|
f4exb
|
6109be8eeb
|
Unify TV screen (4)
|
2018-03-11 17:11:02 +01:00 |
|
f4exb
|
b0a97510e2
|
Moving average cleanup
|
2018-02-03 10:33:02 +01:00 |
|
f4exb
|
e39e080cc0
|
Channel source/sink APIs: removed useless getDeltaFrequency pure virtual method
|
2017-12-29 05:22:26 +01:00 |
|
f4exb
|
9dd707896d
|
Use a name field in channels to be used in headless version to replace the GUI object name that was used as the name field
|
2017-12-20 23:57:06 +01:00 |
|
f4exb
|
6d12443100
|
Server: changes to support DeviceSet
|
2017-12-17 23:15:42 +01:00 |
|
f4exb
|
02e0945368
|
Web API: implemented /sdrangel/channels: Get a list of channel plugins available in this instance
|
2017-11-23 01:19:32 +01:00 |
|
f4exb
|
b91ad7c4b7
|
Web API: added channel enumeration in /sdrangel GET. Partial implementation in channel plugins
|
2017-11-19 03:38:07 +01:00 |
|
f4exb
|
4896b1bf40
|
ATV Demod: applied new channel marker signal handling and fixed frequency shift handling
|
2017-11-14 01:06:19 +01:00 |
|
f4exb
|
4ad038ed9d
|
Created demod constructor method in all Rx channel plugins
|
2017-11-08 14:23:49 +01:00 |
|
f4exb
|
db57a4b1e1
|
ATV Demod: use a UI agnostic interface for the ATV screen
|
2017-11-07 01:04:43 +01:00 |
|
f4exb
|
f2fe5753b1
|
ATV demod: GUI and demod separation (2)
|
2017-11-06 23:57:59 +01:00 |
|
f4exb
|
5131fb86b1
|
ATV demod: GUI and demod separation (1)
|
2017-11-06 23:04:23 +01: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
|
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
|
6f9a044ddc
|
ATV: use skip instead of leap for the horizontal sync skip mode
|
2017-04-08 05:35:09 +02:00 |
|
f4exb
|
b486f63cb5
|
ATV Demod: sample rate reporting consistency fixes
|
2017-04-07 01:35:08 +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 |
|