aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt
AgeCommit message (Expand)AuthorFilesLines
2013-10-18Get it actually building when we don't HAVE_LIBPCAP.Jeff Morriss2-3/+1
2013-10-18Clean up warnings when we don't HAVE_LIBPCAP.Jeff Morriss2-2/+2
2013-10-18Simplify a bit (in a way which will hopefully actually work): just don't add ...Jeff Morriss1-2/+3
2013-10-18Add -Wno-shorten-64-to-32 (if we can) when compiling the Qt UI.Jeff Morriss1-1/+2
2013-10-18Add AM_CLEAN_CFLAGS (-Werror) to AM_CPPFLAGS so we get notified of warnings inJeff Morriss1-1/+2
2013-10-18After looking for something in the column-*.h files andJörg Mayer4-4/+4
2013-10-15Adjust parenthesis to make gcc happy.Gerald Combs1-1/+1
2013-10-15Add some missing parenthesis. Make sure we set our font in the right place.Gerald Combs3-18/+14
2013-10-15Fill in the help links. Make sure they do something when they're clicked.Gerald Combs2-14/+40
2013-10-15Remove some commented code.Gerald Combs1-3/+0
2013-10-14Let Qt lay out and size elements in FollowStreamDialog. Make itGerald Combs4-78/+157
2013-10-14PacketList and ProtoTree need access to MainWindow at initializationGerald Combs3-6/+6
2013-10-13Add CMake properties to targets so that they are logically organised when usi...Graham Bloice1-0/+1
2013-10-12Solaris Studio C++ won't let us pass the address of main() toGerald Combs1-1/+1
2013-10-11One more HAVE_LIBPCAP.Gerald Combs1-0/+2
2013-10-11Try to fix Qt compilation when libpcap is disabled.Gerald Combs10-16/+70
2013-10-11Include ui/util.h.Gerald Combs1-0/+1
2013-10-11Remove GTK+ and global cfile dependencies from file_dlg_win32.c.Gerald Combs4-4/+4
2013-10-09When we display an error message in the interface list make sure it'sGerald Combs1-2/+6
2013-10-09Prefix all "Wireshark application specific" display filters with a "_ws." to ...Michael Mann1-2/+2
2013-10-06Rewrite the layout case statement as two separate ones, grouping and usingEvan Huus1-23/+20
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-09-30Strip out references to PortAudio. Qt has its own audio module (Phonon).Gerald Combs3-40/+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-15Make sure the RTT behavior matches the GTK+ port. Make sure we properlyGerald Combs1-15/+29
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-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 Combs3-54/+164
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-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-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