Wireshark-commits: [Wireshark-commits] rev 43833: /trunk/ /trunk/ui/gtk/: funnel_stat.c iax2_analys
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43833
User: gerald
Date: 2012/07/19 02:49 PM
Log:
Pass {delayed_}create_progress_dlg a pointer the top level window
so that we can properly associate a widget with create, update, and
destroy events. Only used by Qt so far but it should be easy enough to
add to GTK+.
Rename ui/qt/progress_dialog.{h,cpp} to progress_bar.{h,cpp}. Show a
progress bar in the status bar of the main window instead of creating
a separate dialog. Note that we still need to add a "cancel" mechanism
and display the task and item titles somewhere.
Thus began the War Against Gratuitous Dialogs.
Directory: /trunk/ui/gtk/
Changes Path Action
+1 -1 funnel_stat.c Modified
+1 -1 iax2_analysis.c Modified
+2 -1 packet_list_store.c Modified
+1 -1 packet_list_store.h Modified
+10 -10 progress_dlg.c Modified
+1 -1 rtp_analysis.c Modified
Directory: /trunk/ui/qt/
Changes Path Action
+5 -3 QtShark.pro Modified
+16 -1 main_status_bar.cpp Modified
+6 -4 main_status_bar.h Modified
+4 -3 main_window.cpp Modified
+4 -0 main_window.h Modified
(9 files not shown)