aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/capture_file.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-07-06Fix the calculation of a file's "basename".Guy Harris1-6/+5
2018-07-06Use the file *base* name for statistics graphs etc..Guy Harris1-0/+15
2018-07-04Some fixes.Guy Harris1-6/+19
2018-07-04fileTitle -> fileDisplayName.Guy Harris1-1/+1
2018-07-04We have cf_get_display_name(); use it to get the title bar string.Guy Harris1-12/+7
2018-07-04Set the file path for a main window if it's not a temporary file.Guy Harris1-21/+39
2018-07-03Don't show temporary file names in title bars.Guy Harris1-2/+34
2018-06-18Get rid of some occurrences of Q_UNUSEDJoerg Mayer1-5/+2
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-04-17Qt: Fix memory leak for CaptureEventRoland Knall1-27/+35
2018-04-17Remove some GTK+-only code.Gerald Combs1-13/+0
2018-03-28Qt: keep the extension in CaptureFile::fileName().Dario Lombardo1-1/+1
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-02Qt: use SPDX identifiers.Dario Lombardo1-14/+1
2017-12-23Qt: Redesign signal/slot concept of capture_fileRoland Knall1-56/+70
2017-12-08Move the frame_set stuff back into the capture_file structure.Guy Harris1-2/+2
2017-12-04Move the parts of a capture_file used by libwireshark to a new structure.Guy Harris1-2/+2
2017-01-21Qt: Show merge progress.Gerald Combs1-0/+8
2016-09-02Qt: Conversation time column updates.Gerald Combs1-0/+8
2016-06-27Qt: Clean up capture file callbacks.Gerald Combs1-4/+5
2016-03-28Qt: Make conversation menu items static.Gerald Combs1-0/+10
2015-12-09Qt: various fixes to VoIP calls / RTP player windowsPascal Quantin1-0/+2
2015-10-27Qt: Protect against unintentional "no capture file" window statusMichal Labedzki1-2/+1
2015-09-11Export captured packets correctly.Gerald Combs1-0/+7
2015-08-26Rework tapping in Qt dialogs.Gerald Combs1-1/+8
2015-07-29Capture file retapping fixups.Gerald Combs1-0/+6
2015-07-07Qt: Add initial Lua support.Gerald Combs1-0/+7
2015-06-23Morph ProgressBar into CaptureProgressFrame.Gerald Combs1-2/+7
2015-05-23Qt: Update the status bar when saving.Gerald Combs1-8/+40
2015-05-22Qt: Add a "[closed]" hint to the packet dialog.Gerald Combs1-3/+3
2015-05-15Qt: Stop tapping when the I/O Graph dialog closes.Gerald Combs1-0/+7
2015-04-06Show a count in the status bar for all captures.Guy Harris1-0/+1
2015-02-27Qt: Automatically scroll the packet list.Michal Labedzki1-0/+1
2015-02-24Qt: Fix a crash when changing the layout.Gerald Combs1-0/+7
2015-02-21Qt: Fix unsaved changes behavior.Gerald Combs1-9/+5
2014-12-29Qt: Add a WiresharkDialog convenience class.Gerald Combs1-2/+5
2014-12-22Qt: Add methods to CaptureFile and WiresharkApplication.Gerald Combs1-3/+27
2014-12-20Remove debugging code.Gerald Combs1-6/+0
2014-12-20Qt: Add a CaptureFile class.Gerald Combs1-0/+212