Allan Bazinet
bb6de5fa2f
Dead code removal, m_tRemaining
...
Write-only instance variable; never referenced.
2024-10-06 09:12:46 -07:00
Allan Bazinet
a30195448a
Dead code removal, m_s6
...
This instance variable is write-only; never referenced.
2024-10-06 09:11:35 -07:00
Allan Bazinet
897aff390f
Dead code removal, m_noSuffix
2024-10-06 09:05:28 -07:00
Allan Bazinet
8193566ca9
Dead code removal, m_blankLine
...
Completely pointless instance variable.
2024-10-06 09:04:39 -07:00
Allan Bazinet
c801a11d65
Use correct type for booleans
2024-10-06 09:03:47 -07:00
Allan Bazinet
ac4eb9c77a
Dead code removal, m_tAutoOn
...
This instance variable is write-only.
2024-10-06 09:03:36 -07:00
Allan Bazinet
d502ae2477
Hidden widget conversion, nextFreeTextMsg
...
This is a hidden widget being used only as a string buffer; replacing it with….a string buffer. This eliminates the last of the hidden WSJTX hidden widget stack.
2024-10-05 08:25:02 -07:00
Allan Bazinet
b89c37a777
Dead code removals, m_isWideGraphMDI, m_CQType
...
Holdovers from WSJTX; no longer required.
2024-10-05 08:07:44 -07:00
Allan Bazinet
3b52bb3496
Dead code removal, m_bAltV
...
This instance variable is equivalent to a boolean constant of false, and does not need to exist.
2024-10-05 07:49:41 -07:00
Allan Bazinet
63cf62dc08
Dead code removal, m_QSOProgress and friends
...
There is no circumstance in which m_nQSOProgess is not 0, i.e., CALLING. This instance variable and everything that depends on it being something other than 0 can go away entirely.
2024-10-05 07:46:35 -07:00
Allan Bazinet
e32edc0426
Dead code removal, m_bCallingCQ
...
This instance variable is write-only; not required.
2024-10-05 07:24:34 -07:00
Allan Bazinet
1bd3ed8695
Kill off unused instance variables
2024-10-04 19:26:11 -07:00
Allan Bazinet
6887a9df8d
Simplify status bar setup, kill off unused modes
...
Status bar setup can be radically simplified. We don’t use echo or freqcal modes at all; code supporting them is not relevant.
2024-10-04 19:25:42 -07:00
Allan Bazinet
0c49648191
Hoist status bar invariants
...
The mode label is unchanging; set it up only once
2024-10-04 19:23:15 -07:00
Allan Bazinet
9ff5c6f1c9
Dead code removal, freqCalStep()
2024-10-04 19:22:30 -07:00
Allan Bazinet
82522e69bd
Kill off nWidgets(); no longer needed
2024-10-04 18:56:39 -07:00
Allan Bazinet
d8a2c2236f
Kill off displayWidgets()
...
This nightmare is now behind us.
2024-10-04 18:55:36 -07:00
Allan Bazinet
a24f9e5114
Dead code removal, m_lastCallsign
...
Does absolutely nothing; pointless.
2024-10-04 18:51:10 -07:00
Allan Bazinet
ed2a6b1897
Dead code removal, tx and rx freq spinboxes
...
Remove hidden widgets, converting to instance variables with getters and setters. Remove aliasing of rx frequency.
2024-10-04 18:49:08 -07:00
Allan Bazinet
438b2c9804
Remove enable / disable of hidden TxFreqSpinBox
2024-10-04 13:06:33 -07:00
Allan Bazinet
071ce29050
Dead code removal, sbCQTxFreq, cbCQTx
...
Bit more involved removals, but these widgets apparently overall work out to be expensive constants.
2024-10-04 12:13:36 -07:00
Allan Bazinet
48d6d98bf1
Remove dead leg on boolean test
2024-10-04 06:09:24 -07:00
Allan Bazinet
e40a207068
Dead code removal, m_gen_message_is_cq
...
Starts false, never changed; can be replaced by a constant of false
2024-10-04 05:50:05 -07:00
Allan Bazinet
ffa2b5a583
Legacy hidden widgets never visible
2024-10-02 05:37:47 -07:00
Allan Bazinet
e3b46ba77e
Dead code removal cbAutoSeq
...
Widget is always hidden and always checked; logic can be replaced by a boolean constant of true.
2024-10-01 10:32:47 -07:00
Allan Bazinet
73bb03e783
Dead code removal, cbFirst
...
This widget is always hidden and always checked; logic pertaining to it can be eliminated as a boolean constant of true.
2024-10-01 10:27:41 -07:00
Allan Bazinet
32a77e51c1
Remove logic pertaining to cbFirst being visible
2024-10-01 10:17:50 -07:00
Allan Bazinet
af1390b43a
Note truncation issue
2024-10-01 10:14:22 -07:00
Allan Bazinet
178063d865
Regression fix; deselect call sign after logging
2024-09-28 17:32:29 -07:00
Allan Bazinet
1704c6f820
Extract send button state logic
2024-09-28 16:18:09 -07:00
Allan Bazinet
6249d921b7
Simplify since() function
2024-09-28 13:45:04 -07:00
Allan Bazinet
b92846005b
Remove unused regexps
2024-09-28 06:40:57 -07:00
Allan Bazinet
09b1a4124b
More efficient QTableWidget clearing
2024-09-28 06:40:44 -07:00
Allan Bazinet
f8c030b3be
Purge dead actions
2024-09-26 08:56:58 -07:00
Allan Bazinet
907e359390
Kill of unused reference spectrum support
2024-09-26 06:32:08 -07:00
Allan Bazinet
b7bb31937b
Dead code removal, stopButton
2024-09-26 06:17:00 -07:00
Allan Bazinet
9a43bc1932
Dead code removal, cbMenus
2024-09-26 06:07:37 -07:00
Allan Bazinet
9519245300
Kill off do-nothing watchdog_label
2024-09-26 05:51:43 -07:00
Allan Bazinet
0e60a187db
Kill off old, hidden WSJTX decode displays
2024-09-26 05:46:27 -07:00
Allan Bazinet
cb63c22ee9
Dead code removal, setDecodedTextFont()
2024-09-26 05:30:15 -07:00
Allan Bazinet
963898d064
Dead code removal, hideMenus()
2024-09-26 05:26:09 -07:00
Allan Bazinet
05c1689471
Lose MSK144 mode check logic
2024-09-25 21:23:37 -07:00
Allan Bazinet
77e52e775b
Lose MSK144 mode checks
2024-09-25 21:21:13 -07:00
Allan Bazinet
28609fe605
Remove call to removed layout
2024-09-25 20:59:52 -07:00
Allan Bazinet
f53136219a
Purge unused text change callback
2024-09-25 17:10:53 -07:00
Allan Bazinet
c406e495de
Purge unused m_nTx73 instance variable
2024-09-25 17:10:20 -07:00
Allan Bazinet
37de6af995
Revert breakage re. nextFreeTextMsg
2024-09-25 09:46:50 -07:00
Allan Bazinet
de9868b7ed
Dead widget removals
2024-09-25 08:04:35 -07:00
Allan Bazinet
136c514561
Dead code removal, extFreeTextMsg
2024-09-25 08:01:52 -07:00
Allan Bazinet
ce532ebab3
Dead code removal, nextFreeTextMsg
2024-09-25 07:54:01 -07:00