aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/capture_file_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-11-20Remove more hardcoding of ".gz" as the suffix for compressed files.Guy Harris1-9/+45
2018-11-19Fix a comment to reflect reality.Guy Harris1-1/+2
2018-11-19Ensure that fixFilenameExtension() is used only when writing a file.Guy Harris1-6/+16
2018-11-16Use an enum for compression types in various interfaces.Guy Harris1-9/+10
2018-05-09Qt: Add plural translationsStig Bjørlykke1-1/+1
2018-05-01Qt: do not further modify filename from Save dialogPeter Wu1-0/+15
2018-05-01Qt: improve extension selection in Save As dialogPeter Wu1-23/+84
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-03-25In some dialogs, have *no* auto-default buttons on macOS.Guy Harris1-1/+25
2018-03-18Qt: allow keyboard navigation in Unsaved packets dialogPeter Wu1-0/+2
2018-02-10Separately count all records and data records.Guy Harris1-18/+29
2018-02-09Fix indentation.Guy Harris1-1/+1
2018-02-09Put the preview-generation loop into a common routine.Guy Harris1-48/+14
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-4/+4
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-06Don't assume all packets have time stamps.Guy Harris1-30/+43
2018-02-02Qt: use SPDX identifiers.Dario Lombardo1-14/+1
2018-01-09Use pcapng as the name of the file format.Guy Harris1-2/+2
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-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