Phil Taylor
cc25840feb
Various tidying fixes
...
Add date/time support back
Fix some compile warnings.
Replace foreach with for to stop local copies of container
2024-10-26 10:33:32 +01:00
Phil Taylor
1ba3549e31
change unsigned char to quint8
2024-08-13 13:19:50 +01:00
Elliott Liggett
6e8d53527f
Bump up copyright dates and about box. Version to 1.91
2024-07-12 19:09:42 -07:00
Phil Taylor
8c84e55d31
Remove unnecessary timer cleanup
2024-06-04 00:06:00 +01:00
Phil Taylor
2576be64d0
Make sure timers are attached to parent
2024-06-03 20:17:04 +01:00
Phil Taylor
6891fe253d
Fix confusion in udp timers
2024-06-03 19:43:00 +01:00
Phil Taylor
f193a9703a
Add warning for FA received and slim some info logging
2024-02-07 13:06:23 +00:00
Phil Taylor
9ed1ce556d
Rigcreator fix
2023-12-19 10:18:47 +00:00
Phil Taylor
45b572fe4c
Fix memory mode and start to add admin support
2023-12-18 15:48:17 +00:00
Phil Taylor
11b9a0289a
Add TCI support and various other changes
2023-09-19 23:04:48 +01:00
Phil Taylor
4e02e0723f
Initial (RX only) support for TCI protocol
2023-07-06 10:36:11 +01:00
Phil Taylor
02582d9880
Add improved connection timeout for IC9700
2023-03-09 17:47:52 +00:00
Phil Taylor
b073803cdd
Fix cosmetic bug #62
2023-01-23 21:27:33 +00:00
Phil Taylor
451e19d116
Add option of popup alert
2023-01-05 19:37:53 +00:00
Elliott Liggett
8c1ac068ba
Added tic marks, removed audio RMS calculation for now at least.
2022-08-24 21:52:36 -07:00
Elliott Liggett
a6ee8da1eb
Fixed up signals and slots related to audio levels, removed extra junk
...
code, added preliminary RMS and Peak audio availablility.
2022-08-24 15:02:00 -07:00
Elliott Liggett
504cfd9274
Audio metering initial. Very messy but you can select TxRxAudio as the
...
meter type and wfview will show you TX or RX audio depending upon if you
are transmitting or not. You can also select only TxAudio or RxAudio.
This is nice for looking at Tx audio levels prior to transmitting, for
example, or metering the radio's "monitor" audio while transmitting.
2022-08-23 22:24:05 -07:00
Phil Taylor
a2f7a04eb9
Shutdown audio when radio is turned off.
2022-08-04 20:46:15 +01:00
Phil Taylor
ed27772528
More post merge tidying
2022-05-11 00:18:28 +01:00
Phil Taylor
9c0b67e0ab
make latency too high trigger at lower value
2022-05-11 00:01:04 +01:00
Phil Taylor
0d7d35fb07
Add some more audio status
2022-05-10 23:55:18 +01:00
Phil Taylor
dd12f6c567
Remove parent from classes that are moved to a thread
2022-05-08 19:35:47 +01:00
Phil Taylor
fc451b99bd
Change class constructors to include parent
2022-05-08 19:31:05 +01:00
Phil Taylor
b1df1cdbc2
Update udphandler.cpp
2022-05-08 18:45:22 +01:00
Phil Taylor
77576d22f4
Create function to convert Icom format to QAudioFormat
2022-05-08 11:46:33 +01:00
Phil Taylor
c46c119c30
Found issue with splitwaterfall function
2022-05-05 18:48:45 +01:00
Phil Taylor
e0975a9960
Fix some compile warnings and try to support sharing lan connected rigs
2022-05-05 18:09:16 +01:00
Phil Taylor
8576c756f4
Fix retransmit missing message
2022-05-05 09:01:04 +01:00
Phil Taylor
1e6e3bb247
Found another retransmit bug in server
2022-05-05 08:57:50 +01:00
Phil Taylor
9b04d68371
More debugging
2022-05-05 02:01:20 +01:00
Phil Taylor
fab3a03dca
More retransmit debugging
2022-05-05 01:49:21 +01:00
Phil Taylor
fc5d3cd4f5
Hopefully fix occasional retransmit bug
2022-05-05 00:31:55 +01:00
Phil Taylor
0bac8843d7
Fix debug message
2022-05-05 00:23:42 +01:00
Phil Taylor
5aedeba80f
Debugging retransmission (again!)
2022-05-05 00:06:50 +01:00
Phil Taylor
4f470c956c
More fixes to make client and server behave in same way
2022-05-04 20:37:58 +01:00
Phil Taylor
238e123c93
Make udpserver and client behave the same way for retransmit
2022-05-04 20:21:29 +01:00
Phil Taylor
5d456006b3
Name threads to ease debugging
2022-05-02 16:11:35 +01:00
Phil Taylor
30416c3276
Revert "Add some more debugging when audio is delayed"
...
This reverts commit 821c59902f .
2022-05-02 11:52:23 +01:00
Phil Taylor
821c59902f
Add some more debugging when audio is delayed
2022-05-02 11:22:05 +01:00
Phil Taylor
0763301f66
Improve hex encoding
2022-04-28 10:46:47 +01:00
Phil Taylor
d559c0c1fd
Make missing packets qInfo instead of qDebug
2022-04-28 10:32:55 +01:00
Phil Taylor
6fd5c951ab
Various compatibility improvements
2022-04-20 13:35:23 +01:00
Phil Taylor
c164e5020a
Add support for splitting/combining waterfall/scope data
2022-04-18 20:29:50 +01:00
Phil Taylor
27274b13b2
Change audio output to use single/slot
2022-04-10 23:13:51 +01:00
Phil Taylor
0d70273a86
Hopefully fix silly retransmit bug
2022-04-08 11:22:33 +01:00
Phil Taylor
1463ab24f6
Change some log messages
2022-04-08 09:58:58 +01:00
Phil Taylor
e13856f8d3
Attempt to fix weird retransmission bug
2022-04-08 09:53:02 +01:00
Phil Taylor
c43862f9ff
Use signal/slot for audio signal reporting
2022-04-06 21:52:22 +01:00
Phil Taylor
398e0a9856
Working (in Windows) audio output
2022-04-03 20:16:52 +01:00
Phil Taylor
d08a8ad1ed
Merge branch 'master' into wfserver
2022-03-23 17:28:11 +00:00