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

List:       kde-i18n-nl
Subject:    [KDE-i18n-nl] CVS kde-devel-nl 2004-04-19
From:       groot () kde ! org
Date:       2004-04-19 17:40:19
Message-ID: 200404191740.i3JHeJsP028513 () odin ! cs ! kun ! nl
[Download RAW message or body]

Digest of kde-devel-nl CVS commits at Mon Apr 19 19:40:19 MEST 2004


From: Rob Buis <rwlbuis@xs4all.nl>
Subject: kdenonbeta/ksvg2/core

CVS commit by buis: 


Make a copy here, otherwise we get crashes...


  M +1 -1      DocumentFactory.cc   1.8


--- kdenonbeta/ksvg2/core/DocumentFactory.cc  #1.7:1.8
@@ -64,5 +64,5 @@ KDOM::Document *DocumentFactory::createD
                 KDOM::DOMImplementation::self()->setEventMap(m_eventMap);
 
-        return SVGDOMImplementation::self()->createDocument("http://www.w3.org/2000/svg", \
"svg", svgType); +        return \
SVGDOMImplementation::self()->createDocument("http://www.w3.org/2000/svg", "svg", \
*(new KDOM::DocumentType(svgType)));  }
 


From: Rob Buis <rwlbuis@xs4all.nl>
Subject: kdenonbeta/kdom

CVS commit by buis: 


Some things I forgot to commit yesterday...


  M +3 -1      kdom.h   1.13
  M +1 -1      parser/libxml/LibXMLParser.cc   1.19


--- kdenonbeta/kdom/kdom.h  #1.12:1.13
@@ -71,5 +71,7 @@ namespace KDOM
                 INVALID_MODIFICATION_ERR = 13,
                 NAMESPACE_ERR = 14,
-                INVALID_ACCESS_ERR = 15
+                INVALID_ACCESS_ERR = 15,
+                VALIDATION_ERR = 16,    // DOM3
+                TYPE_MISMATCH_ERR = 17  // DOM3
         };
 

--- kdenonbeta/kdom/parser/libxml/LibXMLParser.cc  #1.18:1.19
@@ -73,5 +73,5 @@ void sax_start_element(void *closure, co
         GET_CTXT
         GET_PARSER
-        parser->documentBuilder()->startElement("", "", CONV_STRING(name));
+        parser->documentBuilder()->startElement("", CONV_STRING(name), "");
 
         for(int i = 0; attributes && attributes[i]; i += 2)


From: Rob Buis <rwlbuis@xs4all.nl>
Subject: kdenonbeta/kdom

CVS commit by buis: 


- Using KDOM_LEAVE_CALL_SAFE where appropriate, this should make exceptions coming \
                from ecma calls more reliable.
- Adding setOwnerDocument so we can later set the ownerDocument property for \
DocumentTypes.


  M +1 -1      CharacterData.cc   1.33
  M +1 -1      DOMException.h   1.8
  M +1 -1      DOMImplementation.cc   1.28
  M +6 -6      Document.cc   1.73
  M +1 -1      Document.h   1.41
  M +1 -1      Element.cc   1.57
  M +1 -1      NamedAttrMap.cc   1.25
  M +1 -1      NamedNodeMap.cc   1.21
  M +10 -2     Node.cc   1.81
  M +2 -0      Node.h   1.39
  M +1 -1      NodeList.cc   1.22
  M +2 -2      Text.cc   1.22
  M +1 -1      ecma/DOMLookup.h   1.20




_______________________________________________
Kde-i18n-nl mailing list
Kde-i18n-nl@kde.org
https://mail.kde.org/mailman/listinfo/kde-i18n-nl


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

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