aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2020-07-11Qt: Remove some dead code.Gerald Combs1-9/+0
2020-07-08QT: Don't use qAsConst and C+11 on QT < 5.7John Thacker2-0/+8
2020-07-06Windows: Set our locale to ".UTF-8".Gerald Combs1-1/+8
2020-07-06Add all supported charsets to Show Packet Bytes/Follow StreamJohn Thacker7-65/+117
2020-07-05[Automatic update for 2020-07-05]Gerald Combs11-0/+88
2020-07-05Enable display filter autocomplete on find packet search.Martin Mathieson4-5/+23
2020-07-03Qt: Handle filenames in preference editor frameStig Bjørlykke4-6/+48
2020-07-03Qt: List all protocols in PacketList "Protocol Preferences"Stig Bjørlykke4-16/+32
2020-07-03Qt: Update ByteView recent settings on all tabsStig Bjørlykke4-36/+70
2020-07-02Qt: Remove ellipsis from "Disable protocol" menu itemStig Bjørlykke1-1/+1
2020-07-02Qt: Add keyboard shortcut for Decode AsStig Bjørlykke1-0/+3
2020-07-02Qt: Add copy from another profile for Decode AsStig Bjørlykke4-1/+99
2020-07-02Qt: Use elided heading in filter menusStig Bjørlykke1-1/+4
2020-06-30Set member variables in initialiser list (rather than in CTOR bodies).Martin Mathieson4-17/+18
2020-06-29Qt: Accept changes in Decode As when combo box has focusStig Bjørlykke1-0/+2
2020-06-25wslua: Add ability to query current temporary color filter textrbroker2-0/+7
2020-06-21[Automatic update for 2020-06-21]Gerald Combs3-21/+21
2020-06-15Qt: Fix separator for FilterExpressionsRoland Knall1-1/+1
2020-06-14[Automatic update for 2020-06-14]Gerald Combs11-0/+308
2020-06-12MAC LTE: add support for extended LCIDPascal Quantin2-11/+13
2020-06-10Qt: Fix zip import/export on WindowsRoland Knall1-2/+17
2020-06-07[Automatic update for 2020-06-07]Gerald Combs1-25/+25
2020-06-03Qt: Fix a Qt 5.15 deprecation warning for QProcess.Gerald Combs1-2/+2
2020-06-01Fix some cppcheck issues:Martin Mathieson1-1/+1
2020-06-01Qt: Fix some Qt 5.15 deprecation warnings.Gerald Combs9-16/+16
2020-05-31[Automatic update for 2020-05-31]Gerald Combs1-239/+241
2020-05-30Qt: improve performance of related packet delegateNardi Ivan1-3/+3
2020-05-30Qt: Make our exported and saved line endings consistent.Gerald Combs3-4/+18
2020-05-30Qt: Updates for 5.15.Gerald Combs20-43/+69
2020-05-24[Automatic update for 2020-05-24]Gerald Combs3-654/+654
2020-05-17[Automatic update for 2020-05-17]Gerald Combs2-493/+503
2020-05-10[Automatic update for 2020-05-10]Gerald Combs10-616/+584
2020-05-09More PVS-Studio issues flagged by Valerii Zapodovnikov.Martin Mathieson2-6/+4
2020-05-08Qt: Respect user preference to hide packet listTomasz Moń2-6/+6
2020-05-07ConversationDialog: fix a TCP graph race conditionMartin Kaiser2-4/+23
2020-05-06More changes arising from PVS-Studio output.Martin Mathieson1-5/+15
2020-05-06Qt: Stretch last packet list header sectionTomasz Moń3-3/+7
2020-05-05Last batch of changes from PVS-Studio scan.Martin Mathieson1-3/+1
2020-05-04ui/capture.h: add missing include to fix build with GCC 9.3Aurelien Aptel1-0/+1
2020-05-03Generate a dummy description if we don't have an interface name.Guy Harris1-2/+5
2020-05-03Clean up some issues with get_iface_list_string().Guy Harris1-30/+13
2020-05-03voip_calls: Fix leak of GString from unistim handling.Martin Mathieson1-0/+1
2020-05-03Some more issues identified by PVS-Studio.Martin Mathieson1-0/+4
2020-05-03[Automatic update for 2020-05-03]Gerald Combs11-413/+487
2020-05-01Remove some single-SHB assumptions.Guy Harris1-99/+123
2020-04-30Qt: Allow renaming personal profileRoland Knall2-1/+7
2020-04-29LteMacStatisticsDialog: fix memory leaksMartin Kaiser2-2/+8
2020-04-29WlanStatisticsDialog: fix memory leaksMartin Kaiser2-2/+8
2020-04-28Qt: workaround a C4138 warning generated by MSVC2019Pascal Quantin1-1/+1
2020-04-27Qt: Fix export of dissectionRoland Knall4-8/+14