Changes committed to git://oss.sgi.com:8090/nathans/kmchart.git
qa/create-save-view-testcases | 4
src/chart/chart.cpp | 3
src/chart/chartdialog.cpp | 24 ++--
src/chart/main.cpp | 6 -
src/chart/namespace.cpp | 11 +
src/chart/openviewdialog.cpp | 38 +++---
src/chart/source.cpp | 246
+++++++++++++++++++++---------------------
src/chart/source.h | 46 ++-----
src/chart/tab.cpp | 2
src/chart/view.cpp | 2
src/libqmc/qmc_source.cpp | 3
src/libqmc/qmc_source.h | 3
12 files changed, 198 insertions(+), 190 deletions(-)
commit 9813d41bf1ba2e3e01768a3fc9962e761c696473
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Oct 5 15:36:04 2007 +1000
Rework many details of the kmchart Source class, fixing code TODOs
and also the remaining open-view-QA issue with source combo boxes.
At some point this class should be merged with QmcSource/Group, I
think, there seems to be some duplication of effort there and its
obfuscating the code alot (e.g. Source keeps its own list of
QmcContexts, and QMC has lists of contexts in QmcGroup, and back
pointers in QmcSource).
|