aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/rtp_analysis_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-08-18RTP Analysis: CSV export has header lineJirka Novak1-0/+27
2021-06-07Qt: Give a directory to wsApp->setLastOpenDir()Stig Bjørlykke1-2/+1
2021-05-22VoIP Dialogs: Refactoring of singleton windows to factory methodsJirka Novak1-0/+28
2021-05-04VoIP dialogs: Default actions for buttons works as beforeJirka Novak1-6/+14
2021-04-22RTP Player: Added button 'Refresh streams' for live capturej.novak@netsystem.cz1-12/+12
2021-04-15VoIP dialogs: Improvements and new functionsJirka Novak1-131/+46
2021-04-14VoIP dialogs: Performance improvementsJirka Novak1-9/+25
2021-04-11WSUG: Added description of new features of telephony dialogsJirka Novak1-4/+4
2021-04-11VoIP dialogs: Cleanups and clarifications based on work on WSUGJirka Novak1-8/+3
2021-04-10RTP Analysis: Fix of use of uninitialized structureJirka Novak1-1/+4
2021-04-10RTP Player: Fix of opening of multiple dialogsj.novak@netsystem.cz1-1/+6
2021-04-07RTP Stream Analysis: Process more streams than two, audio save removedj.novak@netsystem.cz1-1018/+521
2021-03-30RTP Player: Dialog is nonmodal now and can be called multiple waysJirka Novak1-45/+30
2021-03-24VoIP UI: Added shortcuts for dialog buttonsJirka Novak1-1/+2
2021-03-14Voice dialogs: Unified naming and order of buttons in dialogsJirka Novak1-5/+6
2021-03-10RTP player: It is possible to select SETUP packet related to RTP streamJirka Novak1-0/+2
2021-03-08Remove modelines in ui/qt.Gerald Combs1-13/+0
2021-01-13Qt: fix build error with older GCCJoakim Karlsson1-2/+2
2021-01-11Qt framework: Dialogs are correctly notified when capture file was closedJirka Novak1-6/+0
2021-01-07Telecom dialogs: Fixed issues during capture file closingJirka Novak1-6/+4
2021-01-02RTP analysis: Dialog uses common calculation functionJirka Novak1-88/+44
2021-01-01All RTP dialogs: Added option to specify count of decimal placesJirka Novak1-16/+16
2020-12-09Fix various spelling errors.Guy Harris1-1/+1
2020-10-01Qt: Use … instead of UTF8_HORIZONTAL_ELLIPSIS in translated strings.Gerald Combs1-2/+2
2020-03-31Qt+wslua: Add back progress bar titles.Gerald Combs1-1/+1
2020-01-13Qt: Make sure shortcuts are visible in context menus.Gerald Combs1-0/+2
2020-01-07rtp_player: Player is able to set start of audio play by double clickJirka Novak1-0/+9
2020-01-07rtp_analysis_dialog: Improved codec recognition during saving of audio to .auJirka Novak1-23/+31
2019-11-21rtp_analysis_dialog.cpp: save any supported codec as .auJirka Novak1-148/+180
2019-11-17Qt: Cleanup space inside parenthesesStig Bjørlykke1-6/+6
2019-11-03rtp_analysis_dialog.cpp: Correct src/dst info for two independent streamsJirka Novak1-2/+8
2019-11-03rtp_analysis_dialog: save as au: fix for streams with multiple codecsJirka Novak1-4/+23
2019-10-02Qt: Do not use exec() in RTP dialogsTomasz Moń1-6/+8
2019-09-17Update to qcustomplot 2.0.1Alexis La Goutte1-1/+1
2019-09-08Qt UI: Warn about not saving non-PCM encoded audioJaap Keuter1-3/+13
2019-08-30Qt: Add macro for g_list_next for C++Roland Knall1-3/+3
2019-07-27HTTPS In More Places, update some URLs.Guy Harris1-2/+2
2019-04-15Hava a routine to read the currently-selected frome.Guy Harris1-2/+2
2019-04-06Revert "Get rid of the per-capture_file wtap_rec and Buffer."Peter Wu1-18/+3
2019-04-05Get rid of the per-capture_file wtap_rec and Buffer.Guy Harris1-3/+18
2019-02-08Fixing some implicit coversations (-Wshorten-64-to-32)Uli Heilmeier1-9/+9
2019-01-29Qt: Fix memory leak of QMenu.Stig Bjørlykke1-2/+3
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-6/+6
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-1/+1
2018-09-29Clean up the epan_dissect_t in the normal code path.Guy Harris1-0/+2
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-07-02Make arrays of 4 octets arrays of 4 guint8.Guy Harris1-8/+13
2018-06-25RTP: Common functions for allocation/deallocation of rtpstream_info_tJiri Novak1-7/+7
2018-06-20RTP: Encapsulation of comparsion of two rtpstreamsJiri Novak1-163/+110