aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/packet_list_record.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-08-28Comment out some unused variables.Gerald Combs1-1/+3
svn path=/trunk/; revision=51557
2013-07-08New Qt feature: Show related packet list items in the frame numberGerald Combs1-6/+3
column. Conversation spans (setup frame to last frame) are shown with a square bracket. Linked frames are shown with a circle. Use correct column justifications in Qt. Move common justification-related packet list code to ui/packet_list_utils.[ch]. Add a last_frame element to conversation_t. svn path=/trunk/; revision=50447
2012-12-17Implement the frame mark, ignore, and time reference actions. Update theGerald Combs1-4/+4
text of a few menu items. svn path=/trunk/; revision=46576
2012-10-13Always initiailize member variables in constructors, even if it's just to NULL.Evan Huus1-2/+2
Use C++'s initializer syntax more. svn path=/trunk/; revision=45519
2012-09-04Add modelines for Qtshark fileAlexis La Goutte1-0/+13
svn path=/trunk/; revision=44766
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-01-04Add initial support for Qt along with a "ui" subdirectory.Gerald Combs1-0/+49
svn path=/trunk/; revision=40378