Transport: Continued development of QxTransport, QxRequest and related classes. Greatly improved QxIframeTransport. Also there are many new examples and tests.
XmlHttpLoader: Removed deprecated xmlhttp
API from qooxdoo. Also removed DataHandling examples.
Window: Converted QxWindowManager from a singleton back to a normal class. Added property windowManager to QxWindows to allow the specific use of a windowManager instance. This change makes it possible to more easily implement things like virtual desktops.
Colorselector: Added new color selector implementation. Needs further improvements like dispatching events for buttons, ...
Widget: Minor bugfix regarding the caching of visible children. Minor bugfixes to remove old states from buttons that have just been disabled, ... Minor bugfixes and improvements of appearance implementation to allow the dynamic switch of appearances on not-already created widgets.
Client: Added runsLocally getter.
Cookie Storage: Added some examples
Icons: Added mimeType icons.
Application: Moved unload handling from QxApplication to QxObjectCore. Removed some dependencies and made them optional, e.g. QxImageManager.
Native: Fixed regexps in methods to trim a string. Added JavaScript generics support for older JavaScript engines, e.g. MSHTML.
XmlExtras: Minor bugfixes.
DragAndDropManager: Minor bugfixes
SelectionManager: Minor bugfixes