Table of Contents

qooxdoo 0.7.2 (2007-09-19)

Summary

Build Tool

A new application called "buildtool" was added. This is the first public version of this application. The software has alpha state currently. The application can be used to configure an application's Makefile and to run the typical make commands from within the browser. To create buildtool for your current application, use the new buildtool Makefile target. The make process requires an XSLT processor (xsltproc) to be available in your environment.

API Search

Added search capability to API viewer. The data for this search is dynamically created using the existing build system and will be supported for any existing application which was built using the skeleton system.

Table Rendering

Table rendering has been rewritten to improve the overall table speed. As a consequence the API for custom cell and row renderer had to be modified.

Changes to the cell renderer API:

Changes to the row renderer API:

General notes:

Web Page Support

Several changes were made to enhance the support of typical webpages when the application layout is disabled. Especially all applications and components which uses coordinates should work much better and stable across all browsers.

More Table Cell Editors and Renderers

The following classes were added to support additional cell renderers and editors.

Testrunner for Applications

A test Makefile target was added to the build system. All skeleton based applications can now automatically integrate the testrunner into existing applications.

Framework Fixes

Toolchain Fixes

Backend Fixes