Changes:
- compile time problems ( hopefully ) removed,
- added pixmap and contour gradients,
- smoother GUI,
- prints pixmaps correctly,
- other bugfixes.
It has a new autoconf/automake scripts ( so probably requires KDE 2.1.1 ).
RedHat 7.0 users will have to turn off compiler optimizations by invoking:
env CXXFLAGS='-O0' ./configure
make
( RH7.0 compiler has bugs and will not compile 'ksprojectxml.cpp' file )
|