Changes committed to git://oss.sgi.com:8090/nathans/kmchart.git
src/chart/chart.cpp | 6 +++---
src/chart/chart.h | 2 +-
src/chart/chartdialog.cpp | 6 +++---
src/chart/kmchart.h | 2 +-
src/chart/namespace.cpp | 11 +----------
src/chart/namespace.h | 4 +---
6 files changed, 10 insertions(+), 21 deletions(-)
commit 4b417026005b59a3d5711181daface3358e636d5
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Oct 9 18:19:46 2007 +1000
Fix a problem Ken discovered when changing attributes of a chart
containing metrics with instances. Tree name matching was using
instance ID, yet this was not always initialised. We now compare
instance name instead of ID, as this is readily accessible in all
cases. Remove the now unused instID from the NameSpace class.
commit 12d4cf20a4fd17f86321e233c0e0dfc700d8a18f
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Oct 9 18:15:37 2007 +1000
Make default chart size slightly larger.
|