aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/packet_list.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-27Fix display of bytes as EBCDICPascal Quantin1-1/+1
2015-11-27Qt: Check zero recent column widthStig Bjørlykke1-22/+27
2015-11-26Qt: Use correct column width when switching profileStig Bjørlykke1-4/+20
2015-11-24Qt: Save preferences when hide/show columnsStig Bjørlykke1-0/+6
2015-11-23Qt: Fix column resolve namesStig Bjørlykke1-0/+4
2015-11-23Qt: Fixed more column issues when changing profile.Stig Bjørlykke1-2/+10
2015-11-22Qt: save columns position before freezingPascal Quantin1-0/+1
2015-10-27Add preferences for related packets and the scroll bar minimap.Gerald Combs1-10/+33
2015-10-19Qt: fix time shiftGerald Combs1-6/+17
2015-10-05Move utf8_entities.h to wsutilJoão Valverde1-1/+1
2015-09-30qt: warn when jumping to an invalid packet numberPeter Wu1-0/+1
2015-09-23Qt: Always make the packet list row heights uniform.Gerald Combs1-15/+15
2015-09-21Qt: Add idle dissection.Gerald Combs1-0/+1
2015-09-18Qt: flush visible rows before trying to select onePascal Quantin1-0/+1
2015-09-17Packet list speedups.Gerald Combs1-0/+17
2015-09-13Don't invalidate the column cache when we filter packets.Gerald Combs1-2/+2
2015-09-08Qt: Fixed a resource leak in getFilterFromRowAndColumnStig Bjørlykke1-2/+2
2015-09-08Qt: Fix use-after-free patternStig Bjørlykke1-1/+4
2015-08-28Speed up column sorting.Gerald Combs1-4/+0
2015-08-18Qt/Minimap: Fix for Qt < 4.8Michal Labedzki1-0/+4