aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2018-02-20Squelch some casting-away-constness warnings.Guy Harris5-9/+17
2018-02-20Don't cast away constness.Guy Harris1-1/+1
2018-02-20Don't cast away constness.Guy Harris1-1/+1
2018-02-20Constify an argument, remove no-longer-necessary removal of constness.Guy Harris3-3/+3
2018-02-20Constify some method arguments, and don't cast away constness.Guy Harris1-8/+8
2018-02-20Cast away constness at the point where it can't be avoided.Guy Harris1-2/+2
2018-02-20Don't gratuitously cast away constness.Guy Harris1-1/+1
2018-02-20Don't cast away constness.Guy Harris1-1/+1
2018-02-20Type casts without const lose constness.Guy Harris2-2/+2
2018-02-20Qt: Right justify custom columns with multiple fieldsStig Bjørlykke1-8/+22
2018-02-20Qt: Improve sorting of custom columns with multiple fieldsStig Bjørlykke1-11/+4
2018-02-19Qt: Use QFrames as separators in the filter expression toolbar.Gerald Combs2-9/+11
2018-02-19Get rid of more new_ prefixes for statistics functions and types.Guy Harris5-50/+50
2018-02-18Fix some source headers, reformat SPDX license lines in comment block.Jaap Keuter14-14/+28
2018-02-18[Automatic update for 2018-02-18]Gerald Combs7-65/+223
2018-02-17Don't gratuitously cast away constness.Guy Harris1-1/+1
2018-02-17Qt: Another filter expression toolbar layout attempt.Gerald Combs1-5/+6
2018-02-17Qt: Replace the toolbar extension icon.Gerald Combs2-2/+18
2018-02-17Qt: Add separators between filter expression buttons.Gerald Combs2-8/+24
2018-02-17Don't have CLEAN_FILES variables for the "clean" source files.Guy Harris2-31/+23
2018-02-17Use -Werror except for explicitly listed dirty dissectors.Guy Harris1-1/+1
2018-02-16Squelch redundant declaration warnings.Guy Harris3-16/+20
2018-02-16Use DIAG_OFF_FLEX/DIAG_ON_FLEX more consistently.Guy Harris1-0/+7
2018-02-16Add DIAG_OFF_FLEX and DIAG_ON_FLEX for use in Flex scanners.Guy Harris1-5/+4
2018-02-15Suppress more PortAudio + Win64 compiler warnings.Gerald Combs1-1/+4
2018-02-14Qt: fix crash in packet dialog on changing selectionPeter Wu3-10/+35
2018-02-14Convert coloring rules dialog to use model.Michael Mann10-315/+1048
2018-02-14Qt: Fix the filter expression toolbar layout.Gerald Combs1-1/+3
2018-02-13CMake: Install the HTML guides.Gerald Combs2-0/+3
2018-02-11ModelHelperTreeItem: Rename appendChild -> prependChildMichael Mann5-27/+27
2018-02-11[Automatic update for 2018-02-11]Gerald Combs7-116/+235
2018-02-10Separately count all records and data records.Guy Harris5-92/+142
2018-02-09Move the merge_action_e enum to the Win32 file dialog source file.Guy Harris2-6/+6
2018-02-09Fix indentation.Guy Harris1-1/+1
2018-02-09Put the preview-generation loop into a common routine.Guy Harris7-161/+188
2018-02-09Do changes from Generalize wtap_pkthdr into a structure for packet andAndersBroman1-3/+3
2018-02-09RLC graph: fix zooming, both in normal case and when graph direction has been...Martin Mathieson1-4/+9
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris24-83/+90
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo522-522/+522
2018-02-08Get rid of unneeded #includes.Guy Harris2-4/+0
2018-02-07Squelch an rc warning.Gerald Combs1-0/+2
2018-02-07Include as "ui/summary.h", as is done elsewhere.Guy Harris1-1/+1
2018-02-07Move summary.[ch] to libui.Guy Harris12-9/+335
2018-02-07Generate HTTP Referer statisticsMoshe Kaplan3-0/+15
2018-02-07Don't assume all packets have time stamps.Guy Harris1-31/+43
2018-02-06about_dialog (qt): Fix Dead Store (Dead assignement/Dead increment) Warning f...Alexis La Goutte1-2/+0
2018-02-06Proto tree: Update left arrow navigation behavior.Gerald Combs2-0/+13
2018-02-06Don't assume all packets have time stamps.Guy Harris1-30/+43
2018-02-05Qt: Update recent status via a non-blocking connection.Gerald Combs1-4/+3
2018-02-04[Automatic update for 2018-02-04]Gerald Combs7-481/+513