Implement file sets.
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 1 Oct 2012 22:40:20 +0000 (22:40 +0000)
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 1 Oct 2012 22:40:20 +0000 (22:40 +0000)
commita15259eabc6384309d03efb98c74aca3fd2c034b
tree3f56adbaa31da2a4c74f1dea765a3d9c3a25d985
parent566dc81d93e346141fcdd8fc15ed47fcd94c33d6
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.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@45243 f5534014-38df-0310-8fa8-9805f1628bb7
14 files changed:
fileset.c
fileset.h
ui/qt/CMakeLists.txt
ui/qt/Makefile.common
ui/qt/QtShark.pro
ui/qt/file_set_dialog.cpp [new file with mode: 0644]
ui/qt/file_set_dialog.h [moved from ui/qt/fileset_dialog.h with 57% similarity]
ui/qt/file_set_dialog.ui [new file with mode: 0644]
ui/qt/fileset_dialog.cpp [deleted file]
ui/qt/main_window.cpp
ui/qt/main_window.h
ui/qt/main_window.ui
ui/qt/wireshark_application.cpp
ui/qt/wireshark_application.h