aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/tcp_stream_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
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