js8call/JS8_Mainwindow
Chris-AC9KH f4accb4593 processCommandActivity.cpp: directed replies to group queries can
overwrite each other in RX pane (textEditRX)

Context:
When multiple stations reply to a group-addressed query (i.e.
"@GROUP QUERY MSGS") within the same second, their replies share an
identical rendered timestamp string in textEditRX. The avoid
duplicate line logic in processCommandActivity() searched backward
for that timestamp string alone and erased whatever block it found,
with no check that the found block actually belonged to the same
sender. With enough replies landing in one processing tick, each new
reply erased the previous different station's line, leaving only
the last reply visible in textEditRX (the incoming MSG pane)

Thanks to John W2KI for reporting this bug and testing the fix
2026-07-12 19:36:00 -05:00
..
buildQueryMenu.cpp Add doxy hooks to all source file 2026-01-18 19:19:15 -06:00
checkVersion.cpp Add doxy hooks to all source file 2026-01-18 19:19:15 -06:00
confirmThenEnqueueMessage.cpp - Break confirmThenEnqueueMessage member function out of mainwindow.cpp 2026-05-24 16:13:26 -05:00
dataSink.cpp Add doxy hooks to all source file 2026-01-18 19:19:15 -06:00
displayBandActivity.cpp Change names of JS8 6/160 to JS8 40, and JS8 4/250 to JS8 60. 2026-03-07 13:30:12 -06:00
displayCallActivity.cpp displayCallActivity.cpp: fix horizontal text alignment for "Name" 2026-07-12 19:36:00 -05:00
initializeDummyData.cpp Add doxy hooks to all source file 2026-01-18 19:19:15 -06:00
initializeGroupMessage.cpp Addresses issue #191 - Add number of available messages to MSGS?, HB, and MSG response 2026-02-19 19:14:10 -05:00
networkMessage.cpp Apply offset frequency slider widget across all platforms and clean up code 2026-04-21 21:34:31 -05:00
processBufferedActivity.cpp processCommandActivity.cpp: directed replies to group queries can 2026-07-12 19:36:00 -05:00
processCommandActivity.cpp processCommandActivity.cpp: directed replies to group queries can 2026-07-12 19:36:00 -05:00
processDecodeEvent.cpp Add doxy hooks to all source file 2026-01-18 19:19:15 -06:00
processHeartbeatRateLimit.cpp Add UI setting to enable/disable automatic blacklisting of stations 2026-05-05 07:03:41 -05:00
processRxActivity.cpp Expose BITS field in RX.ACTIVITY TCP push messages 2026-02-23 20:07:38 -06:00
UI_Constructor.cpp Add right click context menu item to block a station 2026-05-15 21:36:11 -05:00