aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/tcp_stream_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-01-06Replace ep_address_to_str with address_to_str.Michael Mann1-4/+9
2014-12-31Qt: Convert more dialog titles.Gerald Combs1-1/+1
2014-10-15Typos in source code and in README.qtDario Lombardo1-1/+1
2014-04-07Add a Qt I/O Graph dialog.Gerald Combs1-8/+9
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-03-01Fix some scan-build warnings.Gerald Combs1-0/+1
2014-02-24Fix Called C++ object pointer is null found by ClangAlexis La Goutte1-1/+1
2013-11-12Sequence / flow diagram updates.Gerald Combs1-9/+8
2013-10-25More sequence dialog updates.Gerald Combs1-1/+0
2013-10-24Initial and woefully incomplete flow graph support.Gerald Combs1-2/+1
2013-09-16address_equal → addresses_equal. Switch from address macros to functionsGerald Combs1-5/+5
2013-09-16Add stream information to the hint label. Update our hint more often.Gerald Combs1-11/+45
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 Combs1-2/+21
2013-09-13More TCP stream graph updates.Gerald Combs1-129/+174
2013-09-12Add a context menu to the TCP stream graph which includes all of ourGerald Combs1-48/+172
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 Combs1-8/+71
2013-09-09Add the TCP window scaling graph. Add zoom selections.Gerald Combs1-71/+316
2013-09-08Fix "seq_base could be used unitialized" warning. We should probably enableEvan Huus1-1/+1
2013-09-08Add the TCP RTT graph.Gerald Combs1-13/+102
2013-09-07Only add data points to the throughput graph if our time window hasGerald Combs1-3/+17
2013-09-07Fix PacketList::goToPacket work correctly. Minor screen graphGerald Combs1-4/+4
2013-09-06Switch from a 20 segment moving average to a 1 second MA. Add a #defineGerald Combs1-5/+23
2013-09-06Adjust titles and labels.Gerald Combs1-4/+9
2013-09-06Make graph movement pixel-based to match the GTK+ version.Gerald Combs1-4/+4
2013-09-06Throughput graph usability updates.Gerald Combs1-42/+62
2013-09-04Throughput graph updates.Gerald Combs1-57/+228
2013-08-30Implement "Save As..." in the TCP stream graph dialog. We currentlyGerald Combs1-1/+48
2013-08-30Add an item tracer to the TCP stream graph. Enable packet selection.Gerald Combs1-43/+155
2013-08-28Let the QCustomPlot widget have focus.Gerald Combs1-0/+2
2013-08-27Add initial mouse and keyboard controls. QCustomPlot uses differentGerald Combs1-6/+88
2013-08-27Add TCP sequence number (Stevens-style) graphs.Gerald Combs1-0/+102