[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Mon Jul 7 22:27:20 CEST 2003
CVS commit by staikos:
re-add the color changer. Could use some enhancement by the artistically
endowed. Right now it has the old color list and uses those, along with the
QColor::dark() versions of those colors.
A kstcolorsequence.cpp 1.1 [GPL (v2+)]
A kstcolorsequence.h 1.1 [GPL (v2+)]
M +1 -0 Makefile.am 1.38
M +1 -0 curveappearancewidget.ui 1.3
M +1 -1 curveappearancewidget.ui.h 1.3
--- kdeextragear-2/kst/kst/Makefile.am #1.37:1.38
@@ -33,4 +33,5 @@
pluginloader.cpp \
plugincollection.cpp \
+ kstcolorsequence.cpp \
kstdatacollection.cpp \
kstdatamanager_i.cpp \
--- kdeextragear-2/kst/kst/curveappearancewidget.ui #1.2:1.3
@@ -247,4 +247,5 @@
<include location="global" impldecl="in implementation">qpainter.h</include>
<include location="local" impldecl="in implementation">kstpoint.h</include>
+ <include location="local" impldecl="in implementation">kstcolorsequence.h</include>
<include location="global" impldecl="in implementation">qtimer.h</include>
<include location="local" impldecl="in implementation">curveappearancewidget.ui.h</include>
--- kdeextragear-2/kst/kst/curveappearancewidget.ui.h #1.2:1.3
@@ -118,5 +118,5 @@ void CurveAppearanceWidget::comboChanged
void CurveAppearanceWidget::reset()
{
- reset("darkBlue");
+ reset(KstColorSequence::next());
}
More information about the Kst
mailing list