aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/packet_list.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2022-06-28Ui: Remove time column reformat callbackRoland Knall1-6/+12
2022-06-28Ui: Remove call to recoloringRoland Knall1-8/+0
2022-06-28Qt: Better handle sort restrictionRoland Knall1-1/+5
2022-04-08Qt: Add a null pointer check.Gerald Combs1-5/+8
2022-04-04Qt: Split MainApplication out from WiresharkApplication.Gerald Combs1-11/+11
2022-03-25Qt: Add float suffixes.Gerald Combs1-1/+1
2022-03-25Qt: Fix most of Qt6 compile warnings and issuesRoland Knall1-1/+2
2022-03-17Qt: Disable Sorting for the packet ListRoland Knall1-1/+2
2022-03-08Qt: Fix overlay scrollbar indicatorRoland Knall1-1/+1
2022-02-11Qt: highlight when search result is in the current packet.John Thacker1-0/+7
2022-01-03Qt: Add a common hover color.Gerald Combs1-9/+1
2021-11-29wsutil: Split format_size() enumJoão Valverde1-1/+1
2021-11-29Qt: Qt6.2 compatibility fixesTomasz Moń1-3/+20
2021-09-10Allow adding comments to all selected packetsDavid Perry1-7/+37
2021-07-08Consistently refer to blocks that have been modified as "modified".Guy Harris1-3/+3
2021-07-07Use wtap_blocks for packet commentsDavid Perry1-22/+65
2021-06-19Replace some lingering references to g_log()João Valverde1-1/+2
2021-04-21Qt: Add checkbox for enabling/disabling packet-list hover_styleJim Young1-1/+5
2021-04-04packet_list: Promptly reflect changes to frame.marked fieldJim Young1-0/+12
2021-03-27Follow SIP Call: Added Follow SIP Call to Follow menuJirka Novak1-0/+1
2021-03-08Remove modelines in ui/qt.Gerald Combs1-13/+0
2021-02-22Added "Follow DCCP stream" feature.Thomas Dreibholz1-0/+1
2021-02-21PacketList: mouseMoveEvent: fix memory leakMartin Kaiser1-0/+4
2021-01-05Qt: Fetch OverlayScrollBar sliderPosition from the real ScrollBarStig Bjørlykke1-1/+1
2020-11-25Qt: fix some Qt 5.15.2 deprecation warningsPascal Quantin1-0/+4
2020-10-28Qt: Fix saving+restoring frozen packet list rows.Gerald Combs1-10/+8
2020-10-01Qt: Use … instead of UTF8_HORIZONTAL_ELLIPSIS in translated strings.Gerald Combs1-3/+3
2020-07-03Qt: List all protocols in PacketList "Protocol Preferences"Stig Bjørlykke1-15/+24
2020-05-08Qt: Respect user preference to hide packet listTomasz Moń1-2/+2