aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/sequence_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-07-21Add a tap "finish" callback, called when a listener is removed.Guy Harris1-1/+1
2018-05-16Windows: Make sure more native dialogs handle HiDPI.Gerald Combs1-2/+2
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-03-27tap: fix remaining potential memleaks with register_tap_listenerPeter Wu1-1/+7
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-26Don't close something we didn't manage to open.Guy Harris1-1/+1
2017-12-23Qt: close file exiting from scope (CID: 1418343).Dario Lombardo1-0/+1
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/+2
2017-09-23Have sequence analysis properly use filters from taps.Michael Mann1-11/+6
2017-09-22Add Flow Graph functionality to TSharkMichael Mann1-1/+8
2017-09-21Complete move of tap-sequence-analysis.c functionality to sequence_analysis.cMichael Mann1-4/+17
2017-09-18Move most of sequence analysis code from ui/ to epan/Jakub Zawadzki1-9/+43
2017-07-26Qt: Move utils to separate utils directoryRoland Knall1-2/+2
2017-01-20Qt: Fix a sequence dialog crash.Gerald Combs1-1/+2
2016-12-15VoIP Calls/Flow Sequence: Fix of showing nodes from previous callJiri Novak1-0/+1
2016-11-29Qt: fix GoToPacket when Voip Calls dialog is closedPeter Wu1-3/+5
2016-09-29Qt: Add html_escape to qt_ui_utils.Gerald Combs1-9/+2
2016-09-14Qt: Set Close as default buttonStig Bjørlykke1-0/+5
2016-09-13Qt: Fix open Flow Graph in full screenStig Bjørlykke1-0/+2
2016-06-16Add a sequence analysis wishlist item.Gerald Combs1-0/+1
2016-06-06Qt: Add zoom to the flow / sequence dialog.Gerald Combs1-3/+36
2016-06-05Qt ui code: fix qreal type problems on ARM platformZdeněk Žamberský1-4/+4
2016-06-01Fix a compile error occurring on RedHat Enterprise Linux Workstation release ...Jens Kilian1-0/+4
2016-05-31Qt: Expand "to do" comments in SequenceDialog.Gerald Combs1-1/+11
2016-05-31Qt: Fix compilation for Qt 4.Gerald Combs1-2/+6
2016-05-28Qt: Sequence dialog page up+down.Gerald Combs1-0/+8
2016-05-27Qt: Sequence dialog navigation updates.Gerald Combs1-12/+24
2016-05-26Qt: Add next / previous sequence shortcuts.Gerald Combs1-43/+97
2016-05-25Qt: Escape sequence dialog hint text.Gerald Combs1-1/+2
2016-05-25Qt: Add Time and Comment labels to the sequence diagram.Gerald Combs1-23/+58
2016-02-28Qt: Add dialog geometry restoreStig Bjørlykke1-3/+2
2016-02-08Qt: Restore sequence diagram labels, other fixes.Gerald Combs1-0/+2
2015-11-29Make address_to_display() use proper (non-)constnessJoão Valverde1-1/+1
2015-11-17Qt: Fix some flow graph issues.Gerald Combs1-13/+9
2015-11-16Qt: add a reference counter to sequence analysis infoPascal Quantin1-36/+46
2015-10-27Qt: Protect against unintentional "no capture file" window statusMichal Labedzki1-0/+1
2015-10-26Only store frame number and not a pointer to frame_data structure in seq_anal...Pascal Quantin1-1/+1
2015-10-05Move utf8_entities.h to wsutilJoão Valverde1-1/+1
2015-07-31Use an ellipsis character instead of three dots.Gerald Combs1-1/+1
2015-07-07Starting to get rid of Q_UNUSED declarations for unused function parameters.Joerg Mayer1-6/+3
2015-06-25Qt: use <> for including the generated ui_*.h filesMartin Kaiser1-1/+1
2015-01-05Replace ep_display_to_address with wmem equivalent display_to_address.Michael Mann1-1/+4
2014-12-31Qt: Convert more dialog titles.Gerald Combs1-1/+3
2014-12-30Qt: Convert more dialogs to WiresharkDialog.Gerald Combs1-16/+11
2014-12-09Qt: Initial VoIP Calls dialog.Gerald Combs1-45/+56
2014-06-27Use GQueue for generating statisticsBalint Reczey1-1/+1
2014-04-19Some routine name changes.Guy Harris1-1/+1
2014-04-07Add a Qt I/O Graph dialog.Gerald Combs1-6/+6