aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/packet_list.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-04-30Qt: Make the selected packet in the packet list more clear.Paul Zander1-12/+24
2018-04-17Remove some GTK+-only code.Gerald Combs1-6/+0
2018-04-16Qt: Rename packet_list_enable_colorStig Bjørlykke1-1/+1
2018-04-11Qt: Disable collapsible children in the main window.Gerald Combs1-0/+4
2018-04-05Qt: Remove checks for version below 5.2Roland Knall1-4/+0
2018-03-15Epan+Qt: Invalidate cached column strings.Gerald Combs1-4/+6
2018-03-01Windows: Remove cruft for unsupported versonsGraham Bloice1-12/+3
2018-02-27Qt/USB: Allow USB src/dst addresses to be selected for columnsPeter Wu1-5/+17
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-1/+1
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-02Qt: Keep auto-scroll when starting a new captureStig Bjørlykke1-3/+5
2018-01-15Qt: change obsolete qVariantFromValue into QVariant::fromValue.Dario Lombardo1-3/+3
2018-01-04Convert preference dialog to use more models.Michael Mann1-1/+2
2017-12-28Qt: Remove duplicate copy actionsRoland Knall1-118/+90
2017-12-15Qt: Switch ProtoTree to a treeview+model.Gerald Combs1-15/+3
2017-12-08Have the frame_tvbuff.c routines not use the global cfile.Guy Harris1-1/+3
2017-12-08Move the frame_set stuff back into the capture_file structure.Guy Harris1-2/+2
2017-12-04Put the structure of a capture_file back in cfile.h.Guy Harris1-1/+0
2017-12-04Move the parts of a capture_file used by libwireshark to a new structure.Guy Harris1-2/+2
2017-12-03Use cfile.h to define the capture_file type.Guy Harris1-0/+1
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