1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-07-30 02:52:25 -04:00
Commit Graph

46 Commits

Author SHA1 Message Date
f4exb
0e4820d305 PluginManager::selectSampleSinkByIndex: removed useless method 2017-09-15 01:50:14 +02:00
f4exb
6b6b99f30e PluginManager::selectSampleSourceBySerialOrSequence: removed GUI interaction 2017-09-15 01:24:51 +02:00
f4exb
b2d3c6c2a6 Plugin manager: removed useless select first sample source/sink methods 2017-09-15 00:11:43 +02:00
f4exb
afe08a3547 PluginManager: removed useless dependency on main window 2017-09-01 00:19:47 +02:00
f4exb
2ae702763b Fixed critical compiler warnings in Windows 2017-05-26 10:35:29 +02:00
f4exb
3a3d8e3dcb activated compiler warnings 2017-05-25 20:13:34 +02:00
f4exb
fb562f197c Added reload devices option 2017-01-12 01:24:08 +01:00
f4exb
f68f949c19 Tx support: interim state (1) 2016-12-29 12:41:10 +01:00
f4exb
2246271d47 Tx ph.1: Tx support in PluginAPI and PluginManager 2016-10-19 18:07:27 +02:00
f4exb
9299eac9dd Tx ph.1: plugins (2) 2016-10-13 23:42:08 +02:00
f4exb
94e479bb75 Tx ph.1: plugins (1) 2016-10-13 22:23:43 +02:00
f4exb
32595f81b9 RxTx semantic move: renamed DeviceAPI to DeviceSourceAPI 2016-10-11 01:17:55 +02:00
f4exb
9a24a1a99f RxTx semantic move: renaming attributes (1). Corrected Star UML model 2016-10-04 01:49:28 +02:00
f4exb
e204efe2b8 RxTx semantic move: renamed DSPDeviceEngine to DSPDeviceSourceEngine 2016-10-03 18:29:05 +02:00
f4exb
b73330c663 SDRdaemonFEC support: correctly implement in plugin manager 2016-06-20 01:58:46 +02:00
f4exb
3e1236f898 Multi device support: SDRdaemon and FileSource plugins: allow one instance per device set with only the one coresponding to the device set accessible for selection 2016-05-23 00:21:13 +02:00
f4exb
a32175eccb Multi device support: ensure there is only one instance of SDRdaemon and FileSource plugins 2016-05-22 21:56:07 +02:00
f4exb
cae0012399 Multi device support: fixed segfaults when changing device 2016-05-17 11:06:56 +02:00
f4exb
86b04a4d62 Multi device support: code cleanup and fixed lock on exit 2016-05-17 00:04:27 +02:00
f4exb
00864bfb6c Multi device support: use device API for channel load and save 2016-05-16 19:55:01 +02:00
f4exb
2f1c9eac6e Multi device support: use device API for channel registrations 2016-05-16 19:37:53 +02:00
f4exb
e1e3df466f Multi device support: channel registrations support in device API 2016-05-16 18:53:01 +02:00
f4exb
6840a20ab9 Multi device support: migrated channel registration objects to plugin API 2016-05-16 18:34:23 +02:00
f4exb
a9cda881d6 Multi device support: removed useless handle message method in plugin manager 2016-05-16 18:16:00 +02:00
f4exb
9e77782da9 Multi device support: load and save source presets moved to device API 2016-05-16 17:47:22 +02:00
f4exb
500e809cba Multi device support: moved setInputGUI method from plugin API and manager classes to device API class 2016-05-16 16:02:55 +02:00
f4exb
9013e057fa Multi device support: removed GLSpectrum dependency in plugin manager 2016-05-16 10:40:18 +02:00
f4exb
2893d7bb06 Multi device support: code cleanup in plugin manager and API 2016-05-16 10:35:36 +02:00
f4exb
bbb4bc28b4 Multi device support: channel plugin per device mechanism validation with AM demod 2016-05-16 03:21:21 +02:00
f4exb
7412ee0d54 Multi device support: migrate device specific stuff outside plugin classes completed for source plugins 2016-05-16 02:14:36 +02:00
f4exb
be918a217b Multi device support: migrate device specific stuff outside plugin classes 2016-05-16 01:12:37 +02:00
f4exb
a26174eb8b Multi device support: add channels and channel markers to the tab associated to the device plugin 2016-05-15 11:26:48 +02:00
f4exb
4027b00675 Multi device support: GUI enhmcements 2016-05-15 04:38:37 +02:00
f4exb
7452e2fe04 Multi device support: cleanup after last commit 2016-05-14 21:33:12 +02:00
f4exb
3cba9014b6 Multi device support: removed main window channel acion dependency 2016-05-14 20:57:43 +02:00
f4exb
58709e0bae Multi device support: add channels from device control working concept 2016-05-14 18:12:39 +02:00
f4exb
2f9e5ac051 Multi device support: small cleanup 2016-05-14 10:38:29 +02:00
f4exb
f5a65ddc97 Multi device support: interim state #2 2016-05-13 18:43:09 +02:00
f4exb
ef81b11640 Multi device support: store device tab index in plugin manager 2016-05-13 17:35:14 +02:00
f4exb
7053d3775c Multi device support: completely removed direct access to DSP device engine from DSP engine 2016-05-13 00:50:29 +02:00
f4exb
2b036e2212 Multi device support: completely removed dependency on DSPEngine from source plugins 2016-05-13 00:03:58 +02:00
f4exb
e25c465b82 Multi device support: removed as much as possible (now) DSPDeviceEngine dependencies in MainWindow to source plugin GUIs. This includes file sink handling. Applies to BladeRF only. 2016-05-12 10:31:57 +02:00
f4exb
ecd05096ad Multi device support: moved DSPDeviceEngine start/stop actions and status from main window to each source plugin GUI 2016-05-11 23:35:16 +02:00
f4exb
66daf9fa4e Multi device support: access DSPDeviceEngine from the channel plugins using the plubgin API and not a direct access 2016-05-11 18:29:01 +02:00
f4exb
33e5e781c0 Multi device support: use DSPDeviceEngine instead of DSPEngine in PluginManager 2016-05-11 17:03:02 +02:00
f4exb
c6d7207b1a Reorganized sdrbase library code 2016-03-08 04:54:12 +01:00