SVN commit 522109 by wildfox: Woho, all important baseclasses needed to implement SVG*ElementImpl classes done SVGDOMImplementationImpl.cpp & SVGDocumentImpl.cpp & SVGSVGElementImpl.cpp are missing before the real element hackery can start. Though need to check WebCore implementation extensively before doing anything to these three files. This may take some hours, please stay tuned M +0 -21 CONVERSION-TODO-LIST M +4 -1 Makefile.am A SVGFitToViewBoxImpl.cpp [License: LGPL (v2+) (wrong address)] A SVGFitToViewBoxImpl.h [License: LGPL (v2+) (wrong address)] A SVGLocatableImpl.cpp [License: LGPL (v2+) (wrong address)] A SVGLocatableImpl.h [License: LGPL (v2+) (wrong address)] A SVGStyledLocatableElementImpl.cpp [License: LGPL (v2+) (wrong address)] A SVGStyledLocatableElementImpl.h [License: LGPL (v2+) (wrong address)] A SVGStyledTransformableElementImpl.cpp [License: LGPL (v2+) (wrong address)] A SVGStyledTransformableElementImpl.h [License: LGPL (v2+) (wrong address)] A SVGTransformableImpl.cpp [License: LGPL (v2+) (wrong address)] A SVGTransformableImpl.h [License: LGPL (v2+) (wrong address)] A SVGURIReferenceImpl.cpp [License: LGPL (v2+) (wrong address)] A SVGURIReferenceImpl.h [License: LGPL (v2+) (wrong address)] A SVGZoomAndPanImpl.cpp [License: LGPL (v2+) (wrong address)] A SVGZoomAndPanImpl.h [License: LGPL (v2+) (wrong address)] --- branches/work/khtml-svg/svg/CONVERSION-TODO-LIST #522108:522109 @@ -9,30 +9,9 @@ SVGDocumentImpl.cpp SVGDocumentImpl.h -SVGFitToViewBoxImpl.cpp -SVGFitToViewBoxImpl.h - -SVGLocatableImpl.cpp -SVGLocatableImpl.h - -SVGZoomAndPanImpl.cpp -SVGZoomAndPanImpl.h - -SVGTransformableImpl.cpp -SVGTransformableImpl.h - -SVGURIReferenceImpl.cpp -SVGURIReferenceImpl.h - SVGSVGElementImpl.cpp SVGSVGElementImpl.h -SVGStyledLocatableElementImpl.cpp -SVGStyledLocatableElementImpl.h - -SVGStyledTransformableElementImpl.cpp -SVGStyledTransformableElementImpl.h - LATER ----- SVGAElementImpl.cpp --- branches/work/khtml-svg/svg/Makefile.am #522108:522109 @@ -15,4 +15,7 @@ SVGRectImpl.cpp SVGAnimatedRectImpl.cpp SVGPointImpl.cpp SVGPointListImpl.cpp \ SVGAnimatedPointsImpl.cpp SVGMatrixImpl.cpp SVGAnimatedTransformListImpl.cpp \ SVGTransformImpl.cpp SVGTransformListImpl.cpp SVGStringListImpl.cpp \ - SVGAnimatedStringImpl.cpp svgpathparser.cpp + SVGAnimatedStringImpl.cpp SVGZoomAndPanImpl.cpp SVGFitToViewBoxImpl.cpp \ + SVGLocatableImpl.cpp SVGURIReferenceImpl.cpp SVGTransformableImpl.cpp \ + SVGStyledLocatableElementImpl.cpp SVGStyledTransformableElementImpl.cpp \ + svgpathparser.cpp