Wireshark-commits: [Wireshark-commits] rev 46863: /trunk/ui/ /trunk/ui/gtk/: main_menubar.c profile

Date: Sun, 30 Dec 2012 19:33:06 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46863

User: gerald
Date: 2012/12/30 11:33 AM

Log:
 Move profile deletion code from profile_dlg.c to profile.c. Add left
 mouse and context (right mouse) signals to label stacks and use them to
 pop up profile menus in the status bar. Add profile actions (manage,
 new, edit, delete) to the profile dialog.

Directory: /trunk/ui/gtk/
  Changes    Path              Action
  +2 -2      main_menubar.c    Modified
  +2 -13     profile_dlg.c     Modified

Directory: /trunk/ui/qt/
  Changes    Path                         Action
  +28 -0     label_stack.cpp              Modified
  +8 -0      label_stack.h                Modified
  +102 -23   main_status_bar.cpp          Modified
  +12 -4     main_status_bar.h            Modified
  +32 -0     profile_dialog.cpp           Modified
  +5 -1      profile_dialog.h             Modified
  +0 -1      wireshark_application.cpp    Modified

Directory: /trunk/ui/
  Changes    Path          Action
  +18 -0     profile.c     Modified
  +7 -0      profile.h     Modified