http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46834
User: gerald
Date: 2012/12/28 05:39 PM
Log:
Remove some duplicate code from ui/profile.c and move in more code from
ui/gtk/profile_dialog.c. Use the correct profile list in
profile_dialog.c so that deletion works.
Add a profile dialog to the Qt port. For some reason it crashes when
changing configuration profiles, which might be related to bug 7722.
Move the Qt configuration profile initialization from main.cpp to
wireshark_application.cpp. Make sure QMenuBar doesn't grab the
configuration profiles action on OS X. Add more role color names to
tango_colors.h.
Directory: /trunk/epan/
Changes Path Action
+7 -0 prefs.c Modified
Directory: /trunk/ui/gtk/
Changes Path Action
+2 -2 main_menubar.c Modified
+6 -124 profile_dlg.c Modified
Directory: /trunk/ui/qt/
Changes Path Action
+5 -3 QtShark.pro Modified
+9 -114 main.cpp Modified
+4 -0 main_window.cpp Modified
+5 -2 main_window.h Modified
+20 -2 main_window.ui Modified
+30 -5 main_window_slots.cpp Modified
+287 -0 profile_dialog.cpp Added
+58 -0 profile_dialog.h Added
(9 files not shown)