aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/sequence_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-11Statistics->Flow Graph in qtshark crashes with a segfaultDavid Ameiss1-5/+10
2013-11-14Create a plural-only English translation. Use it to pluralize the FollowGerald Combs1-1/+2
2013-11-14Add packet information and selection to the Follow Stream dialog.Gerald Combs1-0/+14
2013-11-13Highlight selected sequence diagram items.Gerald Combs1-3/+10
2013-11-12Highlight selected sequence diagram items.Gerald Combs1-1/+2
2013-11-12Redraw the diagram when needed.Gerald Combs1-12/+3
2013-11-12Sequence / flow diagram updates.Gerald Combs1-25/+192
2013-11-11Sequence / flow diagram updates.Gerald Combs1-3/+42
2013-10-28Fix scroll bar ranges.Gerald Combs1-5/+15