aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/packet_list.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-01-20Add Some missing text to translateAlexis La Goutte1-2/+2
2013-01-18Rename the "saved_val" preference element to "stashed_val" in order toGerald Combs1-2/+2
2012-12-26Hopefully this case is OK in C++; bit-fields can't be enums in standardGuy Harris1-1/+1
2012-12-23Qt: Implement packet comments. Fix packet detail updates.Gerald Combs1-2/+79
2012-12-21Add time shifting to the packet list context menu.Gerald Combs1-2/+1
2012-12-17Implement the frame mark, ignore, and time reference actions. Update theGerald Combs1-5/+144
2012-12-07Add a context menu to the packet list and fill in theGerald Combs1-10/+199
2012-12-07Implement the items under "Edit→Copy", "Analyze→Apply as Filter" andGerald Combs1-0/+21
2012-11-06Connect a signal+slot only once.Gerald Combs1-6/+3
2012-11-06Show the byte view when we select a packet. Update some method andGerald Combs1-9/+3
2012-10-30Update the Qt byte view widget to reflect the recent changes in the GTK+Gerald Combs1-18/+29
2012-10-20Make data_source opqaue, add getter for tvb.Jakub Zawadzki1-3/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-04Add modelines for Qtshark fileAlexis La Goutte1-0/+13
2012-09-04- Replace packet_list_recreate_visible_rows -> packet_list_recreate_visible_r...Jörg Mayer1-16/+16
2012-09-04Rename new_packet_list.[ch] to packet_list.[ch]Jörg Mayer1-1/+1
2012-08-23Fill in some missing functionality. Rename some variables and rearrangeGerald Combs1-92/+68
2012-08-23Catch key events where needed and direct them to the display filterGerald Combs1-4/+4
2012-08-20Basic "Go to Packet" implementation.Gerald Combs1-1/+3
2012-08-19Handle double-clicks in the tree.Gerald Combs1-19/+25
2012-08-14Add a "View" menu along with actions+slots for expanding and collapsingGerald Combs1-7/+7
2012-08-13Add keyboard shortcuts for the packet list.Gerald Combs1-41/+27
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-01-18Reflect the changes to make the recent-file code GUI-independent.Guy Harris1-3/+2
2012-01-16Reflect the move of some header files to the ui directory.Guy Harris1-2/+3
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-2/+2
2012-01-14Initial status bar functionality. Promote the main window's status barGerald Combs1-8/+10
2012-01-04Add initial support for Qt along with a "ui" subdirectory.Gerald Combs1-0/+410