aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2020-01-30RTP: Fix rtpdump exportOrgad Shaneh1-7/+2
2020-01-27Fix indentation.Guy Harris1-27/+27
2020-01-26Qt: replace QRegExp with QRegularExpression in FilterListModel.Dario Lombardo1-7/+6
2020-01-26[Automatic update for 2020-01-26]Gerald Combs10-162/+10
2020-01-25IO Graph does no return to 0 if there are no fields for yAlexander Meier2-14/+50
2020-01-24HTTP: share dissector status value_string array with tshark HTTP statsMartin Mathieson1-78/+4
2020-01-24Fix the check for ws_fdopen() failure.Guy Harris1-1/+11
2020-01-24SIP: share dissector status value_string array with tshark SIP statsMartin Mathieson1-104/+3
2020-01-24RTP Stream Analysis: fix wrong values for clock drift and freq drift.Aymeric Moizard1-3/+3
2020-01-21Fix compilation with gcc-9.Dario Lombardo2-2/+3
2020-01-20rtp_play_dialog(.cpp): avoid Dead Store false positiveAlexis La Goutte1-2/+1
2020-01-20ui: Define plugins_add_description() unconditionallyJeroen Roovers1-2/+0
2020-01-19[Automatic update for 2020-01-19]Gerald Combs11-300/+215
2020-01-18Qt: Support ampersand in profile nameStig Bjørlykke1-0/+5
2020-01-18IO Graph shows unsigned values correctlyAlexander Meier2-50/+50
2020-01-15Qt+Windows: Remove the DBAR check.Gerald Combs2-127/+0
2020-01-14Qt: Add a missing separator in packet tree context menuStig Bjørlykke1-0/+1
2020-01-14Qt: Suppress warning: unused parameter 'actions'Jim Young1-0/+2
2020-01-13Qt: Set AA_DisableWindowContextHelpButton.Gerald Combs1-0/+4
2020-01-13Qt: Make sure shortcuts are visible in context menus.Gerald Combs11-0/+41
2020-01-13Qt: Add a splitter to the I/O Graphs dialog.Gerald Combs2-33/+45
2020-01-12Qt: Update our main window capture warnings.Gerald Combs2-20/+50
2020-01-12Allow Multiselection of packets to work during live capturesDylan Ulis2-0/+10
2020-01-12Qt: Add error message when create profiles dir failsStig Bjørlykke1-2/+2
2020-01-12[Automatic update for 2020-01-12]Gerald Combs11-190/+527
2020-01-10Fix build and deprecation warnings with Qt 5.14Orgad Shaneh5-17/+10
2020-01-10Qt: Fix related packet delegateRoland Knall2-2/+12
2020-01-10Qt+Win32: Tell the user to install Npcap/WinPcap if needed.Gerald Combs2-10/+27
2020-01-10Qt: Add elements back to the tcptrace graph.Gerald Combs2-40/+57
2020-01-09Qt: Fix PacketListHeader columnRoland Knall4-4/+30
2020-01-09Qt: remove codecs from about Wireshark dialogPascal Quantin1-21/+0
2020-01-08rtp_player_dialog: Route audio for a stream to left/right speaker in RTP playerJirka Novak5-27/+219
2020-01-07Qt: Don't plot zero values in I/O scatter plotsGerald Combs2-7/+19
2020-01-07rtp_player: Player is able to set start of audio play by double clickJirka Novak9-60/+212
2020-01-07rtp_analysis_dialog: Improved codec recognition during saving of audio to .auJirka Novak2-26/+34
2020-01-07voip_calls_dialog/voip_calls: Fix for duplicated entries after retapJirka Novak1-0/+4
2020-01-06Qt: don't use monospace fonts for licence dialog.Dario Lombardo1-2/+0
2020-01-06voip_calls_dialog: avoiding of 'remove_tap_listener(): no listener ...' warningJirka Novak2-4/+15
2020-01-05[Automatic update for 2020-01-05]Gerald Combs9-16/+7
2020-01-03Qt: Update translations.Gerald Combs1-4750/+1426
2020-01-03Qt: Add Spanish (es) translation assets.Gerald Combs2-0/+16669
2019-12-30codecs API: Added description of API usageJirka Novak1-1/+1
2019-12-29[Automatic update for 2019-12-29]Gerald Combs10-17/+26
2019-12-28Qt: Use a neutral tone in an error message.Gerald Combs1-1/+1
2019-12-25Qt: Create directories recursivelydennisschagt1-1/+1
2019-12-24Additional styles for IO GraphAlexander Meier2-1/+20
2019-12-23Qt: Fix the Capture File Properties dropped format.Gerald Combs1-5/+5
2019-12-22Revert "Qt: Fix dangling delete for sequence diagramm"Jim Young1-3/+0
2019-12-21UI: Fix compilation with Qt 5.14Orgad Shaneh26-135/+152
2019-12-20Use g_file_open_tmp within create_tempfileMichael Mann2-17/+24