Changes committed to git://oss.sgi.com:8090/nathans/kmchart.git
README | 13 ---
qa/chart-control-testcases | 10 ++
src/chart/chart.cpp | 18 ++---
src/chart/chart.h | 1
src/chart/kmchart.cpp | 2
src/chart/main.cpp | 2
src/chart/recorddialog.h | 1
src/chart/tab.cpp | 157
++++++++++++++++++++++++++++++---------------
src/time/kmtimearch.cpp | 8 +-
9 files changed, 135 insertions(+), 77 deletions(-)
commit 257f8495aa255da9e539e515db53353aaecbb173
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Mar 5 16:12:53 2008 +1100
Fix the performance problems in the adjustLiveWorldView code. This
is the code that is called when we miss a live sample, for whatever
reason (e.g. short delta vs. long network delay in fetch), and this
change resolves the case where we drop all current live data during
these events (a long-standing problem, reported a couple of times).
Add a test case to exercise this behaviour too.
commit 2fdf0b687c426068818aeb562ad74bc669b261c7
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Mar 5 11:24:42 2008 +1100
Fix a problem to do with kmtime not properly updating its view of
the time range in archive mode, when additional archives are added
after startup. Reported by Nigel Donaldson originally.
commit bccdaea4fbc9cf6cf345e3206e9078e17d8d7245
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Mar 5 10:45:20 2008 +1100
Vastly improve error handling in case pmlogger fails when recording.
commit 9fcca3318a27cc18b9b767230ce83914f27f4a6a
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Mar 5 10:41:03 2008 +1100
Enable local context mode (no record mode if thats in use though).
|