summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2013-10-06Rewrite the layout case statement as two separate ones, grouping and usingEvan Huus1-23/+20
2013-10-06Add support for RELATIVE-OID ASN.1 type. Bug 9192 (https://bugs.wireshark.org...Michael Mann1-1/+1
2013-10-05Make the task list colors more consistent.Gerald Combs1-2/+2
2013-10-05Fix the white-rectangle-at-startup artifact with the help of GammaRay[1].Gerald Combs4-74/+67
2013-10-04in a uat dialogue, allow only one popup for confirming a deletion of anMartin Kaiser1-25/+36
2013-10-01Remove check_col.Michael Mann1-1/+1
2013-09-30Strip out references to PortAudio. Qt has its own audio module (Phonon).Gerald Combs3-40/+1
2013-09-26When a line of text wraps to the next line, the character that caused the lin...Chris Maynard1-2/+1
2013-09-25Delete extra_split if we're not using it. This keeps its handle fromGerald Combs3-22/+24
2013-09-16address_equal → addresses_equal. Switch from address macros to functionsGerald Combs2-8/+8
2013-09-16Add stream information to the hint label. Update our hint more often.Gerald Combs3-18/+48
2013-09-16Make sure we don't tap our packets twice. Give the graph has focus afterGerald Combs1-3/+5
2013-09-16Fix graph type selection.Gerald Combs1-13/+11
2013-09-16Another attempt at axis scaling. Tweak the appearance a little.Gerald Combs1-6/+18
2013-09-15When caclulating throughput, only subtract what we've added. Try to fixGerald Combs1-20/+15
2013-09-15mark unused parameterMartin Kaiser1-1/+1
2013-09-15unused variable 'conversation'Anders Broman1-1/+1
2013-09-15Make sure the RTT behavior matches the GTK+ port. Make sure we properlyGerald Combs1-15/+29
2013-09-15Use a better hash algorithm and add a dialouge to get hastable data.Anders Broman1-0/+2
2013-09-15Use a better hash algorithm and add a dialouge to get hastable data.Anders Broman4-0/+298
2013-09-13Mis-use error bars to draw segments.Gerald Combs2-2/+22
2013-09-13More TCP stream graph updates.Gerald Combs6-159/+278
2013-09-13Include emem.hJörg Mayer1-0/+1
2013-09-12Add a context menu to the TCP stream graph which includes all of ourGerald Combs3-48/+403
2013-09-12Try different arrow glyphs.Gerald Combs1-2/+2
2013-09-12== has higher precedence than &Jörg Mayer1-1/+1
2013-09-12Add previous/next stream navigation to the TCP stream graph dialog.Gerald Combs5-60/+192
2013-09-12Make sure qmake links with zlib on Windows.Gerald Combs1-0/+1
2013-09-11Define NOMINMAX for the entire Qt build.Gerald Combs1-4/+0
2013-09-11remove unused variable, mark unused parameterMartin Kaiser1-2/+1
2013-09-11Get rid of some users the addrinfo_list.Anders Broman2-145/+82
2013-09-11Move a lot of includes from follow_stream_dialog.h toGerald Combs3-54/+57
2013-09-11Make sure we can link on Windows.Gerald Combs1-0/+2
2013-09-10Use the correct GnuTLS include directory.Gerald Combs1-1/+1
2013-09-10Add a hack to allow builds to succeed on 64-bit systems.Gerald Combs1-0/+8
2013-09-10It's such fun to have four count 'em four different build systemsGuy Harris1-0/+1
2013-09-10Restart the splash timer *after* the paint has completed, so that in situationsEvan Huus1-2/+3
2013-09-10Explicitly refer to ui/follow.h, as we do with other header files fromGuy Harris1-1/+1
2013-09-09Get rid of a whole bunch of things that are supposed to be included byGuy Harris1-18/+0
2013-09-09"uni", in "unistd.h", stands for "Unix". Only include it if we have it,Guy Harris1-2/+4
2013-09-09Set *.ts files' mime type to be XML; set svn properties on tools/pre-commit.Jeff Morriss1-0/+0
2013-09-09But we *do* have to include <zlib.h> here.Guy Harris1-0/+4
2013-09-09Another "this depends on a ui_XXX.h" required to force the ui_XXX.h toGuy Harris1-0/+2
2013-09-09With the change from r51895, revert r51894.Chris Maynard1-1/+1
2013-09-09Cleanup follow.h a bit:Pascal Quantin1-7/+2
2013-09-09Add $(ZLIB_CFLAGS) to the GENERATED_CFLAGS list to fix compile error.Chris Maynard1-1/+1
2013-09-09While the previous fix to this file added the ; at the end,Jörg Mayer1-1/+1
2013-09-09Make follow_stream_dialog.h compile.Jörg Mayer1-0/+4
2013-09-09Add a missing ;Jörg Mayer1-1/+1
2013-09-09No need to include gtk/gtk.hJörg Mayer1-4/+0