Sebastian Werner schrieb:
Kent Olsson schrieb:
Attach diff files instead.
Thanks Kent.
The patch for QxColorCore.js will be delayed a bit. This is just because
for the release the only colors supported should be real "CSS" Operating
System Colors. We will change this area after bringing out the release
and add more customized colors.
QxStatusBar.js seems to fail at line 3 (HUNK #1 FAILED at 3.)
QxStatusBarPane.js seems to fail at line 3, too.
Can you please send the complete js-files?
Or better yet, send patches against the qooxdoo CVS. Not your internal
versions. Thanks.
theme.diff could not be patched for contributed sections. You could try
to add this appearance inside your class to the currently selected
appearance theme.
QxAppearanceThemeManager.getAppearanceTheme().registerAppearance("image",
{ [...] });
Sebastian
Kent
On Tue, 2006-02-07 at 07:22 +0100, Sebastian Werner wrote:
Hi Kent,
can you please send your patches again in a zip file (as attachment).
Thank you.
Sebastian
Kent Olsson schrieb:
addition to QxColorCore.js in function QxColor.namedThemes structure:
statusbar : 1
addition to theme.js:
/*
---------------------------------------------------------------------------
STATUSBAR
---------------------------------------------------------------------------
*/
theme.registerAppearance("statusbar",
{
setup : function()
{
this.bgcolor = new QxColorObject("statusbar");
},
initial : function(vWidget, vTheme)
{
return {
width : null,
height : 24,
overflow : QxConst.OVERFLOW_VALUE_HIDDEN,
backgroundColor : this.bgcolor,
border : QxBorderObject.presets.thinOutset,
paddingTop : 1,
paddingRight : 1,
paddingBottom : 1,
paddingLeft : 1
};
}
});
theme.registerAppearance("statusbar-pane",
{
initial : function(vWidget,vTheme)
{
return{
width : QxConst.CORE_AUTO,
height : null,
border : QxBorderObject.presets.thinInset,
verticalChildrenAlign : QxConst.ALIGN_MIDDLE
};
}
});
theme.registerAppearance("statusbar-component",
{
initial : function(vWidget,vTheme)
{
return{
paddingRight : 1,
paddingLeft : 1
};
}
});
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through
log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through
log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log
files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel