Wykres commitów

240 Commity (0f8c4b816e15bd252f618bd3b2b9fafec17841b1)

Autor SHA1 Wiadomość Data
Roeland Jansen 9c88daa3c8 Merge branch 'lan-alpha' of gitlab.com:eliggett/wfview into lan-alpha 2021-02-08 10:19:30 +01:00
Elliott Liggett 6fee18df9a Moved audio to separate thread. 2021-02-08 00:31:48 -08:00
Phil Taylor 89fe648868 Add logging to file. 2021-02-07 20:07:26 +00:00
Phil Taylor 84f10fe238 Ignore non-IPv4 addresses 2021-02-07 19:09:19 +00:00
Phil Taylor 33821e0515 Allow hostname or ip address for radio. 2021-02-07 18:46:47 +00:00
Phil Taylor 3fe60decea Add checking that IP address matches 2021-02-07 18:13:22 +00:00
Phil Taylor 136c176cbb Don't connect if radio is in use 2021-02-07 17:40:38 +00:00
Phil Taylor fdda23c21f Allow connect/disconnect
Not tested on serial connection!
2021-02-07 12:59:41 +00:00
Phil Taylor 2cfea3e52c Delete file that got accidently committed! 2021-02-07 09:59:04 +00:00
Phil Taylor cdb3d42d7e Quick test, using Debug button as connect/disconnect 2021-02-07 09:56:11 +00:00
Phil Taylor ab6192428f Fix crash on exit and cleanly quit thread 2021-02-07 09:50:44 +00:00
Elliott Liggett 46b53f0f68 rigcommander now emits a signal once serial or network is instantiated. 2021-02-07 01:03:02 -08:00
Elliott Liggett 9dcfc3be70 Merge branch 'lan-alpha' of gitlab.com:eliggett/wfview into lan-alpha 2021-02-06 23:48:02 -08:00
Elliott Liggett ad374957bb fixed minor typo with somewhat major impact. 2021-02-06 23:47:46 -08:00
Phil Taylor 8b6cc02b9e Fix the fixed port fix! 2021-02-07 07:34:06 +00:00
Elliott Liggett 050c516e58 Moved serial and network into the process() function, thereby creating
these new objects within the new thread of rigcommander.
2021-02-06 23:14:15 -08:00
Phil Taylor e7685147ba Remove hard-coded ports in sendRequestSerialAndAudio() 2021-02-06 20:08:58 +00:00
Phil Taylor ee9517159a Fix for pkt7 (ping) requests and improve rtt counter 2021-02-06 10:54:20 +00:00
Elliott Liggett 8c20e1d944 Added a feature that converts the current center-mode spectrum display
to fixed-mode. Squashed a bug related to determining the fixed/center
mode (we were looking out of sequence).
2021-02-05 23:58:17 -08:00
Elliott Liggett dca22a3e37 Fixed a bug where if wfview started and the rig was in "center" spectrum
mode, the center checkbox would be checked, triggering setting the
center width per the pop-down menu. The code now disables the checkbox
signal method during the modification of the checkbox.
2021-02-05 21:53:05 -08:00
Elliott Liggett 465c4506e2 Cleanup in openRig(): No longer searches for serial ports if using LAN,
and has fallback for windows serial device.
2021-02-05 21:44:50 -08:00
Elliott Liggett fd08073880 Added a few pixels to the frequency text box, should fix issue on L-Band
frequencies.
2021-02-05 21:26:22 -08:00
Phil Taylor f2d32b143f Rename latency to rtt 2021-02-05 21:25:03 +00:00
Phil Taylor 5daf846602 Add network latency measurement 2021-02-05 21:23:00 +00:00
Phil Taylor fdceb06399 Delete MOC_COMMHANDLER.ipch 2021-02-05 20:28:02 +00:00
Phil Taylor 8dd8b3a088 Add widget to rhs of statusBar 2021-02-05 20:26:18 +00:00
Phil Taylor 163af0be66 Add audio destructor to delete buffer and fix lots of missing braces 2021-02-05 17:40:58 +00:00
Phil Taylor 90f8cb91c1 Another try for retransmit! 2021-02-05 15:49:08 +00:00
Phil Taylor 415c499238 Remove unnecessary buffer debug message 2021-02-05 14:38:30 +00:00
Phil Taylor fc69c9d151 Put wf data back! 2021-02-05 14:33:07 +00:00
Phil Taylor f7945bffd4 Stop infinite growth of audio buffer 2021-02-05 14:30:50 +00:00
Phil Taylor c159cbfa37 Merge branch 'lan-alpha' of https://gitlab.com/eliggett/wfview into lan-alpha 2021-02-05 13:17:00 +00:00
Phil Taylor 1ab4ad94f9 Fixes to retransmit feature 2021-02-05 13:16:48 +00:00
Roeland Jansen d673b7e952 fixed typo 2021-02-05 13:29:50 +01:00
Roeland Jansen a74ea8f2a3 in the TODO section added links to the wikiwq 2021-02-05 13:28:11 +01:00
Roeland Jansen 14b68a15bc added feature info: ethernet support 2021-02-05 13:20:37 +01:00
Roeland Jansen e8cab5b3a3 added 7610, 785x, 9700 as supported/working radios 2021-02-05 13:17:08 +01:00
roeland jansen 2aaef41130 added wfview.code-workspace for vscode 2021-02-05 10:59:39 +00:00
Phil Taylor aa913167ef Merge branch 'lan-alpha' of https://gitlab.com/eliggett/wfview into lan-alpha 2021-02-05 10:45:37 +00:00
Phil Taylor 112706e2b2 Add credit for Kappanhang 2021-02-05 10:45:19 +00:00
roeland jansen c427d93008 changed the audio->setBufferSize from 6000 to 10000 as 6000/8000 gave too many pops, clicks and other dropouts of audio 2021-02-05 10:41:32 +00:00
Elliott Liggett 88edba70be Added fixed/center data from spectrum waterfall data. 2021-02-04 22:44:15 -08:00
Elliott Liggett 1a1b7d0673 Adopted closing scheme for linux by default (may remove #ifdef soon).
Changed default buffer size on receive audio to 6ksamples, which is
0.125 seconds. Added debug info for audio.
2021-02-04 22:06:48 -08:00
Elliott Liggett 437489647a Fixed bug with fullscreen checkbox not following F11. Also changed
default to not-full-screen.
2021-02-04 21:03:16 -08:00
Elliott Liggett cece02069a Added default values for network prefs. Connected checkbox to network
text boxes.
2021-02-04 20:54:34 -08:00
Phil Taylor 3791c68f5d Lots of <static_cast> additions! 2021-02-04 21:12:38 +00:00
Phil Taylor ea1537a006 More linux compile fixes after code tidy. 2021-02-04 20:20:23 +00:00
Phil Taylor d172b2ec75 Fix linux compile error 2021-02-04 20:09:09 +00:00
Phil Taylor fe7fc46301 Better error messages and more udp code cleanup 2021-02-04 19:53:48 +00:00
Phil Taylor 33b55f8bbf Remove duplicate code from DataReceived() functions 2021-02-04 18:52:00 +00:00