Changes committed to git://oss.sgi.com/pcp/pcp-gui.git qwt6
src/chart/chart.cpp | 35 +++++++++---------
src/chart/chart.h | 3 +
src/chart/sampling.cpp | 76 ++++++++++++++++++++++++++++-------------
src/chart/sampling.h | 12 +++++-
src/chart/tracing.cpp | 2 +
src/libqwt/qwt_legend_item.cpp | 2 -
src/libqwt/qwt_plot_curve.cpp | 29 +--------------
src/libqwt/qwt_plot_curve.h | 3 -
8 files changed, 89 insertions(+), 73 deletions(-)
commit 8cad3872c260a7082f8915005a03c87112e3a521
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Oct 1 12:42:27 2012 +1000
Render legends with bounding box for sampled charts again
Fix another functional regression from the qwt6 transition,
in the process removing some qwt core modifications (794d2b)
from initial port.
commit 38d00a115d919183c8cb3446c32315af9d7302c0
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Oct 1 11:26:04 2012 +1000
Chart legends now functional for event trace charts
In the process was able to rework an earlier change (20399c)
which reinstated a qwt5 workaround such that that tweak is no
longer required for qwt6, and simplified the pmchart logic a
bit too.
|