aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/capture_file_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-07-26Qt: Move utils to separate utils directoryRoland Knall1-1/+1
2017-04-24Move UI-only stuff out of libwireshark.Guy Harris1-1/+1
2017-04-05Qt: Remove unused argument in Size stringStig Bjørlykke1-3/+3
2017-03-17Qt: Pluralize packet count in Size stringStig Bjørlykke1-3/+3
2017-03-12Qt: Give discard button focus (but not as default)Stig Bjørlykke1-0/+3
2016-12-16Rename packet-range.[ch] to packet_range.[ch]Michael Mann1-1/+1
2016-09-19Qt: Fix bug in capture file dialog introduced by HideNameFilterDetailsBinh Trinh1-1/+3
2016-09-15Qt: Shorten capture file dialog name filters.Gerald Combs1-16/+24
2016-09-12Fix memleaks in capture file dialogPeter Wu1-1/+3
2016-09-10Have "All Capture Files" match only capture files.Guy Harris1-5/+4
2016-09-09Remove name resolution from the file dialogs.Gerald Combs1-94/+31
2016-07-04Qt: add initializer (CID 1159361).Dario Lombardo1-0/+1
2016-03-26Push initial directory code up into CaptureFileDialog.Jeff Morriss1-7/+26
2016-03-01Add a #define for the wildcard pattern that matches all files.Guy Harris1-9/+7
2016-02-29Use *, not *.*, as the wildcard pattern on UN*X.Guy Harris1-9/+12
2016-01-25Qt: Fix checkSaveAsWithComments() button checkStig Bjørlykke1-26/+25
2016-01-23ui: Code cleanupStig Bjørlykke1-2/+2
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