This is an important maintainance release that includes many bugfixes. Every user of the previous 0.7 release is advised to migrate to this release, which is regarded as the most stable release of the 0.7.x line of qooxdoo.
qx.ui.tree.Tree
. include
and patch
.base:true
. This means, if enabled, that the appearance entry includes the defintion of the derived theme in the same way like include
works locally for that theme.qx.lang.Function
got a new method globalEval()
to evaluate script in a global contextqx.lang.String
has got a new method toArray()
which converts a string to an Array (splitting at each character/whitespace).qx.util.Type
was added (easy object type detection)qx.util.EditDistance
was added (Class to implement different edit distance ideas.)qx.dev.Tokenizer
was added (Simple JavaScript tokenizer used to print syntax-highlighted JavaScript code.)#resource(image:image)
to #resource(custom.image:image)
. This change makes it possible to add paths to already existing resource identifiers e.g. qx.icontheme
.#
prefixed) meta information that is declared at the beginning of a line.qx.dom.String.escapeEntities()
toCamelCase()
, startsWith()
and endsWith()
of class qx.lang.String
were improved regarding their performanceset()
now also supports to set one property at time using set(propertyName, propertyValue)
.get
was re-added to get the value of a property by name e.g. instance.get(propertyName);
reset
was added to reset the value of a property by name e.g. instance.reset(propertyName);
box-sizing
attribute was improved. This fixed layout issues in Safari 3 Beta.qx.core.Aspect
)qx.core.Log
(improved Webkit compatibility)WindowAppender
was improved (popup handling, filtering support, layout, …)qx.core.Object
IframeTransport
now correctly switches to sending
state when starting backend communicationkeyCode
property was removed. Please use keyIdentifier
instead.Window
, etc.Spinner
and ComboBox
to allow for a more flexible layout. BackgroundColor
support for both Spinner
and ComboBox
was fixed.Ext
theme can now be used standalone. The extend
attribute to Classic
was removed. This change should reduce the size of final applications that only depend on the Ext
theme.ResizeablePopup
was renamed to ResizablePopup
(without e
)Table
now correctly supports font handling introduced with 0.7 (by inheritance)underline
support in Font
classWidget
properties: backgroundColor
, zIndex
, textColor
, border
, font
, overflow
and tabIndex
scrollX
and scrollY
in Internet Explorer)readOnly
state for TextField
was added (useful for appearance themes)textColor
property of TextField
was fixedspellCheck
property was added to TextField
, TextArea
qx.ui.window.Window
was extendedload
event has got a major improvement and fires correctly now in all supported browsers (even IE)reload()
was fixed and improved in Iframe
class.