Adapt nativeQtClient to use webodf.js.
Remove website from the repository.
Add licenses and copyright statements to all javascript files.
Refactor use of byte arrays
Previously, byte arrays were implemented as string with values from 0 to 255 inclusive. Some runtimes such as Node and modern browsers have native array implementations. These should be faster.
This commit changes changes WebODF to use the native arrays. Since byte arrays differ across runtimes, they are now abstracted by the Runtime.
Check if a file really exists and is readable and report an error otherwise.
Specify png and pdf export via arguments in qtjsruntime.
Workaround for the fact that QWebView does not preserve the url fragment.
Retain query and fragment when loading a local file via relative URL.
Remove conversion to html.
Fix runtime.js so that it can be used in qtjsruntime.
View revisions
Also available in: Atom