aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window.ui
diff options
context:
space:
mode:
authorJirka Novak <j.novak@netsystem.cz>2021-04-14 15:47:07 +0200
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-04-15 21:19:51 +0000
commitc8479e41aef12427be96b7db7f4c6a9bf87d2216 (patch)
tree951ea3f46762d46aac3c4025d7e00422dcc9fe7b /ui/qt/main_window.ui
parent212ff30603e343929c4c22173c38b7149bc4998c (diff)
VoIP dialogs: Improvements and new functions
Changes: - RTP Player added to Telephony/RTP menu. - When openning RTP Analysis or RTP Player from RTP menu, just selected stream is added. When Ctrl is hold during opening, reverse stream is searched and added too. - RTP Player: Added tool to select/deselect all inaudible streams - RTP Player: Added Prepare Filter button - RTP Player: Added Analyze button - RTP Analysis: Added Prepare Filter button - documentation updated Code changes: - RTP Player::rescanPacket() is not fired multiple times during rate change and during dialog creation - Error shown in RTP player is cleared after every new decode of streams - RTP Player handles case when Qt do not emit stop stream event - "Select" menu code unified between dialogs> - RTP Player: Audio routing menu unified - buttons are connected to actions by signals() - Analyze dialog is called by list of rtpstream_id, not rtpstream_info
Diffstat (limited to 'ui/qt/main_window.ui')
-rw-r--r--ui/qt/main_window.ui11
1 files changed, 10 insertions, 1 deletions
diff --git a/ui/qt/main_window.ui b/ui/qt/main_window.ui
index b6c46cb821..980315d400 100644
--- a/ui/qt/main_window.ui
+++ b/ui/qt/main_window.ui
@@ -568,6 +568,7 @@
</property>
<addaction name="actionTelephonyRtpStreams"/>
<addaction name="actionTelephonyRtpStreamAnalysis"/>
+ <addaction name="actionTelephonyRtpPlayer"/>
</widget>
<widget class="QMenu" name="menuTelephonySCTP">
<property name="title">
@@ -2868,7 +2869,15 @@
<string>RTP Stream Analysis</string>
</property>
<property name="toolTip">
- <string>RTP Stream Analysis</string>
+ <string>RTP Stream Analysis for selected stream. Press CTRL key for adding reverse stream too.</string>
+ </property>
+ </action>
+ <action name="actionTelephonyRtpPlayer">
+ <property name="text">
+ <string>RTP Player</string>
+ </property>
+ <property name="toolTip">
+ <string>Play selected stream. Press CTRL key for playing reverse stream too.</string>
</property>
</action>
<action name="actionTelephonyIax2StreamAnalysis">