aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/packet_list.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-26Translations : fix trailing whitespace when generate translations fileAlexis La Goutte1-1/+1
2015-02-24Qt: Apply recent settings.Gerald Combs1-31/+59
2015-02-24Qt: Fix a crash when changing the layout.Gerald Combs1-2/+2
2015-02-13Qt: Allow shift-double-clicking on a frame link.Gerald Combs1-1/+1
2015-02-13Qt: More #include → forward declarations.Gerald Combs1-0/+2
2015-02-12Qt: Add the "new packet" window^Wdialog^Wwindow.Gerald Combs1-2/+4
2015-02-07Qt: Add the Coloring Rules dialog.Gerald Combs1-0/+6
2015-01-30Qt: Add the RTP Streams dialog.Gerald Combs1-1/+0
2015-01-27Qt: Update packet list freeze/thaw behavior.Gerald Combs1-4/+5
2015-01-27Packet List (Qt): fix extra ‘;’ [-Wpedantic]Alexis La Goutte1-1/+1
2015-01-27qt: clear tree and bytes when no packet selectedEvan Huus1-0/+4
2015-01-18Update some comments to reflect reality.Guy Harris1-1/+0
2015-01-18Miscellaneous ep_strdup_printf replacement.Michael Mann1-1/+4
2015-01-15Packet List (Qt): Missing break in switch (CID 1262418)Alexis La Goutte1-0/+1
2015-01-06Qt: Add a context menu to the packet list header.Gerald Combs1-0/+162
2014-11-16Remove ipproto member of packet_info.Michael Mann1-4/+3
2014-11-05Qt: Simplify disabling entries in ContextMenuMichal Labedzki1-50/+18
2014-11-04Qt: Dynamic languagesMichal Labedzki1-18/+41
2014-10-21Qt: Fill in time display menu items. Other fixes and updates.Gerald Combs1-15/+18
2014-10-06Qt: Packet list column sorting.Gerald Combs1-10/+17