aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/file_set_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-04-04Qt: Split MainApplication out from WiresharkApplication.Gerald Combs1-4/+4
2021-10-11Qt: Use new-style signals+slots in more places.Gerald Combs1-2/+2
2021-03-08Remove modelines in ui/qt.Gerald Combs1-13/+0
2019-11-17Qt: Cleanup space inside parenthesesStig Bjørlykke1-1/+1
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-05Qt: Cleanup cases where QTreeWidgetItem is no longer usedMichael Mann1-1/+0
2017-12-05Convert the file set dialog treewidget to a treeview+model.Gerald Combs1-105/+67
2017-12-04Put the structure of a capture_file back in cfile.h.Guy Harris1-1/+0
2017-12-03Use cfile.h to define the capture_file type.Guy Harris1-0/+1
2017-07-26Qt: Move utils to separate utils directoryRoland Knall1-1/+1
2017-02-28Qt: Fix -Wshorten-64-to-32 warningsStig Bjørlykke1-2/+2
2017-01-12Qt: Remove unneccessary Q_DECLARE_METATYPERoland Knall1-4/+4
2016-10-22On UN*X, st_ctime is the last status change time, not the creation time.Guy Harris1-2/+12
2016-02-28Qt: Add dialog geometry restoreStig Bjørlykke1-1/+2
2016-02-10Qt: Fix plural translationsStig Bjørlykke1-3/+2
2015-07-07Finish removal of Q_UNUSED.Joerg Mayer1-3/+1
2015-06-25Qt: use <> for including the generated ui_*.h filesMartin Kaiser1-1/+1
2015-02-10Qt/C++: Change a bunch of includes to forward declarations.Gerald Combs1-0/+1
2014-12-30Qt: Continue using the new window title format.Gerald Combs1-4/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-07-25Add a UAT dialog. Make UAT preferences uat_t * instead of void *.Gerald Combs1-4/+2
2012-10-31Set SVN properties.Gerald Combs1-1/+1
2012-10-19Remove unused variable.Evan Huus1-3/+1
2012-10-19The file set and export object trees are lists. Make them act likeGerald Combs1-7/+8
2012-10-16Use topic_action instead of topic_cb for the Windows file dialogs. MoveGerald Combs1-9/+3
2012-10-08Make new text translatable (for QtShark:file_set_dialog.cpp)Alexis La Goutte1-9/+9
2012-10-02Move the main window slots to main_window_slots.cpp.Gerald Combs1-18/+1
2012-10-01Construct a proper directory URL.Gerald Combs1-1/+4
2012-10-01Implement file sets.Gerald Combs1-0/+225