Commit graph

316 commits

Author SHA1 Message Date
Phil Taylor
07d188c620 Merge branch 'rtaudio' into shuttle 2021-06-01 00:29:10 +01:00
Phil Taylor
dec4ebe4af Fix compile issue after merge 2021-05-31 10:18:37 +01:00
Phil Taylor
d783be9aae Merge remote-tracking branch 'origin/sequence' into rtaudio 2021-05-31 09:56:05 +01:00
Elliott Liggett
774685037e Keep the theme during resize. TODO: preference for wf theme 2021-05-30 23:42:45 -07:00
Elliott Liggett
4279d0d2b2 Removing my own uninformed sidenote. 2021-05-30 23:35:30 -07:00
Elliott Liggett
5174c03d11 Waterfal length may now be adjusted. Let's see what range of length
seems good and limit the control accordingly. Also there may be a memory
leak in the prepareWf() function where the colormap is created when the
image is resized.
2021-05-30 23:26:36 -07:00
Elliott Liggett
2ad5e2c54c CIV may now be changed as-needed while running. 2021-05-30 15:08:22 -07:00
Phil Taylor
c45113b05d Small change to show default audio devices 2021-05-29 09:16:28 +01:00
Elliott Liggett
7660adb3a9 More chair movements. 2021-05-28 21:27:06 -07:00
Elliott Liggett
f600212124 More arranging of the chairs. Also fixed a minor bug that prevented the
"Manual" serial device entry on my system.
2021-05-28 21:01:29 -07:00
Elliott Liggett
f3e483a80e Cleaning up the main constructor for wfmain. 2021-05-28 20:51:19 -07:00
Phil Taylor
9d9298ff73 Merge from master 2021-05-27 14:20:53 +01:00
Phil Taylor
841f8aff9e Fix for compiling on MacOS 2021-05-27 12:27:17 +01:00
Phil Taylor
d1fd2523cc playing around with shuttle connection 2021-05-27 08:49:35 +01:00
Elliott Liggett
e2ae7f1baa Allow entry to Server Setup for either radio connection type. 2021-05-23 13:43:15 -07:00
Phil Taylor
a2219585af Non working test 2021-05-23 16:09:41 +01:00
Elliott Liggett
eed10df453 Merge remote-tracking branch 'origin/lan-alpha' into ui-enhance 2021-05-22 15:34:14 -07:00
Phil Taylor
5b64ec3c19 Merge branch 'lan-alpha' into rtaudio 2021-05-22 21:09:04 +01:00
Phil Taylor
80aaa9c073 Add debugging and fix silly error in audiooutput combobox 2021-05-22 17:02:51 +01:00
Phil Taylor
a7f76ebbea Stop audiohandler re-enumerating devices on connect. 2021-05-22 10:43:57 +01:00
Elliott Liggett
725d29bbbe Changed method for adding modes to rigs and populating the rig menu.
This should be easier to maintain and better in the long run.
2021-05-21 23:46:15 -07:00
Elliott Liggett
1691566439 Merge remote-tracking branch 'origin/lan-alpha' into ui-enhance 2021-05-21 15:03:38 -07:00
Elliott Liggett
db02465e08 Typo in message about CI-V 2021-05-21 15:03:24 -07:00
Phil Taylor
22df45779e Merge branch 'ui-enhance' into lan-alpha 2021-05-21 22:30:04 +01:00
Elliott Liggett
f3af60ac33 Dynamic timing update for all baud rates and connection types. 2021-05-21 13:01:21 -07:00
Elliott Liggett
22a44933b6 Fixed support for 9600 baud and lower speeds. 2021-05-21 11:35:13 -07:00
Phil Taylor
a34bbc7e8c Add baud rate detection for remote rigs 2021-05-21 16:30:52 +01:00
Phil Taylor
ee7f443d4a Correct propCIVAddr to work if less than 0xe0 2021-05-21 15:56:19 +01:00
Phil Taylor
a54849363d Merge branch 'ui-enhance' into lan-alpha 2021-05-21 08:48:59 +01:00
Elliott Liggett
ed937f3285 Cleaned up warning and UI help text. 2021-05-20 15:17:10 -07:00
Phil Taylor
75be6bdeef Fix for absolute path in settings 2021-05-20 19:34:36 +01:00
Phil Taylor
856398e80a Add --settings option for settings file 2021-05-20 19:24:40 +01:00
Elliott Liggett
604ac76dd8 Serial baud rate is in the UI now. Added some enable/disable code to
prevent confusion about which options can be used with which types of
connections.
2021-05-19 21:36:34 -07:00
Elliott Liggett
e89fa9530d minor typo 2021-05-19 21:09:56 -07:00
Elliott Liggett
f7186cfbf1 Better about box. 2021-05-19 21:09:08 -07:00
Elliott Liggett
c363958183 Removed unused variable. 2021-05-19 20:35:45 -07:00
Phil Taylor
53fe63e0de Merge branch 'ui-enhance' into lan-alpha 2021-05-18 09:35:58 +01:00
Elliott Liggett
508f3a3b4c Manual CIV is now read from the preferences and populates the UI
accordingly.
2021-05-18 00:35:47 -07:00
Elliott Liggett
8b1af03bb3 Changed UI a little, and added manual CI-V options. Seems to work well. 2021-05-18 00:29:06 -07:00
Phil Taylor
44da069cfb Fixes for mac logging/pty since adding sandbox 2021-05-17 17:05:19 +01:00
Phil Taylor
8014aea653 Make audio input buffer a qMap 2021-05-17 16:19:36 +01:00
Phil Taylor
1110cddc2b Move manual serial port so linux/mac only 2021-05-16 21:34:46 +01:00
Phil Taylor
b4c10ce2a0 More rtaudio stuff 2021-05-16 21:16:59 +01:00
Phil Taylor
fa8e30c1a8 Test commit of rtaudio
This commit doesn't actually use RTAudio for anything other than enumerating devices and is a proof of concept for each supported platform.
2021-05-16 13:34:04 +01:00
Elliott Liggett
bfc1bc9672 Change to correct bug when CI-V is user-specified and rigCaps were never
populated.
2021-05-15 16:57:08 -07:00
Elliott Liggett
fc359b225e Added check for if the rig has spectrum during initial state queries. 2021-05-15 15:34:22 -07:00
Phil Taylor
f7f6c8e565 Add --debug option to increase debugging for release builds 2021-05-15 18:53:16 +01:00
Elliott Liggett
a39f2c1d7f BSR debug code. 2021-05-15 10:10:08 -07:00
Elliott Liggett
4abf424a93 wfview now closes when the main window is closed. 2021-05-14 20:00:38 -07:00
Elliott Liggett
0e3864397e Filter selection now checks for data mode. 2021-05-14 19:49:37 -07:00