aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/tcp_stream_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-12-18RLC Graph: set initial x-axis scale correctlyMartin Mathieson1-2/+4
2023-12-13Qt: Don't connect in the .ui file only to disconnect in constructorJohn Thacker1-1/+0
2023-11-12Work around macOS running applications in /.Guy Harris1-1/+1
2022-09-29Qt: Set a minimum width for our stream spinboxes.Gerald Combs1-0/+2
2022-07-03Qt: Do not spin new event loop on menu showTomasz Moń1-2/+2
2022-04-04Qt: Split MainApplication out from WiresharkApplication.Gerald Combs1-5/+5
2022-03-23Qt: QMouseEvent::globalPos() is deprecated in Qt6.Gerald Combs1-0/+4
2021-11-29wsutil: Split format_size() enumJoão Valverde1-4/+4
2021-06-07Qt: Give a directory to wsApp->setLastOpenDir()Stig Bjørlykke1-2/+1
2021-04-16Fix issues with tcptrace graphKevin Hogan1-9/+21
2021-03-08Remove modelines in ui/qt.Gerald Combs1-14/+0
2020-10-01Qt: Use … instead of UTF8_HORIZONTAL_ELLIPSIS in translated strings.Gerald Combs1-2/+2
2020-08-10Qt: Add a packet diagram view.Gerald Combs1-0/+1
2020-05-30Qt: Updates for 5.15.Gerald Combs1-2/+2
2020-04-26TCPStreamDialog: prevent access to uninitialized memoryMartin Kaiser1-1/+2
2020-04-14Qt: Fix memory leak in TCP Stream DialogStig Bjørlykke1-19/+9
2020-03-16Qt: Improve tcptrace graph drag responsivenessTomasz Moń1-3/+20
2020-01-13Qt: Make sure shortcuts are visible in context menus.Gerald Combs1-0/+1
2020-01-10Qt: Add elements back to the tcptrace graph.Gerald Combs1-40/+54
2019-11-17Qt: Cleanup space inside parenthesesStig Bjørlykke1-3/+3
2019-09-17Qt: Fix issues found by clang.Alexis La Goutte1-0/+2
2019-09-17Update to qcustomplot 2.0.1Alexis La Goutte1-9/+16
2018-05-30Qt: fix memleak from cf_get_display_namePeter Wu1-1/+1
2018-05-16Windows: Make sure more native dialogs handle HiDPI.Gerald Combs1-2/+2
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-04-05Qt: Remove checks for version below 5.2Roland Knall1-2/+0
2018-03-26Qt: TCP Stream Graphs dialog updates.Gerald Combs1-13/+62
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-02Qt: use SPDX identifiers.Dario Lombardo1-14/+1
2017-12-29Qt: remove unneeded check (CID: 1415729).Dario Lombardo1-1/+1
2017-09-20Qt: Restore ability to display RTT by sequence numberKevin Hogan1-10/+55
2017-08-30Qt: check QVector size before accessing its content and not afterPascal Quantin1-1/+1
2017-07-26Qt: Move utils to separate utils directoryRoland Knall1-2/+2
2017-07-16Qt: add initializers (CID 1162824).Dario Lombardo1-0/+2
2017-02-28Qt: Fix -Wshorten-64-to-32 warningsStig Bjørlykke1-1/+1
2017-01-22Qt: Add Goodput graph (ACK rate), and minor bug fixesKevin Hogan1-55/+487
2017-01-20Qt: modify RTT graph (handle GSO, SACK, etc), plus bug fixesKevin Hogan1-24/+141
2017-01-19Qt: add graph of unacked (outstanding) bytes to window scale graphKevin Hogan1-10/+37
2017-01-09Fix TCP stream graph (throughput) reset axes logic (CID-1398438)Jaap Keuter1-1/+1
2017-01-04Qt: add SACK graphs to tcptrace graphKevin Hogan1-51/+143
2016-12-19Qt: minor updates to TCP stream dialog and throughput moving averageKevin Hogan1-17/+145
2016-09-14Qt: Set Close as default buttonStig Bjørlykke1-0/+5
2016-07-06Qt: add initializers (CID 1162824).Dario Lombardo1-0/+18
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