[Qooxdoo-commit] qooxdoo CHANGELOG,1.1.2.34,1.1.2.35
Brought to you by:
ecker,
martinwittemann
|
From: Sebastian W. <wp...@us...> - 2006-01-24 08:18:27
|
Update of /cvsroot/qooxdoo/qooxdoo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4542 Modified Files: Tag: renderer CHANGELOG Log Message: Updated Index: CHANGELOG =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/Attic/CHANGELOG,v retrieving revision 1.1.2.34 retrieving revision 1.1.2.35 diff -u -d -r1.1.2.34 -r1.1.2.35 --- CHANGELOG 20 Jan 2006 19:02:37 -0000 1.1.2.34 +++ CHANGELOG 24 Jan 2006 08:18:18 -0000 1.1.2.35 @@ -1,3 +1,113 @@ +2006-01-23 18:04 wpbasti + + * source/: script/gui/QxNativeWindow.js, + test/user/Native_Window_1.html: renamed source to url property + +2006-01-23 18:02 wpbasti + + * TODO, source/script/core/QxObjectCore.js, + source/script/gui/QxNativeWindow.js, + source/test/user/Native_Window_1.html: Cleaned up 'virtual' mode + from QxNativeWindow + +2006-01-23 17:10 wpbasti + + * source/script/core/: QxExtend.js, QxObjectCore.js: Minor fix + +2006-01-23 17:01 wpbasti + + * TODO, source/script/core/QxExtend.js: Minor improvements + +2006-01-23 16:26 wpbasti + + * source/script/core/QxExtend.js: Use lightweight setter for many + properties + +2006-01-23 16:17 wpbasti + + * source/script/: core/QxExtend.js, gui/QxNativeWindow.js, + gui/QxParent.js, gui/QxWidget.js, managers/QxSelectionManager.js, + managers/QxToolTipManager.js, widgets/QxCommonViewButton.js, + widgets/QxGallery.js, widgets/QxGalleryList.js, + widgets/QxMenuRadioButton.js, widgets/QxRadioButton.js, + widgets/QxToolBarRadioButton.js, widgets/QxToolTip.js: Enhanced + type checks for property creation, fixed many outstanding bugs in + this area, too + +2006-01-23 15:50 wpbasti + + * source/script/core/QxExtend.js: Back to old version because new + one was dramatically slower + +2006-01-23 14:28 wpbasti + + * TODO, source/script/core/QxExtend.js: Initial split out of + property setters + +2006-01-23 13:45 wpbasti + + * source/script/core/QxExtend.js: Minor cleanup + +2006-01-23 13:43 wpbasti + + * source/script/core/QxObject.js, source/script/core/QxTimer.js, + source/script/gui/QxWidget.js, tools/config.sh, + source/script/core/QxObjectCore.js: Improved code and structure + of QxObject, some cleanups + +2006-01-23 13:28 wpbasti + + * TODO, source/script/core/QxTarget.js, + source/script/core/QxUtil.js: Some code, comment and block + improvements + +2006-01-23 13:04 wpbasti + + * TODO, source/script/managers/QxImageManager.js: Reduced buildURI + calls for image handling + +2006-01-23 12:24 wpbasti + + * source/test/developer/Umlauts_1.html: Changed description + +2006-01-23 12:14 wpbasti + + * TODO, source/script/core/QxCompare.js, + source/script/core/QxNative.js, source/script/core/QxUtil.js, + source/test/developer/Umlauts_1.html: Improved Umlauts handling, + removed hardcoded ISO characters + +2006-01-22 21:21 wpbasti + + * tools/: compileng.py, compileng_compress.xsl: Added new (forced) + space handling for some protected names + +2006-01-22 19:32 wpbasti + + * tools/compileng_compress.xsl: Improved blocks + +2006-01-22 19:26 wpbasti + + * tools/compileng_structure.xsl: Enhanced namegroup handling for + properties + +2006-01-22 19:06 wpbasti + + * source/script/managers/QxManager.js: Minor enhancements + +2006-01-22 19:05 wpbasti + + * tools/: compileng.py, compileng_compress.xsl: Added else block + support + +2006-01-22 18:58 wpbasti + + * source/script/gui/QxWidget.js: Minor improvements + +2006-01-20 20:02 wpbasti + + * CHANGELOG: Updated + 2006-01-20 19:25 wpbasti * source/test/user/Transport_1.html: Minor fix |