History | View | Annotate | Download (5.1 kB)
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.
Add a ui based on sencha touch 2.0.
snapshot
Update to new versions of Node.js and Closure compiler.
Update nodejs.
Update build system for android.
Update to the latest Node.JS.
Various build fixes needed because webodf.js is not included in the respository anymore.
Remove the compiled file webodf.js from the code repository.
Add new target: a binary webodf package.
Update version number to match the last number used in the firefox extension.and remove the reduntant install.rdf from the repository.
Use a central version number.This number is used in the firefox extension and will be used in more places.
Update Closure compiler.
add some vim-modelines to CMake files
require at least qt-4.7.0
Use JavaScript to zip the xpi file.
Not all parts of this solution were committed previously.
Remove check for Java compiler: it is not needed anymore.
Update Closure Compiler.
Add WebODF Firefox extension.
Update to newer node version.
Update dependencies.
Update Node.JS to latest stable version.
Disallow compiling in the source directory.
Require CMake 2.8.2CMake version 2.8.2 is needed to have support for zip files in external projects.
Update to newer NodeJS, Closure Compiler and Rhino.And fixes to code and html pages.
Upgrade closure compiler.
Update Node.JS.
Build tweaking- new version of closure compiler- new version of Node.JS- fix scanning of directory with JSCoverage with a patch'
Update to Node.JS 0.4.5.
Add warning if Qt is not present and add more Qt modules in the detection code to make sure all paths are added to the include lines.
Upgrade to newer version of NodeJS.
Partially add building of Android application to CMake system. This is not straightforward and not finished yet.
Fix build problem: apparently C language support should be enabled to do all of the CMake initialization checks.
Convert QMake projects to CMake.
Switch from Makefile to CMake and from NodeJS 0.2 to 0.4.Now CMake will retrieve and compile Node and other requirements.