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
|
e4b9bc7680
|
Do not write tail audio samples and write to sample buffer only if necessary. May fix #1132
|
2022-02-08 00:55:31 +01:00 |
|
f4exb
|
590c4ef352
|
Updated versions and changelogs
|
2022-02-07 21:47:25 +01:00 |
|
Jon Beniston
|
97496ae9f9
|
Install debug symbols on Windows for debug builds
|
2022-02-06 12:56:58 +00:00 |
|
f4exb
|
7158c6baf8
|
BFM demod: added help page to GUI
|
2022-01-27 23:26:10 +01:00 |
|
f4exb
|
b66aac1489
|
BFM demod: added documentation
|
2022-01-27 23:20:59 +01:00 |
|
f4exb
|
ef0377cf4c
|
Updated version and changelogs
|
2022-01-23 23:22:00 +01:00 |
|
f4exb
|
5abca451c9
|
BFM demopd: clear BAS area when clearing RDS fields
|
2022-01-22 09:00:16 +01:00 |
|
f4exb
|
c6b8b85887
|
BFM demod: serialize/deserialize rds active
|
2022-01-15 19:49:17 +01:00 |
|
f4exb
|
46b11086b7
|
BFM demod: RDS: radio text on two lines with the bottom one keeping the previously decoded text
|
2022-01-12 13:54:19 +01:00 |
|
f4exb
|
1a977c4ce2
|
BFM Demod: fixed RDS text clearscreen. Fixes #1101
|
2022-01-12 08:43:20 +01: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 |
|
f4exb
|
2a9cc27a41
|
Implement serialize and deserialize to/from API in Serializable interface. Related changes and fixes
|
2021-12-01 00:21:19 +01:00 |
|
Jon Beniston
|
2e68017b12
|
Save/restore rollup state in channel plugins
|
2021-11-24 09:50:42 +00:00 |
|
f4exb
|
986b6f3711
|
Rename GLSpectrumSettings to SpectrumSettings
|
2021-04-20 23:12:05 +02:00 |
|
f4exb
|
2389f0d55c
|
Updated versions and changelogs
|
2021-03-03 13:52:40 +01:00 |
|
f4exb
|
c984dcc632
|
In some audio demods. Reapply audio sample rate only if channel sample rate effectively changes. Implements #791
|
2021-03-03 01:45:59 +01: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
|
d2710806bf
|
Renamed sdrbase AudioOutput to AudioOutputDevice
|
2020-11-12 22:13:44 +01:00 |
|
f4exb
|
c6083b339f
|
Websocket spectrum: updated plugins
|
2020-11-11 11:46:54 +01:00 |
|
f4exb
|
a09b66c38b
|
SpectrumVis: remove now useless configure method
|
2020-11-11 11:24:55 +01:00 |
|
f4exb
|
41f0fec4f6
|
sdrbase cmake: restored Boost_INCLUDE_DIRS
|
2020-11-05 20:41:33 +01:00 |
|
Kacper Michajłow
|
1e5ae8ea0f
|
Define _USE_MATH_DEFINES and clean M_PI redefinitions
|
2020-11-04 23:05:41 +01:00 |
|
f4exb
|
379096cbdd
|
Migrate code to Qt 5.14.2
|
2020-11-04 20:08:44 +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
|
d7f8208814
|
Fix and refactor fir filter
|
2020-10-31 21:30:45 +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
|
8ba95addc0
|
Use MainCore instance in place of MainWindow
|
2020-10-12 22:11:13 +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
|
7917d595f5
|
Demods with audio: systematically reapply audio sample rate in case of channel sample rate change
|
2020-08-03 13:00:00 +02:00 |
|
f4exb
|
c41cf68d60
|
Demod plugins with configurable audio: fixed audio sample rate handling
|
2020-08-03 12:59:31 +02:00 |
|
f4exb
|
a4a16265a3
|
Updated version and changelogs
|
2020-07-01 20:22:41 +02:00 |
|
f4exb
|
b64e41419f
|
Add 10 MHz digit to wideband channel plugins. Implements #531
|
2020-07-01 19:53:09 +02:00 |
|
f4exb
|
a8969af144
|
Updated plugins version
|
2020-05-16 08:15:47 +02:00 |
|