This is expected to be a "true" minor release, which mostly includes bugfixes and internal modifications, but no new functionality or API changes.
Well, it does in fact include one API change: the previous qx.Class
, which is used to attach static members, is going to be replaced by qx.Clazz
. This change will remove a potential naming conflict with a future release 0.7 that will include qooxdoo's improved OO features.
It is recommended that every qooxdoo application is to be migrated to this version, as it is expected to be the most stable and as a milestone for a migration to qooxdoo 0.7.
qx.ui.core.Widget.flushGlobalQueues()
) obsolete.qx.ui.treevirtual.TreeVirtual
. Please note that this widget is still in active development.qx.ui.table.AbstractResizeBehavior
(An abstract resize behavior. All resize behaviors should extend this class.)qx.ui.table.ResizeTableColumnModel
(A table column model that automagically resizes columns based on a selected behavior.)qx.ui.table.DefaultResizeBehavior
.iterateCachedRows
to the RemoteTableModel
.qx.io.remote
classes to improve the usability of POST http requests. Regarded as a temporary improvement before a future transport API consolidation.qx.dev.Debug
class with some useful debug functions.make check
).qx.Class
has been renamed to qx.Clazz
to avoid a future name clash with 0.7.qx.log.Logger
, qx.event.handler.KeyEventHandler
, qx.locale.LocaleManager
, qx.ui.table.TablePane
, qx.ui.table.DefaultDataRowRenderer
, qx.ui.core.ClientDocument
, qx.ui.core.ScrollBar
, qx.util.format.DateFormat
qx.io.remote
classes (added cache control headers etc.)qx.core.Client
regarding PPC machinesqx.ui.window.Window
.qx.ui.embed.GalleryList
and qx.ui.embed.Gallery
qx.ui.embed.Iframe
(background image)GuiBuilder
to support menu buttonsNumberFormat
qx.dev.Pollution
to better ignore native code.applyStyle
functions in qx.ui.core.Widget
.qx.io.remote
. Converted old qtdoc comments to javadoc.