aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/rtp_player_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-04-06Fix: Fixed issue with deadlock when same RTP dialog opened twiceJirka Novak1-56/+71
2022-04-04Qt: Split MainApplication out from WiresharkApplication.Gerald Combs1-13/+13
2022-03-25Qt: Fix most of Qt6 compile warnings and issuesRoland Knall1-1/+1
2022-03-23Qt: QMouseEvent::globalPos() is deprecated in Qt6.Gerald Combs1-0/+4
2021-11-29Qt: Qt6.2 compatibility fixesTomasz Moń1-3/+0
2021-11-24Readd feature to make QtXMultimedia optional againJoerg Mayer1-1/+3
2021-11-15regex: Prefer C99/POSIX typesJoão Valverde1-0/+2
2021-05-22VoIP Dialogs: Refactoring of singleton windows to factory methodsJirka Novak1-0/+29
2021-05-04VoIP dialogs: Default actions for buttons works as beforeJirka Novak1-10/+30
2021-05-03RTP Player: Player is able to skip silence during playbackJirka Novak1-1/+57
2021-04-28RTP Player: Export of audio can start at position of play cursorJirka Novak1-14/+43
2021-04-27RTP Player: Fixed issue when keys were not processed till mouse clickedJirka Novak1-0/+1
2021-04-25RTP Player: Memory consumption improvementsJirka Novak1-5/+34
2021-04-22RTP Player: Added button 'Refresh streams' for live capturej.novak@netsystem.cz1-85/+149
2021-04-20RTP Stream: Small code cleanupJirka Novak1-9/+0
2021-04-15Fix: RTP Player might crash when audio routing touched during playJirka Novak1-0/+6
2021-04-15VoIP dialogs: Improvements and new functionsJirka Novak1-56/+123
2021-04-14VoIP dialogs: Performance improvementsJirka Novak1-21/+56
2021-04-13RTP player: fix compilation on WindowsPascal Quantin1-2/+2
2021-04-13RTP Player: Parallel playlist operations avoidedJirka Novak1-55/+129
2021-04-11WSUG: Added description of new features of telephony dialogsJirka Novak1-3/+3
2021-04-10RTP Player: Fix of opening of multiple dialogsj.novak@netsystem.cz1-4/+0
2021-04-08RTP Player: Fixed issue with hanging the player at end of play on WindowsJirka Novak1-10/+26
2021-04-07RTP Stream Analysis: Process more streams than two, audio save removedj.novak@netsystem.cz1-0/+1
2021-04-06RTP Player: UI improvementsj.novak@netsystem.cz1-17/+30
2021-04-01RTP Player: Added ability to save streams as .au and .wavj.novak@netsystem.cz1-22/+100
2021-03-31RTP Player: Added ability to save streams as .au and .wavj.novak@netsystem.cz1-0/+338
2021-03-30RTP Player: Allow a user to select output rateJirka Novak1-0/+30
2021-03-30RTP Player: Added play rate of decoded audioJirka Novak1-0/+4
2021-03-30RTP Player: Dialog is nonmodal now and can be called multiple waysJirka Novak1-45/+136
2021-03-27RTP Player: Decoding of audio improvedJirka Novak1-2/+2
2021-03-27RTP Player: Showing of setup frame for RTP stream fixedJirka Novak1-1/+7
2021-03-24VoIP UI: Added shortcuts for dialog buttonsJirka Novak1-1/+2
2021-03-24RTP Player: UI improvementsJirka Novak1-1/+37
2021-03-22RTP Player: Fixed incorrect handling of legend in graphJirka Novak1-18/+21
2021-03-14Voice dialogs: Unified naming and order of buttons in dialogsJirka Novak1-1/+1
2021-03-14Voice dialogs: Added Select All/None/Invert to all of itJirka Novak1-3/+3
2021-03-11RTP Player: Added additional shortcutsJirka Novak1-18/+54
2021-03-10RTP player: It is possible to select SETUP packet related to RTP streamJirka Novak1-7/+67
2021-03-09Rtp player: It is possible to select multiple rows in stream's list and graphJirka Novak1-155/+305
2021-03-08Remove modelines in ui/qt.Gerald Combs1-13/+0
2021-02-09RTP Player dialog improvedJirka Novak1-188/+283
2021-02-05RTP Player: Possibility to remove stream from RTP playerJirka Novak1-0/+58
2021-02-05RTP dissector: Remove unused functionsj.novak@netsystem.cz1-24/+129
2021-02-04RTP Player: Selected waveform is emphased. Waveform can be selected by click.Jirka Novak1-0/+21
2021-02-04RTP Player: Audio routing information refactoredJirka Novak1-66/+76
2021-02-04RTP Player: Added notification message during long decodingJirka Novak1-0/+4
2021-01-02RTP Player: x axis centering correctionJirka Novak1-2/+1
2021-01-02RTP Player: Fix for #16452Jirka Novak1-2/+18
2021-01-02RTP Player: Shows streams independently on active display filterJirka Novak1-5/+2