1 Dec 2007 12:04
koffice
Thorsten Zachmann <t.zachmann <at> zagge.de>
2007-12-01 11:04:19 GMT
2007-12-01 11:04:19 GMT
SVN commit 743552 by zachmann: o Implement copy and paste of shapes. With that the basis for copy and paste of shapes between different applications is done. It is now possible to copy a shape e.g. in kpresenter and insert it in karbon. This does not yet work with text shapes as there is an assert in the text shape loading code that checks that there is a valid KoDocument in KoOasisLoadinContext. The KoDocument in the KoOasisLoadingContext is not yet used in koffice 2.0. It was used in koffice 1.6 for loading in the KoFieldVariable to access the url of a document and some other document related stuff. How will this be done in koffice 2.0? Will we still need the KoDocument for doing that or can the KoDocument be removed from The KoOasisLoadingContext? CCMAIL: koffice-devel <at> kde.org M +9 -0 karbon/karbon_view.cc M +1 -0 kivio/src/part/kivio.rc M +1 -0 kpresenter/part/kpresenter.rc M +2 -0 libs/flake/CMakeLists.txt A libs/flake/KoShapeOdfSaveHelper.cpp [License: LGPL (v2+)] A libs/flake/KoShapeOdfSaveHelper.h [License: LGPL (v2+)] A libs/flake/KoShapePaste.cpp [License: LGPL (v2+)] A libs/flake/KoShapePaste.h [License: LGPL (v2+)] M +30 -15 libs/kopageapp/KoPAView.cpp M +4 -0 libs/kopageapp/KoPAView.h M +50 -1 plugins/defaultTools/defaulttool/DefaultTool.cpp M +11 -1 plugins/defaultTools/defaulttool/DefaultTool.h --- trunk/koffice/karbon/karbon_view.cc #743551:743552 <at> <at> -73,6 +73,7 <at> <at>(Continue reading)
RSS Feed