[Kst] extragear/graphics/kst/kst
George Staikos
staikos at kde.org
Fri Nov 25 19:32:44 CET 2005
SVN commit 483254 by staikos:
- introduce KstPainter to encapsulate our painting parameters and hopefully help
fix the selection issue
- add most consts as I was adapting everything to KstPainter
- make slotFilePrint partially sane. it was 10 levels deep in braces and did
some strange things when errors happened
M +1 -0 Makefile.am
M +1 -1 datawizard.ui.h
M +1 -1 extensions/js/bind_arrow.cpp
M +6 -6 extensions/js/bind_box.cpp
M +1 -1 extensions/js/bind_curvecollection.cpp
M +3 -3 extensions/js/bind_ellipse.cpp
M +11 -11 extensions/js/bind_label.cpp
M +4 -4 extensions/js/bind_legend.cpp
M +6 -6 extensions/js/bind_line.cpp
M +5 -5 extensions/js/bind_picture.cpp
M +2 -2 extensions/js/bind_plot.cpp
M +8 -8 extensions/js/bind_viewobject.cpp
M +222 -234 kst.cpp
M +2 -1 kst.h
M +19 -19 kst2dplot.cpp
M +3 -3 kst2dplot.h
M +6 -6 kstborderedviewobject.cpp
M +1 -2 kstborderedviewobject.h
M +2 -2 kstdatamanager_i.cpp
M +1 -1 kstdoc.cpp
M +14 -13 kstgfxarrowmousehandler.cpp
M +18 -19 kstgfxellipsemousehandler.cpp
M +4 -4 kstgfxlinemousehandler.cpp
M +1 -1 kstgfxmousehandler.cpp
M +2 -2 kstgfxrectanglemousehandler.cpp
M +2 -2 kstiface_impl.cpp
A kstpainter.cpp [License: GPL (v2+)]
A kstpainter.h [License: GPL (v2+)]
M +2 -2 kstplotbase.cpp
M +1 -3 kstplotbase.h
M +3 -3 kstplotdialog_i.cpp
M +3 -3 kstplotgroup.cpp
M +1 -1 kstplotgroup.h
M +4 -2 kstplotimagedrag.cpp
M +28 -28 ksttoplevelview.cpp
M +4 -4 ksttoplevelview.h
M +5 -8 kstviewarrow.cpp
M +1 -2 kstviewarrow.h
M +14 -14 kstviewbezier.cpp
M +1 -2 kstviewbezier.h
M +2 -2 kstviewbox.cpp
M +1 -2 kstviewbox.h
M +2 -2 kstviewellipse.cpp
M +1 -2 kstviewellipse.h
M +8 -8 kstviewlabel.cpp
M +1 -1 kstviewlabel.h
M +5 -4 kstviewlegend.cpp
M +3 -3 kstviewlegend.h
M +2 -2 kstviewline.cpp
M +1 -1 kstviewline.h
M +9 -8 kstviewobject.cpp
M +3 -11 kstviewobject.h
M +3 -3 kstviewpicture.cpp
M +1 -1 kstviewpicture.h
M +5 -11 kstviewwidget.cpp
M +1 -4 kstviewwidget.h
M +25 -29 kstviewwindow.cpp
More information about the Kst
mailing list