Table of Contents

qooxdoo 0.8-rc1 (2008-08-21)

List of fixed bugs in 0.8-rc1

Project

Framework

Widgets

Table

TreeVirtual

Progressive

Toolkit

Theming

Modern

Classic

Decorators

Core

Low-Level

Migration

Components

API Viewer

Test Runner

Applications

Demo Browser

Feed Reader

Quick Start

The "quickstart" application was removed. The new build process (especially for Windows users not requiring Cygwin any longer) should be so convenient that starting to develop a application the wrong (but easy) way first is not regarded a good option for GUI development. A pre-built package is planned for a future release, though, that will be an alternative to other low-level libraries like Prototype or jQuery.

Tool Chain

Create Applications

The framework now features a script called "create-application.py", which makes it easy to create new qooxdoo applications. The script needs only an application name and optionally the name of the top level namespace to create a fully configured qooxdoo skeleton application. The script is able to create different kind of applications. The default is a qooxdoo GUI application. Other supported skeleton types are low level BOM, a GUI application which includes a contrib project and finally a skeleton, which can be used as basis for a migration from 0.7.

News

Fixes & Improvements

Distribution

Number of release kits cut down to one! Starting with this release, the only released kit will be the SDK. "build" and "quickstart" kits are gone. The SDK kit also contains no further zip archives, the skeleton is provided as a normal component in source tree form.

Changes