Commit Graph

1112 Commits

Author SHA1 Message Date
Charles J. Cliffe 33c27c5684 Fix initial numeric input char for Windows 2016-02-09 00:46:39 -05:00
Charles J. Cliffe f377d46467 Better tooltip handling for Windows 2016-02-09 00:28:40 -05:00
Charles J. Cliffe 72a37e16d3 new var in wrong section.. 2016-02-09 00:10:15 -05:00
Charles J. Cliffe 987af4b997 Helptip updates 2016-02-08 23:52:40 -05:00
Charles J. Cliffe e962ad4a56 Fix keyboard input error system response (auditory beep in most cases) 2016-02-08 23:40:09 -05:00
Charles J. Cliffe 393cd5f635 Add hover helptips, show hover helptips by default for new users. 2016-02-08 22:43:11 -05:00
Charles J. Cliffe 8737728cf9 Control gains with space or numeric entry 2016-02-07 22:19:05 -05:00
Charles J. Cliffe 96d22ee8f7 Set waterfall lps or spectrum avg by space/typing 2016-02-07 21:05:49 -05:00
Charles J. Cliffe d7bb214d42 Start typing number to set center frequency 2016-02-07 19:32:05 -05:00
Charles J. Cliffe 2295b47d69 Initial global keyboard handler setup 2016-02-07 18:01:11 -05:00
Charles J. Cliffe 7fb7089bfd Force minimum height for Add Device input dialog properties 2016-02-07 16:12:22 -05:00
Charles J. Cliffe ea718f926e Add cache string options for windows libs 2016-02-05 20:55:26 -05:00
Charles J. Cliffe fcfebf3d46 MSVC patch for atomic_bool init 2016-02-05 20:50:33 -05:00
Charles J. Cliffe f9ee9b9145 Handle info_buf possible nullptr 2016-02-05 18:43:54 -05:00
Charles J. Cliffe 305cd4bf5b Temporary FIR fix for windows 2016-02-04 22:22:19 -05:00
Charles J. Cliffe b2c1063818 Unused ampmodem var 2016-02-04 18:49:37 -05:00
Charles J. Cliffe 65005b60ac Linux - missing header and warning fixes 2016-02-04 18:05:33 -05:00
Charles J. Cliffe 9f81a75054 Give SDR Device Add dialog some more room 2016-02-03 21:43:51 -05:00
Charles J. Cliffe c489142c12 Merge pull request #273 from cjcliffe/soapy_refresh
SoapySDR settings refresh support + SSB Optimize/Drift Fix
2016-02-03 21:32:29 -05:00
Charles J. Cliffe 52fefab980 Fix SSB drift with re-write of SSB demod w/o ampmodem 2016-02-03 21:24:37 -05:00
Charles J. Cliffe 7f1c0a700d Fix device dialog runtime bool/option arg updates 2016-02-03 00:05:26 -05:00
Charles J. Cliffe a0ae752b18 Make sure soapy devices are un-made before re-enumeration 2016-02-02 23:12:01 -05:00
Charles J. Cliffe c6c62d7334 Note: hit save before committing :) 2016-02-02 21:29:01 -05:00
Charles J. Cliffe 1523d55b6c SSB FIR kaiser -> Simple IIR Lowpass 2016-02-02 21:26:24 -05:00
Charles J. Cliffe 090d751482 Bonus SSB optimize/tweak 2016-02-02 20:41:12 -05:00
Charles J. Cliffe cc189cc274 Fix refresh, allow device dialog to update active device 2016-02-02 20:05:32 -05:00
Charles J. Cliffe 2518e22682 Update device on setting and bandwidth change 2016-02-02 19:27:08 -05:00
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