aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/packet_list.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-24Qt: Only set Packet List style sheet when relevant prefs changeJohn Thacker1-3/+0
2024-02-24Qt: Work around QTBUG-122109 when applying packet list style sheetJohn Thacker1-1/+18
2024-02-09recent: Keep recent column width in sync with prefsJohn Thacker1-2/+10
2024-02-07Logray: UI updatesGerald Combs1-11/+13
2024-01-17Qt: Always enable our "Follow" menu itemsGerald Combs1-3/+0
2024-01-11Logray: Add back the "Follow Stream" dialogGerald Combs1-0/+3
2024-01-07Qt: Packet List vertical autoscroll onlyJohn Thacker1-1/+13
2023-12-23Qt: Set Packet List autoscroll offJohn Thacker1-19/+2
2023-11-02Qt: Enforce Minimum Qt version 5.11John Thacker1-10/+0
2023-10-15Lua context commands: only populate for single frame selectionMartin Mathieson1-1/+3
2023-10-03Find: Switch search_pos to the start byteJohn Thacker1-2/+10
2023-10-01Find Packet: Find packet details multiple matches in a frameJohn Thacker1-0/+22
2023-08-18Qt: Remove tail update timer from packet listJohn Thacker1-34/+17
2023-08-18Qt: Preserve horizontal scroll extent for Home/EndJohn Thacker1-1/+3
2023-08-18Move autoscroll preference behavior to recentJohn Thacker1-5/+5
2023-08-12Qt: Fix Go First Packet turning off autoscrollJohn Thacker1-4/+2
2023-08-12Qt: Turn off autoscroll when the preference is offJohn Thacker1-3/+17
2023-07-25epan: Register dynamic column fields and make them filterableJohn Thacker1-0/+2
2023-06-20Qt: Freeze packet list early on preferences changeStig Bjørlykke1-6/+39
2023-06-14Qt: Use selectionModel() to fetch selected rowsStig Bjørlykke1-1/+1
2023-06-13Add a capture file state for a pending readJohn Thacker1-1/+1
2023-06-12Qt: Position selected packet at centerStig Bjørlykke1-0/+3
2023-05-28Qt: Scroll to selected packet after column moveStig Bjørlykke1-5/+9
2023-05-24Fix build on case-sensitive filesystemsJoão Valverde1-1/+1
2023-05-16Qt: Redissect packets when applying a time shiftJohn Thacker1-1/+1
2023-05-08prefs: Remove type of GUI preferenceStig Bjørlykke1-2/+2
2023-04-05TCP: Fix coredumps related to 'Force interpretation to selected packet(s)'Eugène Adell1-0/+5
2023-03-25Fix leak in Find Packet searching tree detailsJohn Thacker1-4/+1
2023-03-12Qt: Create Follow Stream menu dynamicallyJohn Thacker1-9/+9
2023-02-17Qt: Ensure that add frame comments trigger recoloring, count updatesJohn Thacker1-96/+36
2023-02-15Qt: Fix scrollbar vanishing when adding columnsJohn Thacker1-8/+3
2023-02-08Qt: Fencepost error in minimap/intelligent scrollbarJohn Thacker1-1/+1
2023-02-07Qt: Add ability to cancel sortingJohn Thacker1-0/+7
2023-01-22Logray: Remove the "Follow Stream" dialogGerald Combs1-11/+13
2023-01-19Qt: Clear selection, not current, in drawCurrentPacketJohn Thacker1-1/+1
2023-01-19Add follow websocket stream supportMikael Kanstrup1-0/+1
2023-01-07Qt: Add a pref for column text caching, and have it affect sortingJohn Thacker1-0/+6
2022-12-07WSLUA: Add new lua function register_packet_menu()Moshe Kaplan1-3/+26
2022-12-06Qt: Don't use QString::toLocal8Bit().Gerald Combs1-2/+2
2022-11-05Packet List: preserve horizontal scroll extent for PgUp/PgDnMartin Mathieson1-1/+4
2022-11-02epan: Properly generate filter expressions for custom columnsJohn Thacker1-40/+11
2022-10-31Qt: Generate filter expressions for columns with multiple occurrencesJohn Thacker1-9/+23
2022-08-13epan: Rearrange column includesJohn Thacker1-1/+0
2022-08-02Qt: fix speling.Guy Harris1-2/+2
2022-08-02Make sure we don't create comment options longer than 65535 bytes.Guy Harris1-1/+26
2022-07-18Qt: Fix jump on packetlistRoland Knall1-1/+13
2022-07-03Qt: Do not spin new event loop on menu showTomasz Moń1-1/+2
2022-06-29Qt: Reduce PacketListHeader complexityRoland Knall1-2/+2
2022-06-28Ui: Cleanup row number and select packetRoland Knall1-12/+5
2022-06-28Ui: Further simplify ws_ui_utilRoland Knall1-18/+6