Wireshark-commits: [Wireshark-commits] rev 46942: / /trunk/epan/: libwireshark.def prefs-int.h pref

Date: Sat, 05 Jan 2013 02:30:59 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46942

User: gerald
Date: 2013/01/04 06:30 PM

Log:
 Break out preference type names, type descriptions, string
 representations, and default status out of write_prefs and into their
 own routines. Split the corresponding custom preference write callbacks.
 Fix an apparent memory leak in the hidden column callback.
 
 Add an initial preferences dialog to the Qt port. Use the new preference
 routines to implement an "Adavanced" page similar to the "about:config"
 page available in many web browsers. Standard pages will hopefully follow
 soon.
 
 Remove some QDebug includes and make sure our QTreeWidgets have uniform
 row heights set.

Directory: /trunk/epan/
  Changes    Path                Action
  +2 -0      libwireshark.def    Modified
  +11 -2     prefs-int.h         Modified
  +634 -315  prefs.c             Modified
  +37 -0     prefs.h             Modified

Directory: /trunk/ui/qt/
  Changes    Path                            Action
  +3 -0      CMakeLists.txt                  Modified
  +2 -35     Makefile.am                     Modified
  +3 -0      Makefile.common                 Modified
  +6 -3      QtShark.pro                     Modified
  +0 -1      byte_view_tab.cpp               Modified
  +1 -0      byte_view_text.h                Modified
  +0 -2      capture_file_dialog.cpp         Modified


(10 files not shown)