Update of /cvsroot/qooxdoo/qooxdoo/source/script/widgets
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31057/source/script/widgets
Modified Files:
Tag: renderer
QxAtom.js QxBarView.js QxBarViewBar.js QxBarViewButton.js
QxBarViewPage.js QxBarViewPane.js QxBlocker.js QxBoxLayout.js
QxButton.js QxCanvasLayout.js QxCheckBox.js
QxCheckBoxFieldSet.js QxClientDocument.js QxComboBox.js
QxCommonView.js QxCommonViewBar.js QxCommonViewButton.js
QxCommonViewPage.js QxCommonViewPane.js QxDockLayout.js
QxFieldSet.js QxFlash.js QxFlowLayout.js QxGallery.js
QxGalleryList.js QxGridLayout.js QxHorizontalBoxLayout.js
QxHorizontalSpacer.js QxHtml.js QxIconHtml.js QxIframe.js
QxImage.js QxInline.js QxInputCheckIcon.js QxLabel.js
QxLabelCore.js QxLink.js QxList.js QxListItem.js QxListView.js
QxListViewContentCellHtml.js QxListViewContentCellIconHtml.js
QxListViewContentCellImage.js QxListViewContentCellLink.js
QxListViewContentCellText.js QxListViewHeader.js
QxListViewHeaderCell.js QxListViewHeaderSeparator.js
QxListViewPane.js QxMenu.js QxMenuBar.js QxMenuBarButton.js
QxMenuButton.js QxMenuCheckBox.js QxMenuLayout.js
QxMenuRadioButton.js QxMenuSeparator.js QxNode.js
QxPasswordField.js QxPopup.js QxPopupAtom.js QxRadioButton.js
QxRadioButtonFieldSet.js QxRepeatButton.js QxSpinner.js
QxTabView.js QxTabViewBar.js QxTabViewButton.js
QxTabViewPage.js QxTabViewPane.js QxTerminator.js QxText.js
QxTextArea.js QxTextField.js QxToolBar.js QxToolBarButton.js
QxToolBarCheckBox.js QxToolBarMenuButton.js QxToolBarPart.js
QxToolBarPartHandle.js QxToolBarRadioButton.js
QxToolBarSeparator.js QxToolTip.js QxTree.js QxTreeElement.js
QxTreeFile.js QxTreeFolder.js QxVerticalBoxLayout.js
QxVerticalSpacer.js QxWindow.js
Log Message:
Modified comment blocks to end at col 76
Index: QxListViewContentCellImage.js
===================================================================
RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/widgets/Attic/QxListViewContentCellImage.js,v
retrieving revision 1.1.2.9
retrieving revision 1.1.2.10
diff -C2 -d -r1.1.2.9 -r1.1.2.10
*** QxListViewContentCellImage.js 13 Jan 2006 10:50:26 -0000 1.1.2.9
--- QxListViewContentCellImage.js 16 Jan 2006 16:11:57 -0000 1.1.2.10
***************
*** 1,3 ****
! /* ****************************************************************************
qooxdoo - the new era of web interface development
--- 1,3 ----
! /* ************************************************************************
qooxdoo - the new era of web interface development
***************
*** 22,32 ****
<andreas dot ecker at 1und1 dot de>
! **************************************************************************** */
! /* ****************************************************************************
#package(listview)
! **************************************************************************** */
function QxListViewContentCellImage(vSource, vWidth, vHeight) {
--- 22,32 ----
<andreas dot ecker at 1und1 dot de>
! ************************************************************************ */
! /* ************************************************************************
#package(listview)
! ************************************************************************ */
function QxListViewContentCellImage(vSource, vWidth, vHeight) {
***************
*** 45,51 ****
/*
! ------------------------------------------------------------------------------------
CUSTOM SETTER
! ------------------------------------------------------------------------------------
*/
--- 45,51 ----
/*
! ---------------------------------------------------------------------------
CUSTOM SETTER
! ---------------------------------------------------------------------------
*/
Index: QxListViewContentCellLink.js
===================================================================
RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/widgets/Attic/QxListViewContentCellLink.js,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -C2 -d -r1.1.2.6 -r1.1.2.7
*** QxListViewContentCellLink.js 13 Jan 2006 10:50:26 -0000 1.1.2.6
--- QxListViewContentCellLink.js 16 Jan 2006 16:11:57 -0000 1.1.2.7
***************
*** 1,3 ****
! /* ****************************************************************************
qooxdoo - the new era of web interface development
--- 1,3 ----
! /* ************************************************************************
qooxdoo - the new era of web interface development
***************
*** 22,32 ****
<andreas dot ecker at 1und1 dot de>
! **************************************************************************** */
! /* ****************************************************************************
#package(listview)
! **************************************************************************** */
function QxListViewContentCellLink(vHtml)
--- 22,32 ----
<andreas dot ecker at 1und1 dot de>
! ************************************************************************ */
! /* ************************************************************************
#package(listview)
! ************************************************************************ */
function QxListViewContentCellLink(vHtml)
Index: QxRadioButton.js
===================================================================
RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/widgets/QxRadioButton.js,v
retrieving revision 1.2.2.22
retrieving revision 1.2.2.23
diff -C2 -d -r1.2.2.22 -r1.2.2.23
*** QxRadioButton.js 19 Dec 2005 12:34:59 -0000 1.2.2.22
--- QxRadioButton.js 16 Jan 2006 16:11:57 -0000 1.2.2.23
***************
*** 1,3 ****
! /* ****************************************************************************
qooxdoo - the new era of web interface development
--- 1,3 ----
! /* ************************************************************************
qooxdoo - the new era of web interface development
***************
*** 22,33 ****
<andreas dot ecker at 1und1 dot de>
! **************************************************************************** */
! /* ****************************************************************************
#package(form)
#require(QxRadioManager)
! **************************************************************************** */
function QxRadioButton(vText, vValue, vName, vChecked) {
--- 22,33 ----
<andreas dot ecker at 1und1 dot de>
! ************************************************************************ */
! /* ************************************************************************
#package(form)
#require(QxRadioManager)
! ************************************************************************ */
function QxRadioButton(vText, vValue, vName, vChecked) {
***************
*** 40,46 ****
/*
! ------------------------------------------------------------------------------------
PROPERTIES
! ------------------------------------------------------------------------------------
*/
--- 40,46 ----
/*
! ---------------------------------------------------------------------------
PROPERTIES
! ---------------------------------------------------------------------------
*/
***************
*** 55,61 ****
/*
! ------------------------------------------------------------------------------------
ICON HANDLING
! ------------------------------------------------------------------------------------
*/
--- 55,61 ----
/*
! ---------------------------------------------------------------------------
ICON HANDLING
! ---------------------------------------------------------------------------
*/
***************
*** 66,72 ****
/*
! ------------------------------------------------------------------------------------
MODIFIER
! ------------------------------------------------------------------------------------
*/
--- 66,72 ----
/*
! ---------------------------------------------------------------------------
MODIFIER
! ---------------------------------------------------------------------------
*/
***************
*** 126,132 ****
/*
! ------------------------------------------------------------------------------------
EVENT-HANDLER
! ------------------------------------------------------------------------------------
*/
--- 126,132 ----
/*
! ---------------------------------------------------------------------------
EVENT-HANDLER
! ---------------------------------------------------------------------------
*/
***************
*** 175,181 ****
/*
! ------------------------------------------------------------------------------------
DISPOSER
! ------------------------------------------------------------------------------------
*/
--- 175,181 ----
/*
! ---------------------------------------------------------------------------
DISPOSER
! ---------------------------------------------------------------------------
*/
Index: QxTextField.js
===================================================================
RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/widgets/QxTextField.js,v
retrieving revision 1.5.2.39
retrieving revision 1.5.2.40
diff -C2 -d -r1.5.2.39 -r1.5.2.40
*** QxTextField.js 13 Jan 2006 10:50:26 -0000 1.5.2.39
--- QxTextField.js 16 Jan 2006 16:11:57 -0000 1.5.2.40
***************
*** 1,3 ****
! /* ****************************************************************************
qooxdoo - the new era of web interface development
--- 1,3 ----
! /* ************************************************************************
qooxdoo - the new era of web interface development
***************
*** 22,38 ****
<andreas dot ecker at 1und1 dot de>
! **************************************************************************** */
! /* ****************************************************************************
#package(form)
! **************************************************************************** */
function QxTextField(vValue)
{
! // ***********************************************************************
// INIT
! // ***********************************************************************
QxTerminator.call(this);
--- 22,38 ----
<andreas dot ecker at 1und1 dot de>
! ************************************************************************ */
! /* ************************************************************************
#package(form)
! ************************************************************************ */
function QxTextField(vValue)
{
! // ************************************************************************
// INIT
! // ************************************************************************
QxTerminator.call(this);
***************
*** 42,48 ****
! // ***********************************************************************
// BEHAVIOR
! // ***********************************************************************
this.setTagName("INPUT");
this.setHtmlProperty("type", "text");
--- 42,48 ----
! // ************************************************************************
// BEHAVIOR
! // ************************************************************************
this.setTagName("INPUT");
this.setHtmlProperty("type", "text");
***************
*** 52,58 ****
! // ***********************************************************************
// EVENTS
! // ***********************************************************************
this.enableInlineEvent(QxConst.EVENT_TYPE_INPUT);
--- 52,58 ----
! // ************************************************************************
// EVENTS
! // ************************************************************************
this.enableInlineEvent(QxConst.EVENT_TYPE_INPUT);
***************
*** 67,73 ****
/*
! ------------------------------------------------------------------------------------
PROPERTIES
! ------------------------------------------------------------------------------------
*/
--- 67,73 ----
/*
! ---------------------------------------------------------------------------
PROPERTIES
! ---------------------------------------------------------------------------
*/
***************
*** 88,94 ****
/*
! ------------------------------------------------------------------------------------
CLONING
! ------------------------------------------------------------------------------------
*/
--- 88,94 ----
/*
! ---------------------------------------------------------------------------
CLONING
! ---------------------------------------------------------------------------
*/
***************
*** 99,105 ****
/*
! ------------------------------------------------------------------------------------
MODIFIERS
! ------------------------------------------------------------------------------------
*/
--- 99,105 ----
/*
! ---------------------------------------------------------------------------
MODIFIERS
! ---------------------------------------------------------------------------
*/
***************
*** 131,137 ****
/*
! ------------------------------------------------------------------------------------
UTILITIES
! ------------------------------------------------------------------------------------
*/
--- 131,137 ----
/*
! ---------------------------------------------------------------------------
UTILITIES
! ---------------------------------------------------------------------------
*/
***************
*** 147,153 ****
/*
! ------------------------------------------------------------------------------------
VALIDATION
! ------------------------------------------------------------------------------------
*/
--- 147,153 ----
/*
! ---------------------------------------------------------------------------
VALIDATION
! ---------------------------------------------------------------------------
*/
***************
*** 177,183 ****
/*
! ------------------------------------------------------------------------------------
PREFERRED DIMENSIONS
! ------------------------------------------------------------------------------------
*/
--- 177,183 ----
/*
! ---------------------------------------------------------------------------
PREFERRED DIMENSIONS
! ---------------------------------------------------------------------------
*/
***************
*** 195,201 ****
/*
! ------------------------------------------------------------------------------------
EVENT-HANDLER
! ------------------------------------------------------------------------------------
*/
--- 195,201 ----
/*
! ---------------------------------------------------------------------------
EVENT-HANDLER
! ---------------------------------------------------------------------------
*/
***************
*** 228,234 ****
/*
! ------------------------------------------------------------------------------------
CROSS-BROWSER SELECTION HANDLING
! ------------------------------------------------------------------------------------
*/
--- 228,234 ----
/*
! ---------------------------------------------------------------------------
CROSS-BROWSER SELECTION HANDLING
! ---------------------------------------------------------------------------
*/
***************
*** 470,476 ****
/*
! ------------------------------------------------------------------------------------
DISPOSER
! ------------------------------------------------------------------------------------
*/
--- 470,476 ----
/*
! ---------------------------------------------------------------------------
DISPOSER
! ---------------------------------------------------------------------------
*/
Index: QxTabView.js
===================================================================
RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/widgets/Attic/QxTabView.js,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -C2 -d -r1.1.2.5 -r1.1.2.6
*** QxTabView.js 13 Jan 2006 10:50:26 -0000 1.1.2.5
--- QxTabView.js 16 Jan 2006 16:11:57 -0000 1.1.2.6
***************
*** 1,3 ****
! /* ****************************************************************************
qooxdoo - the new era of web interface development
--- 1,3 ----
! /* ************************************************************************
qooxdoo - the new era of web interface development
***************
*** 22,32 ****
<andreas dot ecker at 1und1 dot de>
! **************************************************************************** */
! /* ****************************************************************************
#package(tabview)
! **************************************************************************** */
function QxTabView() {
--- 22,32 ----
<andreas dot ecker at 1und1 dot de>
! ************************************************************************ */
! /* ************************************************************************
#package(tabview)
! ************************************************************************ */
function QxTabView() {
***************
*** 41,47 ****
/*
! ------------------------------------------------------------------------------------
PROPERTIES
! ------------------------------------------------------------------------------------
*/
--- 41,47 ----
/*
! ---------------------------------------------------------------------------
PROPERTIES
! ---------------------------------------------------------------------------
*/
***************
*** 57,63 ****
/*
! ------------------------------------------------------------------------------------
MODIFIER
! ------------------------------------------------------------------------------------
*/
--- 57,63 ----
/*
! ---------------------------------------------------------------------------
MODIFIER
! ---------------------------------------------------------------------------
*/
Index: QxLink.js
===================================================================
RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/widgets/Attic/QxLink.js,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -d -r1.1.2.3 -r1.1.2.4
*** QxLink.js 19 Dec 2005 14:29:20 -0000 1.1.2.3
--- QxLink.js 16 Jan 2006 16:11:57 -0000 1.1.2.4
***************
*** 1,3 ****
! /* ****************************************************************************
qooxdoo - the new era of web interface development
--- 1,3 ----
! /* ************************************************************************
qooxdoo - the new era of web interface development
***************
*** 22,32 ****
<andreas dot ecker at 1und1 dot de>
! **************************************************************************** */
! /* ****************************************************************************
#package(simpleterminators)
! **************************************************************************** */
function QxLink(vHtml, vUri, vTarget)
--- 22,32 ----
<andreas dot ecker at 1und1 dot de>
! ************************************************************************ */
! /* ************************************************************************
#package(simpleterminators)
! ************************************************************************ */
function QxLink(vHtml, vUri, vTarget)
***************
*** 51,57 ****
/*
! ------------------------------------------------------------------------------------
PROPERTIES
! ------------------------------------------------------------------------------------
*/
--- 51,57 ----
/*
! ---------------------------------------------------------------------------
PROPERTIES
! ---------------------------------------------------------------------------
*/
***************
*** 72,78 ****
/*
! ------------------------------------------------------------------------------------
UTILITIES
! ------------------------------------------------------------------------------------
*/
--- 72,78 ----
/*
! ---------------------------------------------------------------------------
UTILITIES
! ---------------------------------------------------------------------------
*/
Index: QxMenuLayout.js
===================================================================
RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/widgets/Attic/QxMenuLayout.js,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -d -r1.1.2.4 -r1.1.2.5
*** QxMenuLayout.js 13 Jan 2006 10:50:26 -0000 1.1.2.4
--- QxMenuLayout.js 16 Jan 2006 16:11:57 -0000 1.1.2.5
***************
*** 1,3 ****
! /* ****************************************************************************
qooxdoo - the new era of web interface development
--- 1,3 ----
! /* ************************************************************************
qooxdoo - the new era of web interface development
***************
*** 22,32 ****
<andreas dot ecker at 1und1 dot de>
! **************************************************************************** */
! /* ****************************************************************************
#package(menu)
! **************************************************************************** */
/*!
--- 22,32 ----
<andreas dot ecker at 1und1 dot de>
! ************************************************************************ */
! /* ************************************************************************
#package(menu)
! ************************************************************************ */
/*!
***************
*** 52,58 ****
/*
! ------------------------------------------------------------------------------------
INIT LAYOUT IMPL
! ------------------------------------------------------------------------------------
*/
--- 52,58 ----
/*
! ---------------------------------------------------------------------------
INIT LAYOUT IMPL
! ---------------------------------------------------------------------------
*/
Index: QxCommonView.js
===================================================================
RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/widgets/Attic/QxCommonView.js,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -C2 -d -r1.1.2.5 -r1.1.2.6
*** QxCommonView.js 13 Jan 2006 10:50:26 -0000 1.1.2.5
--- QxCommonView.js 16 Jan 2006 16:11:56 -0000 1.1.2.6
***************
*** 1,3 ****
! /* ****************************************************************************
qooxdoo - the new era of web interface development
--- 1,3 ----
! /* ************************************************************************
qooxdoo - the new era of web interface development
***************
*** 22,32 ****
<andreas dot ecker at 1und1 dot de>
! **************************************************************************** */
! /* ****************************************************************************
#package(viewcommon)
! **************************************************************************** */
function QxCommonView(vBarClass, vPaneClass)
--- 22,32 ----
<andreas dot ecker at 1und1 dot de>
! ************************************************************************ */
! /* ************************************************************************
#package(viewcommon)
! ************************************************************************ */
function QxCommonView(vBarClass, vPaneClass)
***************
*** 48,54 ****
/*
! ------------------------------------------------------------------------------------
UTILITY
! ------------------------------------------------------------------------------------
*/
--- 48,54 ----
/*
! ---------------------------------------------------------------------------
UTILITY
! ---------------------------------------------------------------------------
*/
***************
*** 67,73 ****
/*
! ------------------------------------------------------------------------------------
DISPOSER
! ------------------------------------------------------------------------------------
*/
--- 67,73 ----
/*
! ---------------------------------------------------------------------------
DISPOSER
! ---------------------------------------------------------------------------
*/
Index: QxIframe.js
===================================================================
RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/widgets/QxIframe.js,v
retrieving revision 1.1.2.18
retrieving revision 1.1.2.19
diff -C2 -d -r1.1.2.18 -r1.1.2.19
*** QxIframe.js 13 Jan 2006 10:50:26 -0000 1.1.2.18
--- QxIframe.js 16 Jan 2006 16:11:57 -0000 1.1.2.19
***************
*** 1,3 ****
! /* ****************************************************************************
qooxdoo - the new era of web interface development
--- 1,3 ----
! /* ************************************************************************
qooxdoo - the new era of web interface development
***************
*** 22,32 ****
<andreas dot ecker at 1und1 dot de>
! **************************************************************************** */
! /* ****************************************************************************
#package(frame)
! **************************************************************************** */
function QxIframe(vSrc)
--- 22,32 ----
<andreas dot ecker at 1und1 dot de>
! ************************************************************************ */
! /* ************************************************************************
#package(frame)
! ************************************************************************ */
function QxIframe(vSrc)
***************
*** 58,64 ****
/*
! ------------------------------------------------------------------------------------
MODIFIER
! ------------------------------------------------------------------------------------
*/
--- 58,64 ----
/*
! ---------------------------------------------------------------------------
MODIFIER
! ---------------------------------------------------------------------------
*/
***************
*** 129,135 ****
/*
! ------------------------------------------------------------------------------------
WINDOW & DOCUMENT ACCESS
! ------------------------------------------------------------------------------------
*/
--- 129,135 ----
/*
! ---------------------------------------------------------------------------
WINDOW & DOCUMENT ACCESS
! ---------------------------------------------------------------------------
*/
***************
*** 178,184 ****
/*
! ------------------------------------------------------------------------------------
LOAD STATUS
! ------------------------------------------------------------------------------------
*/
--- 178,184 ----
/*
! ---------------------------------------------------------------------------
LOAD STATUS
! ---------------------------------------------------------------------------
*/
***************
*** 207,213 ****
/*
! ------------------------------------------------------------------------------------
DISPOSE
! ------------------------------------------------------------------------------------
*/
--- 207,213 ----
/*
! ---------------------------------------------------------------------------
DISPOSE
! ---------------------------------------------------------------------------
*/
***************
*** 233,239 ****
/*
! ------------------------------------------------------------------------------------
INIT
! ------------------------------------------------------------------------------------
*/
QxIframe.init = function()
--- 233,239 ----
/*
! ---------------------------------------------------------------------------
INIT
! ---------------------------------------------------------------------------
*/
QxIframe.init = function()
Index: QxGalleryList.js
===================================================================
RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/widgets/QxGalleryList.js,v
retrieving revision 1.7.2.6
retrieving revision 1.7.2.7
diff -C2 -d -r1.7.2.6 -r1.7.2.7
*** QxGalleryList.js 20 Dec 2005 08:17:05 -0000 1.7.2.6
--- QxGalleryList.js 16 Jan 2006 16:11:57 -0000 1.7.2.7
***************
*** 1,3 ****
! /* ****************************************************************************
qooxdoo - the new era of web interface development
--- 1,3 ----
! /* ************************************************************************
qooxdoo - the new era of web interface development
***************
*** 22,33 ****
<andreas dot ecker at 1und1 dot de>
! **************************************************************************** */
! /* ****************************************************************************
#package(gallery)
#require(QxDomSelectionManager)
! **************************************************************************** */
function QxGalleryList(galleryList)
--- 22,33 ----
<andreas dot ecker at 1und1 dot de>
! ************************************************************************ */
! /* ************************************************************************
#package(gallery)
#require(QxDomSelectionManager)
! ************************************************************************ */
function QxGalleryList(galleryList)
***************
*** 65,71 ****
/*
! ------------------------------------------------------------------------------------
ELEMENT HANDLING
! ------------------------------------------------------------------------------------
*/
--- 65,71 ----
/*
! -------------------------------------------...
[truncated message content] |