http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46680
User: gerald
Date: 2012/12/21 09:37 AM
Log:
Move common time shifting code to ui/time_shift.[ch]. Change the
shifting routines to return an error message on failure or NULL on
success. Prettify and simplify the layout of the GTK+ time shift
dialog. Make the cancel button work as expected.
Add a time shift dialog to the Qt port. I used a Mad Lib (sentence)
layout. Hopefully that won't make translation too difficult. For some
reason time shifts aren't immediately shown in the packet detail. This
appears to be a bug in the packet list / packet detail code.
Add warning role color definitions to tango_colors.h and use them.
Directory: /trunk/ui/gtk/
Changes Path Action
+2 -0 dlg_utils.h Modified
+104 -603 time_shift_dlg.c Modified
+0 -2 time_shift_dlg.h Modified
Directory: /trunk/ui/qt/
Changes Path Action
+13 -8 QtShark.pro Modified
+2 -2 label_stack.cpp Modified
+2 -2 main_status_bar.cpp Modified
+1 -0 main_window.h Modified
+47 -0 main_window.ui Modified
+10 -0 main_window_slots.cpp Modified
+3 -2 packet_format_group_box.cpp Modified
+3 -0 tango_colors.h Modified
(8 files not shown)