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
|
053e4a31cd
|
Add label to SampleSinkFifo to mention controlling component in error messages
|
2022-03-18 21:53:53 +01:00 |
|
f4exb
|
188186046e
|
Removed status tips
|
2022-03-18 21:53:53 +01:00 |
|
f4exb
|
9c063410fb
|
Message pipes rework: more renaming
|
2022-03-02 23:57:35 +01:00 |
|
f4exb
|
cbe643c0b1
|
Message pipes rework: settings pipes change in other plugins
|
2022-03-02 23:07:15 +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 |
|
Jon Beniston
|
97496ae9f9
|
Install debug symbols on Windows for debug builds
|
2022-02-06 12:56:58 +00:00 |
|
f4exb
|
98b305f320
|
Make rollup state a serializable object so that it can be dumped in JSON format for the API. Prerequisite tp #1050
|
2022-01-09 05:27:12 +01:00 |
|
f4exb
|
128dd03684
|
New Jogdial Controller feature plugin. Implements #1088
|
2022-01-06 22:47:41 +01:00 |
|
f4exb
|
8a438a94c1
|
API: implemented Channel Marker in Rx channels and complete serializable objects for some
|
2021-12-03 23:11:56 +01:00 |
|
Edouard Griffiths
|
cab9dc6094
|
Merge pull request #1056 from srcejon/channel_help
Add links to documentation
|
2021-11-24 22:02:11 +01:00 |
|
Jon Beniston
|
03004e00f7
|
Add links to documentation
|
2021-11-24 11:31:51 +00:00 |
|
Jon Beniston
|
2e68017b12
|
Save/restore rollup state in channel plugins
|
2021-11-24 09:50:42 +00:00 |
|
f4exb
|
ee0e5fc777
|
AFC: implemented message pipes for sending back channel settings. Implemented in all relevant channel plugins. Removed obsolete methods
|
2020-12-13 13:04:36 +01: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 |
|
Kacper Michajłow
|
cf70d9430f
|
Use QStringLiteral when it make sense
|
2020-11-22 04:05:04 +01:00 |
|
f4exb
|
82f98ab6c1
|
cmake: re-integrated -Woverloaded-virtual and fixed corresponding warnings
|
2020-11-15 08:31:49 +01:00 |
|
f4exb
|
55eb6cc951
|
Fixed -Wunused-parameter warnings
|
2020-11-14 11:13:32 +01:00 |
|
f4exb
|
41f0fec4f6
|
sdrbase cmake: restored Boost_INCLUDE_DIRS
|
2020-11-05 20:41:33 +01:00 |
|
Kacper Michajłow
|
70434765d7
|
Add support for VS2019 and Ninja
- Specify byproducts in external projects
- Use external Boost
- Remove hacky Qt detection
- Fix CRT mismatch in external projects (fixes SoapySDR on Windows)
- Minor fixes
|
2020-11-04 10:40:17 +01:00 |
|
f4exb
|
6f4f7910f1
|
Channel settings feature feedback: all plugins
|
2020-10-27 06:16:17 +01:00 |
|
f4exb
|
61d3431095
|
Some cleanup
|
2020-10-14 22:10:26 +02:00 |
|
f4exb
|
170a2661e1
|
Updated version and changelogs
|
2020-10-06 07:41:32 +02:00 |
|
f4exb
|
31bf99a619
|
Removed dangling PluginInstanceGUI references
|
2020-10-05 16:30:24 +02:00 |
|
f4exb
|
6ebf4569bf
|
Delete channel API from DeviceUISet. Update FeatureUISet
|
2020-10-04 22:16:09 +02:00 |
|
f4exb
|
b1c9a35dcb
|
Channel plugins: use specialized ChannelGUI superclass. Handle GUI lifecycle in MainWindow
|
2020-10-04 22:16:09 +02:00 |
|
f4exb
|
d3d506a5ae
|
Removed handleMessage virtual method from PluginInstanceGUI
|
2020-10-04 22:16:09 +02:00 |
|
f4exb
|
d085b4eb7d
|
Removed undesirable methods from PluginInstanceGUI and related common plugins
|
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
|
1b11363214
|
Add GUI to device set outside plugin: applied to common plugins
|
2020-10-04 22:16:09 +02:00 |
|
f4exb
|
ef65afea02
|
Replace separate create channel methods (BS and CS): common plugins
|
2020-10-04 22:16:09 +02:00 |
|
f4exb
|
f92622b45a
|
Remove unused message from BasebandSampleSink
|
2020-10-04 22:16:09 +02:00 |
|
f4exb
|
57cd14c8e1
|
Updated version and changelogs
|
2020-07-12 21:01:51 +02:00 |
|
f4exb
|
141d3fa03d
|
LocalSink: refactored LocalSinkThread to LocalSinkWorker object moved to thread. Equivalent to FileInput changes
|
2020-07-11 10:37:33 +02:00 |
|
f4exb
|
b7284b6b5c
|
Updated version and changelogs
|
2020-06-27 10:52:43 +02:00 |
|
f4exb
|
eee7640cdd
|
LocalSink: fixed DSPSignalNotification& message passing to baseband and size sink FIFO depending on channel sample rate
|
2020-06-27 10:05:03 +02:00 |
|
f4exb
|
d4959e0a40
|
LocalSink: increase device link FIFO size
|
2020-06-27 10:04:38 +02:00 |
|
f4exb
|
cf6c964e69
|
Fixed LocalSink and LocalInput samples threading model by adding one decoupling FIFO. Fixes issue #549
|
2020-06-27 10:04:25 +02:00 |
|
f4exb
|
b64d813cfc
|
Fixed some warnings from Mac ports compilation
|
2020-04-19 06:14:45 +02:00 |
|
f4exb
|
6855602a7f
|
Device API: removed useless stream index parameter on channel API methods
|
2019-12-23 23:41:44 +01:00 |
|
f4exb
|
d0858f21fb
|
Added possibility to specify devices that cannot be discovered automatically. This implements #445
|
2019-12-16 01:03:47 +01:00 |
|
f4exb
|
653f8c1330
|
Renamed DownSampleChannelizer back to (new) DownChannelizer
|
2019-12-13 15:15:21 +01:00 |
|
f4exb
|
14a21b10cb
|
Removed obsolete references to DownChannelizr
|
2019-12-13 00:43:07 +01:00 |
|
f4exb
|
1359aac9b6
|
Removed ThreadedBasebandSampleSink
|
2019-12-13 00:42:37 +01:00 |
|
f4exb
|
91b24a7c90
|
Rx plgins: refactoring of classes (3)
|
2019-12-09 13:44:12 +01:00 |
|
f4exb
|
4399f6b537
|
Local sink: implemented play toggle REST API
|
2019-12-09 10:38:22 +01:00 |
|
f4exb
|
246ff824af
|
Corrected network manager process memory leaks (Rx side)
|
2019-11-12 18:46:45 +01:00 |
|
f4exb
|
51a07c3f7b
|
Channel Rx plugins: implement MIMO support
|
2019-10-09 07:39:52 +02:00 |
|
f4exb
|
94c1b9a972
|
Upgraded SerialDV. Removed unused attribute in LocalSink GUI
|
2019-09-02 01:05:27 +02:00 |
|