Qt: Implement packet comments. Fix packet detail updates.
authorGerald Combs <gerald@wireshark.org>
Sun, 23 Dec 2012 04:37:58 +0000 (04:37 -0000)
committerGerald Combs <gerald@wireshark.org>
Sun, 23 Dec 2012 04:37:58 +0000 (04:37 -0000)
commita5d5162826b0349b0a7846d8336afdd77ab07a65
tree1b47592d5aeb6b4cfcab86bf9264242446fc99b4
parentaa347d504f65d3c8650c02a3b2cd839d11d0936b
Qt: Implement packet comments. Fix packet detail updates.

GTK+: Shorten the packet comment menu item name.  Remove a couple of
unneeded includes.

Both: Add an arbitrary 20 MB limit when fetching all packet comments.
Use a color from the Tango palette for comments.

svn path=/trunk/; revision=46709
18 files changed:
tools/svnadd
ui/gtk/edit_packet_comment_dlg.c
ui/gtk/main_menubar.c
ui/gtk/packet_list.c
ui/gtk/packet_list.h
ui/gtk/packet_panes.c
ui/qt/CMakeLists.txt
ui/qt/Makefile.am
ui/qt/QtShark.pro
ui/qt/main_window.h
ui/qt/main_window_slots.cpp
ui/qt/packet_comment_dialog.cpp [new file with mode: 0644]
ui/qt/packet_comment_dialog.h [new file with mode: 0644]
ui/qt/packet_comment_dialog.ui [new file with mode: 0644]
ui/qt/packet_list.cpp
ui/qt/packet_list.h
ui/qt/proto_tree.cpp
ui/qt/time_shift_dialog.cpp