aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris19-71/+71
2018-12-24Qt: Switch ui/qt/widgets/*.cpp to new-style signals and slots.Gerald Combs14-64/+66
2018-12-24Qt: Switch models and DataPrinter to new-style signals and slots.Gerald Combs10-23/+24
2018-12-23[Automatic update for 2018-12-23]Gerald Combs2-9851/+3317
2018-12-23Qt: Add Ukrainian (uk) translationAlexis La Goutte2-0/+15973
2018-12-23Qt: Add Swedish (sv) translationAlexis La Goutte2-0/+16021
2018-12-22Qt: switch about#wireshark label to QTextBrowser.Dario Lombardo2-59/+23
2018-12-22Qt: Switch line edits to new-style signals and slots.Gerald Combs4-31/+36
2018-12-21TimeShiftDialog should be considered an "edit" operationMichael Mann2-0/+6
2018-12-21Qt: set properties of about_dialog#label_wireshark in ui file.Dario Lombardo2-4/+9
2018-12-20Better format for the recent file's column.width preferenceJim Young1-4/+4
2018-12-19Qt: Convert more "pressed" signals to "clicked".Gerald Combs4-15/+15
2018-12-19Qt: Switch module preferences to new-style signals and slots.Gerald Combs1-11/+12
2018-12-19Qt: Open our preference dialogs via "clicked" signals.Gerald Combs2-12/+12
2018-12-19Don't free something before freeing some of its contents.Guy Harris1-1/+1
2018-12-19Clean up exp_pdu_open() API.Guy Harris3-4/+3
2018-12-18Don't assume the filter will be non-null.Guy Harris1-1/+1
2018-12-18Treat the strings for simple dialogs as UTF-8 on Windows.Guy Harris1-0/+12
2018-12-17Qt: import hexdump into a pcapng fileJaap Keuter1-1/+1
2018-12-16[Automatic update for 2018-12-16]Gerald Combs7-35/+28
2018-12-15VOIP: Always use frame number when hashing sequence analysis.Michael Mann1-8/+8
2018-12-14UI: Make sure we always have interface statistics.Gerald Combs3-11/+11
2018-12-13Move more version-info-related stuff to version_info.c.Guy Harris4-29/+8
2018-12-09Multicast Statistics Dialog: Clear list when redrawingMichael Mann1-0/+3
2018-12-09[Automatic update for 2018-12-09]Gerald Combs8-3445/+214
2018-12-06Update comments, get rid of IMPORT_MAX_PACKET.Guy Harris3-8/+7
2018-12-06Qt: Fix tooltip on import sizeJaap Keuter1-1/+1
2018-12-04Qt: Display filter toolbar updates.Gerald Combs3-16/+2
2018-12-03Qt: Add Russian translationAlexis La Goutte2-0/+16128
2018-12-02Don't include <wsutil/wspcap.h> if we're not building with libpcap.Guy Harris1-0/+2
2018-11-25[Automatic update for 2018-11-25]Gerald Combs6-104/+0
2018-11-22addr_resolv: avoid unnecessary memory allocation for hash tablesPeter Wu1-5/+5
2018-11-20Remove more hardcoding of ".gz" as the suffix for compressed files.Guy Harris1-9/+45
2018-11-20Add an API to get a list of compressed-file extensions, and use it.Guy Harris1-4/+4
2018-11-19Fix a comment to reflect reality.Guy Harris1-1/+2
2018-11-19Ensure that fixFilenameExtension() is used only when writing a file.Guy Harris1-6/+16
2018-11-18Add an API to get the file extension for a compression type, and use it.Guy Harris1-1/+1
2018-11-18[Automatic update for 2018-11-18]Gerald Combs7-56/+90
2018-11-18Clean up previous change.Guy Harris1-2/+2
2018-11-18Fix addition of extensions to file names.Guy Harris1-24/+71
2018-11-17Qt: fix build failure due to adding two incompatible pointersPeter Wu1-2/+2
2018-11-17"." in version numbers and file names isn't translated into other languages.Guy Harris2-3/+3
2018-11-16Qt: fix build with Qt 5.4 and olderPeter Wu3-3/+3
2018-11-16Add an API to get a description of a compression type, and use it.Guy Harris10-90/+9
2018-11-16Use an enum for compression types in various interfaces.Guy Harris13-75/+77
2018-11-16Use the dump parameters structure for non-pcapng-specific stuff.Guy Harris2-7/+9
2018-11-14ui: add missing break.Dario Lombardo1-0/+1
2018-11-14Catch attempts to write multiple encapsulation types if unsupported.Guy Harris2-0/+22
2018-11-13tshark: Print the packets' comments in the expert infoVasil Velichkov1-2/+10
2018-11-13Don't have _ng versions of the dumper open routines.Guy Harris2-3/+5