[gxml: 6/8] Merge remote-tracking branch 'upstream/master'



commit 28b287c5fe0c481e1bbd48c1e1424073efd91459
Merge: 43a0376 797d5a5
Author: BZHDeveloper <inizan yannick gmail com>
Date:   Sun Jul 7 12:46:47 2019 +0200

    Merge remote-tracking branch 'upstream/master'

 examples/c/document_new.c                          |   2 +-
 examples/vala/example.vala                         |  20 +-
 gxml/{GomArrayList.vala => ArrayList.vala}         |   8 +-
 gxml/{GomAttr.vala => Attr.vala}                   |  12 +-
 ...{GomBaseCollection.vala => BaseCollection.vala} |  38 ++--
 gxml/Collections.vala                              |  32 +--
 gxml/CssSelectorParser.vala                        |   2 +-
 gxml/{GomDocument.vala => Document.vala}           |  74 +++----
 gxml/DomAttr.vala                                  |   2 +-
 gxml/DomCollections.vala                           |  10 +-
 gxml/DomDocument.vala                              |   8 +-
 gxml/DomElement.vala                               |  28 +--
 gxml/{DomHtml.vala => DomHtmlDocument.vala}        |   2 +-
 gxml/DomNode.vala                                  |  17 --
 gxml/{GomElement.vala => Element.vala}             | 216 ++++++++++-----------
 gxml/{GDomEvents.vala => Event.vala}               |   4 +-
 gxml/{GomHashMap.vala => HashMap.vala}             |  30 +--
 gxml/{GomHashPairedMap.vala => HashPairedMap.vala} |  30 +--
 gxml/{GomHashThreeMap.vala => HashThreeMap.vala}   |  28 +--
 gxml/Html.vala                                     |  40 ----
 gxml/{Schema.vala => IXsdSchema.vala}              |  80 ++++----
 gxml/{GomNode.vala => Node.vala}                   |  30 +--
 gxml/{GomObject.vala => Object.vala}               |  82 ++++----
 gxml/Parser.vala                                   |  20 +-
 gxml/{GomProperty.vala => Property.vala}           |  80 ++++----
 gxml/{GDomRange.vala => Range.vala}                |   4 +-
 gxml/{GomStringRef.vala => StringRef.vala}         |   6 +-
 gxml/{GomText.vala => Text.vala}                   |  14 +-
 gxml/TreeWalker.vala                               |   4 +-
 gxml/XDocument.vala                                |  16 +-
 gxml/XHashMapAttr.vala                             |   4 +-
 gxml/XListChildren.vala                            |   4 +-
 gxml/XNode.vala                                    |   2 +-
 gxml/XParser.vala                                  |  42 ++--
 gxml/XdParser.vala                                 |   2 +-
 gxml/{GomSchema.vala => XsdSchema.vala}            | 148 +++++++-------
 gxml/meson.build                                   |  36 ++--
 po/POTFILES.in                                     |  20 +-
 po/POTFILES.skip                                   |  20 +-
 test/CssSelectorTest.vala                          |  38 ++--
 test/DocumentPerformanceIterateTest.vala           |   2 +-
 test/DocumentPerformanceTest.vala                  |  40 ++--
 test/{GomDocumentTest.vala => DocumentTest.vala}   | 116 +++++------
 test/DomXDocumentTest.vala                         |   4 +-
 test/{GomElementTest.vala => ElementTest.vala}     | 106 +++++-----
 test/GXmlTest.vala                                 |   6 +-
 ...rializationTest.vala => SerializationTest.vala} | 108 +++++------
 ...t.vala => XDocumentPerformanceIterateTest.vala} |   4 +-
 ...anceTest.vala => XDocumentPerformanceTest.vala} |  40 ++--
 test/{GomSchemaTest.vala => XsdSchemaTest.vala}    |  10 +-
 test/feedreader-test.vala                          |   2 +-
 test/meson.build                                   |  24 +--
 52 files changed, 830 insertions(+), 887 deletions(-)
---


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]