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] |