summaryrefslogtreecommitdiff
path: root/ui/qt/byte_view_text.h
AgeCommit message (Collapse)AuthorFilesLines
2013-01-05Break out preference type names, type descriptions, stringGerald Combs1-0/+1
representations, and default status out of write_prefs and into their own routines. Split the corresponding custom preference write callbacks. Fix an apparent memory leak in the hidden column callback. Add an initial preferences dialog to the Qt port. Use the new preference routines to implement an "Adavanced" page similar to the "about:config" page available in many web browsers. Standard pages will hopefully follow soon. Remove some QDebug includes and make sure our QTreeWidgets have uniform row heights set. svn path=/trunk/; revision=46942
2012-11-06Show the byte view when we select a packet. Update some method andGerald Combs1-1/+1
variable names. svn path=/trunk/; revision=45953
2012-10-30Get rid of a couple of unused variables. Other minor cleanup.Gerald Combs1-3/+0
svn path=/trunk/; revision=45839
2012-10-30Update the Qt byte view widget to reflect the recent changes in the GTK+Gerald Combs1-11/+47
byte view. Move the packet_char_enc enum from packet.h to frame_data.h. Make the encoding flag a packet_char_enc and make it one bit. Get rid of the "cfile" global in a few places. C++-ize some of the font code. Clean up some variable names. svn path=/trunk/; revision=45838
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/+62
svn path=/trunk/; revision=40378