Commit Graph

3127 Commits

Author SHA1 Message Date
f4exb 08b3ebd305 PlutoSDR output: fixed transmission of samples 2017-10-29 03:58:51 +01:00
f4exb 4536680adf PlutoSDR device handling: fixed Tx channels 2017-10-29 03:01:44 +01:00
f4exb 3e05abb52d Bumped version to 3.7.7 2017-10-28 12:29:13 +02:00
f4exb 69f5afd057 Removed PlutoSDR Tx support 2017-10-28 12:26:17 +02:00
f4exb 8e17437967 Main readme: added missing Ubuntu package dependency: libxml2-dev 2017-10-28 07:26:28 +02:00
f4exb aab1a773be Updated Debian changelog 2017-10-28 05:44:25 +02:00
f4exb 31d0334ddb LimeSDR: updated documentation 2017-10-28 05:40:26 +02:00
f4exb 83e5dc5951 LimeSDR: reduced delay after LMS_StartStream and LMS_StopStream to 0.1s 2017-10-27 01:10:22 +02:00
f4exb 46ec8e17d2 LimeSDR: cleaned up apply settings method code removing obsolete suspend/resume threads logic 2017-10-27 01:00:51 +02:00
f4exb 8ddc852239 LimeSDR: introduced a 0.5s delay after LMS_StartStream and LMS_StopStream and cleaned up some commented code 2017-10-27 00:53:34 +02:00
f4exb 7ca778038e LimeSDR: paint stream status icon in green only if stream is active. If stream is inactive but a valid status is obtained it is paint in blue 2017-10-27 00:22:58 +02:00
f4exb 9f765a9732 LimeSDR: changes that reflect discussion on MyriadRF discourse forum but does not solve the stream concurrency problem 2017-10-26 23:57:56 +02:00
f4exb 23d5eed20e LimeSDR: refined the message in the main readme regarding concurrent Rx and/or Tx 2017-10-26 08:32:00 +02:00
f4exb 242c7f3929 LimeSDR: refined the message in the main readme that concurrent Rx and/or Tx is experimental and unsupported 2017-10-26 08:28:03 +02:00
f4exb ca14e41e1c LimeSDR: use LMS_GetSampleRate to get the actual rates when MsgReportBuddyChange comes from an opposite buddy 2017-10-26 01:47:43 +02:00
f4exb 50123f90a4 LimeSDR: reinforce the message in the main readme that concurrent Rx and/or Tx is experimental and unsupported 2017-10-26 00:55:48 +02:00
f4exb 124404aa18 LimeSDR still unreliable but comitting as is 2017-10-26 00:48:50 +02:00
f4exb e9af2f6dff LimeSDR: suspend buddy threads only around calls to LMS_SetupStream or LMS_DestroyStream. In output plugin move them back to open/close (undoes #50) 2017-10-25 22:20:30 +02:00
f4exb 8b93c5f48d LimeSDR: pass center frequency change to buddies of same type 2017-10-25 01:38:39 +02:00
f4exb cd5f0c361a LimeSDR: apply settings: suspend/resume own thread 2017-10-25 01:23:48 +02:00
f4exb b5c0eb9f9d LimeSDR: reverted changes of commit 78490ff: reinstated the apply settings forced at start time 2017-10-25 00:23:12 +02:00
f4exb ec225344d3 USe DeviceUISet new struct in main window 2017-10-24 18:34:39 +02:00
f4exb b4fe1f64c1 Created a DeviceUISet class in its own right 2017-10-24 18:29:18 +02:00
f4exb f4e214a235 Removed main window friendness from device source and sink APIs 2017-10-24 17:07:11 +02:00
f4exb 933542e289 Removed main window reference from device sink API 2017-10-24 16:58:12 +02:00
f4exb 7d746755c1 Removed main window reference from device source API 2017-10-24 16:54:01 +02:00
f4exb 9cfe817e96 Implemented a master timer in DSPEngine 2017-10-24 16:45:47 +02:00
f4exb d5ccbe4f17 Removed glSpectrum reference from plugin manager 2017-10-24 14:18:00 +02:00
f4exb 14b7406ea9 Removed main window references from plugin manager 2017-10-24 14:15:08 +02:00
f4exb ab9474a65f Removed main window references from plugin API 2017-10-24 14:01:31 +02:00
f4exb a106deeaf7 Make a static getter of Main Window reference as it is de facto a singleton. Use it in place of plugin API getter 2017-10-24 13:45:10 +02:00
f4exb 78490ffff0 LimeSDR: removed applySettings from start sequence as it has nothing to do here 2017-10-24 08:37:32 +02:00
f4exb 2572f2be84 LimeSDR: removed obsolete message. Only stop current side threads if changing center frequency 2017-10-24 02:41:54 +02:00
f4exb 238c8d312e LimeSDR: device sample rate and hardware decimation/interpolation handling fix and simplification 2017-10-24 02:20:57 +02:00
f4exb 61afe840dc Device source and sink APIs: removed channel window direct getter 2017-10-23 13:51:54 +02:00
f4exb 60b60fb037 Fixed Windows build 2017-10-23 08:28:54 +02:00
f4exb 1b95457d96 Device source and sink APIs: removed direct reference to main window 2017-10-22 23:50:10 +02:00
f4exb 4114d269ea sdrbase: removed dependency on QWidgets and OpenGL 2017-10-22 22:12:45 +02:00
f4exb aefad82c38 Moved plugin interface to sdrgui because of QWidget dependency 2017-10-22 21:53:25 +02:00
f4exb f9d27cd784 Removed main window from sdrbase 2017-10-22 21:26:07 +02:00
f4exb 355bff2a8c Windows build corrections 2017-10-22 21:02:19 +02:00
f4exb c86cea5cbb Windows build: code re-organization in two libraries sdrbase and sdrgui 2017-10-22 19:31:11 +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 561a4c6858 Create a CMakeList.txt in its own right for sdrbase library 2017-10-22 12:01:04 +02:00
f4exb b991a29d87 Updated Debian change log 2017-10-22 09:38:46 +02:00
f4exb 4252d76bc2 Bumped some plugins version 2017-10-22 01:54:15 +02:00
f4exb f1bad36f2c ATV mod: separate GUI and modulator phase 1 2017-10-22 01:49:27 +02:00
f4exb b14066a8f0 ATV modulator: use settings (3) 2017-10-22 01:36:18 +02:00
f4exb 305a613667 ATV modulator: use settings (2) 2017-10-22 01:13:04 +02:00
f4exb 04c8729e44 ATV modulator: use settings (1) 2017-10-22 00:33:18 +02:00