aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/capture_file_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-11-09Replace wtap_nstime with nstime_t, remove wtap_nstime_to_sec.Jakub Zawadzki1-1/+1
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-10/+10
2013-11-08For open dialogs, offer a list of sets of extensions, not of file types;Guy Harris1-8/+75
2013-10-11Remove GTK+ and global cfile dependencies from file_dlg_win32.c.Gerald Combs1-1/+1
2013-08-29Add support for Qt5 (tested with 5.1.1).Gerald Combs1-7/+8
2013-07-12packet-range.h moved to the epan directory.Guy Harris1-1/+1
2013-06-25Move a couple of time-related modules into wsutil.Jeff Morriss1-1/+1
2013-04-24The porting guide for Qt5 requires that Q_OS_ be used insteadJörg Mayer1-16/+16
2013-04-01Add a wtap_dump_can_write() routine that indicates whether WiretapGuy Harris1-6/+1
2013-04-01Define a collection of bits for different types of capture file comments.Guy Harris1-25/+33
2013-01-05Break out preference type names, type descriptions, stringGerald Combs1-2/+0
2012-12-05Add more missing #includes.Gerald Combs1-0/+2
2012-10-24Make new text translatable for Qtshark * export_dissection_dialog.cpp * file_...Alexis La Goutte1-19/+19
2012-10-16Use topic_action instead of topic_cb for the Windows file dialogs. MoveGerald Combs1-23/+5
2012-10-16Remove some no-longer-needed SSL dummy routines.Gerald Combs1-20/+0
2012-10-15Add help buttons. Ifdef out some code on Windows.Gerald Combs1-4/+37
2012-10-13Reduce variable scopes where possible.Evan Huus1-2/+3
2012-10-13Fix initialization order.Gerald Combs1-1/+1
2012-10-13Fix Windows compilation problems from r45513. #ifdef out some non-WindowsGerald Combs1-107/+110
2012-10-12Add a packet format group box, similar to the packet range group box.Gerald Combs1-25/+22
2012-10-11Make new text translatable (a Alexis La Goutte1-1/+1
2012-10-09Fix Qt compilation on Windows. Check the user-supplied range syntaxGerald Combs1-6/+7
2012-10-08Add a PacketRangeGroupBox widget. Use it to implement "Export SelectedGerald Combs1-27/+92
2012-10-04Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-5/+5
2012-10-03Include packet-range.h on Windows - file_dlg_win32.h usesGuy Harris1-0/+1
2012-09-27Only define a parameter name if we end up using it, to fix theEvan Huus1-1/+5
2012-09-26Fix compilation on Windows.Gerald Combs1-6/+10
2012-09-26Implement "Save" and "Save As".Gerald Combs1-24/+179
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-10Use the native merge dialog on Windows. This may break non-Windows builds.Gerald Combs1-26/+49
2012-09-07I presume the mergeType method is supposed to be provided regardless ofGuy Harris1-9/+9
2012-09-06Fix compilation on Windows.Gerald Combs1-131/+106
2012-09-06Implement File→Merge. Gerald Combs1-115/+221
2012-09-04Add modelines for Qtshark fileAlexis La Goutte1-0/+13
2012-07-30Grow the dialog to account for our added widgets.Gerald Combs1-0/+3
2012-07-27Add a preview to the common file dialog. Adjust the win32 file dialogGerald Combs1-6/+182
2012-07-25Add some link (URL) to Help Menu in QtSharkAlexis La Goutte1-6/+6
2012-07-21Add display filter and name resolution controls to the standard Qt openGerald Combs1-7/+57
2012-07-19Try to fix compilation on non-Windows systems.Gerald Combs1-2/+97
2012-07-18Update qtshark to match the recent file dialog changes.Gerald Combs1-4/+25
2012-07-12Use win32_open_file in qtshark on Windows.Gerald Combs1-0/+87
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-01-04Add initial support for Qt along with a "ui" subdirectory.Gerald Combs1-0/+29