Changes committed to git://oss.sgi.com:8090/nathans/kmchart.git
qa/create-edit-chart-testcases | 15 ++++------
src/chart/chart.cpp | 13 +++++++--
src/chart/chart.h | 1
src/chart/chartdialog.cpp | 16 +++++++----
src/chart/namespace.cpp | 58
+++++++++++++++++++++++++++++++----------
src/chart/namespace.h | 4 ++
src/libqmc/qmc_source.cpp | 32 ++++++++++++++++++----
src/libqmc/qmc_source.h | 5 +++
8 files changed, 107 insertions(+), 37 deletions(-)
commit 0f86c19edfec69b5b5ea97b1e92cbe1fe8f199e2
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Oct 8 12:15:01 2007 +1000
Resolve UI state issue in auto-scaling widgets enabled/disabled state.
commit 29002c87365c952eea48df6f60b58ca5f1f29f5d
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Oct 8 11:48:34 2007 +1000
Fix a bug where metric tree names could be corrupted (some parts
duplicated incorrectly, such that extra levels added to the tree).
commit 5ad55c06acf8036a625ba9410d606094d2f638f1
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Oct 8 11:28:00 2007 +1000
Fix bug in adding multiple instances to a chart, weren't comparing
inst ID.
commit 0796c07247fd32fec373273f57a5025842e50b55
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Oct 8 10:22:38 2007 +1000
Resolve how to display archive hostname and host proxy name in the
New/Edit Chart dialog trees - using tooltips, lots of room too, so
we also provide archive start and end time, and timezone string.
Update source class to provide archive start/end strings for this.
|