http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47240
User: gerald
Date: 2013/01/23 05:10 PM
Log:
Add font and color preferences. Unfortunately Qt doesn't have a color
picker widget so we're back to popping up dialogs. Move the contents of
monospace_font.{cpp,h} to wireshark_application.{cpp,h}.
Pango and Qt use completely different string representations for fonts.
Add a separate gui.qt.font_name preference so that they don't clobber
each other.
Directory: /trunk/epan/
Changes Path Action
+8 -4 prefs.c Modified
+2 -1 prefs.h Modified
Directory: /trunk/ui/gtk/
Changes Path Action
+5 -5 font_utils.c Modified
+2 -2 main.c Modified
+14 -14 prefs_font_color.c Modified
Directory: /trunk/ui/qt/
Changes Path Action
+3 -2 CMakeLists.txt Modified
+2 -0 Makefile.am Modified
+4 -2 Makefile.common Modified
+6 -5 QtShark.pro Modified
+7 -7 color_utils.cpp Modified
+12 -3 color_utils.h Modified
(11 files not shown)