aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/sequence_diagram.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
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-09-21Complete move of tap-sequence-analysis.c functionality to sequence_analysis.cMichael Mann1-2/+1
2017-09-19Sequence analysis (flow graph) optimizations for dissectorsMichael Mann1-6/+4
2017-09-18Move most of sequence analysis code from ui/ to epan/Jakub Zawadzki1-1/+1
2017-07-26Qt: Move utils to separate utils directoryRoland Knall1-2/+2
2017-03-27Fix "warning C6246: Local declaration hides declaration of the same name in o...Michael Mann1-1/+0
2016-10-02Qt: Only color sequence analysis items having color filterStig Bjørlykke1-3/+7
2016-06-01Qt: Color _ANY and _TCP sequence analysis items.Gerald Combs1-1/+4
2016-05-27Qt: Sequence dialog navigation updates.Gerald Combs1-0/+1
2016-05-26Qt: Don't use QMap::first or ::lastGerald Combs1-2/+7
2016-05-26Qt: Add next / previous sequence shortcuts.Gerald Combs1-2/+45
2016-05-25Qt: Add Time and Comment labels to the sequence diagram.Gerald Combs1-30/+39
2016-02-08Qt: Restore sequence diagram labels, other fixes.Gerald Combs1-2/+8
2015-11-29Make address_to_display() use proper (non-)constnessJoão Valverde1-1/+1
2015-11-01Qt: do not draw sequence analysis items with a display status set to falsePascal Quantin1-8/+10
2015-10-26Only store frame number and not a pointer to frame_data structure in seq_anal...Pascal Quantin1-1/+1
2015-07-07Starting to get rid of Q_UNUSED declarations for unused function parameters.Joerg Mayer1-11/+4
2015-03-06Qt: Fix a couple of resource leaks found by Coverity.Gerald Combs1-0/+5
2015-02-13Qt: More #include → forward declarations.Gerald Combs1-3/+5
2015-01-05Replace ep_display_to_address with wmem equivalent display_to_address.Michael Mann1-1/+5
2014-12-09Qt: Initial VoIP Calls dialog.Gerald Combs1-5/+4
2014-06-27Use GQueue for generating statisticsBalint Reczey1-1/+1
2014-04-19Some routine name changes.Guy Harris1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-08From David Ameiss via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9509Alexis La Goutte1-1/+1
2013-11-12Highlight selected sequence diagram items.Gerald Combs1-4/+62
2013-11-11Sequence / flow diagram updates.Gerald Combs1-0/+1
2013-10-28More size and position tweaks.Gerald Combs1-14/+18
2013-10-27Try to improve the appearance of the sequence diagram.Gerald Combs1-12/+15
2013-10-25More sequence dialog updates.Gerald Combs1-8/+57
2013-10-25Add SVN properties.Jeff Morriss1-1/+1
2013-10-24Initial and woefully incomplete flow graph support.Gerald Combs1-0/+227