[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdegraphics/ksvg
From:       Nikolas Zimmermann <wildfox () kde ! org>
Date:       2003-12-09 13:44:57
[Download RAW message or body]

CVS commit by wildfox: 

All dom classes revised. Last major item for this release to fix
Events from DOM. Starting to investigate...


  M +0 -3      TODO   1.78
  M +1 -1      dom/SVGElementInstanceList.cc   1.5
  M +3 -0      dom/SVGElementInstanceList.h   1.6


--- kdegraphics/ksvg/dom/SVGElementInstanceList.cc  #1.4:1.5
@@ -36,5 +36,5 @@ SVGElementInstanceList::SVGElementInstan
 }
 
-SVGElementInstanceList &SVGElementInstanceList::operator =(const SVGElementInstanceList &other)
+SVGElementInstanceList &SVGElementInstanceList::operator=(const SVGElementInstanceList &other)
 {
         if(impl == other.impl)

--- kdegraphics/ksvg/dom/SVGElementInstanceList.h  #1.5:1.6
@@ -39,4 +39,7 @@ public:
         SVGElementInstance item(unsigned long index);
 
+        // Internal! - NOT PART OF THE SVG SPECIFICATION
+        SVGElementInstanceListImpl *handle() const { return impl; }
+
 private:
         SVGElementInstanceListImpl *impl;

--- kdegraphics/ksvg/TODO  #1.77:1.78
@@ -9,5 +9,2 @@
 - check events handling (prepareMouseEvent)
 - kill render()
-
-Fix DOM classes:
-SVGElementInstanceList


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic