http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47083
User: gerald
Date: 2013/01/14 02:21 PM
Log:
When the user is editing text or selecting from a combo box, don't
immediately close the dialog if he or she presses the escape or enter
keys. Revert the value if the user presses escape. Properly handle the
base for uint preferences. Fix a NULL pointer dereference.
Add a gchar_free_to_qstring utility routine which creates a QString from
a g_malloced string and frees it.
Directory: /trunk/epan/
Changes Path Action
+3 -11 prefs.c Modified
Directory: /trunk/ui/qt/
Changes Path Action
+102 -42 preferences_dialog.cpp Modified
+9 -0 preferences_dialog.h Modified
+6 -0 qt_ui_utils.cpp Modified
+11 -0 qt_ui_utils.h Modified