aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/tcp_stream_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-06-12Add checks to address setting routines.Guy Harris1-2/+2
2016-03-03QT: TCP Stream Graph: Fix index numberUli Heilmeier1-1/+1
2016-02-26tcp_stream_dialog: Integer overflow in Average Throughputkkoizumi1-1/+1
2016-01-23ui: Code cleanupStig Bjørlykke1-1/+1
2016-01-20Qt: fix a crash when trying to open TCP stream graph on a truncated TCP packetPascal Quantin1-0/+1
2016-01-20Qt: ensure to call destructor when closing a few QDialog windowsPascal Quantin1-0/+1
2015-10-10Qt: Horizontal- and vertical-only zoom modifier keys for IO and TCP Stream gr...Jim Young1-2/+64
2015-10-05Move utf8_entities.h to wsutilJoão Valverde1-1/+1
2015-08-26Add per-dialog progress frames.Gerald Combs1-1/+4
2015-08-24Disable streamNumberSpinBox while reloading captureStig Bjørlykke1-0/+6
2015-07-31Use an ellipsis character instead of three dots.Gerald Combs1-1/+1
2015-07-07Starting to get rid of Q_UNUSED declarations for unused function parameters.Joerg Mayer1-5/+2
2015-06-26Commit d4aa1a1c24e984339806c4ddb000ea9f9b352659 added some Q_UNUSEDJoerg Mayer1-3/+1
2015-06-25Qt: use <> for including the generated ui_*.h filesMartin Kaiser1-1/+1
2015-06-25Qt: mark unused parameters as suchPascal Quantin1-0/+2
2015-06-25Add minimize and maximize buttons to the TCP stream dialogs.Jeff Morriss1-1/+1
2015-01-29Qt: Add address conversion convenience routinesGerald Combs1-6/+2
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