Commit Graph

4934 Commits

Author SHA1 Message Date
f4exb 35702041a0 Reverse API: Daemon Source 2018-12-20 23:20:21 +01:00
f4exb 1803789400 Reverse API: AM and NFM mod REST API updates 2018-12-20 08:29:48 +01:00
f4exb c4a818cfae Reverse API: NFM mod changes 2018-12-20 06:04:14 +01:00
f4exb 0dea488163 Reverse API: AM mod changes 2018-12-20 00:09:53 +01:00
f4exb 67a33e3084 RTL-SDR input: normalize apply settings 2018-12-19 22:45:48 +01:00
f4exb 7c4b4bc795 Reverse API: format updates 2018-12-19 22:01:26 +01:00
f4exb f689feb8b6 Reverse API: renamed server example and added channel settings handling 2018-12-19 14:42:34 +01:00
f4exb ca4f8d80e8 SoapySDR: removed more compilation dependencies on libusb 2018-12-19 13:22:49 +01:00
f4exb d536c58d03 sdrgui library: Windows: restore combo box without arrow 2018-12-19 13:13:32 +01:00
f4exb 91da201a11 sdrgui library: restore combo box without arrow 2018-12-19 13:11:57 +01:00
f4exb 793e88a594 sdrgui library: removed all references to scope multi 2018-12-19 13:10:04 +01:00
f4exb c02b9a270a Reverse API: added content type when request has JSON body 2018-12-19 08:52:50 +01:00
f4exb b6ec5e24a6 Reverse API: added server example 2018-12-19 08:52:18 +01:00
f4exb 663684dd9d Added Python virtual envs to .gitignore 2018-12-19 07:41:03 +01:00
f4exb 0a7e8378df Reverse API: LimeSDR output changes 2018-12-19 00:12:44 +01:00
f4exb 2945f7302f Reverse API: LimeSDR input changes 2018-12-18 23:37:26 +01:00
f4exb 442f23ca91 Reverse API: RTL-SDR (4) and Test Source (2) input changes 2018-12-18 21:46:03 +01:00
f4exb 8e8eb191a3 SoapySDR: removed compilation dependency on libusb. Solves PR #263 2018-12-18 21:30:00 +01:00
f4exb 1dc8ca3a98 Reverse API: network reply error message enhancement. Added Q_OBJECT to test source and RTL-SDR input definitions to handle network reply correctly. 2018-12-18 06:14:18 +01:00
f4exb 35538ab9c1 Reverse API: Test Source changes (1) 2018-12-17 18:39:09 +01:00
f4exb 91ffa1cf3c Reverse API: RTL-SDR input changes (3) 2018-12-17 18:38:52 +01:00
f4exb 082fcc000d Reverse API: RTL-SDR input changes (2) 2018-12-17 15:00:13 +01:00
f4exb b29c3b5db8 Reverse API: Windows build: added basic device settings dialog objects 2018-12-17 14:11:24 +01:00
f4exb 2b69d48c75 Reverse API: RTL-SDR input changes (1) 2018-12-17 08:51:59 +01:00
f4exb 6f81f4a7d7 Reverse API: created basic device settings dialog similar to channel one. Connected it to RTL-SDR 2018-12-17 01:25:54 +01:00
f4exb 2e58818776 Reverse API: right click dialog on start/stop button. Apply to RTL-SDR 2018-12-17 00:34:14 +01:00
f4exb 0de56a57b1 Reverse API: AM demod changes (5) 2018-12-16 21:22:46 +01:00
f4exb 448eaf0b0b Reverse API: AM demod changes (4) 2018-12-16 20:41:21 +01:00
f4exb 0c2dadfd69 Reverse API: AM demod changes (3) 2018-12-16 00:51:41 +01:00
f4exb 78488659a2 Channel Analyzer: removed duplicate code 2018-12-15 09:40:43 +01:00
f4exb cc41c77425 Channel Analyzer: revert f9062881 amd b297f082 breaking changes 2018-12-15 04:20:34 +01:00
f4exb 5b0a47c7c6 Reverse API: AM demod changes (2) 2018-12-15 03:42:58 +01:00
f4exb 0e75cc3709 Wndows builds: removed reference to now obsolete MinGW64 toolchain 2018-12-14 17:49:06 +01:00
f4exb 31123dacce Reverse API: AM demod changes (1) 2018-12-14 08:51:01 +01:00
f4exb e7f123390f Reverse API: BasicChannelSettingsDialog changes. Applied to AM demod GUI 2018-12-13 23:52:09 +01:00
f4exb f9062881fc Channel Analyzer: re-order ScopeVis set live rate and set live rate log2 decimation 2018-12-13 08:24:16 +01:00
f4exb b297f08275 Channel Analyzer: moved setLiveRate from setNewFinalRate to applySettings. Removed duplicate code 2018-12-12 08:33:04 +01:00
f4exb 8ebbfad6e5 Channel Analyzer: update rational downsampler sample rate attribute after boudaries re-calculation 2018-12-10 01:39:07 +01:00
f4exb 71cb65ca66 Channel Analyzer: do not forward messages to scope and spectrum vis combo since it is better done through the GUI 2018-12-10 00:52:05 +01:00
f4exb 720e68c094 Channel Analyzer: set rational downsampler range low limit to 0.501 times the input sample rate 2018-12-10 00:13:48 +01:00
f4exb f2e3059099 Reformat rational interpolator code 2018-12-09 22:11:39 +01:00
f4exb c546e40191 Channel Analyzer: cleaned up old code 2018-12-09 11:24:38 +01:00
f4exb a59406feae Install desktop and icon files. Fixes issue #260 2018-12-04 02:06:21 +01:00
f4exb 684d30a7f5 Change icon to .png in desktop entry. Fixes issue #259 2018-12-04 01:48:20 +01:00
f4exb 609aba2608 Added options to conditionnally build GUI and server versions 2018-12-04 01:39:41 +01:00
f4exb 13afa2e45f SoapySDR: fixed memory leaks 2018-12-04 01:03:21 +01:00
f4exb 4a69a7d39f Adaptation of cmake files to MSVC 2018-12-02 03:06:04 +01:00
f4exb f520ad6072 Debian dsdcc build with C++11 option 2018-12-02 00:04:41 +01:00
f4exb fe0f506f50 SoapySDR support: new attempt for Debian build (3) 2018-12-01 10:12:15 +00:00
f4exb d225bf9378 SoapySDR support: new attempt for Debian build (2) 2018-12-01 10:09:10 +01:00