aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/rtp_stream_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-07-06Use the file *base* name for statistics graphs etc..Guy Harris1-1/+1
2018-07-03CaptureFile.fileTitle() is for display, not for file name processing.Guy Harris1-1/+1
2018-06-28RTP: If multiple codecs are used in RTP stream flow, all are shown in codecs ...Jiri Novak1-3/+3
2018-06-25RTP: Common functions for allocation/deallocation of rtpstream_info_tJiri Novak1-2/+7
2018-06-22tshark/RTP: GUI dependency removed from register_tap_listener_rtpstream. As c...Jiri Novak1-1/+1
2018-06-21 RTP: Stats calculation unificationJiri Novak1-33/+19
2018-06-20RTP: Encapsulation of comparsion of two rtpstreamsJiri Novak1-19/+19
2018-06-19RTP: Code clean upJiri Novak1-18/+18
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-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-28Qt: use QVariant::String instead of QMetaType::QString.Dario Lombardo1-1/+1
2017-09-20qt: Fix some leaked menu objectsMikael Kanstrup1-1/+1
2017-07-26Qt: Move utils to separate utils directoryRoland Knall1-2/+2
2017-03-23Fix QT UI bugs in RTP dialogsErik de Jong1-3/+3
2017-03-09RTP streams dialog: Fix find reverse buttonErik de Jong1-1/+3
2016-12-19RTP analyzis dialog/Qt: fix - when dialog is called from RTP stream dialog, G...Jiri Novak1-0/+1
2016-05-17Qt: make RTP stream analysis columns sortablePascal Quantin1-0/+1
2016-02-28Qt: Add dialog geometry restoreStig Bjørlykke1-3/+1
2015-10-27Qt: Protect against unintentional "no capture file" window statusMichal Labedzki1-0/+2
2015-10-21Qt: Wire up the RTP Streams "Analyze" button.Gerald Combs1-63/+87
2015-10-05Move utf8_entities.h to wsutilJoão Valverde1-1/+1
2015-10-01Fix crashes related to RTP Streams analysisPeter Wu1-0/+10
2015-07-31Use an ellipsis character instead of three dots.Gerald Combs1-1/+1
2015-07-16Add the RTP Stream Analysis dialog.Gerald Combs1-3/+2
2015-07-07Starting to get rid of Q_UNUSED declarations for unused function parameters.Joerg Mayer1-2/+1
2015-06-25Qt: use <> for including the generated ui_*.h filesMartin Kaiser1-1/+1
2015-05-20Start exposing the filter field of a tap listener to the RTP GUI APIs.Michael Mann1-2/+2
2015-02-07Fix RTP crash on RTP analysis attemptPeter Wu1-3/+1
2015-02-03Convert val_to_str_ext -> val_to_str_ext_wmem for calls that don't have valid...Michael Mann1-1/+1
2015-01-30Qt: Add the RTP Streams dialog.Gerald Combs1-0/+636