Commit Graph

901 Commits

Author SHA1 Message Date
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
Charles J. Cliffe 98aba86010 HAMLIB bundle cmake test code (commented), update Findhamlib, Findwxwidgets 2016-01-11 19:07:42 -05:00
Charles J. Cliffe 3a0093f16d Update CMakeLists.txt 2016-01-11 12:55:02 -05:00
Charles J. Cliffe 12af109e84 Merge pull request #252 from cjcliffe/ssb_fix
SSB mode FIR filter side-band supression
2016-01-10 16:24:03 -05:00
Charles J. Cliffe 492ca99427 SSB mode FIR side-band supression 2016-01-10 16:22:19 -05:00
Charles J. Cliffe 3236b23b51 Save/load sample rate for sessions 2016-01-10 15:08:08 -05:00
Charles J. Cliffe 01e441b142 Merge pull request #244 from cjcliffe/rig_control
hamlib rig control (CAT, rotors, antennas, etc)
2016-01-10 14:32:28 -05:00
Charles J. Cliffe 1344121f55 Fix loading rig save data 2016-01-10 13:54:43 -05:00
Charles J. Cliffe 936a640328 Per-Rig-Per-SDR IF frequency lock control and save/load 2016-01-09 00:09:46 -05:00
Charles J. Cliffe 1699c50676 Internal frequency locking support 2016-01-07 00:35:02 -05:00
Charles J. Cliffe 6471287045 Findhamlib.cmake tweaks 2016-01-05 00:46:03 -05:00
Charles J. Cliffe 38e39ee074 Merge branch 'rig_control' of https://github.com/cjcliffe/CubicSDR into rig_control 2016-01-04 22:51:04 -05:00
Charles J. Cliffe 0aa7b572b5 Update Findhamlib.cmake with one from George L. Emigh - AB4BD, fix CMakeLists.txt project order 2016-01-04 22:50:21 -05:00
Charles J. Cliffe 1b4b11f20f Version bump. 2016-01-04 22:21:33 -05:00
Charles J. Cliffe cb3c899a52 Merge branch 'master' into rig_control 2016-01-04 00:56:39 -05:00
Charles J. Cliffe 6eb511a559 Disable Soapy freq feedback -- causing weird issues with async implementations 2016-01-04 00:56:18 -05:00
Charles J. Cliffe 947641bbea Missing rig_cleanup 2016-01-03 23:52:53 -05:00
Charles J. Cliffe 08dc9af1c5 initial hamlib integration and frequency control 2016-01-03 19:00:26 -05:00
Charles J. Cliffe 2c885b272f Import hamlib setup from SoapyAudio, prep new RigThread 2016-01-03 15:39:29 -05:00
Charles J. Cliffe 0ace8657b2 Fix offset frequency drift.. 2016-01-03 15:00:41 -05:00
Charles J. Cliffe 693e675421 Fix for freq. entry on USB/LSB 2016-01-03 10:59:24 -05:00
Charles J. Cliffe c94cdb0855 string setting fix, soapy device frequency setting control/feedback 2016-01-02 21:42:35 -05:00
Charles J. Cliffe 62288e485f Improve peak hold usability; add 30 frame delay between resets; don't drag old data around 2016-01-02 01:38:17 -05:00
Charles J. Cliffe caa8074531 Bandwidth manual entry fix for LSB/USB 2015-12-31 22:31:14 -05:00
Charles J. Cliffe 22569834a9 Merge pull request #241 from cjcliffe/peak_hold
Add peak hold to spectrum visuals
2015-12-31 22:19:28 -05:00
Charles J. Cliffe 4fe7e87e17 Half-band transition floor/ceiling reset 2015-12-31 22:18:53 -05:00
Charles J. Cliffe 01c10efeff Half-band transition and frequency change peak hold tweaks 2015-12-31 21:28:56 -05:00
Charles J. Cliffe fe264b9da1 clear shifted peak data 2015-12-31 20:52:25 -05:00
Charles J. Cliffe 6df9661db1 Add peak hold to spectrum visuals 2015-12-31 20:44:39 -05:00
Charles J. Cliffe 1e5acb415a Merge pull request #240 from cjcliffe/low_bandwidth
Updates and improvements for low-bandwidth input usage
2015-12-31 12:04:14 -05:00
Charles J. Cliffe 127f4ff87c fftwf_malloc -> malloc MSVC fix
Calling fftwf_malloc after the first init on Windows crashes?  malloc()
seems to be fine..
2015-12-31 00:25:05 -05:00
Charles J. Cliffe b4fc0ab8b9 Adjust 512/1024 FFT samplerate threshold 2015-12-30 03:24:35 -05:00
Charles J. Cliffe 6bc79b147e Additional low-low bw mode for audio input 2015-12-29 23:44:00 -05:00
Charles J. Cliffe 68c409486e Fix toggling between low/high bw with same channel count 2015-12-29 23:25:22 -05:00
Charles J. Cliffe 7d6a387a77 Updates and improvements for low-bandwidth input usage 2015-12-29 20:52:49 -05:00