aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/capture_file_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-03-08Remove modelines in ui/qt.Gerald Combs1-13/+0
2021-02-27Check for CaptureFileDialog::selectedFileType() failing.Guy Harris1-3/+31
2021-02-21wiretap: have file handlers advertise blocks and options supported.Guy Harris1-1/+20
2021-02-17wiretap: more work on file type/subtypes.Guy Harris1-2/+3
2021-02-13wiretap: file types have a name and a description.Guy Harris1-2/+2
2021-01-12Qt: Make the checkSaveAsWithComment dialog box appear.John Thacker1-2/+1
2020-07-14Sort list of available filetypes when loading a captureDavid Perry1-2/+14
2020-03-08Fix formatting of the start time and elapsed time.Guy Harris1-10/+10
2019-12-21UI: Fix compilation with Qt 5.14Orgad Shaneh1-14/+13
2019-12-10Win32: Fixup our file dialog titles.Gerald Combs1-4/+9
2019-12-10Win32: Factor out win32_check_save_as_with_comments.Gerald Combs1-15/+9
2019-11-26Qt+macOS: Add /Volumes to the file dialog sidebar.Gerald Combs1-6/+6
2019-11-17Qt: Cleanup space inside parenthesesStig Bjørlykke1-8/+8
2019-11-17Qt: Multiselection in PacketListRoland Knall1-5/+10
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