summaryrefslogtreecommitdiff
path: root/ui/qt/packet_list.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-17Qt: Always rebuild columns when fields changedStig Bjørlykke1-0/+8
2015-08-06Add an elide mode preference for the Qt packet list.Gerald Combs1-0/+22
2015-08-02qt: fix scrollbar crash applying conv. filterEvan Huus1-1/+1
2015-07-31More spacing fixups.Gerald Combs1-2/+2
2015-07-30More context menu updates.Gerald Combs1-16/+8
2015-07-30Make copy menu item names more consistent.Gerald Combs1-9/+3
2015-07-30Add a missing menu item.Gerald Combs1-0/+3
2015-07-30Packet list and detail context menu updates.Gerald Combs1-12/+79
2015-07-29Main menu and packet list menu updates.Gerald Combs1-107/+18
2015-07-27Fixup packet list context menu behavior.Gerald Combs1-8/+10
2015-07-23Fix QCocoaMenu errors.Gerald Combs1-21/+17
2015-07-23Fixup selected packet arithmetic.Gerald Combs1-1/+3
2015-07-23Show the current selection in the overlay scrollbar.Gerald Combs1-1/+13
2015-07-21Add manual name address resolution.Gerald Combs1-3/+3
2015-07-20Qt: Add option to back white line separator for packet list itemsMichal Labedzki1-0/+12
2015-07-16Draw packet colors in the packet list scrollbar.Gerald Combs1-9/+223
2015-07-16Qt: Frame flag updates.Gerald Combs1-108/+14
2015-07-16Add the RTP Stream Analysis dialog.Gerald Combs1-1/+1
2015-07-15Check for a valid pointer when ignoring a frame.Gerald Combs1-0/+1
2015-07-13PacketList column fixes.Gerald Combs1-11/+64
2015-07-12Fixup packet list selection.Gerald Combs1-3/+2
2015-07-07Starting to get rid of Q_UNUSED declarations for unused function parameters.Joerg Mayer1-5/+2
2015-06-29Fixup the packet list navigation action behavior.Gerald Combs1-6/+20
2015-06-29Take all epan_column_info members that always get allocated to "number of col...Michael Mann1-3/+3
2015-06-23Qt: Be less aggressive about reselecting packets.Gerald Combs1-7/+2
2015-06-18Add a preferences editor frame.Gerald Combs1-0/+2
2015-06-17Qt: Add protocol preferences menus.Gerald Combs1-3/+28
2015-05-29Qt: Add Conversation Filter sub menuAlexis La Goutte1-4/+11
2015-05-15Qt: Fix packet deselection.Gerald Combs1-5/+14
2015-05-14Fix packet list font zooming.Gerald Combs1-2/+2
2015-05-14Qt: Column preference fixes.Gerald Combs1-15/+12
2015-05-13Qt: Add the correct column width padding.Gerald Combs1-2/+5
2015-05-13Fix an error found by Valgrind.Gerald Combs1-1/+1
2015-05-12Qt: Add packet list navigation checks.Gerald Combs1-1/+6
2015-05-11Qt: Packet list fixes.Gerald Combs1-6/+14
2015-05-08Expert Info dialog.Gerald Combs1-0/+6
2015-05-07Qt: Fix packet list column resizing.Gerald Combs1-3/+17
2015-03-15Qt: Fix overloaded CPUMichal Labedzki1-2/+4
2015-03-12Qt: enable autoscroll on initial capture startPeter Wu1-0/+2
2015-03-12Qt: Allow multiple lines in the packet list.Gerald Combs1-2/+5
2015-03-08Qt: fix use of uninitialized variablePeter Wu1-1/+2
2015-03-06Qt: Automatic scrolling shouldn't select the last packet.Gerald Combs1-2/+3
2015-03-05Qt: Add extra related packet indicator types.Gerald Combs1-8/+5
2015-03-05Qt: Redraw the packet list when a column is resized.Gerald Combs1-0/+1
2015-03-01Qt: Don't autoscroll if we're not capturing.Gerald Combs1-1/+1
2015-02-27Qt: Automatically scroll the packet list.Michal Labedzki1-9/+61