aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2018-07-10Expand another comment to explain why we're ignoring empty lines.Guy Harris1-1/+4
2018-07-10Note that this code is checking for being on a new page.Guy Harris1-0/+4
2018-07-06Don't use QFileInfo()::baseName().Guy Harris1-1/+1
2018-07-06Fix the calculation of a file's "basename".Guy Harris1-6/+5
2018-07-06Qt: fix wrong Follow Stream text position after changing modePeter Wu1-1/+3
2018-07-06Follow Stream: ensure linear performance with many packetsPeter Wu2-3/+3
2018-07-06Use the display name in "Save As..." output for statistics taps.Guy Harris1-2/+2
2018-07-06Use the file *base* name for statistics graphs etc..Guy Harris6-4/+27
2018-07-06Change the print preview if "include column headings" changes.Guy Harris2-6/+14
2018-07-05Add a "Include column headings" checkbox in export dissections and print.Guy Harris5-3/+43
2018-07-05tap-rtp-common: fix comma at end of enumerator list [-Wpedantic]Alexis La Goutte1-1/+1
2018-07-04Some fixes.Guy Harris3-19/+48
2018-07-04fileTitle -> fileDisplayName.Guy Harris5-5/+5
2018-07-04We have cf_get_display_name(); use it to get the title bar string.Guy Harris1-12/+7
2018-07-04Set the file path for a main window if it's not a temporary file.Guy Harris3-28/+63
2018-07-03Just use CaptureFile::fileTitle() in MainWindow::setTitlebarForCaptureFile().Guy Harris1-37/+1
2018-07-03CaptureFile.fileTitle() is for display, not for file name processing.Guy Harris4-4/+4
2018-07-03Don't show temporary file names in title bars.Guy Harris2-6/+52
2018-07-03Qt: fix crash on opening a capture file while loading/saving anotherPeter Wu2-4/+26
2018-07-02Make arrays of 4 octets arrays of 4 guint8.Guy Harris2-9/+14
2018-07-02Make an array of 4 octets an array of 4 guint8.Guy Harris1-3/+7
2018-06-28RTP: If multiple codecs are used in RTP stream flow, all are shown in codecs ...Jiri Novak6-37/+73
2018-06-27packet export: Add default file extensionGraham Bloice2-1/+27
2018-06-26Remove code specific to older versions of Visual Studio.Gerald Combs1-36/+12
2018-06-26GTK+: Remove the last original bit of GTK+ code.Gerald Combs2-3658/+0
2018-06-26Windows: Fetch our version using RtlGetVersion.Gerald Combs1-2/+1
2018-06-26Qt: Fix crash when starting to drag on the wrong positionRoland Knall1-0/+3
2018-06-26Disable coloring rules with invalid packet-testing expressions.Guy Harris1-0/+1
2018-06-26Try to fix the macOS builder.Gerald Combs1-0/+1
2018-06-26Qt: Fix Filterexpression ToolbarRoland Knall1-2/+2
2018-06-25Qt: Move FilterToolBar to a separate classRoland Knall6-278/+393
2018-06-25RTP: Common functions for allocation/deallocation of rtpstream_info_tJiri Novak10-57/+151
2018-06-23RTP: code cleanup 3Jiri Novak11-55/+55
2018-06-22Include <stdlib.h>, to declare exit().Guy Harris1-3/+4
2018-06-22tshark/RTP: GUI dependency removed from register_tap_listener_rtpstream. As c...Jiri Novak6-92/+98
2018-06-21WSUG: Update the Follow Stream documentation.Gerald Combs1-1/+1
2018-06-21Squelch a warning from MSVC.Guy Harris1-1/+1
2018-06-21 RTP: Stats calculation unificationJiri Novak4-81/+157
2018-06-20RTP: Code cleanup 2Jiri Novak2-15/+1
2018-06-20RTP: Encapsulation of comparsion of two rtpstreamsJiri Novak17-350/+442
2018-06-19RTP: Code clean upJiri Novak20-553/+593
2018-06-18Remove an unused recent setting.Gerald Combs2-11/+0
2018-06-18Get rid of some occurrences of Q_UNUSEDJoerg Mayer9-35/+15
2018-06-17[Automatic update for 2018-06-17]Gerald Combs6-19770/+0
2018-06-15Add -Wextra-semi to (clang) C and C++ flags to make sure the buildbots will f...Joerg Mayer1-15/+15
2018-06-14VoIP: fix in prepare filter for VOIP callsErika Szelleova1-3/+7
2018-06-11Windows: HiDPI-ify our native print dialogs.Gerald Combs1-0/+21
2018-06-10[Automatic update for 2018-06-10]Gerald Combs6-3168/+21796
2018-06-10If device->active_dlt = -1, show "Unknown" rather than "DLT -1".Guy Harris2-13/+27
2018-06-08SCTP: Add a checkbox to show relative TSNsruengeler3-33/+85