Changes committed to git://oss.sgi.com:8090/nathans/kmchart.git
qa/create-edit-chart-testcases | 4 -
src/chart/namespace.cpp | 95
+++++++++++++++++++++++++----------------
src/chart/namespace.h | 4 +
3 files changed, 62 insertions(+), 41 deletions(-)
commit ba3d6f74f9b5a425a6bd932dd424d18630dce444
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Sep 27 19:55:42 2007 +1000
Fix up the Chart Plots tree view, several issues - using wrong text()
column to fetch name string, expandable on dup()'d NameSpace needed a
rethink too, along the same lines as with the Available Metrics list.
Current colour icon is working again in the Chart Plots tree too.
commit 1cf0e12cf34f943a609c4d3d84ec5a2e0c63bd17
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Sep 27 15:50:45 2007 +1000
Display instance names in italics, to differentiate them for other
metric spec components.
commit 1cec3784759b83fe513cdbf97d5d816357654a42
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Sep 27 15:49:41 2007 +1000
This change adds the "ChildMinder" workaround. It inserts a dummy child
into items that we know have children (since we have no way to explicitly
set it and we want to delay finding the actual children as late as we
can)
- we do this to get the UI to display the drop-down widget in the list.
When we later do fill in the real kids, we first delete the ChildMinder.
QT4.3 has setChildIndicatorPolicy so we don't need this workaround there,
but I need kmchart on QT4.2 as well (used on Debian 4.0, i.e. my laptop).
With this change, the Available Metrics list in the New/Edit Chart dialog
is functional once more.
|