Document Information

Last modified:
2010/01/21 15:25 by jrass

Available Contributions

The available contributions are listed here both by category and alphabetically.

By Category

UI

Backend

Tool

Misc

Alphabetically

CollapsablePanel

A widget that allows to collapse and expand certain sections within a panel.

HomepageCollapsablePanel
AuthorsChristian Boulanger, Matthew Gregory
LicenseLGPL/EPL
qooxdoo version0.9-pre
Code SVN (Browse)
Bugs Show Bugs Report Bug

cometd

This is a wrapper for the cometd JavaScript library, which allows for a server-push technique called Comet.

Homepagecometd
AuthorsChristian Boulanger
LicenseLGPL/EPL
qooxdoo version0.9-pre
Code SVN (Browse)
Bugs Show Bugs Report Bug

CouchDB

This contribution provides client-side access to a CoucbDB server using a REST api.

HomepageCouchDB
AuthorsRalf Nieuwenhuijsen
LicenseLGPL/EPL
qooxdoo version0.7
Code SVN (Browse)
Bugs Show Bugs Report Bug

Cropper

A widget for cropping another widget, typically an image.

HomepageCropper
DemosDemo
AuthorsTobi Oetiker
LicenseLGPL/EPL
qooxdoo version0.8.3-pre
Code SVN (Browse)
Bugs Show Bugs Report Bug

Crypto

Collaborating on crypto related features (e.g. OpenPGP, MD5, SHA, RSA, etc.).

First package implemented: OpenPGP

HomepageCrypto
AuthorsBill Adams
LicenseLGPL/EPL
qooxdoo version0.7
Code SVN (Browse)
Bugs Show Bugs Report Bug

Filesize

A filesize format class and corresponding cell renderer

HomepageFileSize
AuthorsMike Rea
LicenseLGPL/EPL
qooxdoo version0.7
Code SVN (Browse)
Bugs Show Bugs Report Bug

FlowLayout

FlowLayout for qooxdoo 0.8.

HomepageFlowLayout
AuthorsChris Banford
LicenseLGPL/EPL
qooxdoo version0.8
Code SVN (Browse)
Bugs Show Bugs Report Bug

Hijax

Convert traditional web pages into single-page applications

HomepageHijax
AuthorsStefan Kloiber, Daniel Wagner, Andreas Ecker
LicenseLGPL/EPL
Download
Code SVN (Browse)
Bugs Show Bugs Report Bug

HtmlArea

A cross-browser WYSIWYG HTML editing widget

HomepageHtmlArea
DemosDemo overview
AuthorsAlexander Back, Jonathan Weiß
LicenseLGPL/EPL
qooxdoo version0.7 and 0.8
Download0.3 (0.8.x based)
0.4 (0.7.x based)
Code SVN (Browse)
Bugs Show Bugs Report Bug

HtmlEditor

HtmlEditor adds toolbars and other essential functionality to HtmlArea.

HomepageHtmlEditor
AuthorsJohn Spackman
LicenseLGPL/EPL
qooxdoo version0.8
Download
Code SVN (Browse)
Bugs Show Bugs Report Bug

Inspector

A inspector and debugger tool. A cross-browser combination of DOM Inspector and Firebug with support for qooxdoo-specific features.

HomepageInspector
AuthorsMartin Wittemann
LicenseLGPL/EPL
qooxdoo version0.7.1+
Code SVN (Browse)
Bugs Show Bugs Report Bug

jqxPlot

A demo of using the jqPlot charting library with qooxdoo.

HomepagejqxPlot
AuthorsFritz Zaucker
LicenseEPL (major parts are LGPL and EPL)
qooxdoo version0.9-pre
Code SVN (Browse)
Bugs Show Bugs Report Bug

jsdt / QXDT

qooxdoo Development Toolkit for Eclipse. This project provides qooxdoo-specific development support for the Eclipse IDE and is based on the JSDT project.

HomepageQXDT
AuthorsMatthias Kempka, Andreas Ecker
LicenseEPL
qooxdoo version0.7
Code SVN (Browse)
Bugs Show Bugs Report Bug

JsQt

A tool to compile Qt Designer’s .ui files to qooxdoo code.

Homepagehttp://www.jsqt.org
AuthorsBurak Arslan
LicenseGPL v2
qooxdoo version0.8
Code SVN
Bugs http://code.google.com/p/jsqt/issues/list

(This contribution is hosted externally)

ListView

This project contains the complete source code of the qx.ui.listview widget. We moved the widget to the contrib project because we will not port it to 0.8 ourself, but we welcome anybody from the community doing the port.

HomepageListView
AuthorsSebastian Werner, Andreas Ecker
LicenseLGPL/EPL
qooxdoo version0.7.x
Code SVN (Browse)
Bugs Show Bugs Report Bug

OpenAjaxGadgets

A demonstration of qooxdoo applications that can be used as gadgets in mashup applications implementing OpenAjax Alliance standards such as the OpenAjax Hub and the OpenAjax Widget Metadata Specification.

HomepageOpenAjaxGadgets
AuthorsDaniel Wagner
LicenseLGPL/EPL
qooxdoo version0.8.x
Code SVN (Browse)
Bugs Show Bugs Report Bug

ProgressBar

A progress bar widget

HomepageProgressBar
AuthorsThomas Herchenröder, Fabian Jakobs
LicenseLGPL/EPL
qooxdoo version0.7, trunk
Download0.1
Code SVN (Browse)
Bugs Show Bugs Report Bug

qcl

qooxdoo component library: Qcl is a set of interoperating client-server JavaScript and PHP libraries that are useful for web application development. The qooxdoo-style frontend library provides common functionality like authentication, application configuration and widget synchronization for the client application, including prebuilt dialog widgets. The PHP backend extends the PHP JSONRPC server, implementing the following technologies for PHP:

  • Controller-Model architecture (the data is sent to the frontend for the “View” part of the MVC design pattern)
  • Object Persiststence
  • Active Record Pattern / Object-Relational Mapping(ORM) including automatic property management and fully automatic relational database table setup and update. DB tables are automagically synchronized with a model schema definition in xml.
  • Fully abstracted table linking: Models are linked programmatically - no “JOIN” queries are necessary at all. Linking is described in xml model schema.
  • Interacting with the user through dialogs initiated from the server (reversing the request-response model)
Homepageqcl (qooxdoo component library)
AuthorsChristian Boulanger
LicenseLGPL/EPL
qooxdoo version0.8
Code SVN (Browse)
Bugs Show Bugs Report Bug

QWT

Qooxdoo Web Toolkit.

HomepageQWT
AuthorsMichael Hartmeier
LicenseLGPL/EPL
qooxdoo version0.7
Code SVN (Browse)
Bugs Show Bugs Report Bug

QxTransformer (XML UI-Building)

QxTransformer is an open source framework providing conversion from a transparent XML description of the graphical user interface (GUI) to qooxdoo JavaScript code. It is designed to significantly ease the burden of writing web application in JavaScript and allows automated creation of UI within the regular qooxdoo build and deployment process. The framework ships with an xml “dialect” which mirrors the qooxdoo object structure, but allows to integrate any other xml semantics with an advanced templating system.

Homepagehttp://qxtransformer.org
WikiQxTransformer
AuthorsSiarhei Barysiuk, Christian Boulanger
LicenseLGPL/EPL
qooxdoo version0.8,1.0
Code SVN (Browse)
Bugs Show Bugs Report Bug

RpcConsole

Debug the service methods of your RPC backend independently from the client application. Also contains a mixin to generate mockup data, which allows to test client and server independently.

Homepagehttp://qooxdoo.org/contrib/project/rpcconsole
Authors Christian Boulanger
LicenseLGPL/EPL
qooxdoo version0.7, 0.8, 1.0
Code SVN (Browse)
Bugs Show Bugs Report Bug

RpcExample

Show and test usage of an RPC backend.

Homepagehttp://qooxdoo.org/contrib/project/rpcexample
Authors Derrell Lipman
LicenseLGPL/EPL
qooxdoo version0.7, 0.8
Code SVN (Browse)
Bugs Show Bugs Report B ug

RpcJava

qooxdoo RPC Server in Java.

Homepagehttp://qooxdoo.org/documentation/0.8/rpc_java
Authors Andreas Junghans
LicenseLGPL/EPL
qooxdoo version0.7, 0.8
Code SVN (Browse)
Bugs Show Bugs Report Bug

RpcPerl

qooxdoo RPC Server in Perl.

Homepagehttp://qooxdoo.org/documentation/0.8/rpc_perl
Authors Nick Glencross
LicenseLGPL/EPL
qooxdoo version0.7, 0.8
Code SVN (Browse)
Bugs Show Bugs Report Bug

RpcPhp

qooxdoo RPC Server in PHP.

Homepagehttp://qooxdoo.org/documentation/0.8/rpc_php
Authors Derrell Lipman
LicenseLGPL/EPL
qooxdoo version0.7, 0.8, 1.0
Code SVN (Browse)
Bugs Show Bugs Report Bug

RpcPython

qooxdoo RPC Server in Python.

Homepagehttp://qooxdoo.org/documentation/RPC_Python
Authors Viktor Ferenczi
Christian Boulanger
LicenseLGPL/EPL
qooxdoo version0.8, 0.9pre
Code SVN (Browse)
Bugs Show Bugs Report Bug

Simulator

Run qooxdoo applications in batch.

This project provides support for qooxdoo in the Selenium environment (http://www.openqa.org/selenium).

HomepageSimulator
Authors Daniel Wagner, Thomas Herchenroeder
LicenseLGPL/EPL
qooxdoo version0.7, 0.8
Code SVN (Browse)
Bugs Show Bugs Report Bug

Soap

A soap client, a soap backend (in python) and a sample remote table model.

HomepageSoap
AuthorsBurak Arslan
LicenseMIT/GPL (a bit controversial, see README)
qooxdoo version0.8
Code SVN (Browse)
Bugs Show Bugs Report Bug

SkeletonApplication

A small demo application

This application demonstrates how to embed contributions into a custom application.

Homepage-
Authors -
LicenseLGPL/EPL
qooxdoo versiontrunk

SkeletonTestRunner

An application skeleton.

This is a skeleton for TestRunner/DemoBrowser/... like application; uses qooxdoo theming.

Homepage-
Authors -
LicenseLGPL/EPL
qooxdoo version0.7, trunk

SkeletonWidget

A Sample widget.

This widget can be used as basis for other contributions

Homepage-
Authors -
LicenseLGPL/EPL
qooxdoo version0.7, trunk

SmartTableModel

Alternative to qx.ui.table.model.Simple, providing advanced filtering, indexing, sorting for large tables. There is also a demo application included for a search-as-you-type filter based on SmartTableModel by Fritz Zaucker.

HomepageSmartTableModel
AuthorsDave Baggett
LicenseLGPL/EPL
qooxdoo version0.8+, trunk
Code SVN (Browse)
Bugs Show Bugs Report Bug

SyntaxHighlight

Widget to show syntax-highlighted JavaScript code.

HomepageSyntaxHighlight
AuthorsMike Rea
LicenseLGPL/EPL
qooxdoo version0.7, trunk
Code SVN (Browse)
Bugs Show Bugs Report Bug

TableColumnMenuGrid

Alternative column visibility menu for Table widget.

HomepageTableColumnMenuGrid
AuthorsDerrell Lipman
LicenseLGPL/EPL
qooxdoo versiontrunk
Code SVN (Browse)
Bugs Show Bugs Report Bug

TextMate

qooxdoo support for the TextMate text editor.

HomepageTextMate
AuthorsFabian Jakobs
LicenseLGPL/EPL
qooxdoo versiontrunk
Code SVN (Browse)
Bugs Show Bugs Report Bug

TileView

A TileView.

HomepageTileView
AuthorsMatthew Gregory
LicenseLGPL/EPL
qooxdoo versiontrunk
Code SVN (Browse)
Bugs Show Bugs Report Bug

TimeChooser

Widget that allows the user to select a time of day.

HomepageTimeChooser
AuthorsDerrell Lipman
LicenseLGPL/EPL
qooxdoo versiontrunk
Code SVN (Browse)
Bugs Show Bugs Report Bug

TimeSpinner

A variant of the spinner class to allow for the entry of a time value with 24 hour clock values.

HomepageTimeSpinner
AuthorsMatthew Gregory, Nathan Hadley
LicenseLGPL/EPL
qooxdoo versiontrunk
Code SVN (Browse)
Bugs Show Bugs Report Bug

Toolbox

An experimental contribution to allow for a browser-controlled usage of the qooxdoo tool chain. It is based upon two previous proofs-of-concept for the framework: buildtool and toolbox.

HomepageToolbox
AuthorsYuecel Beser, Thomas Herchenröder, Andreas Ecker
LicenseLGPL/EPL
qooxdoo version0.7.x, 0.8.x
Code SVN (Browse)
Bugs Show Bugs Report Bug

Translation

This project provides an infrastructure for volunteers to translate the language-specific parts of qooxdoo. If you like to help with updating existing translations or adding new languages, please contact translation AT qooxdoo DOT org . Thanks!

HomepageTranslation
Authors -
LicenseLGPL/EPL
qooxdoo version0.7.4+
Code SVN (Browse)
Bugs Show Bugs Report Bug

UploadJavaApplet

Java Drag & Drop Upload Applet

HomepageUploadJavaApplet
AuthorsChristian Boulanger
LicenseLGPL/EPL
qooxdoo version0.7
Code SVN (Browse)
Bugs Show Bugs Report Bug

UploadWidget

Widget for HTTP file uploads.

HomepageUploadWidget
AuthorsDietrich Streifert
LicenseLGPL/EPL
qooxdoo version0.7, 1.0, trunk
Download0.1, 0.2
Code SVN (Browse)
Bugs Show Bugs Report Bug

Weida

Weida is a qooxdoo web based Integrated development environment. Integrated:

  • Projectmanagement
  • Formeditor
  • Sourcecodeeditor
  • Build process execution
  • Integration of qooxdoo docs
  • Open source

Nothing of it is 100% finished, but the basics are working quite good.

HomepageWeida
AuthorsLeander Hanwald
LicenseLGPL/EPL
qooxdoo version0.7.1
Code SVN (Browse)
Bugs Show Bugs Report Bug

WindowManager

Extended window manager

HomepageWindowManager
AuthorsSimon Bull
LicenseLGPL/EPL
qooxdoo version0.6.6, 0.6.7
Code SVN (Browse)
Bugs Show Bugs Report Bug

Information

Last modified:
2010/01/21 15:25 by jrass

Account

Not logged in

 
 

Rich Ajax Platform (RAP)

RAP uses qooxdoo, Java and the Eclipse development model to build rich web applications. Read more...

qooxdoo Web Toolkit (QWT)

Similar to GWT this framework allows to create impressive qooxdoo applications just using Java. Read more...

Pustefix

Pustefix is a MVC-based web application framework using Java and XML/XSLT. Read more...

 
SourceForge.net Logo

Bad Behavior has blocked 0 potential spam attempts in the last 7 days.