f4exb
|
1eb8716a9f
|
Fixes for Arch. Manual merge of pull request #183. DATV demod: fixed some of ffmpeg deprecation warnings
|
2018-06-13 00:20:51 +02:00 |
|
f4exb
|
da1b7c2658
|
Server: added SDRdaemon sink plugin
|
2018-05-29 22:14:37 +02:00 |
|
f4exb
|
8155825bc4
|
SDR daemon sink: implemeted WEB API
|
2018-05-28 00:40:33 +02:00 |
|
beta-tester
|
1c952d3b0e
|
force 24h time format
changed hh:mm to HH:mm
changed dd.MM.yyyy to yyyy-MM-dd to uniform all date format
|
2018-05-11 11:00:08 +02:00 |
|
f4exb
|
7bf777e498
|
Get rid of ugly native dialogs on file chooser dialogs
|
2018-05-11 00:00:15 +02:00 |
|
f4exb
|
8281058b24
|
Sample sink plugins: use liberation font
|
2018-05-06 00:40:09 +02:00 |
|
Jason Gerecke
|
8cf3469c87
|
Fix spelling errors in documentation
|
2018-04-21 18:45:09 -07:00 |
|
Jason Gerecke
|
f6ea7b216e
|
Fix spelling errors present in UI files
|
2018-04-21 18:44:54 -07:00 |
|
f4exb
|
8dfdc1086c
|
PVS-Studio static analysis corrections (4)
|
2018-04-04 23:39:31 +02:00 |
|
f4exb
|
5b7cbdf0e5
|
Multiple audio support: transfer start/stop audio to audio FIFO management in AudioDeviceManager
|
2018-03-24 04:18:58 +01:00 |
|
f4exb
|
2e5cfcafee
|
PVS-Studio static analysis corrections (3) issue #137
|
2018-02-24 10:29:27 +01:00 |
|
f4exb
|
2b846f5d28
|
PVS-Studio static analysis corrections (2) issue #137
|
2018-02-22 03:04:42 +01:00 |
|
f4exb
|
c23894e567
|
SDRdaemon sink: removed throw lists as they are dprecated in c++11 (gcc7 warning)
|
2017-12-31 02:46:03 +01:00 |
|
f4exb
|
0dd36d4f3e
|
Sink plugins: put a serializer and deserializer in the core plugin for server
|
2017-12-28 04:04:50 +01:00 |
|
f4exb
|
1f21d1d785
|
Bumped all plugins version to 3.9.0
|
2017-12-26 02:19:03 +01:00 |
|
f4exb
|
9213b3c0b2
|
Device sink plugins: implemented an init method for initializations to be done when all collaborating objects are created and possibly connected
|
2017-12-25 12:59:44 +01:00 |
|
f4exb
|
1987bbac77
|
Device plugins: make setMessageQueueToGUI pure virtual so that child classes must have to deal with this
|
2017-12-24 19:58:26 +01:00 |
|
f4exb
|
b127182062
|
All plugins: removed apply settings in constructors as it causes segfaults
|
2017-12-24 18:37:33 +01:00 |
|
f4exb
|
8e07820e8e
|
all source and sink plugins except FileSource and SDRdaemonSource: apply settings with force on construction
|
2017-12-24 11:05:16 +01:00 |
|
f4exb
|
6de0e20ceb
|
Web API: /sdrangel/deviceset/{deviceSetIndex}/device/run POST,DELETE: return previous state instead of attempt to wait and return the state after change since it does not work reliably
|
2017-12-14 23:29:12 +01:00 |
|
f4exb
|
731c2c3f60
|
Web API: implemented device run APIs for File Sink and SDRdaeon output sink i.e. the rest of sink device plugins
|
2017-12-14 18:22:45 +01:00 |
|
f4exb
|
966767a44a
|
Web API: use message passing to start/stop device for all the rest of device plugins
|
2017-12-14 18:02:49 +01:00 |
|
f4exb
|
30cd01cad0
|
Web API: return device information in /sdrangel GET
|
2017-11-19 01:05:16 +01:00 |
|
f4exb
|
31c7ebf36c
|
Enumerate file and sdrdaemon plugins the new way
|
2017-11-02 03:42:59 +01:00 |
|
f4exb
|
9a055c643b
|
Store device category (type) in the SamplingDevice structure
|
2017-11-01 20:06:33 +01:00 |
|
f4exb
|
7370eba0f7
|
Bumped version to v3.8.0
|
2017-11-01 14:58:36 +01:00 |
|
f4exb
|
66b06dcd08
|
Added Rx/Tx indicator, channel index and claiming device set index to the SamplingDevice struct used for device enumeration
|
2017-11-01 10:37:00 +01:00 |
|
f4exb
|
c3de895301
|
Removed direct reference to the DeviceSinkAPI in the sink GUIs. Removed DeviceSourceAPI forward declaration in source GUI headers
|
2017-10-30 02:54:22 +01:00 |
|
f4exb
|
35391e0d66
|
Removed GLSpectrum getter from DeviceSinkAPI
|
2017-10-30 01:11:35 +01:00 |
|
f4exb
|
1b95457d96
|
Device source and sink APIs: removed direct reference to main window
|
2017-10-22 23:50: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
|
91903dc87e
|
FileSink SDRdaemonSink: fixed segfault when message queue to GUI is not available
|
2017-10-14 07:40:16 +02:00 |
|
f4exb
|
0eab0fdb20
|
DeviceSampleSink: removed output queue to GUI
|
2017-10-14 07:34:00 +02:00 |
|
f4exb
|
0b6eb2129a
|
Reset PluginInstanceGUI to its original name
|
2017-09-26 00:22:08 +02:00 |
|
f4exb
|
512900d98c
|
Finalized the new source/sink GUI messaging scheme
|
2017-09-17 17:35:03 +02:00 |
|
f4exb
|
2b4f8a0f55
|
Implemented GUI input message queue and interface
|
2017-09-16 22:23:31 +02:00 |
|
f4exb
|
9dd99a4530
|
Separate construction/destruction for the sink output plugin core and the GUI
|
2017-09-16 11:34:25 +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
|
3cddc772b1
|
Output core creation method implementation in all sink plugins
|
2017-09-14 13:55:57 +02:00 |
|
f4exb
|
25c150c3c5
|
Created an input or output core creation method to the plugin interface. Example of implementation with Airspy
|
2017-09-14 08:49:31 +02:00 |
|
f4exb
|
87016e7485
|
Device sink API: renamed input and output message queues getters to more meaningful names
|
2017-09-13 23:42:28 +02:00 |
|
f4exb
|
4d5fdfc913
|
GUI segregation: renamed methods and attributes
|
2017-09-03 20:24:17 +02:00 |
|
f4exb
|
a6d6a717ae
|
GUI segregation: renamed PluginGUI interface to PluginInstanceUI
|
2017-09-03 19:55:00 +02:00 |
|
f4exb
|
e281d8fd32
|
GUI segregation: de-tangle PluginGUI interface from QWidget
|
2017-09-03 17:26:32 +02:00 |
|
f4exb
|
2c3f7fe690
|
SDRDaemonSink: fixed compile warning in debug mode
|
2017-08-19 00:12:28 +02:00 |
|
f4exb
|
66a588403c
|
SDRDaemonSink: fixed compile error
|
2017-08-18 11:16:18 +02:00 |
|
f4exb
|
e624141150
|
SDRdaemon plugins: fixed Debian build
|
2017-06-12 16:31:54 +02:00 |
|
f4exb
|
3650ca00b1
|
SDRdaemonSink documentation
|
2017-06-10 22:59:45 +02:00 |
|
f4exb
|
9c1a38a8cf
|
SDRdaemonFEC: implemented value dial for desired center frequency
|
2017-06-09 01:03:56 +02:00 |
|
f4exb
|
a60fac0679
|
SDRDaemonSink: fixed deserialization
|
2017-06-08 00:21:46 +02:00 |
|