Changes committed to git://oss.sgi.com:8090/nathans/kmchart.git
README | 7 ---
src/chart/GNUmakefile | 2
src/chart/chartdialog.cpp | 2
src/chart/colorscheme.cpp | 95
++++++++++++++++++++++++++++++++++++++++++
src/chart/colorscheme.h | 57 +++++++++++++++++++++++++
src/chart/kmchart.cpp | 7 ++-
src/chart/kmchart.pro | 12 ++---
src/chart/main.cpp | 31 +++++--------
src/chart/main.h | 8 ---
src/chart/settingsdialog.cpp | 97
+++++++++++++++++++++++++++----------------
src/chart/settingsdialog.h | 5 +-
src/chart/view.cpp | 77 +++++++++-------------------------
src/chart/views/Schemes | 8 +--
13 files changed, 272 insertions(+), 136 deletions(-)
commit 9729afc44444c455afb2c73132899545436d1ab8
Author: Ken McDonell <kmcdonell@xxxxxxxxxx>
Date: Wed Oct 17 16:56:19 2007 +1000
Final set of changes for implementing full color Scheme support in
the user interface and the configuration language. kmchart is now
supporting the full set of functionality from pmchart's language.
|