aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/packet_list.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-11-23Qt: Add menu option to remove all packet commentsMichael Mann1-0/+19
2017-11-13Qt: Really fix the packet list selectionRoland Knall1-2/+2
2017-11-12Qt: Select correct packet from listStig Bjørlykke1-2/+1
2017-11-12Qt: Rename packetSelection to frameSelectedRoland Knall1-4/+10
2017-11-08Qt: Further cleanup ByteViewRoland Knall1-10/+15
2017-10-31ByteViewText: Remove epan dependancyRoland Knall1-17/+0
2017-10-28Convert to using find_conversation_pinfo where appropriateMichael Mann1-2/+1
2017-10-15Rename ui_util.h -> ws_ui_util.hPeter Wu1-1/+1
2017-09-20qt: Fix some leaked menu objectsMikael Kanstrup1-5/+5
2017-07-26Qt: Move utils to separate utils directoryRoland Knall1-2/+2
2017-07-17Rename cf_get_comment() to reflect what comment it gets.Guy Harris1-2/+2
2017-07-11Qt: Move all utility widgets to widgets subdirectoryRoland Knall1-1/+1
2017-06-22Qt: Restore multi custom column width and alignStig Bjørlykke1-3/+1
2017-06-20Qt: Turn off auto scroll when going to a packetStig Bjørlykke1-1/+16
2017-06-20Don't scroll back to the selected frame when we get name resolution updates.Jeff Morriss1-4/+11
2017-04-20Qt: Prevent moving other columns on drag and dropPeter Wu1-1/+35
2017-04-05A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris1-2/+2
2017-03-03Qt: Fix goto next/prev packet toolbar buttonsStig Bjørlykke1-4/+6
2017-03-03Qt: Add selection history navigation.Gerald Combs1-2/+79
2016-12-13Qt: Optionally restore our selected packet when thawing.Gerald Combs1-3/+16
2016-12-12Move the declaration of packet_list_select_last_row() to ui/gtk/packet_list.h.Guy Harris1-9/+0
2016-12-12Mark routines GTK+ only.Gerald Combs1-0/+1
2016-12-12Do not set Qt Window focus when highlighting rowsD. Ulis1-2/+0
2016-09-22Qt: Optimized setColumnVisibility() usageStig Bjørlykke1-8/+0
2016-09-17Qt: Hide columns after setting widthsStig Bjørlykke1-1/+1
2016-09-15Qt: Option to copy bytes to clipboard as Escaped StringGilbert Ramirez1-0/+3
2016-06-28Qt: Make the packet map work with Qt 5.7.Gerald Combs1-1/+1
2016-06-22Qt: Clear the packet list selection before freezing it.Gerald Combs1-0/+2
2016-06-20qt: reset the column sorting when a new file is loadedMartin Kaiser1-0/+1
2016-06-13Qt: Fix a Windows version check.Gerald Combs1-1/+1
2016-06-12Qt: Draw a border around inactive+selected packet list items.Gerald Combs1-0/+59
2016-06-05Don't copy details of hidden columns.Michael Mann1-1/+3
2016-05-05Qt: Make sure we redraw the far overlay.Gerald Combs1-4/+6
2016-05-01qt: don't declare dp_ratio for Qt < 5.1Martin Kaiser1-1/+1
2016-04-28Qt: Refactor the packet list scroll bar.Gerald Combs1-73/+40
2016-04-08packet_list: fix Called C++ object pointer is null found by Clang AnalyzerAlexis La Goutte1-1/+1
2016-04-02Qt: Remember selected item in packet treePeter Wu1-0/+2
2016-03-21Qt: Normalize timerEventsGerald Combs1-11/+12
2016-02-23Qt: Select matching tree item and bytes in Find PacketStig Bjørlykke1-0/+24
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-2/+2
2016-01-03Add HTTP Follow streamMichael Mann1-0/+1
2015-12-28Refactor GUI dependencies out of color_filters.[ch] and move it to epan direc...Michael Mann1-2/+1
2015-12-20Qt: Add missing multi-field column validationMichal Labedzki1-2/+2
2015-12-13Qt: Removed applyRecentColumnWidths from recentFilesReadStig Bjørlykke1-3/+7
2015-12-12Qt: Apply recent column widths when columns changedStig Bjørlykke1-1/+1
2015-12-08Fix crash caused by nullptr in packet_listmichal.orynicz1-2/+2
2015-12-07Qt: Set the packet list width when we apply recent column widths.Gerald Combs1-17/+9
2015-12-03Qt: Disable setStretchLastSection in the packet list.Gerald Combs1-0/+18
2015-11-28Qt: fix "go to packet" broken by g56625ddPascal Quantin1-1/+7
2015-11-27Qt: remove automatic horizontal scrolling when selecting a rowPascal Quantin1-1/+2