http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45243
User: gerald
Date: 2012/10/01 03:40 PM
Log:
Implement file sets.
Replace the original file set code with a UI form. Use more consistent
file names. List the files using a QTreeWidget instead of a grid.
fileset_is_file_in_set is only used in fileset.c so make it static.
In main_window.cpp reduce our usage of the global cfile variable.
Directory: /trunk/ui/qt/
Changes Path Action
+2 -2 CMakeLists.txt Modified
+2 -2 Makefile.common Modified
+4 -3 QtShark.pro Modified
+225 -0 file_set_dialog.cpp Added
+81 -0 file_set_dialog.h Added
+140 -0 file_set_dialog.ui Added
+0 -177 fileset_dialog.cpp Removed
+0 -54 fileset_dialog.h Removed
+77 -33 main_window.cpp Modified
+11 -4 main_window.h Modified
+9 -9 main_window.ui Modified
(4 files not shown)