Commit Graph

1085 Commits

Author SHA1 Message Date
Charles J. Cliffe 609a2216ad SDR Device settings live refresh 2016-02-01 20:30:48 -05:00
Charles J. Cliffe 48aff5baf1 Remove SoapySDR::Device proxy classes and functions, use SoapySDR directly 2016-01-31 15:11:54 -05:00
Charles J. Cliffe 4a891d4785 Merge pull request #271 from viraptor/uninit_postthread
Initialize frequency
2016-01-29 17:50:30 -05:00
Charles J. Cliffe 78f2235b41 Merge pull request #270 from viraptor/delete_array
delete[] to match new[]
2016-01-29 17:50:07 -05:00
Stanisław Pitucha 77b2d54870 Initialize frequency 2016-01-29 20:08:33 +11:00
Stanisław Pitucha 5a52783c22 delete[] to match new[] 2016-01-29 19:22:01 +11:00
Charles J. Cliffe c4dac53532 Fix remaining init order and unused warnings 2016-01-28 18:11:53 -05:00
Charles J. Cliffe 18e859b35b Merge pull request #267 from cjcliffe/netsdr_rel_patch
NetSDR related patch (better stream handling)
2016-01-28 17:59:33 -05:00
Charles J. Cliffe fd8d1e9198 Merge branch 'master' into netsdr_rel_patch 2016-01-28 17:58:20 -05:00
Charles J. Cliffe 59b154c9b0 Merge pull request #269 from viraptor/demod_mem_init
Fix demodulator uninitialized read
2016-01-28 17:56:49 -05:00
Charles J. Cliffe 4afd003a92 Merge pull request #268 from viraptor/warning_cleanups
Warning cleanups
2016-01-28 17:56:26 -05:00
Stanisław Pitucha 3835d5cef4 Fix demodulator uninitialized read 2016-01-29 09:50:25 +11:00
Stanisław Pitucha 86fab39d84 Even more unused parameters 2016-01-29 07:49:40 +11:00
Stanisław Pitucha 035353123d Fix signed/unsigned variables 2016-01-29 07:49:31 +11:00
Charles J. Cliffe 93bc2c4d36 Merge branch 'master' into netsdr_rel_patch 2016-01-26 21:55:02 -05:00
Charles J. Cliffe a364ffec6e Merge pull request #265 from viraptor/unused_cleanup
Cleanup unused var warnings
2016-01-26 21:54:05 -05:00
Charles J. Cliffe a2420438ee Merge pull request #266 from viraptor/const_cleanup
Remove invalid const
2016-01-26 21:50:42 -05:00
Charles J. Cliffe f5ca92281d Always request streamMTU, handle 'overflow' within CubicSDR 2016-01-26 21:49:42 -05:00
Stanisław Pitucha c1eb1de1bd Fix remaining unused parameters 2016-01-27 11:45:54 +11:00
Stanisław Pitucha 7a7bc910b1 Remove invalid const
const int return value doesn't really exist / is ignored. Fix a warning.
2016-01-27 11:39:17 +11:00
Stanisław Pitucha e24e9a44d7 Remove unused parameters from cubicvr2 2016-01-27 11:30:33 +11:00
Stanisław Pitucha c59f72d4a0 Cleanup unused var warnings
Clean up compiling output so that actual issues can be spotted. Remove multiple
cases of unused parameter. Remove unused isActive at startup. (demod is started
regardless)
2016-01-27 11:21:53 +11:00
Charles J. Cliffe a9e88256e4 Merge branch 'master' of https://github.com/cjcliffe/CubicSDR 2016-01-24 10:38:24 -05:00
Charles J. Cliffe e1ebbb5906 Fix dev var init typo 2016-01-24 10:38:14 -05:00
Charles J. Cliffe d1e0cf409d Fix iterator usage for Linux 2016-01-24 10:14:24 -05:00
Charles J. Cliffe b413c8454b MSVC fix-up 2016-01-22 20:26:22 -05:00
Charles J. Cliffe b75586119c Just lag instead of overloading memory on waterfall overload 2016-01-22 01:31:45 -05:00
Charles J. Cliffe cb14f0ccbf version bump 2016-01-22 00:52:50 -05:00
Charles J. Cliffe 77297fa9c6 Merge pull request #260 from cjcliffe/soapysdr-manual-device
Manual/Remote SoapySDR device specification
2016-01-22 00:51:13 -05:00
Charles J. Cliffe 0b6edc09b6 Save/Load manually specified devices 2016-01-22 00:40:00 -05:00
Charles J. Cliffe 419705419c Don't touch not-found device configs 2016-01-20 01:15:12 -05:00
Charles J. Cliffe b1ac17729e Manual/Remote SoapySDR device specification 2016-01-20 00:43:31 -05:00
Charles J. Cliffe b7d4687b8e Fix lazy-edit-device-switch context mismatch 2016-01-19 18:38:18 -05:00
Charles J. Cliffe 19bf41596b Device name/offset edit in SDR Devices dialog 2016-01-18 20:46:56 -05:00
Charles J. Cliffe 448455a69f Add 'Refresh' button to SDR Devices dialog 2016-01-17 21:54:22 -05:00
Charles J. Cliffe cec4f7aed1 Fix for being unable to set maximum gain 2016-01-17 10:40:01 -05:00
Charles J. Cliffe 1b491093cb Active freq improve shadow 2016-01-13 23:25:16 -05:00
Charles J. Cliffe ee6852b354 Logical UI / font size adjustments 2016-01-13 23:07:21 -05:00
Charles J. Cliffe f765dc1898 Improve frequency indicator text shadow 2016-01-13 22:39:39 -05:00
Charles J. Cliffe 8d738aed25 Fix bad 'SoapySDR missing' modal dialog thread call 2016-01-13 21:59:47 -05:00
Charles J. Cliffe 416cb54fb9 Improve visual frequency / new demod indicator 2016-01-13 21:29:26 -05:00
Charles J. Cliffe 6f7234b35a Update status instructions 2016-01-13 00:29:11 -05:00
Charles J. Cliffe beab55a49e Press 'c' on waterfall/demod to center to frequency 2016-01-13 00:23:06 -05:00
Charles J. Cliffe d2d6f92502 Show frequency / demod preview with snap on waterfall hover 2016-01-13 00:07:42 -05:00
Charles J. Cliffe 23d2346d37 Update README.md 2016-01-11 20:05:06 -05:00
Charles J. Cliffe dd2ef01bed Update README.md 2016-01-11 19:54:21 -05:00
Charles J. Cliffe cb69106dff Update README.md 2016-01-11 19:53:36 -05:00
Charles J. Cliffe ca3c31cdb1 Update README.md 2016-01-11 19:50:47 -05:00
Charles J. Cliffe d8ed093659 Save active modem to session 2016-01-11 19:30:56 -05:00
Charles J. Cliffe c011fb2575 Merge branch 'master' of https://github.com/cjcliffe/CubicSDR 2016-01-11 19:07:46 -05:00