Changes committed to git://oss.sgi.com:8090/nathans/kmchart.git
src/chart/chart.cpp | 12 ++++-
src/chart/chart.h | 1
src/chart/chartdialog.cpp | 29 ++++++++++--
src/chart/chartdialog.h | 1
src/chart/colorbutton.h | 2
src/chart/infodialog.cpp | 8 +--
src/chart/infodialog.h | 2
src/chart/infodialog.ui | 4 -
src/chart/kmchart.cpp | 16 ++++++
src/chart/kmchart.h | 8 ++-
src/chart/kmchart.ui | 56 ++++++++++++------------
src/chart/main.cpp | 12 +++++
src/chart/main.h | 1
src/chart/openviewdialog.cpp | 2
src/chart/settingsdialog.cpp | 99
++++++++++++++++++++++++++-----------------
src/chart/settingsdialog.h | 18 ++++---
src/chart/settingsdialog.ui | 10 ----
src/chart/view.cpp | 22 +++++++++
src/chart/views/GNUmakefile | 2
src/chart/views/Schemes | 6 ++
20 files changed, 206 insertions(+), 105 deletions(-)
commit 3afd0b8b08809adfa56e59aea7b3cc4263c3b75e
Author: Olivier Tarnus <o.tarnus@xxxxxxx>
Date: Wed Oct 17 10:05:08 2007 +1000
More fixes related to building kmchart in QT4-only mode, as on
Gentoo Linux, without the QT3-support code.
commit c9863be23ad39fab6f3fad08456b28f797f3c396
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Oct 17 09:55:42 2007 +1000
Fix compiler error on some gcc versions, due to early error case
jump.
commit d49140b9b7ba6de2dde9198a2cb5589ff90834db
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Oct 17 09:52:03 2007 +1000
QwtPlot has the ability to draw different style lines on the same
chart. We now use this feature to draw instantaneous and discrete
metrics as stepped lines (and leave counters as-is) for the Line
Style of plot.
commit 67b2aeb4b90770fc871352869c510cc35c991e79
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Oct 17 09:48:46 2007 +1000
Switch to using triggered() signal for QActions, as the activated()
signal is marked qt3-compat-only and some distributors of QT4 (e.g.
Gentoo Linux) have switched this off. Thanks to Olivier Tarnus for
reporting the problem.
commit 4f3f9d15503e642e936424ead6c65e43d628273f
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Oct 17 09:38:32 2007 +1000
Setup the scheme combo box correctly on the settings dialog, and
save the color schemes into views when they're used in a chart.
commit e894e2e8e4cdcff039d63d6abcfe8dd8c8951885
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Oct 17 09:35:31 2007 +1000
Update() color buttons after changing color, problem exposed by
schemes code.
commit d43d68957aea833b349b231b8e0245053354ae36
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Oct 17 06:47:02 2007 +1000
Next round of color scheme related changes, interaction between
settings/new/edit chart dialogs wrt schemes and populating the
combo boxes with schemes. Also look for a default set of scheme
specifications in a "Schemes" kmchart config on startup.
|