Commit Graph

3687 Commits

Author SHA1 Message Date
f4exb 05289a6fd9 HTTP server: added mime type for .yaml files 2018-02-18 23:37:59 +01:00
f4exb 4363676aec Windows build: compile sdrbase resources as a binary resource file loaded dynamically 2018-02-18 23:09:30 +01:00
f4exb a85adbfe0f Compile sdrbase resources as a binary resource file loaded dynamically 2018-02-18 23:01:02 +01:00
f4exb 405c24d1e0 Perseus: updated readme 2018-02-18 19:17:17 +01:00
f4exb 28a4649e2f AM and NFM demod: sanitize tail fill audio sink FIFO 2018-02-18 14:46:36 +01:00
f4exb 1e23bb4ec6 Updated main readme 2018-02-18 11:44:38 +01:00
f4exb 01bbb65f84 AirspyHF: prevent segfault with wrong sample rate index is out of bounds 2018-02-18 06:23:49 +01:00
f4exb ffbc08841e Fixed possible memory leak in green FFT (g_fft) 2018-02-18 00:20:37 +01:00
f4exb 790e5d3bc8 AirspyHF: prevent segfault with wrong sample rate index when the Airspy HF is not opened (yet) 2018-02-17 23:35:37 +01:00
f4exb 9162a51f41 DSD demod: delete scope vis to fix memory leak 2018-02-17 21:02:48 +01:00
f4exb 8da0d3a8b4 DSD demod: fixed index overflow 2018-02-17 09:35:17 +01:00
f4exb f63fbf80a8 Main readme: added missing depending packages for Ubuntu and Debian 2018-02-16 19:04:00 +01:00
f4exb 22bbc9eecd Fixed FindJRTPLib.cmake 2018-02-16 11:03:16 +01:00
f4exb 31c3b11194 DSP source enging DC and IQ correction: reset averages when changing settings 2018-02-16 01:23:49 +01:00
f4exb b680b11206 AM demod: fixed volume AGC 2018-02-16 00:43:21 +01:00
f4exb 64044e521e Perseus: workaround to fix sample rate setting and removal of useless passing to thread 2018-02-16 00:04:07 +01:00
f4exb 34081dd50b NCOF: secure possible index overflow by 1 due to float to int conversion 2018-02-15 23:58:01 +01:00
f4exb ae8eddbfda Channel Analyzer NG: delete objects unconditionnally in destructor since they are created in the constructor 2018-02-15 18:49:15 +01:00
f4exb 2dbb0b3253 Scopevis NG: prevent invalid index 2018-02-15 18:48:31 +01:00
f4exb c827879613 AF Squelch: removed useless default constructor 2018-02-15 18:47:46 +01:00
f4exb c632e6e55a DSP moving average: corrected wrong index calculation 2018-02-15 16:35:43 +01:00
f4exb bc8ea82e8b Implemented sanitize address option on cmake command 2018-02-15 10:53:42 +01:00
f4exb e9f2680391 Perseus: close device even when open fails 2018-02-15 10:53:04 +01:00
f4exb 5cb9b6ebed Main window: fixed memory leak on m_commandKeyReceiver 2018-02-15 10:52:34 +01:00
f4exb 5f91db13da Perseus: do a full start/stop when changing sample rate 2018-02-15 00:48:51 +01:00
f4exb db6cfe2257 Main Core: moved source/sink API destruction last 2018-02-15 00:27:29 +01:00
f4exb 8c05974686 Main Window: moved source/sink API destruction last 2018-02-15 00:25:50 +01:00
f4exb 2d519abbb6 NFM mod: Web API: corrected settings formatter 2018-02-14 23:39:23 +01:00
f4exb cefa49f3c9 Web API and related: fixed memory leaks (4) 2018-02-14 22:33:41 +01:00
f4exb e589c44633 File source: corrected memory leak 2018-02-14 22:33:24 +01:00
f4exb af5579ad7d Removed useless class PIDController 2018-02-14 20:12:51 +01:00
f4exb 67e664ef06 Fixed memory leak with handling of DSPSignalNotification message in modulators and demodulators. Removed reference to unused PIDController class 2018-02-14 20:11:36 +01:00
f4exb c0eed06b69 Web API and related: fixed memory leaks (3) 2018-02-14 19:59:19 +01:00
f4exb e9c8dad663 Fixed DSP device source/sink run command 2018-02-14 17:33:08 +01:00
f4exb 8f3ef9e76d Main Window: fixed memory leak with remove last device 2018-02-14 13:40:34 +01:00
f4exb cbcb7b6370 Fixed the synchronous messenger 2018-02-14 12:43:30 +01:00
f4exb e8537d6582 Web API and related: fixed memory leaks and some malfunctions 2018-02-14 11:27:57 +01:00
f4exb a1f69ebc2b Web API: new generator with lazy instantiation and some memory leak fixes. Implemented in webapi classes (part 1) 2018-02-14 01:42:35 +01:00
f4exb 5f062a24bf Revert "Web API: removed call to init() in adapter interface"
This reverts commit 780e58ba48.
2018-02-13 22:43:10 +01:00
f4exb c23828a1fa Revert "Web API: removed call to init() on generated Swagger objects as this is now handled automatically at construction time. Suppresses memory leaks."
This reverts commit aa796c30b6.
2018-02-13 20:12:54 +01:00
f4exb 5203d9b0c1 Windows build: compilable devices/perseus library 2018-02-13 15:01:16 +01:00
f4exb aab093dbc5 Windows build: compilable libperseus 2018-02-13 14:25:32 +01:00
f4exb 780e58ba48 Web API: removed call to init() in adapter interface 2018-02-13 07:26:06 +01:00
f4exb aa796c30b6 Web API: removed call to init() on generated Swagger objects as this is now handled automatically at construction time. Suppresses memory leaks. 2018-02-13 07:05:25 +01:00
f4exb 213f8993cf Corrected glitch in documentation 2018-02-13 07:04:24 +01:00
f4exb 8f7f7298fe Merge branch 'master' into dev 2018-02-12 22:14:42 +01:00
f4exb bfaf96f8ad
Merge pull request #136 from herrfeuer/master
fix QtWheelEvent propagation in valuedial and valuedialz
2018-02-12 18:25:07 +01:00
f4exb ac6aabe97e Web API: use a fixed version of the Qt5/cpp generator that does not create memory leaks 2018-02-12 18:20:27 +01:00
fire 9bdf673f90
remove line 2018-02-12 01:44:24 +01:00
fire 30111bdca0
fix QtWheelEvent propagation
as described here
http://www.setnode.com/blog/mouse-wheel-events-event-filters-and-qscrollarea/
2018-02-12 01:43:04 +01:00