aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/proto_tree.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-04-02Qt: Add hover style to packet list and proto treeStig Bjørlykke1-0/+17
2018-09-13Start renaming SSL to TLS.Gerald Combs1-1/+1
2018-09-07Qt: Add null check for finfo and hfinfoMartin Boye Petersen1-1/+2
2018-08-31Qt: Improve fetching preferences from a tree item.Stig Bjørlykke1-1/+7
2018-05-30Qt:Fix ProtoTree CopyRoland Knall1-25/+32
2018-05-09Qt: Update frame selected in several casesStig Bjørlykke1-0/+2
2018-04-26Qt: fix crash on dragging in packet dialogPeter Wu1-4/+12
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-6/+0
2018-03-18Qt: ensure field is visible on selection from bytes viewPeter Wu1-8/+5
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-06Proto tree: Update left arrow navigation behavior.Gerald Combs1-0/+12
2018-02-01Qt: More byte view and proto tree fixes.Gerald Combs1-20/+30
2018-01-31Qt: Byte view and proto tree fixes.Gerald Combs1-43/+22
2018-01-21Qt: Proto tree fixesGerald Combs1-5/+4
2018-01-16Qt: Fix proto tree links and related frames.Gerald Combs1-36/+32
2018-01-16ProtoTree behavior fixes.Gerald Combs1-36/+37
2018-01-15Qt: change obsolete qVariantFromValue into QVariant::fromValue.Dario Lombardo1-1/+1
2018-01-15Qt: Expand subtrees when a packet is selected.Gerald Combs1-3/+25
2017-12-31Qt: Fixup fieldSelected behavior.Gerald Combs1-4/+6
2017-12-27Qt: Add "Copy as…" to the byte view.Gerald Combs1-117/+89
2017-12-20Qt: Add new keyboard shortcutsStig Bjørlykke1-1/+1
2017-12-19Qt: Add Collapse SubtreesStig Bjørlykke1-0/+23
2017-12-15Qt: Switch ProtoTree to a treeview+model.Gerald Combs1-402/+213
2017-12-04Put the structure of a capture_file back in cfile.h.Guy Harris1-2/+0
2017-12-03Use cfile.h to define the capture_file type.Guy Harris1-0/+2
2017-11-12Qt: Rename packetSelection to frameSelectedRoland Knall1-2/+0
2017-11-12Qt: Fix DragDrop on ProtoTreeRoland Knall1-0/+11
2017-11-12Qt: Add Modifier to drop only fieldRoland Knall1-4/+5
2017-11-11Qt: avoid undefined behavior in ProtoTree::eventFilterPeter Wu1-2/+4
2017-11-09qt: add constructor to proto_tree (CID: 1420705).Dario Lombardo1-1/+2
2017-11-08Qt: Further cleanup ByteViewRoland Knall1-32/+31
2017-11-08Qt: ReleaseNotes and reformatting of Drag n' DropRoland Knall1-3/+1
2017-11-08Qt: Drag n Drop Filter expression from Packet TreeRoland Knall1-1/+73
2017-09-20qt: Fix some leaked menu objectsMikael Kanstrup1-4/+4
2017-07-26Qt: Move utils to separate utils directoryRoland Knall1-2/+2
2017-04-07Qt: Remember exact position of selected item in treePeter Wu1-3/+45
2017-03-31Qt: do not expand collapsed trees when switching packetsPeter Wu1-2/+9
2017-01-12Qt: Remove unneccessary Q_DECLARE_METATYPERoland Knall1-11/+13
2016-11-28Qt: fix heap-use-after-free when double-clicking a packet numberPeter Wu1-4/+2
2016-10-20Officially require Qt 4.8 or newerPeter Wu1-4/+0
2016-09-15Qt: Option to copy bytes to clipboard as Escaped StringGilbert Ramirez1-0/+3
2016-07-02Qt: remove unneeded check (CID 1159309).Dario Lombardo1-1/+1
2016-06-08Apply the prefix operator to iterators.Jaap Keuter1-4/+4
2016-05-10Have fvalue_to_string_repr always return an (wmem) allocated buffer.Michael Mann1-2/+2
2016-04-02Qt: Remember selected item in packet treePeter Wu1-0/+40
2016-03-28Qt: Make conversation menu items static.Gerald Combs1-1/+0
2016-03-15Qt: Make sure the proto tree handles all of its timers.Gerald Combs1-0/+2
2016-03-11Qt: Defer proto tree column content resizing.Gerald Combs1-8/+51
2016-02-23Qt: Select matching tree item and bytes in Find PacketStig Bjørlykke1-0/+13