Changes committed to git://oss.sgi.com:8090/nathans/kmchart.git
README | 113
+++++++++++++++++++++++++++--------
images/back_on.png |binary
images/back_on.svg | 97 ++++++++----------------------
qa/create-edit-chart-testcases | 6 -
src/chart/aboutdialog.cpp | 5 +
src/chart/aboutdialog.ui | 10 +--
src/chart/chart.cpp | 15 ++--
src/chart/chart.h | 2
src/chart/chartdialog.cpp | 17 ++++-
src/chart/namespace.h | 1
src/chart/tab.cpp | 129
+++++++++++++++++++++--------------------
src/chart/tab.h | 2
src/libqmc/qmc_metric.h | 6 +
src/time/aboutdialog.cpp | 5 +
src/time/aboutdialog.ui | 15 ++--
15 files changed, 232 insertions(+), 191 deletions(-)
commit 170f387241ed223915995fbeb4ee714fe30229a5
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Oct 9 08:56:23 2007 +1000
Auto-update the version string in the About dialogs.
commit daa4c68d292bbd4cc949c764874f89c87cfa8040
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Oct 9 07:55:07 2007 +1000
Fix too-dark shading of play-backward icon in kmtime.
commit d0a91b0f5510be16922951a9236c93b6a6504d0a
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Oct 9 07:43:57 2007 +1000
Add a flag to Chart::update() to tell whether we have data or not
(due to live mode VCR stop/start). Drop dead code from
adjustLiveWorldView and add some diagnostics.
Add code to detect unexpectedly large steps and adjustLiveWorldView
in this case as well (extends the fuzzy time position match logic a
bit, and also makes that code more generous in its definition of
fuzziness).
commit d28117ebd9d1c117be5108f2eb637eee97a17e14
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Oct 8 15:22:25 2007 +1000
Fix a code TODO note - setCurrent(chart) needs no return value.
commit b8cba004ffb812d64dcdfc2f8019d73b0309e40a
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Oct 8 13:52:05 2007 +1000
Check that a metric is of a (numeric) type that can be plotted
before
adding it the list of metrics that will be added to a chart.
Tighten the real() check in the metrics class to also discount other
unwanted types (other than just string) - like nosupport, aggregate,
aggregate static, and unknown.
|