Wykres commitów

2731 Commity (dc45452a765de9b136dd6b745b8ee524a9475774)

Autor SHA1 Wiadomość Data
f4exb dc45452a76 Make the DSP source engine forward messages to own source input GUI message queue. Example of handling with SDRplay 2017-09-17 00:06:09 +02:00
f4exb c83b6e61d5 Implemented connection from device sample source/sink to GUI input message queue 2017-09-16 23:44:00 +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 121fe4df60 Fixes for new install for Windows 64 2017-09-16 05:58:48 +02:00
f4exb c92b34202b Fixes for new build for Windows 64 2017-09-16 04:50:25 +02:00
f4exb 379330d9a5 Fixed sdrbase windows compilation 2017-09-15 18:48:30 +02:00
f4exb 289fc2a89f Device source API: use more meaningful names for get/set sample source 2017-09-15 08:45:22 +02:00
f4exb 1c9f11a5dc On the device source API use more meaningful name for GUI interface 2017-09-15 08:24:39 +02:00
f4exb e2f15792ad On sample source confirm clicked delete old UI with the plugin interface 2017-09-15 08:23:04 +02:00
f4exb 3606ab2cf2 Added a destroy virtual method to all source input plugin main classes 2017-09-15 02:32:30 +02:00
f4exb a52ac66710 MainWindow: simplify the constructs new GUI and output object code 2017-09-15 02:18:07 +02:00
f4exb 034d1be0f8 MainWindow: simplify the constructs new GUI and input object code 2017-09-15 02:15:59 +02:00
f4exb 6593f141eb get rid of DeviceSinkAPI::setOutputGUI 2017-09-15 02:06:59 +02:00
f4exb 9e2f639837 get rid of DeviceSourceAPI::setInputGUI 2017-09-15 02:04:16 +02:00
f4exb 0e4820d305 PluginManager::selectSampleSinkByIndex: removed useless method 2017-09-15 01:50:14 +02:00
f4exb ff0c2c30fd PluginManager::selectSampleSinkBySerialOrSequence: removed GUI interaction 2017-09-15 01:49:18 +02:00
f4exb 03e491db45 PluginManager::selectSampleSourceByIndex: removed GUI interaction 2017-09-15 01:35:55 +02:00
f4exb 29f975942c PluginManager::selectSampleSourceBySerialOrSequence: store plugin interface in device API 2017-09-15 01:30:25 +02:00
f4exb 6b6b99f30e PluginManager::selectSampleSourceBySerialOrSequence: removed GUI interaction 2017-09-15 01:24:51 +02:00
f4exb 0010b987bc Plugin manager: select sample source/synk by... moved code to group gui related lines 2017-09-15 00:18:11 +02:00
f4exb b2d3c6c2a6 Plugin manager: removed useless select first sample source/sink methods 2017-09-15 00:11:43 +02:00
f4exb 3cddc772b1 Output core creation method implementation in all sink plugins 2017-09-14 13:55:57 +02:00
f4exb aa5c6c59a5 Input core creation method implementation in all source plugins 2017-09-14 13:34:32 +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 24442c18a3 Device source API: renamed input and output message queues getters to more meaningful names 2017-09-13 23:40:06 +02:00
f4exb f30b049546 PlutoSDR: FIR filter calculation: allow normalized BW down to 0.05 and use Hamming window below 0.2 2017-09-12 18:49:12 +02:00
f4exb c59b04a68f PlutoSDR: completed win32 support 2017-09-12 15:06:09 +02:00
f4exb 07cd0483cc Windows build: corrected install scripts 2017-09-12 14:02:46 +02:00
f4exb 11f6b72b8c Windows build: restored mingW32 compilation 2017-09-12 13:54:32 +02:00
f4exb f1f516c637 PlutoSDR: Debian build: fixed cmake file for libiio build (1) 2017-09-12 01:19:01 +02:00
f4exb 7b2e4ed9a7 PlutoSDR: Debian build: changed cmake project name to iio 2017-09-12 01:12:25 +02:00
f4exb b6f9d96203 PlutoSDR: Debian build: use modified native cmake file for libiio build 2017-09-12 00:58:49 +02:00
f4exb 1cd5291ba0 PlutoSDR input: updated documentation 2017-09-12 00:29:12 +02:00
f4exb 49de975a9a PlutoSDR input: updated documentation 2017-09-11 23:55:39 +02:00
f4exb 629fc9ce79 PlutoSDR input: restore full range of FIR Rx gain 2017-09-11 23:51:58 +02:00
f4exb 7fed299b97 PlutoSDR input: Windows build 2017-09-11 19:34:59 +02:00
f4exb d0816622aa PlutoSDR input Debian build: added dependency on libxml2 2017-09-11 11:19:24 +02:00
f4exb 99b1070b3d PlutoSDR input Debian build: fixed devices/plutosdr cmake file 2017-09-11 10:54:24 +02:00
f4exb 0f4cedf83b PlutoSDR input: Debian build: added libiio source directory 2017-09-11 08:41:33 +02:00
f4exb 7359427156 PlutoSDR input: Debian build 2017-09-11 08:34:33 +02:00
f4exb 97e665f2f5 PlutoSDR input: documentation: corrected analog filter limits 2017-09-11 01:33:08 +02:00
f4exb 492354e812 PlutoSDR input: added documentation 2017-09-11 01:30:27 +02:00
f4exb a230b4acf0 LimeSDR input: added screnshots for documentation 2017-09-11 00:27:53 +02:00
f4exb 90a4f73adc PlutoSDR input: GUI tuning 2017-09-10 23:53:23 +02:00
f4exb 8ff322c511 PlutoSDR input: fixed frequency setting from preset deserialization 2017-09-10 23:38:50 +02:00
f4exb 782d736db9 PlutoSDR input: GUI cosmetic changes 2017-09-10 20:47:46 +02:00
f4exb 4c9a14f108 PlutoSDR input: restore FIR and Sample Rate values after the limits have been updated 2017-09-10 19:55:13 +02:00