aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/capture_file_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-11-16Label the filter in the file open dialog as a "read filter".Guy Harris1-2/+2
2015-10-06Qt: refine some strings for l10nYFdyh0001-1/+1
2015-07-08Put back closing } accidentally removed in previous commit.Guy Harris1-0/+2
2015-07-07Finish removal of Q_UNUSED.Joerg Mayer1-6/+2
2015-05-15Qt: Make sure we can fetch ExportDissectionDialog's layout.Gerald Combs1-1/+1
2015-02-24Qt: Apply recent settings.Gerald Combs1-0/+1
2014-12-30Qt: Continue using the new window title format.Gerald Combs1-4/+4
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-20/+15
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-15/+20
2014-05-09Revert "Refactor Wiretap"Guy Harris1-2/+2
2014-05-09Refactor WiretapMichael Mann1-2/+2
2014-03-21Add a missing word to translationAlexis La Goutte1-1/+1
2014-03-04win32: Implement format type selector in open file dialogMichal Labedzki1-3/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Get Windows build working again.Gerald Combs1-1/+2
2014-02-25Wireshark: Add option to choose format type of capture fileMichal Labedzki1-3/+15
2013-11-21Add a statistics tree dialog.Gerald Combs1-1/+1
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