wireshark/ui/logray
John Thacker 0c24b0ae72 Qt: Remove duplicate column reset and cache invalidation
The filterPackets method calls file.c/cf_filter_packets,
which calls rescan_packets, which sends signals when done that
eventually calls the PacketList::captureFileReadFinished

PacketList::captureFileReadFinished invalidates all the column
strings after the rescan may have updated their information
(e.g., delta time to previous displayed packet), so it is not
necessary to reset the column strings a second time explicitly
in filterPackets.

Commit 38cde83a5c added the reset
to filterPackets, but commit bbe5fc1028
added the invalidateAllColumnStrings to captureFileReadFinished
that made the prior commit unnecessary.
2023-01-07 09:05:17 -05:00
..
CMakeLists.txt Add Logray icons. 2022-09-04 23:01:06 +00:00
i18n.qrc.in
logray_application.cpp Add Logray capture icons. 2022-09-10 23:35:27 +00:00
logray_application.h Add Logray capture icons. 2022-09-10 23:35:27 +00:00
logray_en.ts
logray_main.cpp Windows: Use SpeexDSP binary package 2022-12-16 11:11:28 +00:00
logray_main_window.cpp Qt: Fix Packet Comments shortcut 2022-12-15 15:46:53 +00:00
logray_main_window.h Qt: Convert our widgets and models to new-style signals & slots 2022-12-05 19:53:34 +00:00
logray_main_window.ui Qt: Manually connect our "Analyze" menu actions. 2022-12-04 22:54:01 +00:00
logray_main_window_slots.cpp Qt: Remove duplicate column reset and cache invalidation 2023-01-07 09:05:17 -05:00