Statistics
| Branch: | Revision:

root / programs / qtjsruntime @ 62f4506a

Name Size
CMakeLists.txt 226 Bytes
nam.h 1.5 kB
nativeio.cpp 2.5 kB
nativeio.h 906 Bytes
pagerunner.cpp 6.1 kB
pagerunner.h 1.6 kB
qtjsruntime.cpp 673 Bytes

Latest revisions

# Date Author Comment
62f4506a 09/30/2011 09:30 am Jos van den Oever

Allow embedding of fonts in generated pdf.

cd3991c0 08/29/2011 03:20 pm Jos van den Oever

Build fix for Mac OS X 10.7.

9cf13184 07/26/2011 01:23 pm Jos van den Oever

Simplify Qt based executables.
Zip implementation is no longer in C++ but in JavaScript. Runtime customization is now shared between the two Qt executables.

175ec6a6 07/19/2011 06:32 pm Jos van den Oever

Fix rendering of pdf and png from a webpage or javascript.

b978a0fb 02/27/2011 09:46 pm Jos van den Oever

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.

9f47dd09 02/24/2011 06:32 pm Jos van den Oever

Check if a file really exists and is readable and report an error otherwise.

41ecad49 02/24/2011 06:20 pm Jos van den Oever

Specify png and pdf export via arguments in qtjsruntime.

59288c40 02/24/2011 09:17 am Jos van den Oever

Workaround for the fact that QWebView does not preserve the url fragment.

56dfd111 02/24/2011 12:01 am Jos van den Oever

Retain query and fragment when loading a local file via relative URL.

1e04a251 02/18/2011 04:31 pm Jos van den Oever

Fix runtime.js so that it can be used in qtjsruntime.

View revisions

Also available in: Atom