Changes committed to git://oss.sgi.com:8090/nathans/kmchart.git
src/chart/chart.cpp | 44 ++++++++++++++++++++++++++++++--------------
src/chart/chart.h | 3 +++
src/chart/kmchart.cpp | 16 ++++++++++++++++
src/chart/kmchart.h | 4 ++++
src/chart/main.cpp | 7 +------
src/chart/tab.cpp | 14 +++++++++-----
6 files changed, 63 insertions(+), 25 deletions(-)
commit 4f812f6acc74491dc2b7845612f481719a974e48
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Oct 4 14:57:39 2007 +1000
Bunch of work on correctly resizing the main window, resolving that
really annoying problem where charts would overlap when initially
created. We also shrink on delete now.
Also moved the QWT setRawData call which updates the chart display
into an overloaded replot routine, which helps with making changes
to visible points take effect immediately.
|