[Kst] branches/work/kst/viewpaint/kst/kst

George Staikos staikos at kde.org
Sat Jan 28 19:53:08 CET 2006


SVN commit 503306 by staikos:

Major update of the new painting code.  Now all plot operations work properly,
select and focus indicators work properly, and painting code is generally
reduced.  

It is now the case that all paint operations need to happen inside paintSelf().
Anything else is considered broken, and will probably cause bugs.  All updates
should happen inside updateSelf().  Anything else is considered broken, and will
probably cause bugs.

Pictures, labels, and legends still have issues.  The former due to painting,
the latter two due to sizing.

Printing may need work.

Flicker has again been greatly reduced

This is ready for testing.


 M  +41 -53    kst2dplot.cpp  
 M  +2 -2      kst2dplot.h  
 M  +1 -27     ksttoplevelview.cpp  
 M  +12 -3     kstviewobject.cpp  
 M  +6 -0      kstviewwidget.cpp  
 M  +1 -0      kstviewwidget.h  




More information about the Kst mailing list