qooxdoo-commit Mailing List for qooxdoo (Page 1433)
Brought to you by:
ecker,
martinwittemann
You can subscribe to this list here.
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(6) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2006 |
Jan
(453) |
Feb
(800) |
Mar
(247) |
Apr
(324) |
May
(172) |
Jun
(145) |
Jul
(265) |
Aug
(447) |
Sep
(271) |
Oct
(312) |
Nov
(327) |
Dec
(472) |
| 2007 |
Jan
(493) |
Feb
(631) |
Mar
(565) |
Apr
(469) |
May
(757) |
Jun
(460) |
Jul
(440) |
Aug
(411) |
Sep
(813) |
Oct
(339) |
Nov
(112) |
Dec
(215) |
| 2008 |
Jan
(423) |
Feb
(671) |
Mar
(578) |
Apr
(566) |
May
(498) |
Jun
(411) |
Jul
(845) |
Aug
(1208) |
Sep
(176) |
Oct
(144) |
Nov
(216) |
Dec
(353) |
| 2009 |
Jan
(363) |
Feb
(700) |
Mar
(416) |
Apr
(362) |
May
(292) |
Jun
(238) |
Jul
(243) |
Aug
(216) |
Sep
(287) |
Oct
(304) |
Nov
(300) |
Dec
(416) |
| 2010 |
Jan
(200) |
Feb
(200) |
Mar
(183) |
Apr
(259) |
May
(217) |
Jun
(241) |
Jul
(320) |
Aug
(330) |
Sep
(209) |
Oct
(217) |
Nov
(460) |
Dec
(392) |
| 2011 |
Jan
(338) |
Feb
(465) |
Mar
(1257) |
Apr
(433) |
May
(505) |
Jun
(417) |
Jul
(438) |
Aug
(241) |
Sep
(258) |
Oct
(223) |
Nov
(224) |
Dec
(172) |
| 2012 |
Jan
(151) |
Feb
(119) |
Mar
(220) |
Apr
(182) |
May
(236) |
Jun
(264) |
Jul
(188) |
Aug
(145) |
Sep
(186) |
Oct
(183) |
Nov
(243) |
Dec
(126) |
| 2013 |
Jan
(133) |
Feb
(165) |
Mar
(122) |
Apr
(116) |
May
(177) |
Jun
(177) |
Jul
(290) |
Aug
(150) |
Sep
(165) |
Oct
(168) |
Nov
(252) |
Dec
(152) |
| 2014 |
Jan
(109) |
Feb
(150) |
Mar
(135) |
Apr
(186) |
May
(235) |
Jun
(181) |
Jul
(193) |
Aug
(117) |
Sep
(118) |
Oct
(194) |
Nov
(207) |
Dec
(261) |
| 2015 |
Jan
(138) |
Feb
(218) |
Mar
(180) |
Apr
(141) |
May
(114) |
Jun
(24) |
Jul
(22) |
Aug
(14) |
Sep
(22) |
Oct
(11) |
Nov
(7) |
Dec
(10) |
| 2016 |
Jan
(1) |
Feb
(31) |
Mar
(13) |
Apr
(30) |
May
(34) |
Jun
(25) |
Jul
(16) |
Aug
(14) |
Sep
(21) |
Oct
(20) |
Nov
(6) |
Dec
|
|
From: Sebastian W. <wp...@us...> - 2006-01-16 16:12:40
|
Update of /cvsroot/qooxdoo/qooxdoo/source/script/events In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31057/source/script/events Modified Files: Tag: renderer QxDataEvent.js QxDomEvent.js QxDragEvent.js QxEvent.js QxFocusEvent.js QxKeyEvent.js QxKeyEventCore.js QxMouseEvent.js QxMouseEventCore.js Log Message: Modified comment blocks to end at col 76 Index: QxDataEvent.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/events/QxDataEvent.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 *** QxDataEvent.js 16 Dec 2005 18:06:15 -0000 1.1.2.9 --- QxDataEvent.js 16 Jan 2006 16:11:55 -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(core) ! **************************************************************************** */ /*! --- 22,32 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(core) ! ************************************************************************ */ /*! Index: QxDragEvent.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/events/QxDragEvent.js,v retrieving revision 1.3.2.15 retrieving revision 1.3.2.16 diff -C2 -d -r1.3.2.15 -r1.3.2.16 *** QxDragEvent.js 19 Dec 2005 16:28:06 -0000 1.3.2.15 --- QxDragEvent.js 16 Jan 2006 16:11:55 -0000 1.3.2.16 *************** *** 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(dragndrop) ! **************************************************************************** */ /*! --- 22,32 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(dragndrop) ! ************************************************************************ */ /*! *************** *** 56,62 **** /* ! ------------------------------------------------------------------------------------ UTILITIY ! ------------------------------------------------------------------------------------ */ --- 56,62 ---- /* ! --------------------------------------------------------------------------- UTILITIY ! --------------------------------------------------------------------------- */ *************** *** 71,77 **** /* ! ------------------------------------------------------------------------------------ APPLICATION CONNECTION ! ------------------------------------------------------------------------------------ */ --- 71,77 ---- /* ! --------------------------------------------------------------------------- APPLICATION CONNECTION ! --------------------------------------------------------------------------- */ *************** *** 92,98 **** /* ! ------------------------------------------------------------------------------------ DATA SUPPORT ! ------------------------------------------------------------------------------------ */ --- 92,98 ---- /* ! --------------------------------------------------------------------------- DATA SUPPORT ! --------------------------------------------------------------------------- */ *************** *** 119,125 **** /* ! ------------------------------------------------------------------------------------ ACTION SUPPORT ! ------------------------------------------------------------------------------------ */ --- 119,125 ---- /* ! --------------------------------------------------------------------------- ACTION SUPPORT ! --------------------------------------------------------------------------- */ *************** *** 147,153 **** /* ! ------------------------------------------------------------------------------------ DISPOSER ! ------------------------------------------------------------------------------------ */ --- 147,153 ---- /* ! --------------------------------------------------------------------------- DISPOSER ! --------------------------------------------------------------------------- */ Index: QxFocusEvent.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/events/QxFocusEvent.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 *** QxFocusEvent.js 16 Dec 2005 18:06:15 -0000 1.1.2.9 --- QxFocusEvent.js 16 Jan 2006 16:11:55 -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(eventcore) ! **************************************************************************** */ /*! --- 22,32 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(eventcore) ! ************************************************************************ */ /*! Index: QxDomEvent.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/events/Attic/QxDomEvent.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 *** QxDomEvent.js 19 Dec 2005 15:23:05 -0000 1.1.2.4 --- QxDomEvent.js 16 Jan 2006 16:11:55 -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(eventcore) ! **************************************************************************** */ function QxDomEvent(vType, vDomEvent, vDomTarget, vTarget, vOriginalTarget) --- 22,32 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(eventcore) ! ************************************************************************ */ function QxDomEvent(vType, vDomEvent, vDomTarget, vTarget, vOriginalTarget) *************** *** 55,61 **** /* ! ------------------------------------------------------------------------------------ SPECIAL KEY SUPPORT ! ------------------------------------------------------------------------------------ */ --- 55,61 ---- /* ! --------------------------------------------------------------------------- SPECIAL KEY SUPPORT ! --------------------------------------------------------------------------- */ *************** *** 79,85 **** /* ! ------------------------------------------------------------------------------------ PREVENT DEFAULT ! ------------------------------------------------------------------------------------ */ --- 79,85 ---- /* ! --------------------------------------------------------------------------- PREVENT DEFAULT ! --------------------------------------------------------------------------- */ *************** *** 119,125 **** /* ! ------------------------------------------------------------------------------------ DISPOSER ! ------------------------------------------------------------------------------------ */ --- 119,125 ---- /* ! --------------------------------------------------------------------------- DISPOSER ! --------------------------------------------------------------------------- */ Index: QxEvent.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/events/QxEvent.js,v retrieving revision 1.2.2.14 retrieving revision 1.2.2.15 diff -C2 -d -r1.2.2.14 -r1.2.2.15 *** QxEvent.js 16 Dec 2005 18:06:15 -0000 1.2.2.14 --- QxEvent.js 16 Jan 2006 16:11:55 -0000 1.2.2.15 *************** *** 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(eventcore) ! **************************************************************************** */ /*! --- 22,32 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(eventcore) ! ************************************************************************ */ /*! *************** *** 57,63 **** /* ! ------------------------------------------------------------------------------------ SHORTCUTS ! ------------------------------------------------------------------------------------ */ --- 57,63 ---- /* ! --------------------------------------------------------------------------- SHORTCUTS ! --------------------------------------------------------------------------- */ *************** *** 74,80 **** /* ! ------------------------------------------------------------------------------------ DISPOSER ! ------------------------------------------------------------------------------------ */ --- 74,80 ---- /* ! --------------------------------------------------------------------------- DISPOSER ! --------------------------------------------------------------------------- */ Index: QxKeyEventCore.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/events/Attic/QxKeyEventCore.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 *** QxKeyEventCore.js 13 Jan 2006 10:50:26 -0000 1.1.2.4 --- QxKeyEventCore.js 16 Jan 2006 16:11:55 -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,33 **** <andreas dot ecker at 1und1 dot de> ! **************************************************************************** */ ! /* **************************************************************************** #package(eventcore) #require(QxKeyEvent) ! **************************************************************************** */ QxKeyEvent.keys = --- 22,33 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(eventcore) #require(QxKeyEvent) ! ************************************************************************ */ QxKeyEvent.keys = Index: QxMouseEventCore.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/events/Attic/QxMouseEventCore.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 *** QxMouseEventCore.js 13 Jan 2006 10:50:26 -0000 1.1.2.6 --- QxMouseEventCore.js 16 Jan 2006 16:11:55 -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,33 **** <andreas dot ecker at 1und1 dot de> ! **************************************************************************** */ ! /* **************************************************************************** #package(eventcore) #require(QxMouseEvent) ! **************************************************************************** */ QxMouseEvent._screenX = QxMouseEvent._screenY = QxMouseEvent._clientX = QxMouseEvent._clientY = QxMouseEvent._pageX = QxMouseEvent._pageY = 0; --- 22,33 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(eventcore) #require(QxMouseEvent) ! ************************************************************************ */ QxMouseEvent._screenX = QxMouseEvent._screenY = QxMouseEvent._clientX = QxMouseEvent._clientY = QxMouseEvent._pageX = QxMouseEvent._pageY = 0; Index: QxMouseEvent.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/events/QxMouseEvent.js,v retrieving revision 1.3.2.12 retrieving revision 1.3.2.13 diff -C2 -d -r1.3.2.12 -r1.3.2.13 *** QxMouseEvent.js 13 Jan 2006 10:50:26 -0000 1.3.2.12 --- QxMouseEvent.js 16 Jan 2006 16:11:55 -0000 1.3.2.13 *************** *** 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(eventcore) #post(QxMouseEventCore) ! **************************************************************************** */ /*! --- 22,33 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(eventcore) #post(QxMouseEventCore) ! ************************************************************************ */ /*! *************** *** 52,58 **** /* ! ------------------------------------------------------------------------------------ SCREEN COORDINATES SUPPORT ! ------------------------------------------------------------------------------------ */ --- 52,58 ---- /* ! --------------------------------------------------------------------------- SCREEN COORDINATES SUPPORT ! --------------------------------------------------------------------------- */ *************** *** 73,79 **** /* ! ------------------------------------------------------------------------------------ PAGE COORDINATES SUPPORT ! ------------------------------------------------------------------------------------ */ --- 73,79 ---- /* ! --------------------------------------------------------------------------- PAGE COORDINATES SUPPORT ! --------------------------------------------------------------------------- */ *************** *** 132,138 **** /* ! ------------------------------------------------------------------------------------ CLIENT COORDINATES SUPPORT ! ------------------------------------------------------------------------------------ */ --- 132,138 ---- /* ! --------------------------------------------------------------------------- CLIENT COORDINATES SUPPORT ! --------------------------------------------------------------------------- */ *************** *** 168,174 **** /* ! ------------------------------------------------------------------------------------ BUTTON SUPPORT ! ------------------------------------------------------------------------------------ */ --- 168,174 ---- /* ! --------------------------------------------------------------------------- BUTTON SUPPORT ! --------------------------------------------------------------------------- */ *************** *** 236,242 **** /* ! ------------------------------------------------------------------------------------ WHEEL SUPPORT ! ------------------------------------------------------------------------------------ */ --- 236,242 ---- /* ! --------------------------------------------------------------------------- WHEEL SUPPORT ! --------------------------------------------------------------------------- */ Index: QxKeyEvent.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/events/QxKeyEvent.js,v retrieving revision 1.2.2.11 retrieving revision 1.2.2.12 diff -C2 -d -r1.2.2.11 -r1.2.2.12 *** QxKeyEvent.js 13 Jan 2006 10:50:26 -0000 1.2.2.11 --- QxKeyEvent.js 16 Jan 2006 16:11:55 -0000 1.2.2.12 *************** *** 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(eventcore) #post(QxKeyEventCore) ! **************************************************************************** */ /*! --- 22,33 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(eventcore) #post(QxKeyEventCore) ! ************************************************************************ */ /*! |
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 ---- /* ! --------------------------------------------------------------------------- ELEMENT HANDLING ! --------------------------------------------------------------------------- */ *************** *** 83,89 **** /* ! ------------------------------------------------------------------------------------ EVENT HANDLER ! ------------------------------------------------------------------------------------ */ --- 83,89 ---- /* ! --------------------------------------------------------------------------- EVENT HANDLER ! --------------------------------------------------------------------------- */ Index: QxPopup.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/widgets/QxPopup.js,v retrieving revision 1.3.2.28 retrieving revision 1.3.2.29 diff -C2 -d -r1.3.2.28 -r1.3.2.29 *** QxPopup.js 13 Jan 2006 10:50:26 -0000 1.3.2.28 --- QxPopup.js 16 Jan 2006 16:11:57 -0000 1.3.2.29 *************** *** 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(popup) ! **************************************************************************** */ function QxPopup() --- 22,32 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(popup) ! ************************************************************************ */ function QxPopup() *************** *** 66,72 **** /* ! ------------------------------------------------------------------------------------ APPEAR/DISAPPEAR ! ------------------------------------------------------------------------------------ */ --- 66,72 ---- /* ! --------------------------------------------------------------------------- APPEAR/DISAPPEAR ! --------------------------------------------------------------------------- */ *************** *** 98,104 **** /* ! ------------------------------------------------------------------------------------ ACTIVE/INACTIVE ! ------------------------------------------------------------------------------------ */ --- 98,104 ---- /* ! --------------------------------------------------------------------------- ACTIVE/INACTIVE ! --------------------------------------------------------------------------- */ *************** *** 122,128 **** /* ! ------------------------------------------------------------------------------------ FOCUS ! ------------------------------------------------------------------------------------ */ --- 122,128 ---- /* ! --------------------------------------------------------------------------- FOCUS ! --------------------------------------------------------------------------- */ *************** *** 136,142 **** /* ! ------------------------------------------------------------------------------------ Z-Index positioning ! ------------------------------------------------------------------------------------ */ --- 136,142 ---- /* ! --------------------------------------------------------------------------- Z-Index positioning ! --------------------------------------------------------------------------- */ Index: QxCommonViewPage.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/widgets/Attic/QxCommonViewPage.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 *** QxCommonViewPage.js 13 Jan 2006 10:50:26 -0000 1.1.2.5 --- QxCommonViewPage.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 QxCommonViewPage(vButton) --- 22,32 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(viewcommon) ! ************************************************************************ */ function QxCommonViewPage(vButton) *************** *** 46,52 **** /* ! ------------------------------------------------------------------------------------ PROPERTIES ! ------------------------------------------------------------------------------------ */ --- 46,52 ---- /* ! --------------------------------------------------------------------------- PROPERTIES ! --------------------------------------------------------------------------- */ *************** *** 69,75 **** /* ! ------------------------------------------------------------------------------------ MODIFIER ! ------------------------------------------------------------------------------------ */ --- 69,75 ---- /* ! --------------------------------------------------------------------------- MODIFIER ! --------------------------------------------------------------------------- */ Index: QxInline.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/widgets/QxInline.js,v retrieving revision 1.2.2.17 retrieving revision 1.2.2.18 diff -C2 -d -r1.2.2.17 -r1.2.2.18 *** QxInline.js 13 Jan 2006 10:50:26 -0000 1.2.2.17 --- QxInline.js 16 Jan 2006 16:11:57 -0000 1.2.2.18 *************** *** 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(guicore) ! **************************************************************************** */ function QxInline(vId) --- 22,32 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(guicore) ! ************************************************************************ */ function QxInline(vId) Index: QxToolBarRadioButton.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/widgets/QxToolBarRadioButton.js,v retrieving revision 1.1.2.16 retrieving revision 1.1.2.17 diff -C2 -d -r1.1.2.16 -r1.1.2.17 *** QxToolBarRadioButton.js 31 Oct 2005 15:38:11 -0000 1.1.2.16 --- QxToolBarRadioButton.js 16 Jan 2006 16:11:57 -0000 1.1.2.17 *************** *** 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(toolbar) #require(QxRadioManager) ! **************************************************************************** */ function QxToolBarRadioButton(vText, vIcon, vChecked) { --- 22,33 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(toolbar) #require(QxRadioManager) ! ************************************************************************ */ function QxToolBarRadioButton(vText, vIcon, vChecked) { *************** *** 41,47 **** /* ! ------------------------------------------------------------------------------------ PROPERTIES ! ------------------------------------------------------------------------------------ */ --- 41,47 ---- /* ! --------------------------------------------------------------------------- PROPERTIES ! --------------------------------------------------------------------------- */ *************** *** 68,74 **** /* ! ------------------------------------------------------------------------------------ MODIFIER ! ------------------------------------------------------------------------------------ */ --- 68,74 ---- /* ! --------------------------------------------------------------------------- MODIFIER ! --------------------------------------------------------------------------- */ *************** *** 103,109 **** /* ! ------------------------------------------------------------------------------------ EVENTS ! ------------------------------------------------------------------------------------ */ --- 103,109 ---- /* ! --------------------------------------------------------------------------- EVENTS ! --------------------------------------------------------------------------- */ Index: QxTreeFolder.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/widgets/QxTreeFolder.js,v retrieving revision 1.3.2.53 retrieving revision 1.3.2.54 diff -C2 -d -r1.3.2.53 -r1.3.2.54 *** QxTreeFolder.js 13 Jan 2006 10:50:26 -0000 1.3.2.53 --- QxTreeFolder.js 16 Jan 2006 16:11:57 -0000 1.3.2.54 *************** *** 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(tree) ! **************************************************************************** */ function QxTreeFolder(vLabel) --- 22,32 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(tree) ! ************************************************************************ */ function QxTreeFolder(vLabel) *************** *** 54,60 **** /* ! ------------------------------------------------------------------------------------ PROPERTIES ! ------------------------------------------------------------------------------------ */ --- 54,60 ---- /* ! --------------------------------------------------------------------------- PROPERTIES ! --------------------------------------------------------------------------- */ *************** *** 70,76 **** /* ! ------------------------------------------------------------------------------------ UTILITIES ! ------------------------------------------------------------------------------------ */ --- 70,76 ---- /* ! --------------------------------------------------------------------------- UTILITIES ! --------------------------------------------------------------------------- */ *************** *** 119,125 **** /* ! ------------------------------------------------------------------------------------ CHILDREN HANDLING ! ------------------------------------------------------------------------------------ */ --- 119,125 ---- /* ! --------------------------------------------------------------------------- CHILDREN HANDLING ! --------------------------------------------------------------------------- */ *************** *** 270,276 **** /* ! ------------------------------------------------------------------------------------ CHILDREN UTILITIES ! ------------------------------------------------------------------------------------ */ --- 270,276 ---- /* ! --------------------------------------------------------------------------- CHILDREN UTILITIES ! --------------------------------------------------------------------------- */ *************** *** 320,326 **** /* ! ------------------------------------------------------------------------------------ MODIFIER ! ------------------------------------------------------------------------------------ */ --- 320,326 ---- /* ! --------------------------------------------------------------------------- MODIFIER ! --------------------------------------------------------------------------- */ *************** *** 362,368 **** /* ! ------------------------------------------------------------------------------------ EVENT LISTENERS ! ------------------------------------------------------------------------------------ */ --- 362,368 ---- /* ! --------------------------------------------------------------------------- EVENT LISTENERS ! --------------------------------------------------------------------------- */ *************** *** 434,440 **** /* ! ------------------------------------------------------------------------------------ INDENT HELPER ! ------------------------------------------------------------------------------------ */ --- 434,440 ---- /* ! --------------------------------------------------------------------------- INDENT HELPER ! --------------------------------------------------------------------------- */ *************** *** 490,496 **** /* ! ------------------------------------------------------------------------------------ DISPOSER ! ------------------------------------------------------------------------------------ */ --- 490,496 ---- /* ! --------------------------------------------------------------------------- DISPOSER ! --------------------------------------------------------------------------- */ Index: QxMenuBar.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/widgets/QxMenuBar.js,v retrieving revision 1.4.2.13 retrieving revision 1.4.2.14 diff -C2 -d -r1.4.2.13 -r1.4.2.14 *** QxMenuBar.js 19 Dec 2005 14:29:20 -0000 1.4.2.13 --- QxMenuBar.js 16 Jan 2006 16:11:57 -0000 1.4.2.14 *************** *** 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) ! **************************************************************************** */ function QxMenuBar() { --- 22,32 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(menu) ! ************************************************************************ */ function QxMenuBar() { Index: QxMenu.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/widgets/QxMenu.js,v retrieving revision 1.17.2.34 retrieving revision 1.17.2.35 diff -C2 -d -r1.17.2.34 -r1.17.2.35 *** QxMenu.js 16 Jan 2006 10:24:03 -0000 1.17.2.34 --- QxMenu.js 16 Jan 2006 16:11:57 -0000 1.17.2.35 *************** *** 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) ! **************************************************************************** */ function QxMenu() --- 22,32 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(menu) ! ************************************************************************ */ function QxMenu() *************** *** 35,41 **** ! // *********************************************************************** // LAYOUT ! // *********************************************************************** var l = this._layout = new QxMenuLayout; --- 35,41 ---- ! // ************************************************************************ // LAYOUT ! // ************************************************************************ var l = this._layout = new QxMenuLayout; *************** *** 43,49 **** ! // *********************************************************************** // TIMER ! // *********************************************************************** this._openTimer = new QxTimer(this.getOpenInterval()); this._openTimer.addEventListener(QxConst.EVENT_TYPE_INTERVAL, this._onopentimer, this); --- 43,49 ---- ! // ************************************************************************ // TIMER ! // ************************************************************************ this._openTimer = new QxTimer(this.getOpenInterval()); this._openTimer.addEventListener(QxConst.EVENT_TYPE_INTERVAL, this._onopentimer, this); *************** *** 53,59 **** ! // *********************************************************************** // EVENTS ! // *********************************************************************** this.addEventListener(QxConst.EVENT_TYPE_MOUSEOVER, this._onmouseover); --- 53,59 ---- ! // ************************************************************************ // EVENTS ! // ************************************************************************ this.addEventListener(QxConst.EVENT_TYPE_MOUSEOVER, this._onmouseover); *************** *** 64,70 **** ! // *********************************************************************** // REMAPPING ! // *********************************************************************** this.remapChildrenHandlingTo(this._layout); --- 64,70 ---- ! // ************************************************************************ // REMAPPING ! // ************************************************************************ this.remapChildrenHandlingTo(this._layout); *************** *** 78,84 **** /* ! ------------------------------------------------------------------------------------ PROPERTIES ! ------------------------------------------------------------------------------------ */ --- 78,84 ---- /* ! --------------------------------------------------------------------------- PROPERTIES ! --------------------------------------------------------------------------- */ *************** *** 111,117 **** /* ! ------------------------------------------------------------------------------------ UTILITIES ! ------------------------------------------------------------------------------------ */ --- 111,117 ---- /* ! --------------------------------------------------------------------------- UTILITIES ! --------------------------------------------------------------------------- */ *************** *** 127,133 **** /* ! ------------------------------------------------------------------------------------ APPEAR/DISAPPEAR ! ------------------------------------------------------------------------------------ */ --- 127,133 ---- /* ! --------------------------------------------------------------------------- APPEAR/DISAPPEAR ! --------------------------------------------------------------------------- */ *************** *** 176,182 **** /* ! ------------------------------------------------------------------------------------ MODIFIER ! ------------------------------------------------------------------------------------ */ --- 176,182 ---- /* ! --------------------------------------------------------------------------- MODIFIER ! --------------------------------------------------------------------------- */ *************** *** 242,249 **** /* ! ------------------------------------------------------------------------------------ LOCATIONS AND DIMENSIONS OF CHILDRENS CHILDREN: CREATE VARIABLES ! ------------------------------------------------------------------------------------ */ --- 242,249 ---- /* ! --------------------------------------------------------------------------- LOCATIONS AND DIMENSIONS OF CHILDRENS CHILDREN: CREATE VARIABLES ! --------------------------------------------------------------------------- */ *************** *** 268,275 **** /* ! ------------------------------------------------------------------------------------ LOCATIONS AND DIMENSIONS OF CHILDRENS CHILDREN: MAX WIDTH COMPUTERS ! ------------------------------------------------------------------------------------ */ --- 268,275 ---- /* ! --------------------------------------------------------------------------- LOCATIONS AND DIMENSIONS OF CHILDRENS CHILDREN: MAX WIDTH COMPUTERS ! --------------------------------------------------------------------------- */ *************** *** 390,397 **** /* ! ------------------------------------------------------------------------------------ LOCATIONS AND DIMENSIONS OF CHILDRENS CHILDREN: POSITION COMPUTERS ! ------------------------------------------------------------------------------------ */ --- 390,397 ---- /* ! --------------------------------------------------------------------------- LOCATIONS AND DIMENSIONS OF CHILDRENS CHILDREN: POSITION COMPUTERS ! --------------------------------------------------------------------------- */ *************** *** 423,430 **** /* ! ------------------------------------------------------------------------------------ LOCATIONS AND DIMENSIONS OF CHILDRENS CHILDREN: INVALIDATION OF CACHE ! ------------------------------------------------------------------------------------ */ --- 423,430 ---- /* ! --------------------------------------------------------------------------- LOCATIONS AND DIMENSIONS OF CHILDRENS CHILDREN: INVALIDATION OF CACHE ! --------------------------------------------------------------------------- */ *************** *** 480,487 **** /* ! ------------------------------------------------------------------------------------ LOCATIONS AND DIMENSIONS OF CHILDRENS CHILDREN: NEEDED WIDTH COMPUTERS ! ------------------------------------------------------------------------------------ */ --- 480,487 ---- /* ! --------------------------------------------------------------------------- LOCATIONS AND DIMENSIONS OF CHILDRENS CHILDREN: NEEDED WIDTH COMPUTERS ! --------------------------------------------------------------------------- */ *************** *** 536,542 **** /* ! ------------------------------------------------------------------------------------ EVENT-HANDLING ! ------------------------------------------------------------------------------------ */ --- 536,542 ---- /* ! --------------------------------------------------------------------------- EVENT-HANDLING ! --------------------------------------------------------------------------- */ *************** *** 847,853 **** /* ! ------------------------------------------------------------------------------------ DISPOSER ! ------------------------------------------------------------------------------------ */ --- 847,853 ---- /* ! --------------------------------------------------------------------------- DISPOSER ! --------------------------------------------------------------------------- */ Index: QxTextArea.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/widgets/QxTextArea.js,v retrieving revision 1.1.2.16 retrieving revision 1.1.2.17 diff -C2 -d -r1.1.2.16 -r1.1.2.17 *** QxTextArea.js 13 Jan 2006 10:50:26 -0000 1.1.2.16 --- QxTextArea.js 16 Jan 2006 16:11:57 -0000 1.1.2.17 *************** *** 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(form) ! **************************************************************************** */ function QxTextArea(sText) --- 22,32 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(form) ! ************************************************************************ */ function QxTextArea(sText) Index: QxListView.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/widgets/QxListView.js,v retrieving revision 1.6.2.54 retrieving revision 1.6.2.55 diff -C2 -d -r1.6.2.54 -r1.6.2.55 *** QxListView.js 13 Jan 2006 10:50:26 -0000 1.6.2.54 --- QxListView.js 16 Jan 2006 16:11:57 -0000 1.6.2.55 *************** *** 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(listview) ! **************************************************************************** */ function QxListView(vData, vColumns) { ! // *********************************************************************** // REFERENCES ! // *********************************************************************** this._data = vData; --- 22,38 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(listview) ! ************************************************************************ */ function QxListView(vData, vColumns) { ! // ************************************************************************ // REFERENCES ! // ************************************************************************ this._data = vData; *************** *** 41,47 **** ! // *********************************************************************** // OBJECTS ! // *********************************************************************** this._header = new QxListViewHeader(vColumns); --- 41,47 ---- ! // ************************************************************************ // OBJECTS ! // ************************************************************************ this._header = new QxListViewHeader(vColumns); *************** *** 54,60 **** ! // *********************************************************************** // SUPERCLASS CONSTRUCTOR ! // *********************************************************************** QxVerticalBoxLayout.call(this); --- 54,60 ---- ! // ************************************************************************ // SUPERCLASS CONSTRUCTOR ! // ************************************************************************ QxVerticalBoxLayout.call(this); *************** *** 62,68 **** ! // *... [truncated message content] |
|
From: Sebastian W. <wp...@us...> - 2006-01-16 16:12:12
|
Update of /cvsroot/qooxdoo/qooxdoo/source/script/layouts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31057/source/script/layouts Modified Files: Tag: renderer QxCanvasLayoutImpl.js QxDockLayoutImpl.js QxFlowLayoutImpl.js QxGridLayoutImpl.js QxHorizontalBoxLayoutImpl.js QxLayoutImpl.js QxMenuButtonLayoutImpl.js QxMenuLayoutImpl.js QxVerticalBoxLayoutImpl.js Log Message: Modified comment blocks to end at col 76 Index: QxHorizontalBoxLayoutImpl.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/layouts/Attic/QxHorizontalBoxLayoutImpl.js,v retrieving revision 1.1.2.78 retrieving revision 1.1.2.79 diff -C2 -d -r1.1.2.78 -r1.1.2.79 *** QxHorizontalBoxLayoutImpl.js 19 Dec 2005 15:23:05 -0000 1.1.2.78 --- QxHorizontalBoxLayoutImpl.js 16 Jan 2006 16:11:56 -0000 1.1.2.79 *************** *** 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(layout) ! **************************************************************************** */ function QxHorizontalBoxLayoutImpl(vWidget) { --- 22,32 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(layout) ! ************************************************************************ */ function QxHorizontalBoxLayoutImpl(vWidget) { *************** *** 62,68 **** /* ! ------------------------------------------------------------------------------------ [01] COMPUTE BOX DIMENSIONS FOR AN INDIVIDUAL CHILD ! ------------------------------------------------------------------------------------ */ --- 62,68 ---- /* ! --------------------------------------------------------------------------- [01] COMPUTE BOX DIMENSIONS FOR AN INDIVIDUAL CHILD ! --------------------------------------------------------------------------- */ *************** *** 332,338 **** /* ! ------------------------------------------------------------------------------------ [03] COMPUTE NEEDED DIMENSIONS FOR ALL CHILDREN ! ------------------------------------------------------------------------------------ */ --- 332,338 ---- /* ! --------------------------------------------------------------------------- [03] COMPUTE NEEDED DIMENSIONS FOR ALL CHILDREN ! --------------------------------------------------------------------------- */ *************** *** 352,358 **** /* ! ------------------------------------------------------------------------------------ [04] UPDATE LAYOUT WHEN A CHILD CHANGES ITS OUTER DIMENSIONS ! ------------------------------------------------------------------------------------ */ --- 352,358 ---- /* ! --------------------------------------------------------------------------- [04] UPDATE LAYOUT WHEN A CHILD CHANGES ITS OUTER DIMENSIONS ! --------------------------------------------------------------------------- */ *************** *** 373,379 **** /* ! ------------------------------------------------------------------------------------ [05] UPDATE CHILD ON INNER DIMENSION CHANGES OF LAYOUT ! ------------------------------------------------------------------------------------ */ --- 373,379 ---- /* ! --------------------------------------------------------------------------- [05] UPDATE CHILD ON INNER DIMENSION CHANGES OF LAYOUT ! --------------------------------------------------------------------------- */ *************** *** 420,426 **** /* ! ------------------------------------------------------------------------------------ [06] UPDATE LAYOUT ON JOB QUEUE FLUSH ! ------------------------------------------------------------------------------------ */ --- 420,426 ---- /* ! --------------------------------------------------------------------------- [06] UPDATE LAYOUT ON JOB QUEUE FLUSH ! --------------------------------------------------------------------------- */ *************** *** 441,447 **** /* ! ------------------------------------------------------------------------------------ [07] UPDATE CHILDREN ON JOB QUEUE FLUSH ! ------------------------------------------------------------------------------------ */ --- 441,447 ---- /* ! --------------------------------------------------------------------------- [07] UPDATE CHILDREN ON JOB QUEUE FLUSH ! --------------------------------------------------------------------------- */ *************** *** 494,500 **** /* ! ------------------------------------------------------------------------------------ [08] CHILDREN ADD/REMOVE/MOVE HANDLING ! ------------------------------------------------------------------------------------ */ --- 494,500 ---- /* ! --------------------------------------------------------------------------- [08] CHILDREN ADD/REMOVE/MOVE HANDLING ! --------------------------------------------------------------------------- */ *************** *** 572,578 **** /* ! ------------------------------------------------------------------------------------ [09] FLUSH LAYOUT QUEUES OF CHILDREN ! ------------------------------------------------------------------------------------ */ --- 572,578 ---- /* ! --------------------------------------------------------------------------- [09] FLUSH LAYOUT QUEUES OF CHILDREN ! --------------------------------------------------------------------------- */ *************** *** 658,664 **** /* ! ------------------------------------------------------------------------------------ [10] LAYOUT CHILD ! ------------------------------------------------------------------------------------ */ --- 658,664 ---- /* ! --------------------------------------------------------------------------- [10] LAYOUT CHILD ! --------------------------------------------------------------------------- */ Index: QxCanvasLayoutImpl.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/layouts/Attic/QxCanvasLayoutImpl.js,v retrieving revision 1.1.2.38 retrieving revision 1.1.2.39 diff -C2 -d -r1.1.2.38 -r1.1.2.39 *** QxCanvasLayoutImpl.js 19 Dec 2005 15:23:05 -0000 1.1.2.38 --- QxCanvasLayoutImpl.js 16 Jan 2006 16:11:55 -0000 1.1.2.39 *************** *** 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(layoutcore) ! **************************************************************************** */ function QxCanvasLayoutImpl(vWidget) { --- 22,32 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(layoutcore) ! ************************************************************************ */ function QxCanvasLayoutImpl(vWidget) { *************** *** 66,72 **** /* ! ------------------------------------------------------------------------------------ [01] COMPUTE BOX DIMENSIONS FOR AN INDIVIDUAL CHILD ! ------------------------------------------------------------------------------------ */ --- 66,72 ---- /* ! --------------------------------------------------------------------------- [01] COMPUTE BOX DIMENSIONS FOR AN INDIVIDUAL CHILD ! --------------------------------------------------------------------------- */ *************** *** 114,120 **** /* ! ------------------------------------------------------------------------------------ [02] COMPUTE NEEDED DIMENSIONS FOR AN INDIVIDUAL CHILD ! ------------------------------------------------------------------------------------ */ --- 114,120 ---- /* ! --------------------------------------------------------------------------- [02] COMPUTE NEEDED DIMENSIONS FOR AN INDIVIDUAL CHILD ! --------------------------------------------------------------------------- */ *************** *** 169,175 **** /* ! ------------------------------------------------------------------------------------ [05] UPDATE CHILD ON INNER DIMENSION CHANGES OF LAYOUT ! ------------------------------------------------------------------------------------ */ --- 169,175 ---- /* ! --------------------------------------------------------------------------- [05] UPDATE CHILD ON INNER DIMENSION CHANGES OF LAYOUT ! --------------------------------------------------------------------------- */ *************** *** 205,211 **** /* ! ------------------------------------------------------------------------------------ [10] LAYOUT CHILD ! ------------------------------------------------------------------------------------ */ --- 205,211 ---- /* ! --------------------------------------------------------------------------- [10] LAYOUT CHILD ! --------------------------------------------------------------------------- */ Index: QxMenuLayoutImpl.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/layouts/Attic/QxMenuLayoutImpl.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 *** QxMenuLayoutImpl.js 29 Oct 2005 21:33:00 -0000 1.1.2.5 --- QxMenuLayoutImpl.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(menu) ! **************************************************************************** */ function QxMenuLayoutImpl(vWidget) --- 22,32 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(menu) ! ************************************************************************ */ function QxMenuLayoutImpl(vWidget) *************** *** 74,80 **** /* ! ------------------------------------------------------------------------------------ [07] UPDATE CHILDREN ON JOB QUEUE FLUSH ! ------------------------------------------------------------------------------------ */ --- 74,80 ---- /* ! --------------------------------------------------------------------------- [07] UPDATE CHILDREN ON JOB QUEUE FLUSH ! --------------------------------------------------------------------------- */ Index: QxVerticalBoxLayoutImpl.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/layouts/Attic/QxVerticalBoxLayoutImpl.js,v retrieving revision 1.1.2.80 retrieving revision 1.1.2.81 diff -C2 -d -r1.1.2.80 -r1.1.2.81 *** QxVerticalBoxLayoutImpl.js 19 Dec 2005 15:23:05 -0000 1.1.2.80 --- QxVerticalBoxLayoutImpl.js 16 Jan 2006 16:11:56 -0000 1.1.2.81 *************** *** 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(layout) ! **************************************************************************** */ function QxVerticalBoxLayoutImpl(vWidget) { --- 22,32 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(layout) ! ************************************************************************ */ function QxVerticalBoxLayoutImpl(vWidget) { *************** *** 63,69 **** /* ! ------------------------------------------------------------------------------------ [01] COMPUTE BOX DIMENSIONS FOR AN INDIVIDUAL CHILD ! ------------------------------------------------------------------------------------ */ --- 63,69 ---- /* ! --------------------------------------------------------------------------- [01] COMPUTE BOX DIMENSIONS FOR AN INDIVIDUAL CHILD ! --------------------------------------------------------------------------- */ *************** *** 331,337 **** /* ! ------------------------------------------------------------------------------------ [03] COMPUTE NEEDED DIMENSIONS FOR ALL CHILDREN ! ------------------------------------------------------------------------------------ */ --- 331,337 ---- /* ! --------------------------------------------------------------------------- [03] COMPUTE NEEDED DIMENSIONS FOR ALL CHILDREN ! --------------------------------------------------------------------------- */ *************** *** 351,357 **** /* ! ------------------------------------------------------------------------------------ [04] UPDATE LAYOUT WHEN A CHILD CHANGES ITS OUTER DIMENSIONS ! ------------------------------------------------------------------------------------ */ --- 351,357 ---- /* ! --------------------------------------------------------------------------- [04] UPDATE LAYOUT WHEN A CHILD CHANGES ITS OUTER DIMENSIONS ! --------------------------------------------------------------------------- */ *************** *** 372,378 **** /* ! ------------------------------------------------------------------------------------ [05] UPDATE CHILD ON INNER DIMENSION CHANGES OF LAYOUT ! ------------------------------------------------------------------------------------ */ --- 372,378 ---- /* ! --------------------------------------------------------------------------- [05] UPDATE CHILD ON INNER DIMENSION CHANGES OF LAYOUT ! --------------------------------------------------------------------------- */ *************** *** 421,427 **** /* ! ------------------------------------------------------------------------------------ [06] UPDATE LAYOUT ON JOB QUEUE FLUSH ! ------------------------------------------------------------------------------------ */ --- 421,427 ---- /* ! --------------------------------------------------------------------------- [06] UPDATE LAYOUT ON JOB QUEUE FLUSH ! --------------------------------------------------------------------------- */ *************** *** 442,448 **** /* ! ------------------------------------------------------------------------------------ [07] UPDATE CHILDREN ON JOB QUEUE FLUSH ! ------------------------------------------------------------------------------------ */ --- 442,448 ---- /* ! --------------------------------------------------------------------------- [07] UPDATE CHILDREN ON JOB QUEUE FLUSH ! --------------------------------------------------------------------------- */ *************** *** 496,502 **** /* ! ------------------------------------------------------------------------------------ [08] CHILDREN ADD/REMOVE/MOVE HANDLING ! ------------------------------------------------------------------------------------ */ --- 496,502 ---- /* ! --------------------------------------------------------------------------- [08] CHILDREN ADD/REMOVE/MOVE HANDLING ! --------------------------------------------------------------------------- */ *************** *** 574,580 **** /* ! ------------------------------------------------------------------------------------ [09] FLUSH LAYOUT QUEUES OF CHILDREN ! ------------------------------------------------------------------------------------ */ --- 574,580 ---- /* ! --------------------------------------------------------------------------- [09] FLUSH LAYOUT QUEUES OF CHILDREN ! --------------------------------------------------------------------------- */ *************** *** 661,667 **** /* ! ------------------------------------------------------------------------------------ [10] LAYOUT CHILD ! ------------------------------------------------------------------------------------ */ --- 661,667 ---- /* ! --------------------------------------------------------------------------- [10] LAYOUT CHILD ! --------------------------------------------------------------------------- */ Index: QxMenuButtonLayoutImpl.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/layouts/Attic/QxMenuButtonLayoutImpl.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 *** QxMenuButtonLayoutImpl.js 28 Oct 2005 20:39:38 -0000 1.1.2.4 --- QxMenuButtonLayoutImpl.js 16 Jan 2006 16:11:56 -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) ! **************************************************************************** */ function QxMenuButtonLayoutImpl(vWidget) --- 22,32 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(menu) ! ************************************************************************ */ function QxMenuButtonLayoutImpl(vWidget) *************** *** 73,79 **** /* ! ------------------------------------------------------------------------------------ [03] COMPUTE NEEDED DIMENSIONS FOR ALL CHILDREN ! ------------------------------------------------------------------------------------ */ --- 73,79 ---- /* ! --------------------------------------------------------------------------- [03] COMPUTE NEEDED DIMENSIONS FOR ALL CHILDREN ! --------------------------------------------------------------------------- */ *************** *** 100,106 **** /* ! ------------------------------------------------------------------------------------ [04] UPDATE LAYOUT WHEN A CHILD CHANGES ITS OUTER DIMENSIONS ! ------------------------------------------------------------------------------------ */ --- 100,106 ---- /* ! --------------------------------------------------------------------------- [04] UPDATE LAYOUT WHEN A CHILD CHANGES ITS OUTER DIMENSIONS ! --------------------------------------------------------------------------- */ *************** *** 148,154 **** /* ! ------------------------------------------------------------------------------------ [10] LAYOUT CHILD ! ------------------------------------------------------------------------------------ */ --- 148,154 ---- /* ! --------------------------------------------------------------------------- [10] LAYOUT CHILD ! --------------------------------------------------------------------------- */ Index: QxLayoutImpl.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/layouts/Attic/QxLayoutImpl.js,v retrieving revision 1.1.2.53 retrieving revision 1.1.2.54 diff -C2 -d -r1.1.2.53 -r1.1.2.54 *** QxLayoutImpl.js 19 Dec 2005 15:23:05 -0000 1.1.2.53 --- QxLayoutImpl.js 16 Jan 2006 16:11:56 -0000 1.1.2.54 *************** *** 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(layoutcore) ! **************************************************************************** */ function QxLayoutImpl(vWidget) --- 22,32 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(layoutcore) ! ************************************************************************ */ function QxLayoutImpl(vWidget) *************** *** 67,73 **** /* ! ------------------------------------------------------------------------------------ [01] COMPUTE BOX DIMENSIONS FOR AN INDIVIDUAL CHILD ! ------------------------------------------------------------------------------------ */ --- 67,73 ---- /* ! --------------------------------------------------------------------------- [01] COMPUTE BOX DIMENSIONS FOR AN INDIVIDUAL CHILD ! --------------------------------------------------------------------------- */ *************** *** 91,97 **** /* ! ------------------------------------------------------------------------------------ [02] COMPUTE NEEDED DIMENSIONS FOR AN INDIVIDUAL CHILD ! ------------------------------------------------------------------------------------ */ --- 91,97 ---- /* ! --------------------------------------------------------------------------- [02] COMPUTE NEEDED DIMENSIONS FOR AN INDIVIDUAL CHILD ! --------------------------------------------------------------------------- */ *************** *** 130,136 **** /* ! ------------------------------------------------------------------------------------ [03] COMPUTE NEEDED DIMENSIONS FOR ALL CHILDREN ! ------------------------------------------------------------------------------------ */ --- 130,136 ---- /* ! --------------------------------------------------------------------------- [03] COMPUTE NEEDED DIMENSIONS FOR ALL CHILDREN ! --------------------------------------------------------------------------- */ *************** *** 191,197 **** /* ! ------------------------------------------------------------------------------------ [04] UPDATE LAYOUT WHEN A CHILD CHANGES ITS OUTER DIMENSIONS ! ------------------------------------------------------------------------------------ */ --- 191,197 ---- /* ! --------------------------------------------------------------------------- [04] UPDATE LAYOUT WHEN A CHILD CHANGES ITS OUTER DIMENSIONS ! --------------------------------------------------------------------------- */ *************** *** 213,219 **** /* ! ------------------------------------------------------------------------------------ [05] UPDATE CHILD ON INNER DIMENSION CHANGES OF LAYOUT ! ------------------------------------------------------------------------------------ */ --- 213,219 ---- /* ! --------------------------------------------------------------------------- [05] UPDATE CHILD ON INNER DIMENSION CHANGES OF LAYOUT ! --------------------------------------------------------------------------- */ *************** *** 235,241 **** /* ! ------------------------------------------------------------------------------------ [06] UPDATE LAYOUT ON JOB QUEUE FLUSH ! ------------------------------------------------------------------------------------ */ --- 235,241 ---- /* ! --------------------------------------------------------------------------- [06] UPDATE LAYOUT ON JOB QUEUE FLUSH ! --------------------------------------------------------------------------- */ *************** *** 252,258 **** /* ! ------------------------------------------------------------------------------------ [07] UPDATE CHILDREN ON JOB QUEUE FLUSH ! ------------------------------------------------------------------------------------ */ --- 252,258 ---- /* ! --------------------------------------------------------------------------- [07] UPDATE CHILDREN ON JOB QUEUE FLUSH ! --------------------------------------------------------------------------- */ *************** *** 269,275 **** /* ! ------------------------------------------------------------------------------------ [08] CHILDREN ADD/REMOVE/MOVE HANDLING ! ------------------------------------------------------------------------------------ */ --- 269,275 ---- /* ! --------------------------------------------------------------------------- [08] CHILDREN ADD/REMOVE/MOVE HANDLING ! --------------------------------------------------------------------------- */ *************** *** 298,304 **** /* ! ------------------------------------------------------------------------------------ [09] FLUSH LAYOUT QUEUES OF CHILDREN ! ------------------------------------------------------------------------------------ */ --- 298,304 ---- /* ! --------------------------------------------------------------------------- [09] FLUSH LAYOUT QUEUES OF CHILDREN ! --------------------------------------------------------------------------- */ *************** *** 324,330 **** /* ! ------------------------------------------------------------------------------------ [10] LAYOUT CHILD ! ------------------------------------------------------------------------------------ */ --- 324,330 ---- /* ! --------------------------------------------------------------------------- [10] LAYOUT CHILD ! --------------------------------------------------------------------------- */ *************** *** 429,435 **** /* ! ------------------------------------------------------------------------------------ [11] DISPOSER ! ------------------------------------------------------------------------------------ */ --- 429,435 ---- /* ! --------------------------------------------------------------------------- [11] DISPOSER ! --------------------------------------------------------------------------- */ Index: QxFlowLayoutImpl.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/layouts/Attic/QxFlowLayoutImpl.js,v retrieving revision 1.1.2.41 retrieving revision 1.1.2.42 diff -C2 -d -r1.1.2.41 -r1.1.2.42 *** QxFlowLayoutImpl.js 19 Dec 2005 15:23:05 -0000 1.1.2.41 --- QxFlowLayoutImpl.js 16 Jan 2006 16:11:56 -0000 1.1.2.42 *************** *** 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(layout) ! **************************************************************************** */ function QxFlowLayoutImpl(vWidget) { --- 22,32 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(layout) ! ************************************************************************ */ function QxFlowLayoutImpl(vWidget) { *************** *** 70,76 **** /* ! ------------------------------------------------------------------------------------ [03] COMPUTE NEEDED DIMENSIONS FOR ALL CHILDREN ! ------------------------------------------------------------------------------------ */ --- 70,76 ---- /* ! --------------------------------------------------------------------------- [03] COMPUTE NEEDED DIMENSIONS FOR ALL CHILDREN ! --------------------------------------------------------------------------- */ *************** *** 132,138 **** /* ! ------------------------------------------------------------------------------------ [04] UPDATE LAYOUT WHEN A CHILD CHANGES ITS OUTER DIMENSIONS ! ------------------------------------------------------------------------------------ */ --- 132,138 ---- /* ! --------------------------------------------------------------------------- [04] UPDATE LAYOUT WHEN A CHILD CHANGES ITS OUTER DIMENSIONS ! --------------------------------------------------------------------------- */ *************** *** 155,161 **** /* ! ------------------------------------------------------------------------------------ [05] UPDATE CHILD ON INNER DIMENSION CHANGES OF LAYOUT ! ------------------------------------------------------------------------------------ */ --- 155,161 ---- /* ! --------------------------------------------------------------------------- [05] UPDATE CHILD ON INNER DIMENSION CHANGES OF LAYOUT ! --------------------------------------------------------------------------- */ *************** *** 191,197 **** /* ! ------------------------------------------------------------------------------------ [07] UPDATE CHILDREN ON JOB QUEUE FLUSH ! ------------------------------------------------------------------------------------ */ --- 191,197 ---- /* ! --------------------------------------------------------------------------- [07] UPDATE CHILDREN ON JOB QUEUE FLUSH ! --------------------------------------------------------------------------- */ *************** *** 212,218 **** /* ! ------------------------------------------------------------------------------------ [08] CHILDREN ADD/REMOVE/MOVE HANDLING ! ------------------------------------------------------------------------------------ */ --- 212,218 ---- /* ! --------------------------------------------------------------------------- [08] CHILDREN ADD/REMOVE/MOVE HANDLING ! --------------------------------------------------------------------------- */ *************** *** 258,264 **** /* ! ------------------------------------------------------------------------------------ [09] FLUSH LAYOUT QUEUES OF CHILDREN ! ------------------------------------------------------------------------------------ */ --- 258,264 ---- /* ! --------------------------------------------------------------------------- [09] FLUSH LAYOUT QUEUES OF CHILDREN ! --------------------------------------------------------------------------- */ *************** *** 313,319 **** /* ! ------------------------------------------------------------------------------------ [10] LAYOUT CHILD ! ------------------------------------------------------------------------------------ */ --- 313,319 ---- /* ! --------------------------------------------------------------------------- [10] LAYOUT CHILD ! --------------------------------------------------------------------------- */ Index: QxGridLayoutImpl.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/layouts/Attic/QxGridLayoutImpl.js,v retrieving revision 1.1.2.14 retrieving revision 1.1.2.15 diff -C2 -d -r1.1.2.14 -r1.1.2.15 *** QxGridLayoutImpl.js 2 Dec 2005 13:15:58 -0000 1.1.2.14 --- QxGridLayoutImpl.js 16 Jan 2006 16:11:56 -0000 1.1.2.15 *************** *** 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(layout) ! **************************************************************************** */ function QxGridLayoutImpl(vWidget) { --- 22,32 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(layout) ! ************************************************************************ */ function QxGridLayoutImpl(vWidget) { *************** *** 66,72 **** /* ! ------------------------------------------------------------------------------------ [01] COMPUTE BOX DIMENSIONS FOR AN INDIVIDUAL CHILD ! ------------------------------------------------------------------------------------ */ --- 66,72 ---- /* ! --------------------------------------------------------------------------- [01] COMPUTE BOX DIMENSIONS FOR AN INDIVIDUAL CHILD ! --------------------------------------------------------------------------- */ *************** *** 150,156 **** /* ! ------------------------------------------------------------------------------------ [03] COMPUTE NEEDED DIMENSIONS FOR ALL CHILDREN ! ------------------------------------------------------------------------------------ */ --- 150,156 ---- /* ! --------------------------------------------------------------------------- [03] COMPUTE NEEDED DIMENSIONS FOR ALL CHILDREN ! --------------------------------------------------------------------------- */ *************** *** 196,202 **** /* ! ------------------------------------------------------------------------------------ [05] UPDATE CHILD ON INNER DIMENSION CHANGES OF LAYOUT ! ------------------------------------------------------------------------------------ */ --- 196,202 ---- /* ! --------------------------------------------------------------------------- [05] UPDATE CHILD ON INNER DIMENSION CHANGES OF LAYOUT ! --------------------------------------------------------------------------- */ *************** *** 233,239 **** /* ! ------------------------------------------------------------------------------------ [10] LAYOUT CHILD ! ------------------------------------------------------------------------------------ */ --- 233,239 ---- /* ! --------------------------------------------------------------------------- [10] LAYOUT CHILD ! --------------------------------------------------------------------------- */ Index: QxDockLayoutImpl.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/layouts/Attic/QxDockLayoutImpl.js,v retrieving revision 1.1.2.29 retrieving revision 1.1.2.30 diff -C2 -d -r1.1.2.29 -r1.1.2.30 *** QxDockLayoutImpl.js 19 Dec 2005 15:23:05 -0000 1.1.2.29 --- QxDockLayoutImpl.js 16 Jan 2006 16:11:55 -0000 1.1.2.30 *************** *** 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(layout) ! **************************************************************************** */ function QxDockLayoutImpl(vWidget) { --- 22,32 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(layout) ! ************************************************************************ */ function QxDockLayoutImpl(vWidget) { *************** *** 64,70 **** /* ! ------------------------------------------------------------------------------------ [00] ADDITIONAL GLOBAL DATA AND METHODS ! ------------------------------------------------------------------------------------ */ --- 64,70 ---- /* ! --------------------------------------------------------------------------- [00] ADDITIONAL GLOBAL DATA AND METHODS ! --------------------------------------------------------------------------- */ *************** *** 113,119 **** /* ! ------------------------------------------------------------------------------------ [01] COMPUTE BOX DIMENSIONS FOR AN INDIVIDUAL CHILD ! ------------------------------------------------------------------------------------ */ --- 113,119 ---- /* ! --------------------------------------------------------------------------- [01] COMPUTE BOX DIMENSIONS FOR AN INDIVIDUAL CHILD ! --------------------------------------------------------------------------- */ *************** *** 149,155 **** /* ! ------------------------------------------------------------------------------------ [05] UPDATE CHILD ON INNER DIMENSION CHANGES OF LAYOUT ! ------------------------------------------------------------------------------------ */ --- 149,155 ---- /* ! --------------------------------------------------------------------------- [05] UPDATE CHILD ON INNER DIMENSION CHANGES OF LAYOUT ! --------------------------------------------------------------------------- */ *************** *** 185,191 **** /* ! ------------------------------------------------------------------------------------ [06] UPDATE LAYOUT ON JOB QUEUE FLUSH ! ------------------------------------------------------------------------------------ */ --- 185,191 ---- /* ! --------------------------------------------------------------------------- [06] UPDATE LAYOUT ON JOB QUEUE FLUSH ! --------------------------------------------------------------------------- */ *************** *** 202,208 **** /* ! ------------------------------------------------------------------------------------ [07] UPDATE CHILDREN ON JOB QUEUE FLUSH ! ------------------------------------------------------------------------------------ */ --- 202,208 ---- /* ! --------------------------------------------------------------------------- [07] UPDATE CHILDREN ON JOB QUEUE FLUSH ! --------------------------------------------------------------------------- */ *************** *** 226,232 **** /* ! ------------------------------------------------------------------------------------ [09] FLUSH LAYOUT QUEUES OF CHILDREN ! ------------------------------------------------------------------------------------ */ --- 226,232 ---- /* ! --------------------------------------------------------------------------- [09] FLUSH LAYOUT QUEUES OF CHILDREN ! --------------------------------------------------------------------------- */ *************** *** 270,276 **** /* ! ------------------------------------------------------------------------------------ [10] LAYOUT CHILD ! ------------------------------------------------------------------------------------ */ --- 270,276 ---- /* ! --------------------------------------------------------------------------- [10] LAYOUT CHILD ! --------------------------------------------------------------------------- */ |
Update of /cvsroot/qooxdoo/qooxdoo/source/script/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31057/source/script/core Modified Files: Tag: renderer QxApplication.js QxClient.js QxCompare.js QxConst.js QxCookie.js QxDebug.js QxDom.js QxEmu.js QxExtend.js QxMain.js QxNative.js QxObject.js QxSet.js QxTarget.js QxTextile.js QxTimeTracker.js QxTimer.js QxUtil.js Log Message: Modified comment blocks to end at col 76 Index: QxUtil.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/core/Attic/QxUtil.js,v retrieving revision 1.1.2.11 retrieving revision 1.1.2.12 diff -C2 -d -r1.1.2.11 -r1.1.2.12 *** QxUtil.js 13 Jan 2006 10:50:26 -0000 1.1.2.11 --- QxUtil.js 16 Jan 2006 16:11:55 -0000 1.1.2.12 *************** *** 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(core) ! **************************************************************************** */ QxUtil = {}; --- 22,32 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(core) ! ************************************************************************ */ QxUtil = {}; Index: QxConst.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/core/Attic/QxConst.js,v retrieving revision 1.1.2.17 retrieving revision 1.1.2.18 diff -C2 -d -r1.1.2.17 -r1.1.2.18 *** QxConst.js 16 Jan 2006 15:23:55 -0000 1.1.2.17 --- QxConst.js 16 Jan 2006 16:11:55 -0000 1.1.2.18 *************** *** 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(core) #require(QxMain) ! **************************************************************************** */ /* ******************************************************************** --- 22,33 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(core) #require(QxMain) ! ************************************************************************ */ /* ******************************************************************** Index: QxObject.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/core/QxObject.js,v retrieving revision 1.2.2.33 retrieving revision 1.2.2.34 diff -C2 -d -r1.2.2.33 -r1.2.2.34 *** QxObject.js 16 Jan 2006 12:55:58 -0000 1.2.2.33 --- QxObject.js 16 Jan 2006 16:11:55 -0000 1.2.2.34 *************** *** 1,3 **** ! /* **************************************************************************** qooxdoo - the new era of web interface development --- 1,3 ---- ! /* ************************************************************************ qooxdoo - the new era of web interface development *************** *** 22,28 **** <andreas dot ecker at 1und1 dot de> ! **************************************************************************** */ ! /* **************************************************************************** #package(core) --- 22,28 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(core) *************** *** 33,37 **** #require(QxUtil) ! **************************************************************************** */ /*! --- 33,37 ---- #require(QxUtil) ! ************************************************************************ */ /*! Index: QxEmu.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/core/Attic/QxEmu.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 *** QxEmu.js 19 Dec 2005 15:23:05 -0000 1.1.2.3 --- QxEmu.js 16 Jan 2006 16:11:55 -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(guicore) ! **************************************************************************** */ /* --- 22,32 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(guicore) ! ************************************************************************ */ /* *************** *** 54,60 **** { /* ! ------------------------------------------------------------------------------------ CSS STYLES: FLOAT ! ------------------------------------------------------------------------------------ */ --- 54,60 ---- { /* ! -------------------------------------------------------------------------------- CSS STYLES: FLOAT ! -------------------------------------------------------------------------------- */ *************** *** 76,82 **** /* ! ------------------------------------------------------------------------------------ CSS STYLES: DIMENSIONS ! ------------------------------------------------------------------------------------ */ --- 76,82 ---- /* ! -------------------------------------------------------------------------------- CSS STYLES: DIMENSIONS ! -------------------------------------------------------------------------------- */ *************** *** 123,129 **** /* ! ------------------------------------------------------------------------------------ HTML DOCUMENT EXTENSIONS ! ------------------------------------------------------------------------------------ */ --- 123,129 ---- /* ! -------------------------------------------------------------------------------- HTML DOCUMENT EXTENSIONS ! -------------------------------------------------------------------------------- */ *************** *** 148,154 **** /* ! ------------------------------------------------------------------------------------ HTML ELEMENT EXTENSIONS ! ------------------------------------------------------------------------------------ */ --- 148,154 ---- /* ! -------------------------------------------------------------------------------- HTML ELEMENT EXTENSIONS ! -------------------------------------------------------------------------------- */ *************** *** 266,272 **** /* ! ------------------------------------------------------------------------------------ EVENT EXTENSIONS ! ------------------------------------------------------------------------------------ */ --- 266,272 ---- /* ! -------------------------------------------------------------------------------- EVENT EXTENSIONS ! -------------------------------------------------------------------------------- */ Index: QxSet.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/core/Attic/QxSet.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 *** QxSet.js 19 Dec 2005 14:29:19 -0000 1.1.2.6 --- QxSet.js 16 Jan 2006 16:11:55 -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 *************** *** 23,33 **** <andreas dot ecker at 1und1 dot de> ! **************************************************************************** */ ! /* **************************************************************************** #package(core) ! **************************************************************************** */ function QxSet() --- 23,33 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(core) ! ************************************************************************ */ function QxSet() Index: QxTextile.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/core/Attic/QxTextile.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 *** QxTextile.js 19 Dec 2005 14:29:19 -0000 1.1.2.5 --- QxTextile.js 16 Jan 2006 16:11:55 -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(transformers) ! **************************************************************************** */ // Optimized version of: --- 22,32 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(transformers) ! ************************************************************************ */ // Optimized version of: Index: QxApplication.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/core/QxApplication.js,v retrieving revision 1.2.2.56 retrieving revision 1.2.2.57 diff -C2 -d -r1.2.2.56 -r1.2.2.57 *** QxApplication.js 16 Jan 2006 12:55:57 -0000 1.2.2.56 --- QxApplication.js 16 Jan 2006 16:11:55 -0000 1.2.2.57 *************** *** 1,3 **** ! /* **************************************************************************** qooxdoo - the new era of web interface development --- 1,3 ---- ! /* ************************************************************************ qooxdoo - the new era of web interface development *************** *** 22,28 **** <andreas dot ecker at 1und1 dot de> ! **************************************************************************** */ ! /* **************************************************************************** #package(core) --- 22,28 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(core) *************** *** 36,40 **** #post(QxParent) ! **************************************************************************** */ /*! --- 36,40 ---- #post(QxParent) ! ************************************************************************ */ /*! *************** *** 97,103 **** /* ! ------------------------------------------------------------------------------------ APPLICATION INIT ! ------------------------------------------------------------------------------------ */ --- 97,103 ---- /* ! --------------------------------------------------------------------------- APPLICATION INIT ! --------------------------------------------------------------------------- */ *************** *** 262,268 **** /* ! ------------------------------------------------------------------------------------ UTILITIES ! ------------------------------------------------------------------------------------ */ --- 262,268 ---- /* ! --------------------------------------------------------------------------- UTILITIES ! --------------------------------------------------------------------------- */ *************** *** 293,299 **** /* ! ------------------------------------------------------------------------------------ DISPOSER ! ------------------------------------------------------------------------------------ */ --- 293,299 ---- /* ! --------------------------------------------------------------------------- DISPOSER ! --------------------------------------------------------------------------- */ Index: QxTimeTracker.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/core/Attic/QxTimeTracker.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 *** QxTimeTracker.js 29 Dec 2005 16:26:07 -0000 1.1.2.5 --- QxTimeTracker.js 16 Jan 2006 16:11:55 -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(debug) ! **************************************************************************** */ function QxTimeTracker() --- 22,32 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(debug) ! ************************************************************************ */ function QxTimeTracker() *************** *** 47,53 **** /* ! ------------------------------------------------------------------------------------ METHODS ! ------------------------------------------------------------------------------------ */ --- 47,53 ---- /* ! --------------------------------------------------------------------------- METHODS ! --------------------------------------------------------------------------- */ *************** *** 306,312 **** /* ! ------------------------------------------------------------------------------------ DISPOSER ! ------------------------------------------------------------------------------------ */ --- 306,312 ---- /* ! --------------------------------------------------------------------------- DISPOSER ! --------------------------------------------------------------------------- */ Index: QxDom.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/core/QxDom.js,v retrieving revision 1.10.2.22 retrieving revision 1.10.2.23 diff -C2 -d -r1.10.2.22 -r1.10.2.23 *** QxDom.js 19 Dec 2005 15:23:05 -0000 1.10.2.22 --- QxDom.js 16 Jan 2006 16:11:55 -0000 1.10.2.23 *************** *** 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(guicore) ! **************************************************************************** */ var QxDom = --- 22,32 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(guicore) ! ************************************************************************ */ var QxDom = Index: QxExtend.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/core/QxExtend.js,v retrieving revision 1.7.2.99 retrieving revision 1.7.2.100 diff -C2 -d -r1.7.2.99 -r1.7.2.100 *** QxExtend.js 16 Jan 2006 13:34:22 -0000 1.7.2.99 --- QxExtend.js 16 Jan 2006 16:11:55 -0000 1.7.2.100 *************** *** 1,3 **** ! /* **************************************************************************** qooxdoo - the new era of web interface development --- 1,3 ---- ! /* ************************************************************************ qooxdoo - the new era of web interface development *************** *** 22,28 **** <andreas dot ecker at 1und1 dot de> ! **************************************************************************** */ ! /* **************************************************************************** #package(core) --- 22,28 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(core) *************** *** 30,41 **** #require(QxUtil) ! **************************************************************************** */ /* ! ------------------------------------------------------------------------------------ OBJECT EXTEND IMPLEMENTATION ! ------------------------------------------------------------------------------------ */ --- 30,41 ---- #require(QxUtil) ! ************************************************************************ */ /* ! --------------------------------------------------------------------------- OBJECT EXTEND IMPLEMENTATION ! --------------------------------------------------------------------------- */ *************** *** 74,80 **** /* ! ------------------------------------------------------------------------------------ OBJECT PROPERTY EXTENSION ! ------------------------------------------------------------------------------------ */ --- 74,80 ---- /* ! --------------------------------------------------------------------------- OBJECT PROPERTY EXTENSION ! --------------------------------------------------------------------------- */ *************** *** 185,191 **** Function.prototype.addPropertyGroup = function(p) { ! /* ------------------------------------------------------------------------------------ PRE-CHECKS ! ------------------------------------------------------------------------------------ */ if(typeof p != QxConst.TYPEOF_OBJECT) { throw new Error("Param should be an object!"); --- 185,191 ---- Function.prototype.addPropertyGroup = function(p) { ! /* -------------------------------------------------------------------------------- PRE-CHECKS ! -------------------------------------------------------------------------------- */ if(typeof p != QxConst.TYPEOF_OBJECT) { throw new Error("Param should be an object!"); *************** *** 203,209 **** ! /* ------------------------------------------------------------------------------------ CACHING ! ------------------------------------------------------------------------------------ */ p.getter = []; p.setter = []; --- 203,209 ---- ! /* -------------------------------------------------------------------------------- CACHING ! -------------------------------------------------------------------------------- */ p.getter = []; p.setter = []; *************** *** 218,224 **** ! /* ------------------------------------------------------------------------------------ GETTER ! ------------------------------------------------------------------------------------ */ this.prototype[QxConst.INTERNAL_GET + p.method] = function() { --- 218,224 ---- ! /* -------------------------------------------------------------------------------- GETTER ! -------------------------------------------------------------------------------- */ this.prototype[QxConst.INTERNAL_GET + p.method] = function() { *************** *** 234,240 **** ! /* ------------------------------------------------------------------------------------ SETTER ! ------------------------------------------------------------------------------------ */ switch(p.mode) { --- 234,240 ---- ! /* -------------------------------------------------------------------------------- SETTER ! -------------------------------------------------------------------------------- */ switch(p.mode) { Index: QxTarget.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/core/QxTarget.js,v retrieving revision 1.2.2.31 retrieving revision 1.2.2.32 diff -C2 -d -r1.2.2.31 -r1.2.2.32 *** QxTarget.js 1 Nov 2005 12:05:28 -0000 1.2.2.31 --- QxTarget.js 16 Jan 2006 16:11:55 -0000 1.2.2.32 *************** *** 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(core) #require(QxEvent) ! **************************************************************************** */ --- 22,33 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(core) #require(QxEvent) ! ************************************************************************ */ Index: QxMain.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/core/Attic/QxMain.js,v retrieving revision 1.1.2.7 retrieving revision 1.1.2.8 diff -C2 -d -r1.1.2.7 -r1.1.2.8 *** QxMain.js 16 Jan 2006 12:55:58 -0000 1.1.2.7 --- QxMain.js 16 Jan 2006 16:11:55 -0000 1.1.2.8 *************** *** 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(core) ! **************************************************************************** */ var QxVersion = "0.2_beta-4"; --- 22,32 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(core) ! ************************************************************************ */ var QxVersion = "0.2_beta-4"; Index: QxTimer.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/core/QxTimer.js,v retrieving revision 1.5.2.19 retrieving revision 1.5.2.20 diff -C2 -d -r1.5.2.19 -r1.5.2.20 *** QxTimer.js 20 Dec 2005 08:38:12 -0000 1.5.2.19 --- QxTimer.js 16 Jan 2006 16:11:55 -0000 1.5.2.20 *************** *** 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(core) ! **************************************************************************** */ /*! --- 22,32 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(core) ! ************************************************************************ */ /*! *************** *** 57,63 **** /* ! ------------------------------------------------------------------------------------ MODIFIER ! ------------------------------------------------------------------------------------ */ --- 57,63 ---- /* ! --------------------------------------------------------------------------- MODIFIER ! --------------------------------------------------------------------------- */ *************** *** 81,87 **** /* ! ------------------------------------------------------------------------------------ USER-ACCESS ! ------------------------------------------------------------------------------------ */ --- 81,87 ---- /* ! --------------------------------------------------------------------------- USER-ACCESS ! --------------------------------------------------------------------------- */ *************** *** 116,122 **** /* ! ------------------------------------------------------------------------------------ EVENT-MAPPER ! ------------------------------------------------------------------------------------ */ --- 116,122 ---- /* ! --------------------------------------------------------------------------- EVENT-MAPPER ! --------------------------------------------------------------------------- */ *************** *** 133,139 **** /* ! ------------------------------------------------------------------------------------ DISPOSER ! ------------------------------------------------------------------------------------ */ --- 133,139 ---- /* ! --------------------------------------------------------------------------- DISPOSER ! --------------------------------------------------------------------------- */ *************** *** 166,172 **** /* ! ------------------------------------------------------------------------------------ HELPER ! ------------------------------------------------------------------------------------ */ --- 166,172 ---- /* ! --------------------------------------------------------------------------- HELPER ! --------------------------------------------------------------------------- */ Index: QxClient.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/core/QxClient.js,v retrieving revision 1.1.2.17 retrieving revision 1.1.2.18 diff -C2 -d -r1.1.2.17 -r1.1.2.18 *** QxClient.js 19 Dec 2005 15:23:05 -0000 1.1.2.17 --- QxClient.js 16 Jan 2006 16:11:55 -0000 1.1.2.18 *************** *** 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(core) #require(QxExtend) ! **************************************************************************** */ /*! --- 22,33 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(core) #require(QxExtend) ! ************************************************************************ */ /*! *************** *** 121,127 **** /* ! ------------------------------------------------------------------------------------ METHODS ! ------------------------------------------------------------------------------------ */ --- 121,127 ---- /* ! --------------------------------------------------------------------------- METHODS ! --------------------------------------------------------------------------- */ *************** *** 180,186 **** /* ! ------------------------------------------------------------------------------------ SINGLETON INSTANCE ! ------------------------------------------------------------------------------------ */ --- 180,186 ---- /* ! --------------------------------------------------------------------------- SINGLETON INSTANCE ! --------------------------------------------------------------------------- */ Index: QxCompare.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/core/Attic/QxCompare.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 *** QxCompare.js 13 Jan 2006 14:47:53 -0000 1.1.2.3 --- QxCompare.js 16 Jan 2006 16:11:55 -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(core) ! **************************************************************************** */ var QxCompare = {}; --- 22,32 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(core) ! ************************************************************************ */ var QxCompare = {}; Index: QxDebug.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/core/QxDebug.js,v retrieving revision 1.1.2.21 retrieving revision 1.1.2.22 diff -C2 -d -r1.1.2.21 -r1.1.2.22 *** QxDebug.js 17 Nov 2005 11:18:58 -0000 1.1.2.21 --- QxDebug.js 16 Jan 2006 16:11:55 -0000 1.1.2.22 *************** *** 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(core) ! **************************************************************************** */ function QxDebug(group, message, classname) --- 22,32 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(core) ! ************************************************************************ */ function QxDebug(group, message, classname) *************** *** 48,54 **** ! // *********************************************************************** // CLEAR BUTTON ! // *********************************************************************** QxDebug._btnClear = document.createElement("button"); --- 48,54 ---- ! // ************************************************************************ // CLEAR BUTTON ! // ************************************************************************ QxDebug._btnClear = document.createElement("button"); *************** *** 63,69 **** ! // *********************************************************************** // HIDE BUTTON ! // *********************************************************************** QxDebug._btnHide = document.createElement("button"); --- 63,69 ---- ! // ************************************************************************ // HIDE BUTTON ! // ************************************************************************ QxDebug._btnHide = document.createElement("button"); *************** *** 84,90 **** ! // *********************************************************************** // SHOW BUTTON ! // *********************************************************************** QxDebug._btnShow = document.createElement("button"); --- 84,90 ---- ! // ************************************************************************ // SHOW BUTTON ! // ************************************************************************ QxDebug._btnShow = document.createElement("button"); *************** *** 104,110 **** ! // *********************************************************************** // DISPOSE BUTTON ! // *********************************************************************** QxDebug._btnDispose = document.createElement("button"); --- 104,110 ---- ! // ************************************************************************ // DISPOSE BUTTON ! // ************************************************************************ QxDebug._btnDispose = document.createElement("button"); Index: QxNative.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/core/Attic/QxNative.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 *** QxNative.js 19 Dec 2005 15:23:05 -0000 1.1.2.6 --- QxNative.js 16 Jan 2006 16:11:55 -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,33 **** <andreas dot ecker at 1und1 dot de> ! **************************************************************************** */ ! /* **************************************************************************** #package(core) #require(QxClient) ! **************************************************************************** */ /* ******************************************************************** --- 22,33 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(core) #require(QxClient) ! ************************************************************************ */ /* ******************************************************************** Index: QxCookie.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/core/Attic/QxCookie.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 *** QxCookie.js 11 Dec 2005 14:02:21 -0000 1.1.2.3 --- QxCookie.js 16 Jan 2006 16:11:55 -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(storage) ! **************************************************************************** */ var QxCookie = --- 22,32 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(storage) ! ************************************************************************ */ var QxCookie = |
Update of /cvsroot/qooxdoo/qooxdoo/source/script/gui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31057/source/script/gui Modified Files: Tag: renderer QxAppearanceTheme.js QxBorder.js QxBorderCache.js QxBorderObject.js QxClientWindow.js QxColor.js QxColorCache.js QxColorCore.js QxColorObject.js QxColorTheme.js QxCommand.js QxFlashPlayerVersion.js QxFont.js QxFontCache.js QxFontObject.js QxImagePreloader.js QxNativeWindow.js QxParent.js QxSelectionStorage.js QxWidget.js QxWidgetCore.js Log Message: Modified comment blocks to end at col 76 Index: QxColorObject.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/gui/Attic/QxColorObject.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 *** QxColorObject.js 13 Jan 2006 10:50:26 -0000 1.1.2.4 --- QxColorObject.js 16 Jan 2006 16:11:55 -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(color) ! **************************************************************************** */ function QxColorObject(vValue) --- 22,32 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(color) ! ************************************************************************ */ function QxColorObject(vValue) *************** *** 55,61 **** /* ! ------------------------------------------------------------------------------------ UTILITY ! ------------------------------------------------------------------------------------ */ --- 55,61 ---- /* ! --------------------------------------------------------------------------- UTILITY ! --------------------------------------------------------------------------- */ *************** *** 68,74 **** /* ! ------------------------------------------------------------------------------------ PUBLIC METHODS ! ------------------------------------------------------------------------------------ */ --- 68,74 ---- /* ! --------------------------------------------------------------------------- PUBLIC METHODS ! --------------------------------------------------------------------------- */ *************** *** 125,131 **** /* ! ------------------------------------------------------------------------------------ DISPOSER ! ------------------------------------------------------------------------------------ */ --- 125,131 ---- /* ! --------------------------------------------------------------------------- DISPOSER ! --------------------------------------------------------------------------- */ Index: QxCommand.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/gui/Attic/QxCommand.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 *** QxCommand.js 19 Dec 2005 14:29:19 -0000 1.1.2.5 --- QxCommand.js 16 Jan 2006 16:11:55 -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(guicore) ! **************************************************************************** */ /*! --- 22,32 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(guicore) ! ************************************************************************ */ /*! Index: QxColorCache.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/gui/Attic/QxColorCache.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 *** QxColorCache.js 29 Oct 2005 21:32:59 -0000 1.1.2.3 --- QxColorCache.js 16 Jan 2006 16:11:55 -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(color) ! **************************************************************************** */ function QxColorCache(propValue, propData) --- 22,32 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(color) ! ************************************************************************ */ function QxColorCache(propValue, propData) Index: QxFontObject.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/gui/Attic/QxFontObject.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 *** QxFontObject.js 29 Oct 2005 21:32:59 -0000 1.1.2.3 --- QxFontObject.js 16 Jan 2006 16:11:55 -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(font) ! **************************************************************************** */ function QxFontObject(vSize, vName) --- 22,32 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(font) ! ************************************************************************ */ function QxFontObject(vSize, vName) *************** *** 43,49 **** /* ! ------------------------------------------------------------------------------------ WIDGET CONNECTION ! ------------------------------------------------------------------------------------ */ --- 43,49 ---- /* ! --------------------------------------------------------------------------- WIDGET CONNECTION ! --------------------------------------------------------------------------- */ *************** *** 78,84 **** /* ! ------------------------------------------------------------------------------------ DISPOSER ! ------------------------------------------------------------------------------------ */ --- 78,84 ---- /* ! --------------------------------------------------------------------------- DISPOSER ! --------------------------------------------------------------------------- */ Index: QxImagePreloader.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/gui/Attic/QxImagePreloader.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 *** QxImagePreloader.js 13 Jan 2006 10:50:26 -0000 1.1.2.5 --- QxImagePreloader.js 16 Jan 2006 16:11:55 -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,33 **** <andreas dot ecker at 1und1 dot de> ! **************************************************************************** */ ! /* **************************************************************************** #package(image) #require(QxImagePreloaderManager) ! **************************************************************************** */ /*! --- 22,33 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(image) #require(QxImagePreloaderManager) ! ************************************************************************ */ /*! *************** *** 70,76 **** /* ! ------------------------------------------------------------------------------------ STATE MANAGERS ! ------------------------------------------------------------------------------------ */ --- 70,76 ---- /* ! --------------------------------------------------------------------------- STATE MANAGERS ! --------------------------------------------------------------------------- */ *************** *** 84,90 **** /* ! ------------------------------------------------------------------------------------ CROSSBROWSER GETTERS ! ------------------------------------------------------------------------------------ */ --- 84,90 ---- /* ! --------------------------------------------------------------------------- CROSSBROWSER GETTERS ! --------------------------------------------------------------------------- */ *************** *** 114,120 **** /* ! ------------------------------------------------------------------------------------ EVENT MAPPING ! ------------------------------------------------------------------------------------ */ --- 114,120 ---- /* ! --------------------------------------------------------------------------- EVENT MAPPING ! --------------------------------------------------------------------------- */ *************** *** 148,154 **** /* ! ------------------------------------------------------------------------------------ DISPOSER ! ------------------------------------------------------------------------------------ */ --- 148,154 ---- /* ! --------------------------------------------------------------------------- DISPOSER ! --------------------------------------------------------------------------- */ Index: QxWidget.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/gui/Attic/QxWidget.js,v retrieving revision 1.1.2.45 retrieving revision 1.1.2.46 diff -C2 -d -r1.1.2.45 -r1.1.2.46 *** QxWidget.js 16 Jan 2006 15:17:01 -0000 1.1.2.45 --- QxWidget.js 16 Jan 2006 16:11:55 -0000 1.1.2.46 *************** *** 1,3 **** ! /* **************************************************************************** qooxdoo - the new era of web interface development --- 1,3 ---- ! /* ************************************************************************ qooxdoo - the new era of web interface development *************** *** 22,28 **** <andreas dot ecker at 1und1 dot de> [...1299 lines suppressed...] ! --------------------------------------------------------------------------- */ *************** *** 4825,4831 **** /* ! ------------------------------------------------------------------------------------ DISPOER ! ------------------------------------------------------------------------------------ */ proto.dispose = function() --- 4825,4831 ---- /* ! --------------------------------------------------------------------------- DISPOER ! --------------------------------------------------------------------------- */ proto.dispose = function() Index: QxWidgetCore.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/gui/Attic/QxWidgetCore.js,v retrieving revision 1.1.2.11 retrieving revision 1.1.2.12 diff -C2 -d -r1.1.2.11 -r1.1.2.12 *** QxWidgetCore.js 13 Jan 2006 10:50:26 -0000 1.1.2.11 --- QxWidgetCore.js 16 Jan 2006 16:11:55 -0000 1.1.2.12 *************** *** 1,3 **** ! /* **************************************************************************** qooxdoo - the new era of web interface development --- 1,3 ---- ! /* ************************************************************************ qooxdoo - the new era of web interface development *************** *** 22,28 **** <andreas dot ecker at 1und1 dot de> ! **************************************************************************** */ ! /* **************************************************************************** #package(guicore) --- 22,28 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(guicore) *************** *** 30,34 **** #post(QxInline) ! **************************************************************************** */ --- 30,34 ---- #post(QxInline) ! ************************************************************************ */ *************** *** 36,42 **** /* ! ------------------------------------------------------------------------------------ ALL QUEUES ! ------------------------------------------------------------------------------------ */ --- 36,42 ---- /* ! --------------------------------------------------------------------------- ALL QUEUES ! --------------------------------------------------------------------------- */ *************** *** 127,136 **** /* ! ------------------------------------------------------------------------------------ WIDGET QUEUE Allows widgets to register to the widget queue to do multiple things before the other queues will be flushed ! ------------------------------------------------------------------------------------ */ --- 127,136 ---- /* ! --------------------------------------------------------------------------- WIDGET QUEUE Allows widgets to register to the widget queue to do multiple things before the other queues will be flushed ! --------------------------------------------------------------------------- */ *************** *** 182,190 **** /* ! ------------------------------------------------------------------------------------ ELEMENT QUEUE Contains the widgets which should be (dom-)created ! ------------------------------------------------------------------------------------ */ --- 182,190 ---- /* ! --------------------------------------------------------------------------- ELEMENT QUEUE Contains the widgets which should be (dom-)created ! --------------------------------------------------------------------------- */ *************** *** 233,241 **** /* ! ------------------------------------------------------------------------------------ STATE QUEUE Contains the widgets which recently changed their state ! ------------------------------------------------------------------------------------ */ --- 233,241 ---- /* ! --------------------------------------------------------------------------- STATE QUEUE Contains the widgets which recently changed their state ! --------------------------------------------------------------------------- */ *************** *** 286,294 **** /* ! ------------------------------------------------------------------------------------ JOBS QUEUE Contains the widgets which need a update after they were visible before ! ------------------------------------------------------------------------------------ */ --- 286,294 ---- /* ! --------------------------------------------------------------------------- JOBS QUEUE Contains the widgets which need a update after they were visible before ! --------------------------------------------------------------------------- */ *************** *** 337,345 **** /* ! ------------------------------------------------------------------------------------ LAYOUT QUEUE Contains the parents (QxParent) of the children which needs layout updates ! ------------------------------------------------------------------------------------ */ --- 337,345 ---- /* ! --------------------------------------------------------------------------- LAYOUT QUEUE Contains the parents (QxParent) of the children which needs layout updates ! --------------------------------------------------------------------------- */ *************** *** 389,397 **** /* ! ------------------------------------------------------------------------------------ DISPLAY QUEUE Contains the widgets which should initially become visible ! ------------------------------------------------------------------------------------ */ --- 389,397 ---- /* ! --------------------------------------------------------------------------- DISPLAY QUEUE Contains the widgets which should initially become visible ! --------------------------------------------------------------------------- */ *************** *** 604,610 **** /* ! ------------------------------------------------------------------------------------ GLOBAL HELPERS ! ------------------------------------------------------------------------------------ */ --- 604,610 ---- /* ! --------------------------------------------------------------------------- GLOBAL HELPERS ! --------------------------------------------------------------------------- */ Index: QxBorder.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/gui/Attic/QxBorder.js,v retrieving revision 1.1.2.7 retrieving revision 1.1.2.8 diff -C2 -d -r1.1.2.7 -r1.1.2.8 *** QxBorder.js 13 Jan 2006 10:50:26 -0000 1.1.2.7 --- QxBorder.js 16 Jan 2006 16:11:55 -0000 1.1.2.8 *************** *** 1,3 **** ! /* **************************************************************************** qooxdoo - the new era of web interface development --- 1,3 ---- ! /* ************************************************************************ qooxdoo - the new era of web interface development *************** *** 22,28 **** <andreas dot ecker at 1und1 dot de> ! **************************************************************************** */ ! /* **************************************************************************** #package(border) --- 22,28 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(border) *************** *** 30,34 **** #post(QxBorderPresets) ! **************************************************************************** */ /*! --- 30,34 ---- #post(QxBorderPresets) ! ************************************************************************ */ /*! *************** *** 71,77 **** /* ! ------------------------------------------------------------------------------------ PROPERTIES ! ------------------------------------------------------------------------------------ */ --- 71,77 ---- /* ! --------------------------------------------------------------------------- PROPERTIES ! --------------------------------------------------------------------------- */ *************** *** 95,101 **** /* ! ------------------------------------------------------------------------------------ UTILITY ! ------------------------------------------------------------------------------------ */ --- 95,101 ---- /* ! --------------------------------------------------------------------------- UTILITY ! --------------------------------------------------------------------------- */ *************** *** 147,153 **** /* ! ------------------------------------------------------------------------------------ COMPATIBILITY TO QXBORDEROBJECT ! ------------------------------------------------------------------------------------ */ --- 147,153 ---- /* ! --------------------------------------------------------------------------- COMPATIBILITY TO QXBORDEROBJECT ! --------------------------------------------------------------------------- */ *************** *** 162,168 **** /* ! ------------------------------------------------------------------------------------ COMBINED SETTERS ! ------------------------------------------------------------------------------------ */ --- 162,168 ---- /* ! --------------------------------------------------------------------------- COMBINED SETTERS ! --------------------------------------------------------------------------- */ *************** *** 241,247 **** /* ! ------------------------------------------------------------------------------------ INITIALISATION OF CACHE ! ------------------------------------------------------------------------------------ */ --- 241,247 ---- /* ! --------------------------------------------------------------------------- INITIALISATION OF CACHE ! --------------------------------------------------------------------------- */ *************** *** 305,311 **** /* ! ------------------------------------------------------------------------------------ BORDER MODIFIER AND SYNCER ! ------------------------------------------------------------------------------------ */ --- 305,311 ---- /* ! --------------------------------------------------------------------------- BORDER MODIFIER AND SYNCER ! --------------------------------------------------------------------------- */ *************** *** 630,636 **** /* ! ------------------------------------------------------------------------------------ BORDER APPLY IMPLEMENTATION ! ------------------------------------------------------------------------------------ */ --- 630,636 ---- /* ! --------------------------------------------------------------------------- BORDER APPLY IMPLEMENTATION ! --------------------------------------------------------------------------- */ *************** *** 1120,1126 **** /* ! ------------------------------------------------------------------------------------ DISPOSER ! ------------------------------------------------------------------------------------ */ --- 1120,1126 ---- /* ! --------------------------------------------------------------------------- DISPOSER ! --------------------------------------------------------------------------- */ Index: QxFlashPlayerVersion.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/gui/Attic/QxFlashPlayerVersion.js,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** QxFlashPlayerVersion.js 1 Nov 2005 12:05:30 -0000 1.1.2.1 --- QxFlashPlayerVersion.js 16 Jan 2006 16:11:55 -0000 1.1.2.2 *************** *** 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(flash) ! **************************************************************************** */ /*! --- 22,32 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(flash) ! ************************************************************************ */ /*! Index: QxColorCore.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/gui/Attic/QxColorCore.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 *** QxColorCore.js 13 Jan 2006 10:50:26 -0000 1.1.2.6 --- QxColorCore.js 16 Jan 2006 16:11:55 -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,38 **** <andreas dot ecker at 1und1 dot de> ! **************************************************************************** */ ! /* **************************************************************************** #package(color) #require(QxColor) ! **************************************************************************** */ /* ! ------------------------------------------------------------------------------------ CORE METHODS ! ------------------------------------------------------------------------------------ */ --- 22,38 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(color) #require(QxColor) ! ************************************************************************ */ /* ! --------------------------------------------------------------------------- CORE METHODS ! --------------------------------------------------------------------------- */ *************** *** 46,52 **** /* ! ------------------------------------------------------------------------------------ CORE DATA ! ------------------------------------------------------------------------------------ */ --- 46,52 ---- /* ! --------------------------------------------------------------------------- CORE DATA ! --------------------------------------------------------------------------- */ Index: QxFontCache.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/gui/Attic/QxFontCache.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 *** QxFontCache.js 29 Oct 2005 21:32:59 -0000 1.1.2.3 --- QxFontCache.js 16 Jan 2006 16:11:55 -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(font) ! **************************************************************************** */ function QxFontCache(propValue, propData) --- 22,32 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(font) ! ************************************************************************ */ function QxFontCache(propValue, propData) Index: QxParent.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/gui/Attic/QxParent.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 *** QxParent.js 13 Jan 2006 10:50:26 -0000 1.1.2.18 --- QxParent.js 16 Jan 2006 16:11:55 -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,33 **** <andreas dot ecker at 1und1 dot de> ! **************************************************************************** */ ! /* **************************************************************************** #package(guicore) #post(QxFocusManager) ! **************************************************************************** */ function QxParent() --- 22,33 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(guicore) #post(QxFocusManager) ! ************************************************************************ */ function QxParent() *************** *** 54,60 **** /* ! ------------------------------------------------------------------------------------ PROPERTIES ! ------------------------------------------------------------------------------------ */ --- 54,60 ---- /* ! --------------------------------------------------------------------------- PROPERTIES ! --------------------------------------------------------------------------- */ *************** *** 79,85 **** /* ! ------------------------------------------------------------------------------------ CACHED PRIVATE PROPERTIES ! ------------------------------------------------------------------------------------ */ --- 79,85 ---- /* ! --------------------------------------------------------------------------- CACHED PRIVATE PROPERTIES ! --------------------------------------------------------------------------- */ *************** *** 92,98 **** /* ! ------------------------------------------------------------------------------------ FOCUS HANDLING ! ------------------------------------------------------------------------------------ */ --- 92,98 ---- /* ! --------------------------------------------------------------------------- FOCUS HANDLING ! --------------------------------------------------------------------------- */ *************** *** 253,259 **** /* ! ------------------------------------------------------------------------------------ LAYOUT IMPLEMENTATION ! ------------------------------------------------------------------------------------ */ --- 253,259 ---- /* ! --------------------------------------------------------------------------- LAYOUT IMPLEMENTATION ! --------------------------------------------------------------------------- */ *************** *** 275,281 **** /* ! ------------------------------------------------------------------------------------ CHILDREN MANAGMENT: MANAGE ALL ! ------------------------------------------------------------------------------------ */ --- 275,281 ---- /* ! --------------------------------------------------------------------------- CHILDREN MANAGMENT: MANAGE ALL ! --------------------------------------------------------------------------- */ *************** *** 342,350 **** /* ! ------------------------------------------------------------------------------------ CHILDREN MANAGMENT: MANAGE VISIBLE ONES uses a cached private property ! ------------------------------------------------------------------------------------ */ --- 342,350 ---- /* ! --------------------------------------------------------------------------- CHILDREN MANAGMENT: MANAGE VISIBLE ONES uses a cached private property ! --------------------------------------------------------------------------- */ *************** *** 397,403 **** /* ! ------------------------------------------------------------------------------------ CHILDREN MANAGMENT: ADD ! ------------------------------------------------------------------------------------ */ --- 397,403 ---- /* ! --------------------------------------------------------------------------- CHILDREN MANAGMENT: ADD ! --------------------------------------------------------------------------- */ *************** *** 518,524 **** /* ! ------------------------------------------------------------------------------------ CHILDREN MANAGMENT: REMOVE ! ------------------------------------------------------------------------------------ */ --- 518,524 ---- /* ! --------------------------------------------------------------------------- CHILDREN MANAGMENT: REMOVE ! --------------------------------------------------------------------------- */ *************** *** 578,584 **** /* ! ------------------------------------------------------------------------------------ CHILDREN MANAGMENT: FIRST CHILD ! ------------------------------------------------------------------------------------ */ --- 578,584 ---- /* ! --------------------------------------------------------------------------- CHILDREN MANAGMENT: FIRST CHILD ! --------------------------------------------------------------------------- */ *************** *** 601,607 **** /* ! ------------------------------------------------------------------------------------ CHILDREN MANAGMENT: LAST CHILD ! ------------------------------------------------------------------------------------ */ --- 601,607 ---- /* ! --------------------------------------------------------------------------- CHILDREN MANAGMENT: LAST CHILD ! --------------------------------------------------------------------------- */ *************** *** 624,630 **** /* ! ------------------------------------------------------------------------------------ CHILDREN MANAGMENT: LOOP UTILS ! ------------------------------------------------------------------------------------ */ --- 624,630 ---- /* ! --------------------------------------------------------------------------- CHILDREN MANAGMENT: LOOP UTILS ! --------------------------------------------------------------------------- */ *************** *** 651,657 **** /* ! ------------------------------------------------------------------------------------ APPEAR/DISAPPEAR MESSAGES FOR CHILDREN ! ------------------------------------------------------------------------------------ */ --- 651,657 ---- /* ! --------------------------------------------------------------------------- APPEAR/DISAPPEAR MESSAGES FOR CHILDREN ! --------------------------------------------------------------------------- */ *************** *** 707,713 **** /* ! ------------------------------------------------------------------------------------ INSERTDOM/REMOVEDOM MESSAGES FOR CHILDREN ! ------------------------------------------------------------------------------------ */ --- 707,713 ---- /* ! --------------------------------------------------------------------------- INSERTDOM/REMOVEDOM MESSAGES FOR CHILDREN ! --------------------------------------------------------------------------- */ *************** *** 763,769 **** /* ! ------------------------------------------------------------------------------------ DISPLAYBLE HANDLING ! ------------------------------------------------------------------------------------ */ --- 763,769 ---- /* ! --------------------------------------------------------------------------- DISPLAYBLE HANDLING ! --------------------------------------------------------------------------- */ *************** *** 782,788 **** /* ! ------------------------------------------------------------------------------------ STATE QUEUE ! ------------------------------------------------------------------------------------ */ --- 782,788 ---- /* ! --------------------------------------------------------------------------- STATE QUEUE ! --------------------------------------------------------------------------- */ *************** *** 818,824 **** /* ! ------------------------------------------------------------------------------------ CHILDREN QUEUE ! ------------------------------------------------------------------------------------ */ --- 818,824 ---- /* ! --------------------------------------------------------------------------- CHILDREN QUEUE ! --------------------------------------------------------------------------- */ *************** *** 869,875 **** /* ! ------------------------------------------------------------------------------------ LAYOUT QUEUE ! ------------------------------------------------------------------------------------ */ --- 869,875 ---- /* ! --------------------------------------------------------------------------- LAYOUT QUEUE ! --------------------------------------------------------------------------- */ *************** *** 1002,1008 **** /* ! ------------------------------------------------------------------------------------ DIMENSION CACHE ! ------------------------------------------------------------------------------------ */ --- 1002,1008 ---- /* ! --------------------------------------------------------------------------- DIMENSION CACHE ! --------------------------------------------------------------------------- */ *************** *** 1066,1072 **** /* ! ------------------------------------------------------------------------------------ WIDGET FROM POINT SUPPORT ! ------------------------------------------------------------------------------------ */ --- 1066,1072 ---- /* ! --------------------------------------------------------------------------- WIDGET FROM POINT SUPPORT ! --------------------------------------------------------------------------- */ *************** *** 1091,1097 **** /* ! ------------------------------------------------------------------------------------ CLONE ! ------------------------------------------------------------------------------------ */ --- 1091,1097 ---- /* ! --------------------------------------------------------------------------- CLONE ! --------------------------------------------------------------------------- */ *************** *** 1114,1120 **** /* ! ------------------------------------------------------------------------------------ REMAPPING ! ------------------------------------------------------------------------------------ */ --- 1114,1120 ---- /* ! --------------------------------------------------------------------------- REMAPPING ! --------------------------------------------------------------------------- */ *************** *** 1140,1146 **** /* ! ------------------------------------------------------------------------------------ DISPOSER ! ------------------------------------------------------------------------------------ */ --- 1140,1146 ---- /* ! --------------------------------------------------------------------------- DISPOSER ! --------------------------------------------------------------------------- */ Index: QxFont.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/gui/Attic/QxFont.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 *** QxFont.js 29 Oct 2005 21:32:59 -0000 1.1.2.4 --- QxFont.js 16 Jan 2006 16:11:55 -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(font) ! **************************************************************************** */ /*! --- 22,32 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(font) ! ************************************************************************ */ /*! *************** *** 54,60 **** /* ! ------------------------------------------------------------------------------------ PROPERTIES ! ------------------------------------------------------------------------------------ */ --- 54,60 ---- /* ! --------------------------------------------------------------------------- PROPERTIES ! --------------------------------------------------------------------------- */ *************** *** 69,75 **** /* ! ------------------------------------------------------------------------------------ MODIFIER ! ------------------------------------------------------------------------------------ */ --- 69,75 ---- /* ! --------------------------------------------------------------------------- MODIFIER ! --------------------------------------------------------------------------- */ *************** *** 84,90 **** /* ! ------------------------------------------------------------------------------------ UTILITY ! ------------------------------------------------------------------------------------ */ --- 84,90 ---- /* ! --------------------------------------------------------------------------- UTILITY ! --------------------------------------------------------------------------- */ *************** *** 143,149 **** /* ! ------------------------------------------------------------------------------------ UTILITY ! ------------------------------------------------------------------------------------ */ --- 143,149 ---- /* ! --------------------------------------------------------------------------- UTILITY ! --------------------------------------------------------------------------- */ *************** *** 211,217 **** /* ! ------------------------------------------------------------------------------------ DISPOSER ! ------------------------------------------------------------------------------------ */ --- 211,217 ---- /* ! --------------------------------------------------------------------------- DISPOSER ! --------------------------------------------------------------------------- */ Index: QxNativeWindow.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/gui/Attic/QxNativeWindow.js,v retrieving revision 1.1.2.10 retrieving revision 1.1.2.11 diff -C2 -d -r1.1.2.10 -r1.1.2.11 *** QxNativeWindow.js 19 Dec 2005 15:27:46 -0000 1.1.2.10 --- QxNativeWindow.js 16 Jan 2006 16:11:55 -0000 1.1.2.11 *************** *** 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(nativewindow) #require(QxClientDocument) ! **************************************************************************** */ function QxNativeWindow(vCaption, vSource, vName) --- 22,33 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(nativewindow) #require(QxClientDocument) ! ************************************************************************ */ function QxNativeWindow(vCaption, vSource, vName) *************** *** 144,150 **** /* ! ------------------------------------------------------------------------------------ GROUPS ! ------------------------------------------------------------------------------------ */ --- 144,150 ---- /* ! --------------------------------------------------------------------------- GROUPS ! --------------------------------------------------------------------------- */ *************** *** 156,162 **** /* ! ------------------------------------------------------------------------------------ SUB WIDGET GETTER ! ------------------------------------------------------------------------------------ */ --- 156,162 ---- /* ! --------------------------------------------------------------------------- SUB WIDGET GETTER ! --------------------------------------------------------------------------- */ *************** *** 169,175 **** /* ! ------------------------------------------------------------------------------------ MODIFIY ADDER LOGIC ! ------------------------------------------------------------------------------------ */ --- 169,175 ---- /* ! --------------------------------------------------------------------------- MODIFIY ADDER LOGIC ! --------------------------------------------------------------------------- */ *************** *** 187,193 **** /* ! ------------------------------------------------------------------------------------ COORDINATES ! ------------------------------------------------------------------------------------ */ --- 187,193 ---- /* ! --------------------------------------------------------------------------- COORDINATES ! --------------------------------------------------------------------------- */ *************** *** 212,218 **** /* ! ------------------------------------------------------------------------------------ CAPTION ! ------------------------------------------------------------------------------------ */ --- 212,218 ---- /* ! --------------------------------------------------------------------------- CAPTION ! --------------------------------------------------------------------------- */ *************** *** 251,257 **** /* ! ------------------------------------------------------------------------------------ SOURCE ! ------------------------------------------------------------------------------------ */ --- 251,257 ---- /* ! --------------------------------------------------------------------------- SOURCE ! --------------------------------------------------------------------------- */ *************** *** 269,275 **** /* ! ------------------------------------------------------------------------------------ NAME ! ------------------------------------------------------------------------------------ */ --- 269,275 ---- /* ! --------------------------------------------------------------------------- NAME ! --------------------------------------------------------------------------- */ *************** *** 316,322 **** /* ! ------------------------------------------------------------------------------------ UTILITY ! ------------------------------------------------------------------------------------ */ --- 316,322 ---- /* ! --------------------------------------------------------------------------- UTILITY ! --------------------------------------------------------------------------- */ *************** *** 345,351 **** { /* ! ----------------------------------------------------------------------------- PRE CONFIGURE WINDOW ! ----------------------------------------------------------------------------- */ --- 345,351 ---- { /* ! ------------------------------------------------------------------------------ PRE CONFIGURE WINDOW ! ------------------------------------------------------------------------------ */ *************** *** 403,409 **** /* ! ----------------------------------------------------------------------------- TIMER ! ----------------------------------------------------------------------------- */ --- 403,409 ---- /* ! ------------------------------------------------------------------------------ TIMER ! ------------------------------------------------------------------------------ */ *************** *** 414,420 **** /* ! ----------------------------------------------------------------------------- BLOCKER ! ----------------------------------------------------------------------------- */ --- 414,420 ---- /* ! ------------------------------------------------------------------------------ BLOCKER ! ------------------------------------------------------------------------------ */ *************** *** 427,433 **** /* ! ----------------------------------------------------------------------------- OPEN WINDOW ! ----------------------------------------------------------------------------- */ --- 427,433 ---- /* ! ------------------------------------------------------------------------------ OPEN WINDOW ! ------------------------------------------------------------------------------ */ *************** *** 456,462 **** /* ! ------------------------------------------------------------------------------------ CENTER SUPPORT ! ------------------------------------------------------------------------------------ */ --- 456,462 ---- /* ! --------------------------------------------------------------------------- CENTER SUPPORT ! --------------------------------------------------------------------------- */ *************** *** 494,500 **** /* ! ------------------------------------------------------------------------------------ FOCUS HANDLING ! ------------------------------------------------------------------------------------ */ --- 494,500 ---- /* ! --------------------------------------------------------------------------- FOCUS HANDLING ! --------------------------------------------------------------------------- */ *************** *** 520,526 **** /* ! ------------------------------------------------------------------------------------ TIMER ! ------------------------------------------------------------------------------------ */ --- 520,526 ---- /* ! --------------------------------------------------------------------------- TIMER ! --------------------------------------------------------------------------- */ *************** *** 779,785 **** /* ! ------------------------------------------------------------------------------------ DISPOSER ! ------------------------------------------------------------------------------------ */ --- 779,785 ---- /* ! --------------------------------------------------------------------------- DISPOSER ! --------------------------------------------------------------------------- */ Index: QxAppearanceTheme.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/gui/Attic/QxAppearanceTheme.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 *** QxAppearanceTheme.js 13 Jan 2006 13:21:34 -0000 1.1.2.3 --- QxAppearanceTheme.js 16 Jan 2006 16:11:55 -0000 1.1.2.4 *************** *** 11,20 **** QxAppearanceTheme.extend(QxObject, "QxAppearanceTheme"); ! /* **************************************************************************** #package(appearance) #post(QxAppearanceTheme-Default) ! **************************************************************************** */ --- 11,20 ---- QxAppearanceTheme.extend(QxObject, "QxAppearanceTheme"); ! /* ************************************************************************ #package(appearance) #post(QxAppearanceTheme-Default) ! ************************************************************************ */ *************** *** 24,30 **** /* ! ------------------------------------------------------------------------------------ CORE METHODS ! ------------------------------------------------------------------------------------ */ --- 24,30 ---- /* ! --------------------------------------------------------------------------- CORE METHODS ! --------------------------------------------------------------------------- */ *************** *** 57,63 **** /* ! ------------------------------------------------------------------------------------ WIDGET METHODS ! ------------------------------------------------------------------------------------ */ --- 57,63 ---- /* ! --------------------------------------------------------------------------- WIDGET METHODS ! --------------------------------------------------------------------------- */ *************** *** 102,108 **** /* ! ------------------------------------------------------------------------------------ DISPOSER ! ------------------------------------------------------------------------------------ */ --- 102,108 ---- /* ! --------------------------------------------------------------------------- DISPOSER ! --------------------------------------------------------------------------- */ Index: QxBorderObject.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/gui/Attic/QxBorderObject.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 *** QxBorderObject.js 13 Jan 2006 10:50:26 -0000 1.1.2.4 --- QxBorderObject.js 16 Jan 2006 16:11:55 -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,33 **** <andreas dot ecker at 1und1 dot de> ! **************************************************************************** */ ! /* **************************************************************************** #package(border) #post(QxBorderObjectPresets) ! **************************************************************************** */ function QxBorderObject(vWidth, vStyle, vColor) --- 22,33 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(border) #post(QxBorderObjectPresets) ! ************************************************************************ */ function QxBorderObject(vWidth, vStyle, vColor) *************** *** 43,49 **** /* ! ------------------------------------------------------------------------------------ UTILITY ! ------------------------------------------------------------------------------------ */ --- 43,49 ---- /* ! --------------------------------------------------------------------------- UTILITY ! --------------------------------------------------------------------------- */ *************** *** 98,104 **** /* ! ------------------------------------------------------------------------------------ WIDGET CONNECTION ! ------------------------------------------------------------------------------------ */ --- 98,104 ---- /* ! --------------------------------------------------------------------------- WIDGET CONNECTION ! --------------------------------------------------------------------------- */ *************** *** 133,139 **** /* ! ------------------------------------------------------------------------------------ DISPOSER ! ------------------------------------------------------------------------------------ */ --- 133,139 ---- /* ! --------------------------------------------------------------------------- DISPOSER ! --------------------------------------------------------------------------- */ Index: QxBorderCache.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/gui/Attic/QxBorderCache.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 *** QxBorderCache.js 29 Oct 2005 21:32:59 -0000 1.1.2.4 --- QxBorderCache.js 16 Jan 2006 16:11:55 -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(border) ! **************************************************************************** */ function QxBorderCache(propValue, propData) --- 22,32 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(border) ! ************************************************************************ */ function QxBorderCache(propValue, propData) Index: QxColorTheme.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/gui/Attic/QxColorTheme.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 *** QxColorTheme.js 13 Jan 2006 10:50:26 -0000 1.1.2.6 --- QxColorTheme.js 16 Jan 2006 16:11:55 -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,28 **** <andreas dot ecker at 1und... [truncated message content] |
Update of /cvsroot/qooxdoo/qooxdoo/source/script/managers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31057/source/script/managers Modified Files: Tag: renderer QxAppearanceManager.js QxColorManager.js QxDomSelectionManager.js QxDragAndDropManager.js QxEventManager.js QxFocusManager.js QxImageManager.js QxImagePreloaderManager.js QxManager.js QxMenuManager.js QxPopupManager.js QxRadioManager.js QxRangeManager.js QxSelectionManager.js QxToolTipManager.js QxTreeSelectionManager.js QxVirtualSelectionManager.js QxWindowManager.js Log Message: Modified comment blocks to end at col 76 Index: QxEventManager.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/managers/QxEventManager.js,v retrieving revision 1.14.2.61 retrieving revision 1.14.2.62 diff -C2 -d -r1.14.2.61 -r1.14.2.62 *** QxEventManager.js 13 Jan 2006 10:50:26 -0000 1.14.2.61 --- QxEventManager.js 16 Jan 2006 16:11:56 -0000 1.14.2.62 *************** *** 1,3 **** ! /* **************************************************************************** qooxdoo - the new era of web interface development --- 1,3 ---- ! /* ************************************************************************ qooxdoo - the new era of web interface development *************** *** 22,28 **** <andreas dot ecker at 1und1 dot de> ! **************************************************************************** */ ! /* **************************************************************************** #package(eventcore) --- 22,28 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(eventcore) *************** *** 34,38 **** #post(QxKeyEvent) ! **************************************************************************** */ /*! --- 34,38 ---- #post(QxKeyEvent) ! ************************************************************************ */ /*! *************** *** 97,103 **** /* ! ------------------------------------------------------------------------------------ STATE FLAGS ! ------------------------------------------------------------------------------------ */ --- 97,103 ---- /* ! --------------------------------------------------------------------------- STATE FLAGS ! --------------------------------------------------------------------------- */ *************** *** 114,120 **** /* ! ------------------------------------------------------------------------------------ MODIFIERS ! ------------------------------------------------------------------------------------ */ --- 114,120 ---- /* ! --------------------------------------------------------------------------- MODIFIERS ! --------------------------------------------------------------------------- */ *************** *** 156,162 **** /* ! ------------------------------------------------------------------------------------ COMMAND INTERFACE ! ------------------------------------------------------------------------------------ */ --- 156,162 ---- /* ! --------------------------------------------------------------------------- COMMAND INTERFACE ! --------------------------------------------------------------------------- */ *************** *** 196,202 **** /* ! ------------------------------------------------------------------------------------ EVENT-MAPPING ! ------------------------------------------------------------------------------------ */ --- 196,202 ---- /* ! --------------------------------------------------------------------------- EVENT-MAPPING ! --------------------------------------------------------------------------- */ *************** *** 273,279 **** /* ! ------------------------------------------------------------------------------------ EVENT-MAPPING HELPER ! ------------------------------------------------------------------------------------ */ --- 273,279 ---- /* ! --------------------------------------------------------------------------- EVENT-MAPPING HELPER ! --------------------------------------------------------------------------- */ *************** *** 328,334 **** /* ! ------------------------------------------------------------------------------------ HELPER METHODS ! ------------------------------------------------------------------------------------ */ --- 328,334 ---- /* ! --------------------------------------------------------------------------- HELPER METHODS ! --------------------------------------------------------------------------- */ *************** *** 445,451 **** /* ! ------------------------------------------------------------------------------------ KEY EVENTS ! ------------------------------------------------------------------------------------ */ --- 445,451 ---- /* ! --------------------------------------------------------------------------- KEY EVENTS ! --------------------------------------------------------------------------- */ *************** *** 554,560 **** /* ! ------------------------------------------------------------------------------------ MOUSE EVENTS ! ------------------------------------------------------------------------------------ */ --- 554,560 ---- /* ! --------------------------------------------------------------------------- MOUSE EVENTS ! --------------------------------------------------------------------------- */ *************** *** 904,912 **** /* ! ------------------------------------------------------------------------------------ DRAG EVENTS Currently only to stop non needed events ! ------------------------------------------------------------------------------------ */ --- 904,912 ---- /* ! --------------------------------------------------------------------------- DRAG EVENTS Currently only to stop non needed events ! --------------------------------------------------------------------------- */ *************** *** 927,933 **** /* ! ------------------------------------------------------------------------------------ SELECT EVENTS ! ------------------------------------------------------------------------------------ */ --- 927,933 ---- /* ! --------------------------------------------------------------------------- SELECT EVENTS ! --------------------------------------------------------------------------- */ *************** *** 951,957 **** /* ! ------------------------------------------------------------------------------------ WINDOW EVENTS ! ------------------------------------------------------------------------------------ */ --- 951,957 ---- /* ! --------------------------------------------------------------------------- WINDOW EVENTS ! --------------------------------------------------------------------------- */ *************** *** 1028,1034 **** /* ! ------------------------------------------------------------------------------------ ACTIVATE EVENTS ! ------------------------------------------------------------------------------------ */ --- 1028,1034 ---- /* ! --------------------------------------------------------------------------- ACTIVATE EVENTS ! --------------------------------------------------------------------------- */ *************** *** 1069,1075 **** /* ! ------------------------------------------------------------------------------------ DISPOSE ! ------------------------------------------------------------------------------------ */ --- 1069,1075 ---- /* ! --------------------------------------------------------------------------- DISPOSE ! --------------------------------------------------------------------------- */ Index: QxWindowManager.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/managers/QxWindowManager.js,v retrieving revision 1.3.2.17 retrieving revision 1.3.2.18 diff -C2 -d -r1.3.2.17 -r1.3.2.18 *** QxWindowManager.js 13 Jan 2006 10:50:26 -0000 1.3.2.17 --- QxWindowManager.js 16 Jan 2006 16:11:56 -0000 1.3.2.18 *************** *** 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(window) #post(QxPopupManager) ! **************************************************************************** */ /*! --- 22,33 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(window) #post(QxPopupManager) ! ************************************************************************ */ /*! *************** *** 48,54 **** /* ! ------------------------------------------------------------------------------------ MODIFIER ! ------------------------------------------------------------------------------------ */ --- 48,54 ---- /* ! --------------------------------------------------------------------------- MODIFIER ! --------------------------------------------------------------------------- */ *************** *** 86,92 **** /* ! ------------------------------------------------------------------------------------ UTILITIES ! ------------------------------------------------------------------------------------ */ --- 86,92 ---- /* ! --------------------------------------------------------------------------- UTILITIES ! --------------------------------------------------------------------------- */ *************** *** 144,150 **** /* ! ------------------------------------------------------------------------------------ MANAGER INTERFACE ! ------------------------------------------------------------------------------------ */ --- 144,150 ---- /* ! --------------------------------------------------------------------------- MANAGER INTERFACE ! --------------------------------------------------------------------------- */ *************** *** 197,203 **** /* ! ------------------------------------------------------------------------------------ SINGLETON INSTANCE ! ------------------------------------------------------------------------------------ */ --- 197,203 ---- /* ! --------------------------------------------------------------------------- SINGLETON INSTANCE ! --------------------------------------------------------------------------- */ Index: QxFocusManager.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/managers/QxFocusManager.js,v retrieving revision 1.3.2.34 retrieving revision 1.3.2.35 diff -C2 -d -r1.3.2.34 -r1.3.2.35 *** QxFocusManager.js 13 Jan 2006 10:50:26 -0000 1.3.2.34 --- QxFocusManager.js 16 Jan 2006 16:11:56 -0000 1.3.2.35 *************** *** 1,3 **** ! /* **************************************************************************** qooxdoo - the new era of web interface development --- 1,3 ---- ! /* ************************************************************************ qooxdoo - the new era of web interface development *************** *** 22,28 **** <andreas dot ecker at 1und1 dot de> ! **************************************************************************** */ ! /* **************************************************************************** #package(eventcore) --- 22,28 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(eventcore) *************** *** 31,35 **** #post(QxToolTipManager) ! **************************************************************************** */ /*! --- 31,35 ---- #post(QxToolTipManager) ! ************************************************************************ */ /*! *************** *** 54,60 **** /* ! ------------------------------------------------------------------------------------ UTILITIES ! ------------------------------------------------------------------------------------ */ --- 54,60 ---- /* ! --------------------------------------------------------------------------- UTILITIES ! --------------------------------------------------------------------------- */ *************** *** 69,75 **** /* ! ------------------------------------------------------------------------------------ TAB-EVENT HANDLING ! ------------------------------------------------------------------------------------ */ --- 69,75 ---- /* ! --------------------------------------------------------------------------- TAB-EVENT HANDLING ! --------------------------------------------------------------------------- */ *************** *** 157,163 **** /* ! ------------------------------------------------------------------------------------ UTILITIES FOR TAB HANDLING ! ------------------------------------------------------------------------------------ */ --- 157,163 ---- /* ! --------------------------------------------------------------------------- UTILITIES FOR TAB HANDLING ! --------------------------------------------------------------------------- */ *************** *** 330,336 **** /* ! ------------------------------------------------------------------------------------ DISPOSER ! ------------------------------------------------------------------------------------ */ --- 330,336 ---- /* ! --------------------------------------------------------------------------- DISPOSER ! --------------------------------------------------------------------------- */ Index: QxVirtualSelectionManager.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/managers/Attic/QxVirtualSelectionManager.js,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -d -r1.1.2.2 -r1.1.2.3 *** QxVirtualSelectionManager.js 19 Dec 2005 12:34:58 -0000 1.1.2.2 --- QxVirtualSelectionManager.js 16 Jan 2006 16:11:56 -0000 1.1.2.3 *************** *** 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(selection) ! **************************************************************************** */ /*! --- 22,32 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(selection) ! ************************************************************************ */ /*! *************** *** 44,50 **** /* ! ------------------------------------------------------------------------------------ MAPPING TO BOUNDED WIDGET ! ------------------------------------------------------------------------------------ */ --- 44,50 ---- /* ! --------------------------------------------------------------------------- MAPPING TO BOUNDED WIDGET ! --------------------------------------------------------------------------- */ *************** *** 77,83 **** /* ! ------------------------------------------------------------------------------------ MAPPING TO ITEM PROPERTIES ! ------------------------------------------------------------------------------------ */ --- 77,83 ---- /* ! --------------------------------------------------------------------------- MAPPING TO ITEM PROPERTIES ! --------------------------------------------------------------------------- */ *************** *** 96,102 **** /* ! ------------------------------------------------------------------------------------ MAPPING TO ITEM DIMENSIONS ! ------------------------------------------------------------------------------------ */ --- 96,102 ---- /* ! --------------------------------------------------------------------------- MAPPING TO ITEM DIMENSIONS ! --------------------------------------------------------------------------- */ *************** *** 134,140 **** /* ! ------------------------------------------------------------------------------------ ITEM STATE MANAGMENT ! ------------------------------------------------------------------------------------ */ --- 134,140 ---- /* ! --------------------------------------------------------------------------- ITEM STATE MANAGMENT ! --------------------------------------------------------------------------- */ Index: QxDomSelectionManager.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/managers/QxDomSelectionManager.js,v retrieving revision 1.4.2.6 retrieving revision 1.4.2.7 diff -C2 -d -r1.4.2.6 -r1.4.2.7 *** QxDomSelectionManager.js 19 Dec 2005 14:29:19 -0000 1.4.2.6 --- QxDomSelectionManager.js 16 Jan 2006 16:11:56 -0000 1.4.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(selection) ! **************************************************************************** */ function QxDomSelectionManager(vBoundedWidget) --- 22,32 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(selection) ! ************************************************************************ */ function QxDomSelectionManager(vBoundedWidget) *************** *** 46,52 **** /* ! ------------------------------------------------------------------------------------ MAPPING TO BOUNDED WIDGET (DOM NODES) ! ------------------------------------------------------------------------------------ */ --- 46,52 ---- /* ! --------------------------------------------------------------------------- MAPPING TO BOUNDED WIDGET (DOM NODES) ! --------------------------------------------------------------------------- */ *************** *** 82,88 **** /* ! ------------------------------------------------------------------------------------ MAPPING TO ITEM DIMENSIONS ! ------------------------------------------------------------------------------------ */ --- 82,88 ---- /* ! --------------------------------------------------------------------------- MAPPING TO ITEM DIMENSIONS ! --------------------------------------------------------------------------- */ *************** *** 109,115 **** /* ! ------------------------------------------------------------------------------------ MAPPING TO ITEM PROPERTIES ! ------------------------------------------------------------------------------------ */ --- 109,115 ---- /* ! --------------------------------------------------------------------------- MAPPING TO ITEM PROPERTIES ! --------------------------------------------------------------------------- */ *************** *** 216,222 **** /* ! ------------------------------------------------------------------------------------ ITEM CSS STATE MANAGMENT ! ------------------------------------------------------------------------------------ */ --- 216,222 ---- /* ! --------------------------------------------------------------------------- ITEM CSS STATE MANAGMENT ! --------------------------------------------------------------------------- */ Index: QxDragAndDropManager.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/managers/QxDragAndDropManager.js,v retrieving revision 1.9.2.33 retrieving revision 1.9.2.34 diff -C2 -d -r1.9.2.33 -r1.9.2.34 *** QxDragAndDropManager.js 13 Jan 2006 10:50:26 -0000 1.9.2.33 --- QxDragAndDropManager.js 16 Jan 2006 16:11:56 -0000 1.9.2.34 *************** *** 1,3 **** ! /* **************************************************************************** qooxdoo - the new era of web interface development --- 1,3 ---- ! /* ************************************************************************ qooxdoo - the new era of web interface development *************** *** 22,28 **** <andreas dot ecker at 1und1 dot de> ! **************************************************************************** */ ! /* **************************************************************************** #package(dragndrop) --- 22,28 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(dragndrop) *************** *** 30,34 **** #post(QxDragEvent) ! **************************************************************************** */ /*! --- 30,34 ---- #post(QxDragEvent) ! ************************************************************************ */ /*! *************** *** 76,82 **** /* ! ------------------------------------------------------------------------------------ COMMON MODIFIER ! ------------------------------------------------------------------------------------ */ --- 76,82 ---- /* ! --------------------------------------------------------------------------- COMMON MODIFIER ! --------------------------------------------------------------------------- */ *************** *** 100,106 **** /* ! ------------------------------------------------------------------------------------ DATA HANDLING ! ------------------------------------------------------------------------------------ */ --- 100,106 ---- /* ! --------------------------------------------------------------------------- DATA HANDLING ! --------------------------------------------------------------------------- */ *************** *** 132,138 **** /* ! ------------------------------------------------------------------------------------ MIME TYPE HANDLING ! ------------------------------------------------------------------------------------ */ --- 132,138 ---- /* ! --------------------------------------------------------------------------- MIME TYPE HANDLING ! --------------------------------------------------------------------------- */ *************** *** 166,172 **** /* ! ------------------------------------------------------------------------------------ START DRAG ! ------------------------------------------------------------------------------------ */ --- 166,172 ---- /* ! --------------------------------------------------------------------------- START DRAG ! --------------------------------------------------------------------------- */ *************** *** 194,200 **** /* ! ------------------------------------------------------------------------------------ FIRE IMPLEMENTATION FOR USER EVENTS ! ------------------------------------------------------------------------------------ */ --- 194,200 ---- /* ! --------------------------------------------------------------------------- FIRE IMPLEMENTATION FOR USER EVENTS ! --------------------------------------------------------------------------- */ *************** *** 225,231 **** /* ! ------------------------------------------------------------------------------------ HANDLER FOR MOUSE EVENTS ! ------------------------------------------------------------------------------------ */ --- 225,231 ---- /* ! --------------------------------------------------------------------------- HANDLER FOR MOUSE EVENTS ! --------------------------------------------------------------------------- */ *************** *** 375,381 **** /* ! ------------------------------------------------------------------------------------ HANDLER FOR KEY EVENTS ! ------------------------------------------------------------------------------------ */ --- 375,381 ---- /* ! --------------------------------------------------------------------------- HANDLER FOR KEY EVENTS ! --------------------------------------------------------------------------- */ *************** *** 452,458 **** /* ! ------------------------------------------------------------------------------------ IMPLEMENTATION OF DRAG&DROP SESSION FINALISATION ! ------------------------------------------------------------------------------------ */ --- 452,458 ---- /* ! --------------------------------------------------------------------------- IMPLEMENTATION OF DRAG&DROP SESSION FINALISATION ! --------------------------------------------------------------------------- */ *************** *** 528,534 **** /* ! ------------------------------------------------------------------------------------ IMPLEMENTATION OF CURSOR UPDATES ! ------------------------------------------------------------------------------------ */ --- 528,534 ---- /* ! --------------------------------------------------------------------------- IMPLEMENTATION OF CURSOR UPDATES ! --------------------------------------------------------------------------- */ *************** *** 592,598 **** /* ! ------------------------------------------------------------------------------------ IMPLEMENTATION OF DROP TARGET VALIDATION ! ------------------------------------------------------------------------------------ */ --- 592,598 ---- /* ! --------------------------------------------------------------------------- IMPLEMENTATION OF DROP TARGET VALIDATION ! --------------------------------------------------------------------------- */ *************** *** 688,694 **** /* ! ------------------------------------------------------------------------------------ ACTION HANDLING ! ------------------------------------------------------------------------------------ */ --- 688,694 ---- /* ! --------------------------------------------------------------------------- ACTION HANDLING ! --------------------------------------------------------------------------- */ *************** *** 772,778 **** /* ! ------------------------------------------------------------------------------------ DISPOSER ! ------------------------------------------------------------------------------------ */ --- 772,778 ---- /* ! --------------------------------------------------------------------------- DISPOSER ! --------------------------------------------------------------------------- */ *************** *** 836,842 **** /* ! ------------------------------------------------------------------------------------ SINGLETON INSTANCE ! ------------------------------------------------------------------------------------ */ --- 836,842 ---- /* ! --------------------------------------------------------------------------- SINGLETON INSTANCE ! --------------------------------------------------------------------------- */ Index: QxMenuManager.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/managers/QxMenuManager.js,v retrieving revision 1.1.2.8 retrieving revision 1.1.2.9 diff -C2 -d -r1.1.2.8 -r1.1.2.9 *** QxMenuManager.js 19 Dec 2005 16:07:39 -0000 1.1.2.8 --- QxMenuManager.js 16 Jan 2006 16:11:56 -0000 1.1.2.9 *************** *** 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) ! ************************************************************************ */ /*! *************** *** 44,50 **** /* ! ------------------------------------------------------------------------------------ METHODS ! ------------------------------------------------------------------------------------ */ --- 44,50 ---- /* ! --------------------------------------------------------------------------- METHODS ! --------------------------------------------------------------------------- */ *************** *** 75,81 **** /* ! ------------------------------------------------------------------------------------ SINGLETON INSTANCE ! ------------------------------------------------------------------------------------ */ --- 75,81 ---- /* ! --------------------------------------------------------------------------- SINGLETON INSTANCE ! --------------------------------------------------------------------------- */ Index: QxSelectionManager.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/managers/QxSelectionManager.js,v retrieving revision 1.3.2.31 retrieving revision 1.3.2.32 diff -C2 -d -r1.3.2.31 -r1.3.2.32 *** QxSelectionManager.js 16 Jan 2006 15:17:02 -0000 1.3.2.31 --- QxSelectionManager.js 16 Jan 2006 16:11:56 -0000 1.3.2.32 *************** *** 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(selection) ! **************************************************************************** */ /*! --- 22,32 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(selection) ! ************************************************************************ */ /*! *************** *** 47,53 **** /* ! ------------------------------------------------------------------------------------ PROPERTIES ! ------------------------------------------------------------------------------------ */ --- 47,53 ---- /* ! --------------------------------------------------------------------------- PROPERTIES ! --------------------------------------------------------------------------- */ *************** *** 98,104 **** /* ! ------------------------------------------------------------------------------------ MODIFIER ! ------------------------------------------------------------------------------------ */ --- 98,104 ---- /* ! --------------------------------------------------------------------------- MODIFIER ! --------------------------------------------------------------------------- */ *************** *** 132,138 **** /* ! ------------------------------------------------------------------------------------ MAPPING TO BOUNDED WIDGET ! ------------------------------------------------------------------------------------ */ --- 132,138 ---- /* ! --------------------------------------------------------------------------- MAPPING TO BOUNDED WIDGET ! --------------------------------------------------------------------------- */ *************** *** 222,228 **** /* ! ------------------------------------------------------------------------------------ MAPPING TO ITEM PROPERTIES ! ------------------------------------------------------------------------------------ */ --- 222,228 ---- /* ! --------------------------------------------------------------------------- MAPPING TO ITEM PROPERTIES ! --------------------------------------------------------------------------- */ *************** *** 236,242 **** /* ! ------------------------------------------------------------------------------------ MAPPING TO ITEM DIMENSIONS ! ------------------------------------------------------------------------------------ */ --- 236,242 ---- /* ! --------------------------------------------------------------------------- MAPPING TO ITEM DIMENSIONS ! --------------------------------------------------------------------------- */ *************** *** 271,277 **** /* ! ------------------------------------------------------------------------------------ ITEM STATE MANAGMENT ! ------------------------------------------------------------------------------------ */ --- 271,277 ---- /* ! --------------------------------------------------------------------------- ITEM STATE MANAGMENT ! --------------------------------------------------------------------------- */ *************** *** 293,299 **** /* ! ------------------------------------------------------------------------------------ SELECTION HANDLING ! ------------------------------------------------------------------------------------ */ --- 293,299 ---- /* ! --------------------------------------------------------------------------- SELECTION HANDLING ! --------------------------------------------------------------------------- */ *************** *** 710,716 **** /* ! ------------------------------------------------------------------------------------ MOUSE EVENT HANDLING ! ------------------------------------------------------------------------------------ */ --- 710,716 ---- /* ! --------------------------------------------------------------------------- MOUSE EVENT HANDLING ! --------------------------------------------------------------------------- */ *************** *** 984,990 **** /* ! ------------------------------------------------------------------------------------ KEY EVENT HANDLER ! ------------------------------------------------------------------------------------ */ --- 984,990 ---- /* ! --------------------------------------------------------------------------- KEY EVENT HANDLER ! --------------------------------------------------------------------------- */ *************** *** 1145,1151 **** /* ! ------------------------------------------------------------------------------------ CHANGE HANDLING ! ------------------------------------------------------------------------------------ */ --- 1145,1151 ---- /* ! --------------------------------------------------------------------------- CHANGE HANDLING ! --------------------------------------------------------------------------- */ *************** *** 1173,1179 **** /* ! ------------------------------------------------------------------------------------ POSITION HANDLING ! ------------------------------------------------------------------------------------ */ --- 1173,1179 ---- /* ! --------------------------------------------------------------------------- POSITION HANDLING ! --------------------------------------------------------------------------- */ *************** *** 1239,1245 **** /* ! ------------------------------------------------------------------------------------ PAGE HANDLING ! ------------------------------------------------------------------------------------ */ --- 1239,1245 ---- /* ! --------------------------------------------------------------------------- PAGE HANDLING ! --------------------------------------------------------------------------- */ *************** *** 1375,1381 **** /* ! ------------------------------------------------------------------------------------ DISPOSE ! ------------------------------------------------------------------------------------ */ --- 1375,1381 ---- /* ! --------------------------------------------------------------------------- DISPOSE ! --------------------------------------------------------------------------- */ Index: QxRadioManager.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/managers/Attic/QxRadioManager.js,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -d -r1.1.2.2 -r1.1.2.3 *** QxRadioManager.js 19 Dec 2005 12:34:58 -0000 1.1.2.2 --- QxRadioManager.js 16 Jan 2006 16:11:56 -0000 1.1.2.3 *************** *** 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(form) ! **************************************************************************** */ /*! --- 22,32 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(form) ! ************************************************************************ */ /*! *************** *** 57,63 **** /* ! ------------------------------------------------------------------------------------ PROPERTIES ! ------------------------------------------------------------------------------------ */ --- 57,63 ---- /* ! --------------------------------------------------------------------------- PROPERTIES ! --------------------------------------------------------------------------- */ *************** *** 71,77 **** /* ! ------------------------------------------------------------------------------------ UTILITIES ! ------------------------------------------------------------------------------------ */ --- 71,77 ---- /* ! --------------------------------------------------------------------------- UTILITIES ! --------------------------------------------------------------------------- */ *************** *** 99,105 **** /* ! ------------------------------------------------------------------------------------ REGISTRY ! ------------------------------------------------------------------------------------ */ --- 99,105 ---- /* ! --------------------------------------------------------------------------- REGISTRY ! --------------------------------------------------------------------------- */ *************** *** 163,169 **** /* ! ------------------------------------------------------------------------------------ MODIFIER ! ------------------------------------------------------------------------------------ */ --- 163,169 ---- /* ! --------------------------------------------------------------------------- MODIFIER ! --------------------------------------------------------------------------- */ *************** *** 206,212 **** /* ! ------------------------------------------------------------------------------------ SELECTION ! ------------------------------------------------------------------------------------ */ --- 206,212 ---- /* ! --------------------------------------------------------------------------- SELECTION ! --------------------------------------------------------------------------- */ *************** *** 271,277 **** /* ! ------------------------------------------------------------------------------------ DISPOSER ! ------------------------------------------------------------------------------------ */ --- 271,277 ---- /* ! --------------------------------------------------------------------------- DISPOSER ! --------------------------------------------------------------------------- */ Index: QxPopupManager.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/managers/QxPopupManager.js,v retrieving revision 1.2.2.10 retrieving revision 1.2.2.11 diff -C2 -d -r1.2.2.10 -r1.2.2.11 *** QxPopupManager.js 19 Dec 2005 15:54:09 -0000 1.2.2.10 --- QxPopupManager.js 16 Jan 2006 16:11:56 -0000 1.2.2.11 *************** *** 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(popup) ! **************************************************************************** */ /*! --- 22,32 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(popup) ! ************************************************************************ */ /*! *************** *** 42,48 **** /* ! ------------------------------------------------------------------------------------ METHODS ! ------------------------------------------------------------------------------------ */ --- 42,48 ---- /* ! --------------------------------------------------------------------------- METHODS ! --------------------------------------------------------------------------- */ *************** *** 75,81 **** /* ! ------------------------------------------------------------------------------------ SINGLETON INSTANCE ! ------------------------------------------------------------------------------------ */ --- 75,81 ---- /* ! --------------------------------------------------------------------------- SINGLETON INSTANCE ! --------------------------------------------------------------------------- */ Index: QxImageManager.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/managers/QxImageManager.js,v retrieving revision 1.3.2.23 retrieving revision 1.3.2.24 diff -C2 -d -r1.3.2.23 -r1.3.2.24 *** QxImageManager.js 13 Jan 2006 10:50:26 -0000 1.3.2.23 --- QxImageManager.js 16 Jan 2006 16:11:56 -0000 1.3.2.24 *************** *** 1,3 **** ! /* **************************************************************************** qooxdoo - the new era of web interface development --- 1,3 ---- ! /* ************************************************************************ qooxdoo - the new era of web interface development *************** *** 22,28 **** <andreas dot ecker at 1und1 dot de> ! **************************************************************************** */ ! /* **************************************************************************** #package(image) --- 22,28 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(image) *************** *** 31,35 **** #post(QxUtil) ! **************************************************************************** */ /*! --- 31,35 ---- #post(QxUtil) ! ************************************************************************ */ /*! *************** *** 90,96 **** /* ! ------------------------------------------------------------------------------------ UTILITIES ! ------------------------------------------------------------------------------------ */ --- 90,96 ---- /* ! --------------------------------------------------------------------------- UTILITIES ! --------------------------------------------------------------------------- */ *************** *** 157,163 **** /* ! ------------------------------------------------------------------------------------ MODIFIER ! ------------------------------------------------------------------------------------ */ --- 157,163 ---- /* ! --------------------------------------------------------------------------- MODIFIER ! --------------------------------------------------------------------------- */ *************** *** 171,177 **** /* ! ------------------------------------------------------------------------------------ ICON THEME MANAGMENT ! ------------------------------------------------------------------------------------ */ --- 171,177 ---- /* ! --------------------------------------------------------------------------- ICON THEME MANAGMENT ! --------------------------------------------------------------------------- */ *************** *** 241,247 **** /* ! ------------------------------------------------------------------------------------ UTILITY ! ------------------------------------------------------------------------------------ */ --- 241,247 ---- /* ! --------------------------------------------------------------------------- UTILITY ! --------------------------------------------------------------------------- */ *************** *** 273,279 **** /* ! ------------------------------------------------------------------------------------ CORE THEME MANAGMENT ! ------------------------------------------------------------------------------------ */ --- 273,279 ---- /* ! --------------------------------------------------------------------------- CORE THEME MANAGMENT ! --------------------------------------------------------------------------- */ *************** *** 342,348 **** /* ! ------------------------------------------------------------------------------------ DISPOSER ! ------------------------------------------------------------------------------------ */ --- 342,348 ---- /* ! --------------------------------------------------------------------------- DISPOSER ! --------------------------------------------------------------------------- */ *************** *** 370,376 **** /* ! ------------------------------------------------------------------------------------ SINGLETON INSTANCE ! ------------------------------------------------------------------------------------ */ --- 370,376 ---- /* ! --------------------------------------------------------------------------- SINGLETON INSTANCE ! --------------------------------------------------------------------------- */ Index: QxAppearanceManager.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/managers/Attic/QxAppearanceManager.js,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** QxAppearanceManager.js 13 Jan 2006 10:50:26 -0000 1.1.2.1 --- QxAppearanceManager.js 16 Jan 2006 16:11:56 -0000 1.1.2.2 *************** *** 8,12 **** QxAppearanceManager.extend(QxManager, "QxAppearanceManager"); ! /* **************************************************************************** #package(appearance) --- 8,12 ---- QxAppearanceManager.extend(QxManager, "QxAppearanceManager"); ! /* ************************************************************************ #package(appearance) *************** *** 14,18 **** #post(QxAppearanceTheme) ! **************************************************************************** */ --- 14,18 ---- #post(QxAppearanceTheme) ! ************************************************************************ */ *************** *** 23,29 **** /* ! ------------------------------------------------------------------------------------ MODIFIER ! ------------------------------------------------------------------------------------ */ --- 23,29 ---- /* ! --------------------------------------------------------------------------- MODIFIER ! --------------------------------------------------------------------------- */ *************** *** 40,46 **** /* ! ------------------------------------------------------------------------------------ METHODS ! ------------------------------------------------------------------------------------ */ --- 40,46 ---- /* ! --------------------------------------------------------------------------- METHODS ! --------------------------------------------------------------------------- */ *************** *** 62,68 **** /* ! ------------------------------------------------------------------------------------ DISPOSER ! ------------------------------------------------------------------------------------ */ --- 62,68 ---- /* ! --------------------------------------------------------------------------- DISPOSER ! --------------------------------------------------------------------------- */ *************** *** 94,100 **** /* ! ------------------------------------------------------------------------------------ SINGLETON INSTANCE ! ------------------------------------------------------------------------------------ */ --- 94,100 ---- /* ! --------------------------------------------------------------------------- SINGLETON INSTANCE ! --------------------------------------------------------------------------- */ Index: QxToolTipManager.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/managers/QxToolTipManager.js,v retrieving revision 1.1.2.14 retrieving revision 1.1.2.15 diff -C2 -d -r1.1.2.14 -r1.1.2.15 *** QxToolTipManager.js 13 Jan 2006 10:50:26 -0000 1.1.2.14 --- QxToolTipManager.js 16 Jan 2006 16:11:56 -0000 1.1.2.15 *************** *** 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(tooltip) #require(QxEventManager) ! **************************************************************************** */ /*! --- 22,33 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(tooltip) #require(QxEventManager) ! ************************************************************************ */ /*! *************** *** 48,54 **** /* ! ------------------------------------------------------------------------------------ MODIFIER ! ------------------------------------------------------------------------------------ */ --- 48,54 ---- /* ! --------------------------------------------------------------------------- MODIFIER ! --------------------------------------------------------------------------- */ *************** *** 82,88 **** /* ! ------------------------------------------------------------------------------------ EVENT INTERFACE: MOUSE ! ------------------------------------------------------------------------------------ */ --- 82,88 ---- /* ! --------------------------------------------------------------------------- EVENT INTERFACE: MOUSE ! --------------------------------------------------------------------------- */ *************** *** 144,150 **** /* ! ------------------------------------------------------------------------------------ EVENT INTERFACE: FOCUS ! ------------------------------------------------------------------------------------ */ --- 144,150 ---- /* ! --------------------------------------------------------------------------- EVENT INTERFACE: FOCUS ! --------------------------------------------------------------------------- */ *************** *** 190,196 **** /* ! ------------------------------------------------------------------------------------ SINGLETON INSTANCE ! ------------------------------------------------------------------------------------ */ --- 190,196 ---- /* ! --------------------------------------------------------------------------- SINGLETON INSTANCE ! --------------------------------------------------------------------------- */ Index: QxTreeSelectionManager.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/managers/Attic/QxTreeSelectionManager.js,v retrieving revision 1.1.2.11 retrieving revision 1.1.2.12 diff -C2 -d -r1.1.2.11 -r1.1.2.12 *** QxTreeSelectionManager.js 13 Jan 2006 10:50:26 -0000 1.1.2.11 --- QxTreeSelectionManager.js 16 Jan 2006 16:11:56 -0000 1.1.2.12 *************** *** 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(tree) ! **************************************************************************** */ function QxTreeSelectionManager(vBoundedWidget) { --- 22,32 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(tree) ! ************************************************************************ */ function QxTreeSelectionManager(vBoundedWidget) { *************** *** 51,57 **** /* ! ------------------------------------------------------------------------------------ MAPPING TO BOUNDED WIDGET ! ------------------------------------------------------------------------------------ */ --- 51,57 ---- /* ! --------------------------------------------------------------------------- MAPPING TO BOUNDED WIDGET ! --------------------------------------------------------------------------- */ *************** *** 145,151 **** /* ! ------------------------------------------------------------------------------------ MAPPING TO ITEM DIMENSIONS ! ------------------------------------------------------------------------------------ */ --- 145,151 ---- /* ! --------------------------------------------------------------------------- MAPPING TO ITEM DIMENSIONS ! --------------------------------------------------------------------------- */ *************** *** 197,203 **** /* ! ------------------------------------------------------------------------------------ ITEM STATE MANAGMENT ! ------------------------------------------------------------------------------------ */ --- 197,203 ---- /* ! --------------------------------------------------------------------------- ITEM STATE MANAGMENT ! --------------------------------------------------------------------------- */ Index: QxRangeManager.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/managers/QxRangeManager.js,v retrieving revision 1.1.2.12 retrieving revision 1.1.2.13 diff -C2 -d -r1.1.2.12 -r1.1.2.13 *** QxRangeManager.js 29 Oct 2005 21:33:00 -0000 1.1.2.12 --- QxRangeManager.js 16 Jan 2006 16:11:56 -0000 1.1.2.13 *************** *** 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(range) ! **************************************************************************** */ /*! --- 22,32 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(range) ! ************************************************************************ */ /*! Index: QxColorManager.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/managers/Attic/QxColorManager.js,v retrieving revision 1.1.2.15 retrieving revision 1.1.2.16 diff -C2 -d -r1.1.2.15 -r1.1.2.16 *** QxColorManager.js 13 Jan 2006 10:50:26 -0000 1.1.2.15 --- QxColorManager.js 16 Jan 2006 16:11:56 -0000 1.1.2.16 *************** *** 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> ! **************************************************************************** */ ! /* ... [truncated message content] |
|
From: Sebastian W. <wp...@us...> - 2006-01-16 16:12:05
|
Update of /cvsroot/qooxdoo/qooxdoo/source/script/presets In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31057/source/script/presets Modified Files: Tag: renderer QxBorderObjectPresets.js QxBorderPresets.js QxColorThemePresets.js Log Message: Modified comment blocks to end at col 76 Index: QxBorderPresets.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/presets/Attic/QxBorderPresets.js,v retrieving revision 1.1.2.8 retrieving revision 1.1.2.9 diff -C2 -d -r1.1.2.8 -r1.1.2.9 *** QxBorderPresets.js 13 Jan 2006 10:50:26 -0000 1.1.2.8 --- QxBorderPresets.js 16 Jan 2006 16:11:56 -0000 1.1.2.9 *************** *** 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(border) #require(QxBorder) ! **************************************************************************** */ QxBorder.init = function() --- 22,33 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(border) #require(QxBorder) ! ************************************************************************ */ QxBorder.init = function() Index: QxColorThemePresets.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/presets/Attic/QxColorThemePresets.js,v retrieving revision 1.1.2.10 retrieving revision 1.1.2.11 diff -C2 -d -r1.1.2.10 -r1.1.2.11 *** QxColorThemePresets.js 13 Jan 2006 10:50:26 -0000 1.1.2.10 --- QxColorThemePresets.js 16 Jan 2006 16:11:56 -0000 1.1.2.11 *************** *** 1,3 **** ! /* **************************************************************************** qooxdoo - the new era of web interface development --- 1,3 ---- ! /* ************************************************************************ qooxdoo - the new era of web interface development *************** *** 22,28 **** <andreas dot ecker at 1und1 dot de> ! **************************************************************************** */ ! /* **************************************************************************** #package(color) --- 22,28 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(color) *************** *** 31,35 **** #require(QxColorObject) ! **************************************************************************** */ QxColorTheme.init = function() --- 31,35 ---- #require(QxColorObject) ! ************************************************************************ */ QxColorTheme.init = function() Index: QxBorderObjectPresets.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/presets/Attic/QxBorderObjectPresets.js,v retrieving revision 1.1.2.10 retrieving revision 1.1.2.11 diff -C2 -d -r1.1.2.10 -r1.1.2.11 *** QxBorderObjectPresets.js 13 Jan 2006 10:50:26 -0000 1.1.2.10 --- QxBorderObjectPresets.js 16 Jan 2006 16:11:56 -0000 1.1.2.11 *************** *** 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(border) #require(QxBorderObject) ! **************************************************************************** */ QxBorderObject.init = function() --- 22,33 ---- <andreas dot ecker at 1und1 dot de> ! ************************************************************************ */ ! /* ************************************************************************ #package(border) #require(QxBorderObject) ! ************************************************************************ */ QxBorderObject.init = function() |
|
From: Sebastian W. <wp...@us...> - 2006-01-16 15:24:08
|
Update of /cvsroot/qooxdoo/qooxdoo/source/script/widgets In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20736/source/script/widgets Modified Files: Tag: renderer QxCommonViewButton.js QxMenuCheckBox.js Log Message: Minor fixes Index: QxMenuCheckBox.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/widgets/QxMenuCheckBox.js,v retrieving revision 1.7.2.16 retrieving revision 1.7.2.17 diff -C2 -d -r1.7.2.16 -r1.7.2.17 *** QxMenuCheckBox.js 16 Jan 2006 15:17:02 -0000 1.7.2.16 --- QxMenuCheckBox.js 16 Jan 2006 15:23:55 -0000 1.7.2.17 *************** *** 71,75 **** proto._modifyChecked = function(propValue, propOldValue, propData) { ! var vState = propValue ? QxConst.STATE_CHECKED : QxConst.STATE_NOTCHECKED; this.setCheckedState(vState); --- 71,75 ---- proto._modifyChecked = function(propValue, propOldValue, propData) { ! var vState = propValue ? QxConst.STATE_CHECKED : QxConst.STATE_UNCHECKED; this.setCheckedState(vState); Index: QxCommonViewButton.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/widgets/Attic/QxCommonViewButton.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 *** QxCommonViewButton.js 16 Jan 2006 15:17:02 -0000 1.1.2.4 --- QxCommonViewButton.js 16 Jan 2006 15:23:55 -0000 1.1.2.5 *************** *** 159,163 **** }; ! this.setCheckedState(propValue ? QxConst.STATE_CHECKED : QxConst.STATE_NOTCHECKED); var vPage = this.getPage(); --- 159,163 ---- }; ! this.setCheckedState(propValue ? QxConst.STATE_CHECKED : QxConst.STATE_UNCHECKED); var vPage = this.getPage(); |
|
From: Sebastian W. <wp...@us...> - 2006-01-16 15:24:08
|
Update of /cvsroot/qooxdoo/qooxdoo/source/script/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20736/source/script/core Modified Files: Tag: renderer QxConst.js Log Message: Minor fixes Index: QxConst.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/core/Attic/QxConst.js,v retrieving revision 1.1.2.16 retrieving revision 1.1.2.17 diff -C2 -d -r1.1.2.16 -r1.1.2.17 *** QxConst.js 16 Jan 2006 15:17:01 -0000 1.1.2.16 --- QxConst.js 16 Jan 2006 15:23:55 -0000 1.1.2.17 *************** *** 306,317 **** STATE_LEFT : "left", - STATE_NOTSELECTED : "notselected", STATE_SELECTED : "selected", - STATE_NOTANCHOR : "notanchor", STATE_ANCHOR : "anchor", - STATE_NOTLEAD : "notlead", STATE_LEAD : "lead", STATE_RESTORED : "restored", --- 306,317 ---- STATE_LEFT : "left", STATE_SELECTED : "selected", + STATE_NOTSELECTED : "notselected", STATE_ANCHOR : "anchor", + STATE_NOTANCHOR : "notanchor", STATE_LEAD : "lead", + STATE_NOTLEAD : "notlead", STATE_RESTORED : "restored", |
|
From: Sebastian W. <wp...@us...> - 2006-01-16 15:21:38
|
Update of /cvsroot/qooxdoo/qooxdoo/source/test/user In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19779/source/test/user Modified Files: Tag: renderer Spinner_1.html Log Message: Minor changes Index: Spinner_1.html =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/test/user/Spinner_1.html,v retrieving revision 1.4.2.11 retrieving revision 1.4.2.12 diff -C2 -d -r1.4.2.11 -r1.4.2.12 *** Spinner_1.html 13 Dec 2005 10:04:00 -0000 1.4.2.11 --- Spinner_1.html 16 Jan 2006 15:20:59 -0000 1.4.2.12 *************** *** 20,24 **** <div id="testDescription"> ! <p></p> </div> --- 20,24 ---- <div id="testDescription"> ! <p>Test for QxSpinner.</p> </div> |
|
From: Sebastian W. <wp...@us...> - 2006-01-16 15:20:51
|
Update of /cvsroot/qooxdoo/qooxdoo/source/script/widgets In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19714/source/script/widgets Modified Files: Tag: renderer QxSpinner.js Log Message: Minor changes Index: QxSpinner.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/widgets/QxSpinner.js,v retrieving revision 1.9.2.24 retrieving revision 1.9.2.25 diff -C2 -d -r1.9.2.24 -r1.9.2.25 *** QxSpinner.js 16 Jan 2006 15:17:02 -0000 1.9.2.24 --- QxSpinner.js 16 Jan 2006 15:20:41 -0000 1.9.2.25 *************** *** 104,107 **** --- 104,108 ---- this._manager.addEventListener(QxConst.INTERNAL_CHANGE, this._onchange, this); this._timer.addEventListener(QxConst.EVENT_TYPE_INTERVAL, this._oninterval, this); + // *********************************************************************** |
|
From: Sebastian W. <wp...@us...> - 2006-01-16 15:17:11
|
Update of /cvsroot/qooxdoo/qooxdoo/source/script/widgets In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19026/source/script/widgets Modified Files: Tag: renderer QxCommonViewButton.js QxListViewHeader.js QxListViewHeaderCell.js QxListViewPane.js QxMenuCheckBox.js QxSpinner.js QxTree.js QxTreeElement.js QxWindow.js Log Message: Reimplemented QxSpinner using appearance and box layouts, optimized state handling in many classes (use constants, instead of deep object access) Index: QxListViewHeader.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/widgets/Attic/QxListViewHeader.js,v retrieving revision 1.1.2.14 retrieving revision 1.1.2.15 diff -C2 -d -r1.1.2.14 -r1.1.2.15 *** QxListViewHeader.js 13 Jan 2006 10:50:26 -0000 1.1.2.14 --- QxListViewHeader.js 16 Jan 2006 15:17:02 -0000 1.1.2.15 *************** *** 240,244 **** // Remove hover effect ! this._resizeTarget.setMouseState(QxWidget.states.mouse[0]); // Hide resize line --- 240,244 ---- // Remove hover effect ! this._resizeTarget.setMouseState(QxConst.STATE_OUT); // Hide resize line Index: QxListViewPane.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/widgets/Attic/QxListViewPane.js,v retrieving revision 1.1.2.32 retrieving revision 1.1.2.33 diff -C2 -d -r1.1.2.32 -r1.1.2.33 *** QxListViewPane.js 13 Jan 2006 10:50:26 -0000 1.1.2.32 --- QxListViewPane.js 16 Jan 2006 15:17:02 -0000 1.1.2.33 *************** *** 228,232 **** if (vChild) { ! vChild.setSelectedState(QxWidget.states.selected[vEntry && vEntry._selected ? 1 : 0]); vChild.set(vEntry ? vEntry[vCol] : vColumns[vCol].empty || vColumns[vCol].contentClass.empty); }; --- 228,232 ---- if (vChild) { ! vChild.setSelectedState(vEntry && vEntry._selected ? QxConst.STATE_SELECTED : QxConst.STATE_NOTSELECTED); vChild.set(vEntry ? vEntry[vCol] : vColumns[vCol].empty || vColumns[vCol].contentClass.empty); }; Index: QxSpinner.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/widgets/QxSpinner.js,v retrieving revision 1.9.2.23 retrieving revision 1.9.2.24 diff -C2 -d -r1.9.2.23 -r1.9.2.24 *** QxSpinner.js 19 Dec 2005 12:34:59 -0000 1.9.2.23 --- QxSpinner.js 16 Jan 2006 15:17:02 -0000 1.9.2.24 *************** *** 36,50 **** function QxSpinner(vMin, vValue, vMax) { ! QxCanvasLayout.call(this); ! this.setWidth(60); ! this.setHeight(22); ! this.setBorder(QxBorderObject.presets.inset); this.setTabIndex(-1); - this.setBackgroundColor("white"); // *********************************************************************** ! // RANGE MANAGER // *********************************************************************** this._manager = new QxRangeManager(); --- 36,49 ---- function QxSpinner(vMin, vValue, vMax) { ! QxHorizontalBoxLayout.call(this); ! // *********************************************************************** ! // BEHAVIOR ! // *********************************************************************** this.setTabIndex(-1); // *********************************************************************** ! // MANAGER // *********************************************************************** this._manager = new QxRangeManager(); *************** *** 55,61 **** // *********************************************************************** this._textfield = new QxTextField; ! this._textfield.set({ left: 0, right: 16, bottom: 0, top: 0, value : String(this._manager.getValue()), border : QxBorder.presets.none }); this.add(this._textfield); --- 54,69 ---- // *********************************************************************** this._textfield = new QxTextField; ! this._textfield.setAppearance("spinner-field"); ! this._textfield.setValue(String(this._manager.getValue())); this.add(this._textfield); + + + // *********************************************************************** + // BUTTON LAYOUT + // *********************************************************************** + this._buttonlayout = new QxVerticalBoxLayout; + this._buttonlayout.setWidth(QxConst.CORE_AUTO); + this.add(this._buttonlayout); *************** *** 64,71 **** // *********************************************************************** this._upbutton = new QxImage("widgets/arrows/up_small.gif"); ! this._upbutton.set({ top : 0, height: 9, width: 16, right : 0, border: QxBorderObject.presets.outset, paddingLeft : 3, backgroundColor: new QxColorObject("threedface") }); ! ! this.add(this._upbutton); ! this._upbuttonimage = this._upbutton; --- 72,77 ---- // *********************************************************************** this._upbutton = new QxImage("widgets/arrows/up_small.gif"); ! this._upbutton.setAppearance("spinner-button-up"); ! this._buttonlayout.add(this._upbutton); *************** *** 74,81 **** // *********************************************************************** this._downbutton = new QxImage("widgets/arrows/down_small.gif"); ! this._downbutton.set({ bottom : 0, height: 9, width: 16, right : 0, border: QxBorderObject.presets.outset, paddingLeft : 3, paddingTop: 1, backgroundColor: new QxColorObject("threedface") }); ! ! this.add(this._downbutton); ! this._downbuttonimage = this._downbutton; --- 80,85 ---- // *********************************************************************** this._downbutton = new QxImage("widgets/arrows/down_small.gif"); ! this._downbutton.setAppearance("spinner-button-down"); ! this._buttonlayout.add(this._downbutton); *************** *** 118,122 **** }; ! QxSpinner.extend(QxCanvasLayout, "QxSpinner"); --- 122,126 ---- }; ! QxSpinner.extend(QxHorizontalBoxLayout, "QxSpinner"); *************** *** 128,131 **** --- 132,137 ---- */ + QxSpinner.changeProperty({ name : "appearance", type : QxConst.TYPEOF_STRING, defaultValue : "spinner" }); + /*! The amount to increment on each event (keypress or mousedown). *************** *** 320,324 **** var vButton = e.getCurrentTarget(); ! vButton.setBorder(QxBorderObject.presets.inset); vButton.addEventListener(QxConst.EVENT_TYPE_MOUSEUP, this._onmouseup, this); --- 326,330 ---- var vButton = e.getCurrentTarget(); ! vButton.setButtonState(QxConst.STATE_PRESSED); vButton.addEventListener(QxConst.EVENT_TYPE_MOUSEUP, this._onmouseup, this); *************** *** 339,343 **** var vButton = e.getCurrentTarget(); ! vButton.setBorder(QxBorderObject.presets.outset); vButton.removeEventListener(QxConst.EVENT_TYPE_MOUSEUP, this._onmouseup, this); --- 345,349 ---- var vButton = e.getCurrentTarget(); ! vButton.setButtonState(QxConst.STATE_NOTPRESSED); vButton.removeEventListener(QxConst.EVENT_TYPE_MOUSEUP, this._onmouseup, this); *************** *** 378,384 **** if (vValue == this.getMin()) { ! this._downbutton.setBorder(QxBorderObject.presets.outset); this._downbutton.setEnabled(false); - this._downbuttonimage.setEnabled(false); this._timer.stop(); } --- 384,389 ---- if (vValue == this.getMin()) { ! this._downbutton.setButtonState(QxConst.STATE_NOTPRESSED); this._downbutton.setEnabled(false); this._timer.stop(); } *************** *** 386,397 **** { this._downbutton.setEnabled(true); - this._downbuttonimage.setEnabled(true); }; if (vValue == this.getMax()) { ! this._upbutton.setBorder(QxBorderObject.presets.outset); this._upbutton.setEnabled(false); - this._upbuttonimage.setEnabled(false); this._timer.stop(); } --- 391,400 ---- { this._downbutton.setEnabled(true); }; if (vValue == this.getMax()) { ! this._upbutton.setButtonState(QxConst.STATE_NOTPRESSED); this._upbutton.setEnabled(false); this._timer.stop(); } *************** *** 399,403 **** { this._upbutton.setEnabled(true); - this._upbuttonimage.setEnabled(true); }; --- 402,405 ---- *************** *** 673,676 **** }; ! return QxCanvasLayout.prototype.dispose.call(this); }; \ No newline at end of file --- 675,678 ---- }; ! return QxHorizontalBoxLayout.prototype.dispose.call(this); }; \ No newline at end of file Index: QxTree.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/widgets/QxTree.js,v retrieving revision 1.2.2.32 retrieving revision 1.2.2.33 diff -C2 -d -r1.2.2.32 -r1.2.2.33 *** QxTree.js 13 Jan 2006 10:50:26 -0000 1.2.2.32 --- QxTree.js 16 Jan 2006 15:17:02 -0000 1.2.2.33 *************** *** 321,330 **** if (this._fastUpdate) { - var vStates = QxWidget.states.selected; var vOldItem = this._oldItem; var vNewItem = this.getManager().getSelectedItem(); ! //vOldItem.getIconObject().setSelectedState(vStates[0]); ! vNewItem.getIconObject().setSelectedState(vStates[1]); delete this._fastUpdate; --- 321,328 ---- if (this._fastUpdate) { var vOldItem = this._oldItem; var vNewItem = this.getManager().getSelectedItem(); ! vNewItem.getIconObject().setSelectedState(QxConst.STATE_SELECTED); delete this._fastUpdate; Index: QxTreeElement.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/widgets/QxTreeElement.js,v retrieving revision 1.3.2.44 retrieving revision 1.3.2.45 diff -C2 -d -r1.3.2.44 -r1.3.2.45 *** QxTreeElement.js 13 Jan 2006 10:50:26 -0000 1.3.2.44 --- QxTreeElement.js 16 Jan 2006 15:17:02 -0000 1.3.2.45 *************** *** 123,127 **** proto._modifySelected = function(propValue, propOldValue, propData) { ! var vState = QxWidget.states.selected[propValue ? 1 : 0]; this.setSelectedState(vState); --- 123,127 ---- proto._modifySelected = function(propValue, propOldValue, propData) { ! var vState = propValue ? QxConst.STATE_SELECTED : QxConst.NOT_SELECTED; this.setSelectedState(vState); Index: QxWindow.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/widgets/QxWindow.js,v retrieving revision 1.25.2.60 retrieving revision 1.25.2.61 diff -C2 -d -r1.25.2.60 -r1.25.2.61 *** QxWindow.js 13 Jan 2006 10:50:26 -0000 1.25.2.60 --- QxWindow.js 16 Jan 2006 15:17:02 -0000 1.25.2.61 *************** *** 736,740 **** // update state ! this.setWindowState(QxWidget.states.window[0]); // toggle button --- 736,740 ---- // update state ! this.setWindowState(QxConst.STATE_RESTORED); // toggle button *************** *** 777,781 **** // update state ! this.setWindowState(QxWidget.states.window[1]); // toggle button --- 777,781 ---- // update state ! this.setWindowState(QxConst.STATE_MAXIMIZED); // toggle button Index: QxMenuCheckBox.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/widgets/QxMenuCheckBox.js,v retrieving revision 1.7.2.15 retrieving revision 1.7.2.16 diff -C2 -d -r1.7.2.15 -r1.7.2.16 *** QxMenuCheckBox.js 13 Jan 2006 10:50:26 -0000 1.7.2.15 --- QxMenuCheckBox.js 16 Jan 2006 15:17:02 -0000 1.7.2.16 *************** *** 71,75 **** proto._modifyChecked = function(propValue, propOldValue, propData) { ! var vState = QxWidget.states.checked[propValue ? 1 : 0]; this.setCheckedState(vState); --- 71,75 ---- proto._modifyChecked = function(propValue, propOldValue, propData) { ! var vState = propValue ? QxConst.STATE_CHECKED : QxConst.STATE_NOTCHECKED; this.setCheckedState(vState); Index: QxCommonViewButton.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/widgets/Attic/QxCommonViewButton.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 *** QxCommonViewButton.js 13 Jan 2006 10:50:26 -0000 1.1.2.3 --- QxCommonViewButton.js 16 Jan 2006 15:17:02 -0000 1.1.2.4 *************** *** 159,163 **** }; ! this.setCheckedState(QxWidget.states.checked[propValue ? 1 : 0]); var vPage = this.getPage(); --- 159,163 ---- }; ! this.setCheckedState(propValue ? QxConst.STATE_CHECKED : QxConst.STATE_NOTCHECKED); var vPage = this.getPage(); Index: QxListViewHeaderCell.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/widgets/Attic/QxListViewHeaderCell.js,v retrieving revision 1.1.2.15 retrieving revision 1.1.2.16 diff -C2 -d -r1.1.2.15 -r1.1.2.16 *** QxListViewHeaderCell.js 13 Jan 2006 10:50:26 -0000 1.1.2.15 --- QxListViewHeaderCell.js 16 Jan 2006 15:17:02 -0000 1.1.2.16 *************** *** 199,207 **** proto._onmouseover = function(e) { ! this.setMouseState(QxWidget.states.mouse[1]); }; proto._onmouseout = function(e) { ! this.setMouseState(QxWidget.states.mouse[0]); }; --- 199,207 ---- proto._onmouseover = function(e) { ! this.setMouseState(QxConst.STATE_OVER); }; proto._onmouseout = function(e) { ! this.setMouseState(QxConst.STATE_OUT); }; |
|
From: Sebastian W. <wp...@us...> - 2006-01-16 15:17:10
|
Update of /cvsroot/qooxdoo/qooxdoo/source/script/managers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19026/source/script/managers Modified Files: Tag: renderer QxSelectionManager.js Log Message: Reimplemented QxSpinner using appearance and box layouts, optimized state handling in many classes (use constants, instead of deep object access) Index: QxSelectionManager.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/managers/QxSelectionManager.js,v retrieving revision 1.3.2.30 retrieving revision 1.3.2.31 diff -C2 -d -r1.3.2.30 -r1.3.2.31 *** QxSelectionManager.js 13 Jan 2006 10:50:26 -0000 1.3.2.30 --- QxSelectionManager.js 16 Jan 2006 15:17:02 -0000 1.3.2.31 *************** *** 277,289 **** proto.renderItemSelectionState = function(vItem, vIsSelected) { ! vItem.setSelectedState(QxWidget.states.selected[vIsSelected ? 1 : 0]); }; proto.renderItemAnchorState = function(vItem, vIsAnchor) { ! vItem.setAnchorState(QxWidget.states.anchor[vIsAnchor ? 1 : 0]); }; proto.renderItemLeadState = function(vItem, vIsLead) { ! vItem.setLeadState(QxWidget.states.lead[vIsLead ? 1 : 0]); }; --- 277,289 ---- proto.renderItemSelectionState = function(vItem, vIsSelected) { ! vItem.setSelectedState(vIsSelected ? QxConst.STATE_SELECTED : QxConst.STATE_NOTSELECTED); }; proto.renderItemAnchorState = function(vItem, vIsAnchor) { ! vItem.setAnchorState(vIsAnchor ? QxConst.STATE_ANCHOR : QxConst.STATE_NOTANCHOR); }; proto.renderItemLeadState = function(vItem, vIsLead) { ! vItem.setLeadState(vIsLead ? QxConst.STATE_LEAD : QxConst.STATE_NOTLEAD); }; |
|
From: Sebastian W. <wp...@us...> - 2006-01-16 15:17:10
|
Update of /cvsroot/qooxdoo/qooxdoo/source/script/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19026/source/script/core Modified Files: Tag: renderer QxConst.js Log Message: Reimplemented QxSpinner using appearance and box layouts, optimized state handling in many classes (use constants, instead of deep object access) Index: QxConst.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/core/Attic/QxConst.js,v retrieving revision 1.1.2.15 retrieving revision 1.1.2.16 diff -C2 -d -r1.1.2.15 -r1.1.2.16 *** QxConst.js 13 Jan 2006 10:50:26 -0000 1.1.2.15 --- QxConst.js 16 Jan 2006 15:17:01 -0000 1.1.2.16 *************** *** 289,304 **** STATE_OVER : "over", STATE_OUT : "out", ! STATE_NOTPRESSED : "notpressed", ! STATE_PRESSED : "pressed", ! STATE_LEFT : "left", ! STATE_CHECKED : "checked", ! STATE_UNCHECKED : "unchecked", ! STATE_BLURED : "blured", STATE_FOCUSED : "focused", STATE_ENABLED : "enabled", STATE_DISABLED : "disabled", STATE_ACTIVE : "active", STATE_INACTIVE : "inactive", OVERFLOW_VALUE_AUTO : "auto", OVERFLOW_VALUE_HIDDEN : "hidden", --- 289,321 ---- STATE_OVER : "over", STATE_OUT : "out", ! STATE_FOCUSED : "focused", + STATE_BLURRED : "blurred", + STATE_ENABLED : "enabled", STATE_DISABLED : "disabled", + STATE_ACTIVE : "active", STATE_INACTIVE : "inactive", + STATE_CHECKED : "checked", + STATE_UNCHECKED : "unchecked", + + STATE_NOTPRESSED : "notpressed", + STATE_PRESSED : "pressed", + STATE_LEFT : "left", + + STATE_NOTSELECTED : "notselected", + STATE_SELECTED : "selected", + + STATE_NOTANCHOR : "notanchor", + STATE_ANCHOR : "anchor", + + STATE_NOTLEAD : "notlead", + STATE_LEAD : "lead", + + STATE_RESTORED : "restored", + STATE_MAXIMIZED : "maximized", + OVERFLOW_VALUE_AUTO : "auto", OVERFLOW_VALUE_HIDDEN : "hidden", |
|
From: Sebastian W. <wp...@us...> - 2006-01-16 15:17:10
|
Update of /cvsroot/qooxdoo/qooxdoo/source/script/appearance In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19026/source/script/appearance Modified Files: Tag: renderer QxAppearanceTheme-Default.js Log Message: Reimplemented QxSpinner using appearance and box layouts, optimized state handling in many classes (use constants, instead of deep object access) Index: QxAppearanceTheme-Default.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/appearance/Attic/QxAppearanceTheme-Default.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 *** QxAppearanceTheme-Default.js 16 Jan 2006 14:32:45 -0000 1.1.2.4 --- QxAppearanceTheme-Default.js 16 Jan 2006 15:17:01 -0000 1.1.2.5 *************** *** 1798,1799 **** --- 1798,1883 ---- } }); + + + + + + + + /* + ------------------------------------------------------------------------------------ + SPINNER + ------------------------------------------------------------------------------------ + */ + + theme.registerAppearance("spinner", + { + setup : function() + { + this.bgcolor = new QxColor("white"); + }, + + initial : function(vWidget, vTheme) + { + return { + width : 60, + height : 22, + border : QxBorderObject.presets.inset, + backgroundColor : this.bgcolor + }; + } + }); + + theme.registerAppearance("spinner-field", + { + initial : function(vWidget, vTheme) + { + return QxUtil.mergeObjectWith(vTheme.initialFrom(vWidget, "text-field"), { + width : QxConst.CORE_FLEX, + border : QxBorder.presets.none + }); + }, + + state : function(vWidget, vTheme, vStates) { + return vTheme.stateFrom(vWidget, "text-field"); + } + }); + + theme.registerAppearance("spinner-button-up", + { + initial : function(vWidget, vTheme) + { + return QxUtil.mergeObjectWith(vTheme.initialFrom(vWidget, "image"), + { + height: QxConst.CORE_FLEX, + width: 16, + border: QxBorderObject.presets.outset, + paddingLeft : 3, + backgroundColor: new QxColorObject("threedface") + }); + }, + + state : function(vWidget, vTheme, vStates) { + return vTheme.stateFrom(vWidget, "button"); + } + }); + + theme.registerAppearance("spinner-button-down", + { + initial : function(vWidget, vTheme) + { + return QxUtil.mergeObjectWith(vTheme.initialFrom(vWidget, "image"), + { + height: QxConst.CORE_FLEX, + width: 16, + border: QxBorderObject.presets.outset, + paddingLeft : 3, + paddingTop : 1, + backgroundColor: new QxColorObject("threedface") + }); + }, + + state : function(vWidget, vTheme, vStates) { + return vTheme.stateFrom(vWidget, "button"); + } + }); |
|
From: Sebastian W. <wp...@us...> - 2006-01-16 15:17:10
|
Update of /cvsroot/qooxdoo/qooxdoo/source/script/gui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19026/source/script/gui Modified Files: Tag: renderer QxWidget.js Log Message: Reimplemented QxSpinner using appearance and box layouts, optimized state handling in many classes (use constants, instead of deep object access) Index: QxWidget.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/gui/Attic/QxWidget.js,v retrieving revision 1.1.2.44 retrieving revision 1.1.2.45 diff -C2 -d -r1.1.2.44 -r1.1.2.45 *** QxWidget.js 16 Jan 2006 12:55:58 -0000 1.1.2.44 --- QxWidget.js 16 Jan 2006 15:17:01 -0000 1.1.2.45 *************** *** 862,867 **** { // Remove any hover/pressed styles ! this.setMouseState(QxWidget.states.mouse.getFirst()); ! this.setButtonState(QxWidget.states.button.getFirst()); // this.debug("_beforeDisappear"); --- 862,867 ---- { // Remove any hover/pressed styles ! this.setMouseState(QxConst.STATE_OUT); ! this.setButtonState(QxConst.STATE_NOTPRESSED); // this.debug("_beforeDisappear"); *************** *** 2990,2994 **** QxTarget.prototype._modifyEnabled.call(this, propValue, propOldValue, propData); ! this.setEnabledState(QxWidget.states.enabled[propValue ? 0 : 1]); return true; }; --- 2990,2994 ---- QxTarget.prototype._modifyEnabled.call(this, propValue, propOldValue, propData); ! this.setEnabledState(propValue ? QxConst.STATE_ENABLED : QxConst.STATE_DISABLED); return true; }; *************** *** 3005,3009 **** QxWidget.STATE_GROUP_MOUSE = "mouse"; ! QxWidget.STATE_GROUP_FOCUS = QxConst.EVENT_TYPE_FOCUS; QxWidget.STATE_GROUP_ENABLED = "enabled"; QxWidget.STATE_GROUP_ACTIVE = "active"; --- 3005,3009 ---- QxWidget.STATE_GROUP_MOUSE = "mouse"; ! QxWidget.STATE_GROUP_FOCUS = "focus"; QxWidget.STATE_GROUP_ENABLED = "enabled"; QxWidget.STATE_GROUP_ACTIVE = "active"; *************** *** 3018,3024 **** QxWidget.STATE_GROUP_WINDOW = "window"; - QxWidget.COLOR_ENABLED = null; - QxWidget.COLOR_DISABLED = new QxColorObject("graytext"); - QxWidget.states = { --- 3018,3021 ---- *************** *** 3594,3598 **** }; ! this.setFocusState(QxWidget.states.focus[0]); return true; }; --- 3591,3595 ---- }; ! this.setFocusState(QxConst.STATE_BLURRED); return true; }; *************** *** 3607,3611 **** }; ! this.setFocusState(QxWidget.states.focus[1]); return true; }; --- 3604,3608 ---- }; ! this.setFocusState(QxConst.STATE_FOCUSED); return true; }; |
|
From: Sebastian W. <wp...@us...> - 2006-01-16 14:33:08
|
Update of /cvsroot/qooxdoo/qooxdoo/source/script/appearance In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9716/source/script/appearance Modified Files: Tag: renderer QxAppearanceTheme-Default.js Log Message: Support enabled status for text-fields and labels, optimized client-docuement default appearance Index: QxAppearanceTheme-Default.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/appearance/Attic/QxAppearanceTheme-Default.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 *** QxAppearanceTheme-Default.js 16 Jan 2006 14:13:00 -0000 1.1.2.3 --- QxAppearanceTheme-Default.js 16 Jan 2006 14:32:45 -0000 1.1.2.4 *************** *** 56,64 **** theme.registerAppearance("client-document", { initial : function(vWidget, vTheme) { return { ! backgroundColor : "threedface", ! color : "windowtext", hideFocus : true, enableElementFocus : false --- 56,70 ---- theme.registerAppearance("client-document", { + setup : function() + { + this.bgcolor = new QxColorObject("threedface"); + this.color = new QxColorObject("windowtext"); + }, + initial : function(vWidget, vTheme) { return { ! backgroundColor : this.bgcolor, ! color : this.color, hideFocus : true, enableElementFocus : false *************** *** 83,86 **** --- 89,107 ---- }); + theme.registerAppearance("label", + { + setup : function() + { + this.color_disabled = new QxColorObject("graytext"); + }, + + state : function(vWidget, vTheme, vStates) + { + return { + color : vStates.enabled ? null : this.color_disabled + }; + } + }); + theme.registerAppearance("popup", { *************** *** 147,153 **** this.bgcolor_left = new QxColor("#FFF0C9"); - this.color_enabled = null; - this.color_disabled = new QxColorObject("graytext"); - this.border_pressed = QxBorderObject.presets.inset; this.border_default = QxBorderObject.presets.outset; --- 168,171 ---- *************** *** 167,171 **** { return { - color : vStates.disabled ? this.color_disabled : this.color_enabled, backgroundColor : vStates.left ? this.bgcolor_left : vStates.over ? this.bgcolor_over : this.bgcolor_default, border : vStates.pressed || vStates.checked || vStates.left ? this.border_pressed : this.border_default --- 185,188 ---- *************** *** 1042,1045 **** --- 1059,1066 ---- paddingLeft : 4 }; + }, + + state : function(vWidget, vTheme) { + return vTheme.stateFrom(vWidget, "label"); } }); |
|
From: Sebastian W. <wp...@us...> - 2006-01-16 14:33:08
|
Update of /cvsroot/qooxdoo/qooxdoo/source/script/widgets In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9716/source/script/widgets Modified Files: Tag: renderer QxLabel.js Log Message: Support enabled status for text-fields and labels, optimized client-docuement default appearance Index: QxLabel.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/widgets/Attic/QxLabel.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 *** QxLabel.js 13 Jan 2006 10:50:26 -0000 1.1.2.5 --- QxLabel.js 16 Jan 2006 14:32:45 -0000 1.1.2.6 *************** *** 69,72 **** --- 69,74 ---- */ + QxLabel.changeProperty({ name : "appearance", type : QxConst.TYPEOF_STRING, defaultValue : "label" }); + /*! Any text string which can contain HTML, too |
|
From: Sebastian W. <wp...@us...> - 2006-01-16 14:20:43
|
Update of /cvsroot/qooxdoo/qooxdoo/source/script/widgets In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7650/source/script/widgets Modified Files: Tag: renderer QxRadioButtonFieldSet.js Log Message: Minor fix Index: QxRadioButtonFieldSet.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/widgets/Attic/QxRadioButtonFieldSet.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 *** QxRadioButtonFieldSet.js 16 Jan 2006 14:13:00 -0000 1.1.2.4 --- QxRadioButtonFieldSet.js 16 Jan 2006 14:20:26 -0000 1.1.2.5 *************** *** 38,42 **** proto._createLegendObject = function() { ! this._legendObject = new QxCheckBox; this._legendObject.setAppearance("radio-button-field-set-legend"); this._legendObject.setChecked(true); --- 38,42 ---- proto._createLegendObject = function() { ! this._legendObject = new QxRadioButton; this._legendObject.setAppearance("radio-button-field-set-legend"); this._legendObject.setChecked(true); |
|
From: Sebastian W. <wp...@us...> - 2006-01-16 14:19:55
|
Update of /cvsroot/qooxdoo/qooxdoo/source/script/widgets In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7353/source/script/widgets Removed Files: Tag: renderer QxLayout.js Log Message: removed unneeded class --- QxLayout.js DELETED --- |
|
From: Sebastian W. <wp...@us...> - 2006-01-16 14:13:23
|
Update of /cvsroot/qooxdoo/qooxdoo/source/script/widgets In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5634/source/script/widgets Modified Files: Tag: renderer QxCheckBoxFieldSet.js QxFieldSet.js QxRadioButtonFieldSet.js Log Message: Transformed QxFieldSet to use appearance layer Index: QxRadioButtonFieldSet.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/widgets/Attic/QxRadioButtonFieldSet.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 *** QxRadioButtonFieldSet.js 8 Nov 2005 11:39:50 -0000 1.1.2.3 --- QxRadioButtonFieldSet.js 16 Jan 2006 14:13:00 -0000 1.1.2.4 *************** *** 30,47 **** **************************************************************************** */ ! function QxRadioButtonFieldSet(vLegend) ! { QxFieldSet.call(this, vLegend); - - // default: enabled - this._legend.setChecked(true); - - // change padding so that the radiobutton is directly after the line with no space - this._legend.setPaddingLeft(0); }; QxRadioButtonFieldSet.extend(QxFieldSet, "QxRadioButtonFieldSet"); ! proto._legendObject = QxRadioButton; proto.setIcon = proto.getIcon = null; --- 30,47 ---- **************************************************************************** */ ! function QxRadioButtonFieldSet(vLegend) { QxFieldSet.call(this, vLegend); }; QxRadioButtonFieldSet.extend(QxFieldSet, "QxRadioButtonFieldSet"); ! proto._createLegendObject = function() ! { ! this._legendObject = new QxCheckBox; ! this._legendObject.setAppearance("radio-button-field-set-legend"); ! this._legendObject.setChecked(true); ! ! this.add(this._legendObject); ! }; proto.setIcon = proto.getIcon = null; Index: QxFieldSet.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/widgets/QxFieldSet.js,v retrieving revision 1.3.2.19 retrieving revision 1.3.2.20 diff -C2 -d -r1.3.2.19 -r1.3.2.20 *** QxFieldSet.js 13 Jan 2006 10:50:26 -0000 1.3.2.19 --- QxFieldSet.js 16 Jan 2006 14:13:00 -0000 1.3.2.20 *************** *** 28,31 **** --- 28,32 ---- #package(form) #require(QxAtom) + #appearance(fieldset) **************************************************************************** */ *************** *** 35,69 **** QxCanvasLayout.call(this); - // *********************************************************************** - // STYLE - // *********************************************************************** - this.setBackgroundColor("threedface"); - - - // *********************************************************************** - // LEGEND - // *********************************************************************** - this._legend = new this._legendObject; - this._legend.setTop(2); - this._legend.setLeft(10); - this._legend.setZIndex(4); - this._legend.setBackgroundColor("threedface"); - this._legend.setPadding(0, 3, 0, 4); - - this.add(this._legend); - // *********************************************************************** ! // FRAME // *********************************************************************** ! this._frame = new QxCanvasLayout; ! this._frame.setTop(8); ! this._frame.setLeft(2); ! this._frame.setRight(2); ! this._frame.setBottom(2); ! this._frame.setPadding(12, 9); ! this._frame.setBorder(QxBorderObject.presets.groove); ! ! this.add(this._frame); --- 36,45 ---- QxCanvasLayout.call(this); // *********************************************************************** ! // SUB WIDGETS // *********************************************************************** ! this._createFrameObject(); ! this._createLegendObject(); *************** *** 81,90 **** // REMAPPING // *********************************************************************** ! this.remapChildrenHandlingTo(this._frame); }; QxFieldSet.extend(QxCanvasLayout, "QxFieldSet"); ! proto._legendObject = QxAtom; --- 57,92 ---- // REMAPPING // *********************************************************************** ! this.remapChildrenHandlingTo(this._frameObject); }; QxFieldSet.extend(QxCanvasLayout, "QxFieldSet"); ! QxFieldSet.changeProperty({ name : "appearance", type : QxConst.TYPEOF_STRING, defaultValue : "field-set" }); ! ! ! ! ! /* ! ------------------------------------------------------------------------------------ ! SUB WIDGET CREATION ! ------------------------------------------------------------------------------------ ! */ ! ! proto._createLegendObject = function() ! { ! this._legendObject = new QxAtom; ! this._legendObject.setAppearance("field-set-legend"); ! ! this.add(this._legendObject); ! }; ! ! proto._createFrameObject = function() ! { ! this._frameObject = new QxCanvasLayout; ! this._frameObject.setAppearance("field-set-frame"); ! ! this.add(this._frameObject); ! }; ! *************** *** 98,106 **** proto.getFrameObject = function() { ! return this._frame; }; proto.getLegendObject = function() { ! return this._legend; }; --- 100,108 ---- proto.getFrameObject = function() { ! return this._frameObject; }; proto.getLegendObject = function() { ! return this._legendObject; }; *************** *** 117,133 **** proto.setLegend = function(vLegend) { ! this._legend.setLabel(vLegend); }; proto.getLegend = function() { ! return this._legend.getLabel(); }; proto.setIcon = function(vIcon) { ! this._legend.setIcon(vIcon); }; proto.getIcon = function() { ! this._legend.getIcon(); }; --- 119,135 ---- proto.setLegend = function(vLegend) { ! this._legendObject.setLabel(vLegend); }; proto.getLegend = function() { ! return this._legendObject.getLabel(); }; proto.setIcon = function(vIcon) { ! this._legendObject.setIcon(vIcon); }; proto.getIcon = function() { ! this._legendObject.getIcon(); }; *************** *** 149,164 **** }; ! if (this._legend) { ! this._legend.dispose(); ! this._legend = null; }; ! if (this._frame) { ! this._frame.dispose(); ! this._frame = null; }; return QxCanvasLayout.prototype.dispose.call(this); ! }; \ No newline at end of file --- 151,166 ---- }; ! if (this._legendObject) { ! this._legendObject.dispose(); ! this._legendObject = null; }; ! if (this._frameObject) { ! this._frameObject.dispose(); ! this._frameObject = null; }; return QxCanvasLayout.prototype.dispose.call(this); ! }; Index: QxCheckBoxFieldSet.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/widgets/Attic/QxCheckBoxFieldSet.js,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -d -r1.1.2.2 -r1.1.2.3 *** QxCheckBoxFieldSet.js 8 Nov 2005 11:29:29 -0000 1.1.2.2 --- QxCheckBoxFieldSet.js 16 Jan 2006 14:13:00 -0000 1.1.2.3 *************** *** 30,47 **** **************************************************************************** */ ! function QxCheckBoxFieldSet(vLegend) ! { QxFieldSet.call(this, vLegend); - - // default: enabled - this._legend.setChecked(true); - - // change padding so that the checkbox is directly after the line with no space - this._legend.setPaddingLeft(0); }; QxCheckBoxFieldSet.extend(QxFieldSet, "QxCheckBoxFieldSet"); ! proto._legendObject = QxCheckBox; proto.setIcon = proto.getIcon = null; --- 30,47 ---- **************************************************************************** */ ! function QxCheckBoxFieldSet(vLegend) { QxFieldSet.call(this, vLegend); }; QxCheckBoxFieldSet.extend(QxFieldSet, "QxCheckBoxFieldSet"); ! proto._createLegendObject = function() ! { ! this._legendObject = new QxCheckBox; ! this._legendObject.setAppearance("check-box-field-set-legend"); ! this._legendObject.setChecked(true); ! ! this.add(this._legendObject); ! }; proto.setIcon = proto.getIcon = null; |
|
From: Sebastian W. <wp...@us...> - 2006-01-16 14:13:23
|
Update of /cvsroot/qooxdoo/qooxdoo/source/script/appearance In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5634/source/script/appearance Modified Files: Tag: renderer QxAppearanceTheme-Default.js Log Message: Transformed QxFieldSet to use appearance layer Index: QxAppearanceTheme-Default.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/appearance/Attic/QxAppearanceTheme-Default.js,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -d -r1.1.2.2 -r1.1.2.3 *** QxAppearanceTheme-Default.js 13 Jan 2006 11:52:58 -0000 1.1.2.2 --- QxAppearanceTheme-Default.js 16 Jan 2006 14:13:00 -0000 1.1.2.3 *************** *** 1689,1690 **** --- 1689,1778 ---- } }); + + + + + + + /* + ------------------------------------------------------------------------------------ + FIELDSET + ------------------------------------------------------------------------------------ + */ + + theme.registerAppearance("field-set", + { + setup : function() + { + this.bgcolor = new QxColorObject("threedface"); + }, + + initial : function(vWidget, vTheme) + { + return { + backgroundColor : this.bgcolor + }; + } + }); + + theme.registerAppearance("field-set-legend", + { + setup : function() + { + this.bgcolor = new QxColorObject("threedface"); + }, + + initial : function(vWidget, vTheme) + { + return QxUtil.mergeObjectWith(vTheme.initialFrom(vWidget, "atom"), { + top : 1, + left : 10, + backgroundColor : this.bgcolor, + paddingRight : 3, + paddingLeft : 4 + }); + } + }); + + theme.registerAppearance("field-set-frame", + { + initial : function(vWidget, vTheme) + { + return { + top : 8, + left : 2, + right : 2, + bottom : 2, + paddingTop : 12, + paddingRight : 9, + paddingBottom : 12, + paddingLeft : 9, + border : QxBorderObject.presets.groove + }; + } + }); + + theme.registerAppearance("check-box-field-set-legend", + { + setup : function() + { + this.bgcolor = new QxColorObject("threedface"); + }, + + initial : function(vWidget, vTheme) + { + return QxUtil.mergeObjectWith(vTheme.initialFrom(vWidget, "atom"), { + top : 1, + left : 10, + backgroundColor : this.bgcolor, + paddingRight : 3 + }); + } + }); + + theme.registerAppearance("radio-button-field-set-legend", + { + initial : function(vWidget, vTheme) { + return vTheme.initialFrom(vWidget, "check-box-field-set-legend"); + } + }); |
|
From: Andreas E. <ec...@us...> - 2006-01-16 13:58:33
|
Update of /cvsroot/qooxdoo/qooxdoo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1629 Modified Files: Tag: renderer TODO Log Message: Minor changes Index: TODO =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/TODO,v retrieving revision 1.1.2.40 retrieving revision 1.1.2.41 diff -C2 -d -r1.1.2.40 -r1.1.2.41 *** TODO 16 Jan 2006 13:27:39 -0000 1.1.2.40 --- TODO 16 Jan 2006 13:58:23 -0000 1.1.2.41 *************** *** 11,14 **** --- 11,15 ---- * Reduce buildURI calls from Image handling stuff. + * Optimize application load time * Optimize addProperty, use multiple functions for setters which themselves only call submethods and send the "p" variable to the handlers. Build setters which only do the stuff, which is needed for this property. Try to remove these "hasXXX" stuff. * Optimize unit detection and unit handling and storage for dimension and location properties. Try to remove all these boolean flags. *************** *** 21,24 **** --- 22,26 ---- * Discuss if it is useful to also cache hasPercentX, hasAutoX, ... * Reimplement cached properties so that the invaliation will not set the old value to null, but set a isInvalid flag which will define that the next get must re-evaluate the value first. + * Add depth property to widgets. Sort job queue according to depth before flush. * Speed-up toggling (tree, tabView) without re-layouting of children |
|
From: Sebastian W. <wp...@us...> - 2006-01-16 13:54:27
|
Update of /cvsroot/qooxdoo/qooxdoo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv756 Modified Files: Tag: renderer BUGS Log Message: Updated Index: BUGS =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/Attic/BUGS,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -d -r1.1.2.2 -r1.1.2.3 *** BUGS 16 Jan 2006 10:50:07 -0000 1.1.2.2 --- BUGS 16 Jan 2006 13:54:17 -0000 1.1.2.3 *************** *** 1 **** ! - None \ No newline at end of file --- 1,4 ---- ! - QxListView is a bit problematic inside complex layout parents like ! QxDockLayout or inside a QxBoxLayout if the height is defined as ! a flex (1*) value. ! \ No newline at end of file |
|
From: Andreas E. <ec...@us...> - 2006-01-16 13:34:42
|
Update of /cvsroot/qooxdoo/qooxdoo/source/script/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28539/source/script/core Modified Files: Tag: renderer QxExtend.js Log Message: Added auto state queue addition support Index: QxExtend.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/core/QxExtend.js,v retrieving revision 1.7.2.98 retrieving revision 1.7.2.99 diff -C2 -d -r1.7.2.98 -r1.7.2.99 *** QxExtend.js 16 Jan 2006 12:55:57 -0000 1.7.2.98 --- QxExtend.js 16 Jan 2006 13:34:22 -0000 1.7.2.99 *************** *** 515,518 **** --- 515,523 ---- }; + // Auto state queue addition support + if (p.addToStateQueue) { + this._addToGlobalStateQueue(); + }; + // Create Event if (this instanceof QxTarget && this.hasEventListeners(changeKey)) |