Changes committed to git://oss.sgi.com:8090/nathans/kmchart.git
README | 14 +++++---------
src/chart/kmchart.cpp | 8 +++++++-
src/chart/kmchart.h | 3 ++-
src/chart/settingsdialog.cpp | 3 ++-
src/chart/tab.cpp | 10 +++++++++-
src/chart/tab.h | 4 +++-
src/chart/timecontrol.cpp | 1 +
7 files changed, 29 insertions(+), 14 deletions(-)
commit a6c398553d77a7a685445cf2d8c77874eab53c4e
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Mar 3 15:37:31 2008 +1100
Fix timezone setting problem - was using a pointer into realloc'd
memory after the realloc call, with disastrous results.
commit c3e76437d677e14f3807a2a12b5dbb6728cca590
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Mar 3 14:26:29 2008 +1100
Add a note about record mode issue if pmlogger dies early.
commit 7229d84b1cf67cd77e5de22592220b918d77d31e
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Mar 3 14:24:54 2008 +1100
Make changes to background color affect current charts as well as
new ones.
|