aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/packet_list.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-09-30Qt/PacketList: read packet record in private bufferPeter Wu1-4/+13
2018-09-13Start renaming SSL to TLS.Gerald Combs1-1/+1
2018-09-10Qt: Restore column visibility when loading packetsStig Bjørlykke1-6/+8
2018-09-02prefs: Remove prefs.gui_use_pref_saveStig Bjørlykke1-15/+5
2018-09-01Qt: Improve fetching preferences from the packet list.Stig Bjørlykke1-0/+1
2018-05-30Qt: fix memleaks on opening a context menuPeter Wu1-0/+3
2018-05-30Qt: fix memleak in PacketList::contextMenuEventPeter Wu1-0/+1
2018-05-25Qt: Configure the selection color via the preferencesPaul Zander1-56/+104
2018-05-17Qt: fix issue found by PVS Studio (V519)Alexis La Goutte1-4/+2
2018-05-09Qt: Update frame selected in several casesStig Bjørlykke1-7/+10
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