Wykres commitów

2135 Commity (460641972ad536b509328a02375476928fac11f3)

Autor SHA1 Wiadomość Data
Roeland Jansen 9fa2f52369 modified changelog 2021-02-21 13:59:49 +01:00
Phil Taylor 4cb3289602 Merge remote-tracking branch 'origin/ui-enhance' into lan-alpha 2021-02-21 09:00:41 +00:00
Elliott Liggett 549bf3463e Changed modulation select combo box to auto-resize as items are added. 2021-02-20 22:41:05 -08:00
Elliott Liggett c3e0fa7dbd S-Meter working! Power meter working!
Needs more testing, but it's here! 100ms polling time.
2021-02-20 20:41:19 -08:00
Phil Taylor 4e6d4d5faa Some more packet type fixes and make it not disconnect other users from the radio. 2021-02-21 01:18:14 +00:00
Phil Taylor 938a9f1d1b Add another missing break 2021-02-20 20:27:35 +00:00
Phil Taylor 86d0443fac add break to case statement 2021-02-20 20:23:21 +00:00
Phil Taylor 258b56fc58 Fix tx audio packet 2021-02-20 20:19:18 +00:00
Phil Taylor 6e53e1e683 Add visual studio 2019 solution 2021-02-20 18:30:46 +00:00
Phil Taylor e086966651 Merge remote-tracking branch 'origin/ui-enhance' into lan-alpha 2021-02-20 18:29:50 +00:00
Phil Taylor df2c76588d Change the way that packets are handled
Packets can now be cast to a union of structs that allows each part to be accessed individually. Still a work in progress!
2021-02-20 18:29:23 +00:00
Roeland Jansen 7f71759780 until a more elegant idea comes up, changed the found rig message timeout from 1500 --> 0 so that the rigtype stays in view (testing multiple rigs, same time) 2021-02-20 13:42:57 +01:00
Elliott Liggett a9d430b271 Merge remote-tracking branch 'origin/lan-alpha' into ui-enhance 2021-02-20 00:23:58 -08:00
Elliott Liggett d7c01f9560 Data checkbox now changes input source label and updates level of slider
to last-known value for given MOD source.
2021-02-20 00:15:47 -08:00
Elliott Liggett 9793b9e1cb Audio input gain slider now adjusts whatever the active MOD source is.
Text follows drop-down menu selection.
2021-02-20 00:05:23 -08:00
Phil Taylor 69db5e0efc Another fix for the server crash. 2021-02-19 09:32:30 +00:00
Phil Taylor b9c4921802 Hopefully fix crash on startup. 2021-02-19 09:28:03 +00:00
Elliott Liggett 3538e545d9 We can now set the modulation input and read the modulation input for
both data on and data off.

Next step is to change the "Mic" slider to adjust whatever input is
selected.
2021-02-19 00:14:40 -08:00
Elliott Liggett 224e73ae3d Added "Use System Theme" check box code. You can now toggle between the
built-in dark stylesheet and the system theme, and can do so
independently of the waterfall theme. Thus, one can enjoy using other
tools to set the widget theme.
2021-02-18 22:38:50 -08:00
Elliott Liggett 98d9c470c5 Merge remote-tracking branch 'origin/lan-alpha' into ui-enhance 2021-02-18 21:48:09 -08:00
Elliott Liggett 3b828c9c47 Merge remote-tracking branch 'refs/remotes/origin/ui-enhance' into ui-enhance 2021-02-18 21:47:53 -08:00
Elliott Liggett 5c50b82dba Duplex controls now function. NB: "Auto" mode works as follows: User
selects "auto", rig does nothing, user changes frequency or band, and
then, the rig will automatically select the correct duplex mode. This is
the same way the rig works from the front panel.
2021-02-18 21:47:19 -08:00
Phil Taylor 654132d2fb Merge remote-tracking branch 'origin/ui-enhance' into lan-alpha 2021-02-18 23:36:19 +00:00
Phil Taylor af314599e8 Fix ping sending that I broke! 2021-02-18 19:12:27 +00:00
Phil Taylor 8c50e9486c Fix server compile warning 2021-02-18 18:47:47 +00:00
Roeland Jansen ba9d3340a5 added features to CHANGELOG 2021-02-18 19:27:35 +01:00
Phil Taylor b7164d762c Fix for endian-ness of packets 2021-02-18 17:44:11 +00:00
Phil Taylor 61d06213ad Create all UDP packets using a less error-prone method 2021-02-18 15:54:26 +00:00
Phil Taylor 0a0eb031c6 More fixes to server connection management 2021-02-18 14:15:03 +00:00
Phil Taylor cf1ee895cf Fix error when deleting server connections
I still think that maybe this should be done better?
2021-02-18 13:49:19 +00:00
Phil Taylor ba60181c69 Merge remote-tracking branch 'origin/ui-enhance' into lan-alpha 2021-02-18 09:15:01 +00:00
Phil Taylor 7966568f17 Connect Civ to/from server 2021-02-18 09:14:41 +00:00
Elliott Liggett 74c6d65e1d Merge remote-tracking branch 'origin/lan-alpha' into ui-enhance 2021-02-17 23:49:49 -08:00
Elliott Liggett 6a3260bb8a Added void slot code to receive USB/LAN/ACC gain, Mod input selection,
and duplex mode. Will connect up to UI elements later.
2021-02-17 23:47:34 -08:00
Elliott Liggett 3c93dc5fd0 Added code to get and set split and duplex mode. Untested. 2021-02-17 23:41:01 -08:00
Elliott Liggett ce2f20753c Completed code to set and get modulation levels for ACC, USB, and LAN
sources, as well as source selection/verification.
2021-02-17 23:26:10 -08:00
Phil Taylor e3b3d2a3f4 server now accepting civ/audio connection. 2021-02-17 23:10:26 +00:00
Elliott Liggett 83a8f76e58 Tweaking to udp server UI. Not finished yet. 2021-02-17 00:14:30 -08:00
Elliott Liggett c32cae03e1 Merge branch 'ui-enhance' of gitlab.com:eliggett/wfview into ui-enhance 2021-02-17 00:01:05 -08:00
Elliott Liggett a229fc9ccb Contains code to set modulation input (mic, acc, usb, lan), and to set
the gain of each type. Is not tested.
2021-02-17 00:00:28 -08:00
Elliott Liggett d03d781713 Fixed busted keystroke assignments (mode and transmit). 2021-02-16 22:32:05 -08:00
Phil Taylor 6b99d122a2 Fix udpserver compile warnings 2021-02-16 20:57:48 +00:00
Phil Taylor e3a3844f3e Few fixes to server setup ui. 2021-02-16 20:55:30 +00:00
Phil Taylor 4b6b73894b Merge remote-tracking branch 'origin/ui-enhance' into lan-alpha 2021-02-16 20:26:26 +00:00
Phil Taylor b52629f72b Fix server user saving error. 2021-02-16 16:42:56 +00:00
Phil Taylor 95028374b4 First commit of server code
Doesn't actually do anything at the moment other than allow clients to connect and login.
2021-02-16 16:16:46 +00:00
Roeland Jansen 20db57c544 updated udpserver ui to have 10 instead of 2 user entries; also changed the scroll bar 2021-02-16 11:30:03 +01:00
Elliott Liggett 88d31063f9 Changed repeater button names 2021-02-15 23:55:59 -08:00
Elliott Liggett 2c9e46626e Preliminary changes to UI for repeater duplex. Staged change in
rigcommander.
2021-02-15 23:52:14 -08:00
Elliott Liggett 11fd572d21 Fixed switch case unintended drop-through 2021-02-15 23:34:19 -08:00