aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/voip_calls_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-09-20qt: Fix some leaked menu objectsMikael Kanstrup1-1/+1
2017-09-18Move most of sequence analysis code from ui/ to epan/Jakub Zawadzki1-1/+1
2017-07-26Qt: Create models directoryRoland Knall1-1/+1
2017-07-26Qt: Move utils to separate utils directoryRoland Knall1-2/+2
2017-03-24Qt: add cache proxy model for Voip Calls dialogPeter Wu1-1/+7
2017-03-24Qt: refactor Voip Calls Dialog into Model/ViewPeter Wu1-228/+46
2017-01-12Qt: Remove unneccessary Q_DECLARE_METATYPERoland Knall1-2/+0
2017-01-11Qt: check NULL before dereference (CID 1394324)Jaap Keuter1-1/+1
2016-11-29Qt: fix GoToPacket when Voip Calls dialog is closedPeter Wu1-3/+0
2016-10-25Qt: Enhancements to VoIP call dialog:erikdejong1-7/+31
2016-06-17Qt: Fix a compile error occurring on RedHat Enterprise Linux.Jens Kilian1-0/+1
2016-06-16Qt: Add "Copy As…" to VoIP Calls.Gerald Combs1-1/+100
2016-02-28Qt: Add dialog geometry restoreStig Bjørlykke1-3/+2
2015-12-09Qt: various fixes to VoIP calls / RTP player windowsPascal Quantin1-3/+7
2015-11-16Qt: add a reference counter to sequence analysis infoPascal Quantin1-2/+3
2015-10-26Only store frame number and not a pointer to frame_data structure in seq_anal...Pascal Quantin1-2/+2
2015-10-26Qt: fix memory leaks in VoIP calls windowPascal Quantin1-0/+2
2015-10-16Qt: fix crash when using Telephony -> VOIP Calls -> Flow SequencePascal Quantin1-3/+12
2015-10-08Qt: Add a play button to the RTP Stream Analysis dialog.Gerald Combs1-2/+1
2015-10-05Move utf8_entities.h to wsutilJoão Valverde1-1/+1
2015-10-02Qt: Initial RTP playback.Gerald Combs1-29/+87
2015-09-04Qt: fix crash when selecting Telephony > VoIP Calls or SIP Flows menu entriesPascal Quantin1-2/+4
2015-07-29Capture file retapping fixups.Gerald Combs1-1/+1
2015-07-07Starting to get rid of Q_UNUSED declarations for unused function parameters.Joerg Mayer1-6/+2
2015-06-25Qt: use <> for including the generated ui_*.h filesMartin Kaiser1-1/+1
2015-02-14Qt: Fix side effects of recent WiresharkDialog changes.Gerald Combs1-2/+3
2015-01-29Qt: Add address conversion convenience routinesGerald Combs1-8/+6
2015-01-08guid_to_ep_str -> guid_to_strMichael Mann1-2/+4
2015-01-06Replace ep_address_to_str with address_to_str.Michael Mann1-1/+4
2015-01-05Replace ep_display_to_address with wmem equivalent display_to_address.Michael Mann1-1/+4
2014-12-30Qt: Convert more dialogs to WiresharkDialog.Gerald Combs1-23/+13
2014-12-26Replace ip_to_str with [ep_]address_to_str and tvb_ip_to_str.Michael Mann1-1/+1
2014-12-09Qt: Initial VoIP Calls dialog.Gerald Combs1-0/+508