[Kst] extragear/graphics/kst
George Staikos
staikos at kde.org
Thu Dec 1 19:26:22 CET 2005
SVN commit 484736 by staikos:
refactor all of the graphics handling code, and finally implement view object
factories. there might be some broken items, but it mostly works. This
somewhat fixes drag to the desktop, but it's still a bit broken. Easy to fix.
It also makes it possible to do child-object manipulation in the near future.
M +1 -3 devel-docs/PlotUIFixes
M +14 -7 kst/kst.cpp
M +17 -10 kst/kst2dplot.cpp
M +0 -3 kst/kst2dplot.h
M +6 -6 kst/kstgfxarrowmousehandler.cpp
M +3 -5 kst/kstgfxarrowmousehandler.h
M +6 -6 kst/kstgfxellipsemousehandler.cpp
M +4 -6 kst/kstgfxellipsemousehandler.h
M +7 -11 kst/kstgfxlinemousehandler.cpp
M +4 -6 kst/kstgfxlinemousehandler.h
M +16 -14 kst/kstgfxmousehandler.cpp
M +13 -14 kst/kstgfxmousehandler.h
M +6 -6 kst/kstgfxpicturemousehandler.cpp
M +4 -5 kst/kstgfxpicturemousehandler.h
M +7 -8 kst/kstgfxrectanglemousehandler.cpp
M +3 -5 kst/kstgfxrectanglemousehandler.h
M +8 -9 kst/kstgfxtextmousehandler.cpp
M +4 -6 kst/kstgfxtextmousehandler.h
M +40 -84 kst/ksttoplevelview.cpp
M +7 -24 kst/ksttoplevelview.h
M +18 -2 kst/kstviewarrow.cpp
M +19 -1 kst/kstviewbox.cpp
M +16 -0 kst/kstviewellipse.cpp
M +25 -8 kst/kstviewlabel.cpp
M +1 -1 kst/kstviewlabel.h
M +19 -4 kst/kstviewlegend.cpp
M +16 -0 kst/kstviewline.cpp
M +11 -6 kst/kstviewobject.cpp
M +5 -0 kst/kstviewobject.h
M +17 -4 kst/kstviewobjectfactory.cpp
M +15 -3 kst/kstviewobjectfactory.h
M +16 -4 kst/kstviewpicture.cpp
More information about the Kst
mailing list