D25714: [WIP]: Port away from deprecated KHtml

2021-01-12 Thread Carl Schwan
ognarb abandoned this revision. REPOSITORY R8 Calligra REVISION DETAIL https://phabricator.kde.org/D25714 To: ognarb, #calligra:_3.0 Cc: anthonyfieroni, danders, leinir, Calligra-Devel-list, blu-base, davidllewellynjones, dcaliste, ognarb, cochise, vandenoever

D25714: [WIP]: Port away from deprecated KHtml

2020-04-29 Thread Carl Schwan
ognarb added a comment. I forgot about this diff. Now that I looked again I found a flaw in the migrations: QDomDocument only supports valid XML files but there are valid HTML files that aren't valid XML files. So probably QDomDocument is not a solution :( REPOSITORY R8 Calligra REVISION

D25714: [WIP]: Port away from deprecated KHtml

2020-04-28 Thread Anthony Fieroni
anthonyfieroni added a comment. Is this still WIP, it looks good, can we proceed? REPOSITORY R8 Calligra REVISION DETAIL https://phabricator.kde.org/D25714 To: ognarb, #calligra:_3.0 Cc: anthonyfieroni, danders, leinir, Calligra-Devel-list, davidllewellynjones, dcaliste, ognarb, cochise

D25714: [WIP]: Port away from deprecated KHtml

2020-04-28 Thread Anthony Fieroni
anthonyfieroni added a comment. Is this still WIP, it looks good, can we proceed? REPOSITORY R8 Calligra REVISION DETAIL https://phabricator.kde.org/D25714 To: ognarb, #calligra:_3.0 Cc: anthonyfieroni, danders, leinir, Calligra-Devel-list, davidllewellynjones, dcaliste, ognarb, cochise

D25714: [WIP]: Port away from deprecated KHtml

2020-03-14 Thread Anthony Fieroni
anthonyfieroni added inline comments. INLINE COMMENTS > htmlimport.h:58-59 > KoFilter::ConversionStatus loadUrl(const QUrl &url); > -void parseNode(DOM::Node n); > -bool parseTag(DOM::Element e); > +void parseNode(QDomNode n); > +bool parseTag(QDomElement e); > bool crea

D25714: [WIP]: Port away from deprecated KHtml

2020-03-12 Thread Dag Andersen
danders added a comment. Still wip, or... REPOSITORY R8 Calligra REVISION DETAIL https://phabricator.kde.org/D25714 To: ognarb, #calligra:_3.0 Cc: danders, leinir, Calligra-Devel-list, davidllewellynjones, dcaliste, ognarb, cochise, vandenoever

D25714: [WIP]: Port away from deprecated KHtml

2019-12-04 Thread Carl Schwan
ognarb retitled this revision from "Port away from deprecated KHtml" to "[WIP]: Port away from deprecated KHtml". REPOSITORY R8 Calligra REVISION DETAIL https://phabricator.kde.org/D25714 To: ognarb, #calligra:_3.0 Cc: leinir, Calligra-Devel-list, davidllewellynjones, dcaliste, ognarb, coc