aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/qcustomplot.cpp
AgeCommit message (Collapse)AuthorFilesLines
2015-01-05Update to QCustomPlot 1.3.0Alexis La Goutte1-909/+2997
Reapply remove trailing whitespace and some spelling fixes Fix also a not ASCII caracter in qcustomplot.h Change-Id: Ibd5433015dd117f4d028c842a4add53041adbd11 Reviewed-on: https://code.wireshark.org/review/6275 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-03-23Update to QCustomPlot 1.2.0Alexis La Goutte1-3249/+5946
Reapply remove trailing whitespace and some spelling fixes MSCV warning are already fixed Fix also a not ASCII caracter in qcustomplot.h Change-Id: Ied6b0a4ad7397caea6b75fa56f4f2d6ea91d0472 Reviewed-on: https://code.wireshark.org/review/787 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-12-23From Ville Skyttä: Spelling FixesBill Meier1-6/+6
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9591 svn path=/trunk/; revision=54387
2013-12-03- Fix lots of "C:\wireshark\trunk\ui\qt\qcustomplot.cpp(16589) :Jörg Mayer1-1548/+1548
warning C4305: 'argument' : truncation from 'double' to 'float'" - Remove trailing whitespace svn path=/trunk/; revision=53768
2013-08-27Add TCP sequence number (Stevens-style) graphs.Gerald Combs1-0/+18675
Add the QCustomPlot widget. Thanks to Emanuel Eichhammer for granting a license change. Move some common code from ui/gtk/tcp_graph.c to ui/tap-tcp-stream.[ch]. Get rid of tcp_graph_selected_packet_enabled(). It was only used in the menu code and didn't match what we were doing elsewhere. Still quite a bit of work to do but it's a promising start. svn path=/trunk/; revision=51538