Commit graph

83 commits

Author SHA1 Message Date
Andreas Krüger
7821b68fdd
Removing trailing whitespace from each source code line that has it. 2025-10-14 13:12:57 +02:00
Andreas Krüger
c58b8229b7 Make it easier to understand the mode letters in ALL.TXT. 2025-08-18 09:44:27 -04:00
Andreas Krüger
3e81104e83 Make it clearer how timestamps are coded into ints. 2025-08-18 09:44:00 -04:00
Allan Bazinet
fee76a9561 Reorder unpacks to logical attempt order 2025-02-06 08:20:32 -08:00
Allan Bazinet
2739e7df1e Spelling 2025-02-06 03:44:42 -08:00
Allan Bazinet
0aeb2359ae Use QChar overload 2025-02-06 03:41:13 -08:00
Allan Bazinet
e4babdf662 Tune heartbeat unpack 2025-02-06 03:39:16 -08:00
Allan Bazinet
08133baba6 Tune compound unpack 2025-02-06 03:24:35 -08:00
Allan Bazinet
1cf9212aba Commentary 2025-02-06 03:09:53 -08:00
Allan Bazinet
6e8644031b Simplify directed message unpacking 2025-02-06 03:06:26 -08:00
Allan Bazinet
9ece916c22 Ongoing unpackDirected improvements 2025-02-06 02:44:40 -08:00
Allan Bazinet
cb80751e1f Clean up directed unpacking 2025-02-06 02:34:40 -08:00
Allan Bazinet
5cf5b3bacc Simplify buildCompound() 2025-02-01 01:29:20 -08:00
Allan Bazinet
0a9233d75f DecodedText fixes 2025-01-31 17:06:13 -08:00
Allan Bazinet
491f39a0a9 Formatting 2025-01-31 15:47:28 -08:00
Allan Bazinet
f2c0a33752 Commentary 2025-01-31 12:03:31 -08:00
Allan Bazinet
a743f4660b Correct compound building from parts 2025-01-31 12:02:20 -08:00
Allan Bazinet
b19ceed161 Ongoing DecodedText logic simplification 2025-01-31 11:39:04 -08:00
Allan Bazinet
70b3de487e Correct heartbeat message conversion bug 2025-01-31 09:11:51 -08:00
Allan Bazinet
85059e5665 Hoist common validation checks 2025-01-31 08:11:07 -08:00
Allan Bazinet
f1605cee87 Ongoing DecodedText tuning 2025-01-31 08:00:01 -08:00
Allan Bazinet
6788a51af9 Ongoing DecodedText tuning 2025-01-31 07:48:31 -08:00
Allan Bazinet
f3b0971fc0 Ongoing DecodedText optimizations 2025-01-31 06:59:47 -08:00
Allan Bazinet
95b20b0065 Reimplement decodedtext
Avoid round-tripping through a string as was required with Fortran, in favor of type-safe usage of decode event.
2025-01-28 20:18:31 -08:00
Allan Bazinet
e08358bcf8 Remove decodedText.is_standard_
There is no circumstance in which this could become true; effectively a constant of false.
2025-01-28 08:39:58 -08:00
Allan Bazinet
331eb6b35e Use strategy loop for unpacking 2025-01-26 19:09:42 -08:00
Allan Bazinet
804bb7d636 Remove quest for CQ|QRZ; can’t occur 2025-01-26 19:08:53 -08:00
Allan Bazinet
7f5576064d Remove decodedtext.timeInSeconds() 2025-01-25 08:10:34 -08:00
Allan Bazinet
c9285240ff Remove decodedtext.CQersCall() 2025-01-25 08:09:09 -08:00
Allan Bazinet
ace3ec04cb Remove decodedtext.report() 2025-01-25 07:57:21 -08:00
Allan Bazinet
df51e22d07 Remove decodedtext.call() 2025-01-25 07:54:27 -08:00
Allan Bazinet
46a094d690 Remove decodedtext.isTX() 2025-01-25 07:52:26 -08:00
Allan Bazinet
8820bac56d Ongoing dead decodedtext code stripping 2025-01-25 07:50:55 -08:00
Allan Bazinet
493cbbf2f9 Eliminate unused modes from decodedtext 2025-01-25 07:47:16 -08:00
Allan Bazinet
f9cf15b9cf Test removal of stdmsg() usage 2024-12-21 14:48:15 -08:00
Allan Bazinet
7b4a8e5626 Remove contest mode related code 2024-08-31 13:48:46 -07:00
Allan Bazinet
2ad86fb65d Update to new stdmsg() call format 2024-08-31 13:45:37 -07:00
Allan Bazinet
5a727cabb7 Intialization order matches declaration order 2024-08-31 10:09:13 -07:00
Allan Bazinet
e377385bfa Initial round of Qt5 deprecation fixes 2024-08-31 09:40:28 -07:00
Jordan Sherer
97dfc7f52f Cleaning up frame dedupe, decode debug, and decode buffer thresholds 2020-05-14 21:14:01 -04:00
Jordan Sherer
b8a26d5ec6 Deprecated the huff encoded frame types for a more efficient version in subsequent releases 2020-04-05 13:57:28 -04:00
Jordan Sherer
38e2bfe83b Moving heartbeats to an HB group that is added when you enable heartbeat networking 2020-03-31 20:49:03 -04:00
Jordan Sherer
8e97af31af Cleaning up HB 2020-03-29 22:13:51 -04:00
Jordan Sherer
1a4efa8120 Added @ALLCALL to CQs and HBs to make them more clear and unify the message formatting across all directed message types 2020-03-28 11:57:38 -04:00
Jordan Sherer
5215fd324d Added I decoder and reorganized the E selection code 2019-12-09 14:00:23 -05:00
Jordan Sherer
fc4a6d35a5 Removed the DecodedText snr limitation 2019-11-20 14:39:10 -05:00
Jordan Sherer
a43c913a19 Clean up js8d to jd8e to make it clear the difference 2019-11-06 16:00:16 -05:00
Jordan Sherer
24392fdaf3 Decoded text needs padding for columns 2019-10-21 14:17:16 -04:00
Jordan Sherer
5313706818 Refactor decoder output to include which submode is decoded so we could eventually run three 2019-10-21 14:01:56 -04:00
Jordan Sherer
40eb00eff3 Revamping APRSIS spots to be more specific and properly controlled 2019-09-05 17:16:59 -04:00