aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Collapse)AuthorFilesLines
2013-10-11More ui/util.h includes.Gerald Combs3-0/+3
svn path=/trunk/; revision=52545
2013-10-11Include ui/util.h.Gerald Combs2-0/+2
svn path=/trunk/; revision=52544
2013-10-11There's no need to include prefs.h twice.Jeff Morriss1-2/+1
svn path=/trunk/; revision=52543
2013-10-11Remove GTK+ and global cfile dependencies from file_dlg_win32.c.Gerald Combs10-56/+68
Move the declaration of set_last_open_dir() to ui/util.h. It still has separate GTK+ and Qt implemenations. We might want to move it to ui/util.c at some point. Remove a lot of unnecessary GTK+ includes. Remove most of the references to the global cfile while we're at it. svn path=/trunk/; revision=52542
2013-10-10Don't close the Capture Options window if there was an error in what wasJeff Morriss1-1/+2
selected (and we're not going to start capturing). That way the user can fix whatever was wrong without having to re-open the dialog. svn path=/trunk/; revision=52512
2013-10-10Revert the changes made to resolve ↵Chris Maynard2-83/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3528 (When following an HTTP tcp stream decode gzip data automatically), as they caused a bigger problem reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9044 ("Follow TCP Stream" shows only first HTTP req+res). #BACKPORT(1.10) svn path=/trunk/; revision=52506
2013-10-10Flag the addresses used in the trace which has been resolved and only add ↵Anders Broman2-4/+4
those to the list used to create the NRB. svn path=/trunk/; revision=52504
2013-10-09When we display an error message in the interface list make sure it'sGerald Combs1-2/+6
word-wrapped. svn path=/trunk/; revision=52473
2013-10-09Prefix all "Wireshark application specific" display filters with a "_ws." to ↵Michael Mann3-6/+6
distinguish them from dissector filters. This was committed now to get it into the 1.11 release so users can start getting used to the changed filter names. svn path=/trunk/; revision=52462
2013-10-06Rewrite the layout case statement as two separate ones, grouping and usingEvan Huus1-23/+20
fallthrough to reduce the amount of duplication. svn path=/trunk/; revision=52398
2013-10-06Add support for RELATIVE-OID ASN.1 type. Bug 9192 ↵Michael Mann1-1/+1
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9192) From Ed Beroset. svn path=/trunk/; revision=52393
2013-10-05Make the task list colors more consistent.Gerald Combs1-2/+2
svn path=/trunk/; revision=52388
2013-10-05Fix the white-rectangle-at-startup artifact with the help of GammaRay[1].Gerald Combs4-74/+67
Make extra_split_ a member variable again. Make it and master_split_ full-on values. Set various parent/child relationships at startup so that each widget is associated with a layout (which appears to be the actual fix). Make the throttled startup delay huge so that it's easier to browse using GammaRay. [1] https://github.com/KDAB/GammaRay svn path=/trunk/; revision=52386
2013-10-04in a uat dialogue, allow only one popup for confirming a deletion of anMartin Kaiser1-25/+36
element this should at least partially fix bug 9129 svn path=/trunk/; revision=52357
2013-10-01Remove check_col.Michael Mann1-1/+1
svn path=/trunk/; revision=52316
2013-09-30Strip out references to PortAudio. Qt has its own audio module (Phonon).Gerald Combs3-40/+1
We'll presumably use that. svn path=/trunk/; revision=52282
2013-09-26When a line of text wraps to the next line, the character that caused the ↵Chris Maynard1-2/+1
line to wrap was not being printed. #BACKPORT(1.10,1.8) svn path=/trunk/; revision=52221
2013-09-25Delete extra_split if we're not using it. This keeps its handle fromGerald Combs3-22/+24
showing up in the main window. Make it local to layoutPanes(). svn path=/trunk/; revision=52211
2013-09-16address_equal → addresses_equal. Switch from address macros to functionsGerald Combs2-8/+8
in the Qt code. svn path=/trunk/; revision=52108
2013-09-16Add stream information to the hint label. Update our hint more often.Gerald Combs3-18/+48
Add a "to do" list. svn path=/trunk/; revision=52102
2013-09-16Make sure we don't tap our packets twice. Give the graph has focus afterGerald Combs1-3/+5
we redraw it. svn path=/trunk/; revision=52095
2013-09-16Fix graph type selection.Gerald Combs1-13/+11
svn path=/trunk/; revision=52094
2013-09-16Another attempt at axis scaling. Tweak the appearance a little.Gerald Combs1-6/+18
svn path=/trunk/; revision=52093
2013-09-15When caclulating throughput, only subtract what we've added. Try to fixGerald Combs1-20/+15
axis scaling. svn path=/trunk/; revision=52092
2013-09-15mark unused parameterMartin Kaiser1-1/+1
svn path=/trunk/; revision=52091
2013-09-15unused variable 'conversation'Anders Broman1-1/+1
svn path=/trunk/; revision=52088
2013-09-15Make sure the RTT behavior matches the GTK+ port. Make sure we properlyGerald Combs1-15/+29
select a graph type. svn path=/trunk/; revision=52083
2013-09-15Use a better hash algorithm and add a dialouge to get hastable data.Anders Broman1-0/+2
(missed a file) svn path=/trunk/; revision=52079
2013-09-15Use a better hash algorithm and add a dialouge to get hastable data.Anders Broman4-0/+298
svn path=/trunk/; revision=52078
2013-09-13Mis-use error bars to draw segments.Gerald Combs2-2/+22
svn path=/trunk/; revision=52029
2013-09-13More TCP stream graph updates.Gerald Combs6-159/+278
Scan our segment list (and the capture file) once per stream. Switch the stream selection control to a QSpinBox. Add graph type selection actions. The context menu + shortcuts should now be complete. Add the intitial tcptrace graph. Only ACKs and RWINs so far. A bunch of other updates and fixes. svn path=/trunk/; revision=52027
2013-09-13Include emem.hJörg Mayer1-0/+1
svn path=/trunk/; revision=51999
2013-09-12Add a context menu to the TCP stream graph which includes all of ourGerald Combs3-48/+403
keyboard shortcuts. svn path=/trunk/; revision=51996
2013-09-12Try different arrow glyphs.Gerald Combs1-2/+2
svn path=/trunk/; revision=51992
2013-09-12== has higher precedence than &Jörg Mayer1-1/+1
http://en.wikipedia.org/wiki/Operators_in_C_and_C++ svn path=/trunk/; revision=51990
2013-09-12Add previous/next stream navigation to the TCP stream graph dialog.Gerald Combs5-60/+192
Add get_tcp_stream_count() to the TCP dissector and modify graph_segment_list_get() to allow matching based solely on a stream. Use text instead of icons for the mouse click behavior buttons. Remove their PNG resources since we aren't using them any more. Fix setting the cursor in the graph widget. svn path=/trunk/; revision=51989
2013-09-12Make sure qmake links with zlib on Windows.Gerald Combs1-0/+1
svn path=/trunk/; revision=51961
2013-09-11Define NOMINMAX for the entire Qt build.Gerald Combs1-4/+0
svn path=/trunk/; revision=51955
2013-09-11remove unused variable, mark unused parameterMartin Kaiser1-2/+1
svn path=/trunk/; revision=51954
2013-09-11Get rid of some users the addrinfo_list.Anders Broman2-145/+82
svn path=/trunk/; revision=51953
2013-09-11Move a lot of includes from follow_stream_dialog.h toGerald Combs3-54/+57
follow_stream_dialog.cpp. Remove the ones that we don't use. Use QMessageBox in place of simple_dialog. Move IP6OPT_HOME_ADDRESS and related definitions to packet-ipv6.c. It looks like we only use it there and it conflicts with WinPcap. Mark some items unused. svn path=/trunk/; revision=51951
2013-09-11Make sure we can link on Windows.Gerald Combs1-0/+2
svn path=/trunk/; revision=51949
2013-09-10Use the correct GnuTLS include directory.Gerald Combs1-1/+1
svn path=/trunk/; revision=51947
2013-09-10Add a hack to allow builds to succeed on 64-bit systems.Gerald Combs1-0/+8
svn path=/trunk/; revision=51945
2013-09-10It's such fun to have four count 'em four different build systemsGuy Harris1-0/+1
(autotools, CMake, nmake, qmake). Throw something at qmake in the hopes of letting it use GnuTLS in the "follow SSL stream" code. svn path=/trunk/; revision=51915
2013-09-10Restart the splash timer *after* the paint has completed, so that in situationsEvan Huus1-2/+3
when the paint takes a long time (for very large windows, or on older machines) that doesn't cause every single event to paint (which slows the whole thing to a crawl). Drop the splash timer to 15ms, since we're no longer counting paints this seems like a more appropriate value. The old value of 50ms would causing the splash to only paint once or twice during startup. svn path=/trunk/; revision=51914
2013-09-10Explicitly refer to ui/follow.h, as we do with other header files fromGuy Harris1-1/+1
the ui directory, so see if that fixes the build issues. svn path=/trunk/; revision=51913
2013-09-09Get rid of a whole bunch of things that are supposed to be included byGuy Harris1-18/+0
source files rather than header files in most if not all cases. svn path=/trunk/; revision=51908
2013-09-09"uni", in "unistd.h", stands for "Unix". Only include it if we have it,Guy Harris1-2/+4
which we don't on Windows. svn path=/trunk/; revision=51905
2013-09-09Set *.ts files' mime type to be XML; set svn properties on tools/pre-commit.Jeff Morriss1-0/+0
svn path=/trunk/; revision=51900