aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/packet_list.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-06Qt: Stretch last packet list header sectionTomasz Moń1-2/+2
2020-04-13PacketList: ignoreFrame: remove write-only variableMartin Kaiser1-2/+0
2020-04-13PacketList: markFrame: remove write-only variableMartin Kaiser1-2/+0
2020-03-15Qt: Fix bug causing hidden columns to be displayedTomasz Moń1-3/+3
2020-02-09Qt: add initializers.Dario Lombardo1-0/+1
2020-02-05Qt: make Decode As from packet list functional againPeter Wu1-0/+1
2020-01-12Allow Multiselection of packets to work during live capturesDylan Ulis1-0/+9
2019-11-28Qt: fix erratic expansion of tree item when switching packetsPeter Wu1-0/+2
2019-11-25Qt: fix packet selection when modifiers are pressedPeter Wu1-11/+11
2019-11-21Qt: Remove frameSelect signalRoland Knall1-10/+10
2019-11-20Qt: Display selected rows in overlay barRoland Knall1-9/+34
2019-11-20Qt: Speed up selection handlingRoland Knall1-20/+21
2019-11-20Qt: Include Column Headings with Edit -> Copy -> Plain Text / CSVMike781-19/+35
2019-11-19Raise a question in a comment.Guy Harris1-0/+4
2019-11-19Qt: Speedup PacketlistRoland Knall1-1/+1
2019-11-19Qt: Handle emptying selectionsRoland Knall1-0/+20
2019-11-17Qt: Cleanup space inside parenthesesStig Bjørlykke1-47/+47
2019-11-17Qt: Multiselection in PacketListRoland Knall1-35/+202
2019-11-04Qt: Remove DisplayFilterMimeDataRoland Knall1-7/+13
2019-10-21Qt: Connect destroyed() signal to flushAppSignals()Tomasz Moń1-1/+1
2019-10-04QUIC: Add Follow QUIC Stream support to Qt and tsharkPeter Wu1-0/+1
2019-10-01Qt: Do not spin unnecessary additional event loopsTomasz Moń1-6/+5
2019-09-25Qt: Fix NULL pointer dereference on mouse clickTomasz Moń1-1/+1
2019-09-22Qt, http2: Add Follow HTTP/2 Stream functionalityAlexander Gryanko1-0/+1
2019-09-03Qt: Make first column moveableRoland Knall1-0/+4
2019-09-02Qt: PacketList call DecodeAsDialog directlyRoland Knall1-29/+42
2019-08-29Qt: Move Apply/Prepare to general QMenu handlerRoland Knall1-9/+3
2019-08-26Qt: Create Apply/Prepare in PacketlistRoland Knall1-18/+17
2019-08-26Qt: Remove unnecessary code for context menusRoland Knall1-27/+27
2019-08-10Qt: fix wrong default packet list order in Qt 5.13Peter Wu1-1/+2
2019-08-03Qt: Mark with middle buttonRoland Knall1-0/+8
2019-07-04Qt: Properly hide the choosen model from external viewsRoland Knall1-35/+9
2019-07-04Qt: Workaround for Qt model() bugRoland Knall1-12/+8
2019-07-04Qt: Do not export the model of the packetlistRoland Knall1-12/+29
2019-07-03Qt: Cleanup PacketListRoland Knall1-3/+3
2019-06-30MacOS: Fix highlight color in dark mode, graphite highlightJason Cohen1-1/+1
2019-06-29Qt: Prevent hidden global parametersRoland Knall1-19/+23
2019-06-28Qt: Fix 5.13 deprecated warningsRoland Knall1-1/+8
2019-06-27Qt: Drop column content as textRoland Knall1-1/+1
2019-06-26tap: add credentials tap.Dario Lombardo1-8/+6
2019-06-16Qt: Fix ghost drag-and-drop in PacketList on empty fieldsRoland Knall1-3/+12
2019-06-16Qt: Allow Drag-and-drop on info and protocolRoland Knall1-12/+41
2019-06-16Qt: Fix drag-and-drop from packet listRoland Knall1-21/+26
2019-06-14Qt: Add Drag-and-Drop to PacketlistRoland Knall1-0/+27