Statistics
| Branch: | Revision:

root / programs @ ccb26741

# Date Author Comment
ccb26741 04/03/2012 09:32 am Jos van den Oever

Add missing icons.

e583282f 03/08/2012 10:29 am Jos van den Oever

Add buttons and functions to switch between slides.

b95b0ade 03/08/2012 10:26 am Jos van den Oever

Change the order of the scripts so that script.js can override the function that is called when the application finishes loading.

068599ce 03/08/2012 10:25 am Jos van den Oever

Initialize array earlier so that the model also works without scanning.

a184280f 03/06/2012 12:55 pm Jos van den Oever

Add buttons and functions for fitting best, width and height.

e5734a37 03/05/2012 08:32 pm Jos van den Oever

Return the cache data directly instead of going througthe parent class.
This avoids permanent memory use in the cache and circuments a limit on the maximum response size.

f20a030c 03/05/2012 04:44 pm Jos van den Oever

Also use NSURLCache for loading binary files.

4ffc9dc8 03/05/2012 03:33 pm Jos van den Oever

Use NSUrlCache for quickly loading and parsing xml files.

5e06b97f 03/02/2012 05:13 pm Jos van den Oever

Make animation for going back smoother.

b11de11d 03/02/2012 04:49 pm Jos van den Oever

Make wait screen more fancy.

4e6778ca 03/02/2012 04:41 pm Jos van den Oever

Make animations smoother by not displaying the canvas when moving.

fb075187 03/02/2012 03:19 pm Jos van den Oever

Add simple masking when loading the details to give feedback that the system is busy.

acb09982 03/02/2012 11:44 am Jos van den Oever

Fix opening viewer from external uri when the viewer is already running.

5cd9d88f 03/02/2012 10:30 am Jos van den Oever

Only set the record once.

ae6f615b 03/02/2012 10:18 am Jos van den Oever

Use native implementation of loadAsDataURL.

f932e312 03/02/2012 09:30 am Jos van den Oever

Refactor so that creation of a data url is done by the zip class and not the odf container class.
This allows a fast native implementation of this functionality by overriding the zip class.

cfb53624 03/01/2012 06:01 pm Jos van den Oever

Add function to get files encoded as data url.

729fc187 03/01/2012 04:10 pm Jos van den Oever

IOS now loads xml files in native code and passes them as strings to the browser component.

cbafe78b 03/01/2012 02:28 pm Jos van den Oever

Work on native unzipping.

da7f4b09 02/29/2012 10:29 am Jos van den Oever

Add a loading queue that spaces cpu intensive tasks up.
This gives the ui an ability to update the screen during document loading.

b56c57ca 02/29/2012 09:05 am Jos van den Oever

Merge ssh://192.168.2.6/Users/kogmbh/src/webodf

0e43e9d8 02/28/2012 03:55 pm Jos van den Oever

Add support of odp mimetypes.

e59865ae 02/28/2012 11:27 am Jos van den Oever

Some autochanges by xcode.

4c5ebeee 02/27/2012 05:37 pm Jos van den Oever

Improve the detail view.
Instead of recreating the contents every time, I managed to reuse the created components. This somehow failed before and it was not really clear why. Programming sencha involves a lot of trial and error.

42cf5fe9 02/27/2012 04:51 pm Jos van den Oever

Clear the details view as soon as the record is changed.
On slow/mobile devices, the old data is still visible for a few seconds without this change.

35f4ba12 02/27/2012 04:29 pm Jos van den Oever

Merge branch 'master' of gitorious.org:odfkit/webodf

44b996ad 02/27/2012 04:28 pm Jos van den Oever

Extract and show meta data in the details view.

1c3177b9 02/27/2012 04:28 pm Jos van den Oever

Update Sencha Touch to RC1.

88efc2db 02/24/2012 07:50 pm Jos van den Oever

Adapt xcode project in preparation of store submission.

8ae1c510 02/24/2012 06:07 pm Jos van den Oever

First step to add support for loading with a file to open in ios.

146b3be2 02/24/2012 12:31 pm Jos van den Oever

Add support for opening files from external applications to the android version.

688a24c8 02/23/2012 05:45 pm Jos van den Oever

Attemp to build webodf.js on mac os x from within xcode.

17f96249 02/23/2012 04:52 pm Jos van den Oever

Port iOS version to sencha touch 2.

35ce9fc9 02/23/2012 03:51 pm Jos van den Oever

Merge branch 'master' of gitorious.org:odfkit/webodf

Conflicts:
webodf/extjs

b16896a6 02/23/2012 03:28 pm Jos van den Oever

Add Blackberry WebWorks extention that is needed on the playbook.

5a447638 02/23/2012 03:25 pm Jos van den Oever

Add caching of the file list to the sencha touch ui.

20e84551 02/23/2012 12:09 pm Jos van den Oever

Port blackberry playbook version to the new sencha touch version.

ec099ea6 02/23/2012 11:50 am Jos van den Oever

Use only HTML5UIFILES now.

45366f66 02/23/2012 11:14 am Jos van den Oever

Fix a few issues.
- list could have multiple selections
- zoom was not fixed when loading second document, giving a wrong canvas size

ee1de0bb 02/23/2012 10:03 am Jos van den Oever

Fix problems in apk using sencha-touch.js
sencha-touch.js debug version is too big, so we copied in sencha-touch-all.js instead.

8b34eead 02/22/2012 05:26 pm Jos van den Oever

Remove some debugging code.

35a59688 02/22/2012 05:15 pm Jos van den Oever

Port the qt client to the new sench touch ui.
The work is not entirely complete yet. Scanning the directory for odt files is still missing.

d79bab92 02/21/2012 08:44 pm Jos van den Oever

Add zoom in and out.
This was very hard to achieve because the webkit transform does not affect the percieved element width and height (at the moment). So a buffer <div/> was needed.

87fcc99f 02/17/2012 11:16 am Jos van den Oever

Add a ui based on sencha touch 2.0.

f1f47464 02/15/2012 03:13 pm Jos van den Oever

Merge branch 'master' into senchaTouchDesktop

f0c2a82c 02/15/2012 11:42 am Jos van den Oever

Add skeleton for playbook version.

1e8c9a7f 02/15/2012 10:05 am Jos van den Oever

snapshot

958e169c 02/03/2012 09:34 am Jos van den Oever

Update android version to phonegap 1.4.0.
The files phonegap-1.4.0.js are different for iOS and android.

0ee52206 02/03/2012 09:01 am Jos van den Oever

Move splash images into the splash folder.

4c26d925 02/02/2012 03:07 pm Jos van den Oever

Add the ios port the the main repository.

This port is using PhoneGap (Apache Callback) and Sencha Touch, just like the new Android port. The JavaScript code is shared and placed in programs/android/assets/www.

Importing ios version.

Add files that seem useful....

071f4c1c 12/13/2011 04:09 pm Jos van den Oever

Add extra required dependency.

f80fda41 12/13/2011 04:09 pm Jos van den Oever

Share OdfCanvas between the OdfView and the FileDetails view.

7b460e8c 12/13/2011 12:13 pm Jos van den Oever

Make the release apk file a separate target.

bc4d2930 12/13/2011 09:29 am Jos van den Oever

JSLint fixes.

dab5e2d1 12/13/2011 08:50 am Jos van den Oever

Switch to a sencha touch based ui.
This ui is shared with the iOS version of WebODF.

98a7dcb2 12/11/2011 06:29 pm Jos van den Oever

Update build system for android.

fd4a731e 12/11/2011 01:15 pm Jos van den Oever

Use cmake variable that is actually defined.

71360801 12/08/2011 11:52 am Jos van den Oever

Various build fixes needed because webodf.js is not included in the respository anymore.

2fdaab47 12/06/2011 04:27 pm Jos van den Oever

Update version number to match the last number used in the firefox extension.
and remove the reduntant install.rdf from the repository.

b3d6c5a8 12/06/2011 04:21 pm Jos van den Oever

Use a central version number.
This number is used in the firefox extension and will be used in more places.

63532e78 12/05/2011 04:39 pm Jos van den Oever

Fix the download button.

Previously, the download button would save under a different unfriendly name. Now, the original filename as shown on the server is used in the save dialog.

0e97181c 11/22/2011 09:55 am Jos van den Oever

Fix bindings of runtime.js in qtjsruntime.

3fc501e8 11/15/2011 07:31 pm Jos van den Oever

Enable validation of ODF 1.0 and 1.1: it is good enough and flags the same files invalid as jing does.

e52f4990 11/15/2011 06:32 pm Jos van den Oever

Fix JSLint errors.

95550a13 11/15/2011 05:44 pm Jos van den Oever

Compile fixes and additional type annotations.

ffa952b7 11/15/2011 02:05 pm Jos van den Oever

Propery report non-zero exit code when a javascript error occurs in a script.

79294426 11/15/2011 01:26 pm Jos van den Oever

Set the current paths so that javascript files can be found in runtime.js.

825181a9 10/21/2011 12:32 pm Jos van den Oever

Specify that mobile Firefox is supported.

7b8ddd86 10/21/2011 12:21 pm Jos van den Oever

Add icon to firefox extension.

27fb418a 10/21/2011 11:37 am Jos van den Oever

Update version number of firefox extension.

ffb57232 10/21/2011 11:21 am Jos van den Oever

Add workarounds for Firefox extension submission.

Firefox extensions are submitted to static code analysis. In this analysis, some features are flagged and some are fixed by this commit:
- eval() is not allowed. it is replaced by evil(). Only dead code refers to it....

4962cfa0 10/19/2011 09:00 pm Jos van den Oever

Fix some warnings.

14a1199c 10/19/2011 09:58 am Jos van den Oever

Use JavaScript to zip the xpi file.

Not all parts of this solution were committed previously.

bb0d00f0 10/18/2011 10:06 pm Jos van den Oever

Use node and javascript for zipping the Firefox extension.
Using cmake to do zipping was too hard. Luckily, ODF is also often a zip file and hence the zip code from webodf can be used to zip the xpi file.

6dfb6ede 10/16/2011 09:35 pm Jos van den Oever

Add WebODF Firefox extension.

5c6f0ed8 10/06/2011 02:13 pm Jos van den Oever

Open files relative to the html or js file.

d5b1d8fb 10/05/2011 09:57 am Jos van den Oever

Add more dependencies to fix bugs in parallel make calls
make -j4 should work without error now.

62f4506a 09/30/2011 09:30 am Jos van den Oever

Allow embedding of fonts in generated pdf.

3d289d01 09/29/2011 04:06 pm Jos van den Oever

Fix conditional statement: missing negation.

7bb48ad3 09/22/2011 01:49 pm Jos van den Oever

Show error message if the browser cannot open the files.
This happens in e.g. Internet Explorer 9.

ad46d50f 09/22/2011 01:33 pm Jos van den Oever

Add fix for Opera.

5545dd63 09/22/2011 11:58 am Jos van den Oever

Add relax ng validation.
The error message are not helpful, they only indicate if there is a problem.
Also, the schemas for 1.0 and 1.1 are not supported yet.

d5785c62 09/21/2011 04:52 pm Jos van den Oever

Cleanup of older diagnosis code.

2db8a431 09/21/2011 04:31 pm Jos van den Oever

Add first version of docnosis.
docnosis is a javascript file that analyses ODF files and reports errors.

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.

0f311d66 06/09/2011 09:47 am Jos van den Oever

Adjusted the Android version to use webodf.js

6e20bc38 06/07/2011 10:24 pm Jos van den Oever

Adapt nativeQtClient to use webodf.js.

5e51064a 06/07/2011 10:57 am Jos van den Oever

Remove website from the repository.

13c077b9 06/06/2011 12:30 pm Jos van den Oever

Add licenses and copyright statements to all javascript files.

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.

74a2b665 02/23/2011 11:09 am Jos van den Oever

Remove conversion to html.

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

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

3979d22a 02/16/2011 09:53 am Jos van den Oever

Partially add building of Android application to CMake system. This is not straightforward and not finished yet.

4cfa653a 02/16/2011 09:53 am Jos van den Oever

Partially add building of Android application to CMake system. This is not straightforward and not finished yet.