qooxdoo-commit Mailing List for qooxdoo (Page 1412)
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-02-09 06:06:17
|
Update of /cvsroot/qooxdoo/qooxdoo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2025 Modified Files: Tag: renderer TODO Log Message: Updated Index: TODO =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/TODO,v retrieving revision 1.1.2.60 retrieving revision 1.1.2.61 diff -u -d -r1.1.2.60 -r1.1.2.61 --- TODO 8 Feb 2006 14:32:33 -0000 1.1.2.60 +++ TODO 9 Feb 2006 06:06:08 -0000 1.1.2.61 @@ -4,6 +4,9 @@ * Discuss property names: "html", "text" and "content" for QxText, QxHtml and QxLabel. * isDisplayed vs. isDisplayable (cleanups naming) * Rename (discuss first): QxHtml=>QxSimpleHtml, QxIconHtml=>QxSimpleIconHtml, QxText=>QxSimpleText +* Fix leaks and functionality in QxGallery and QxGalleryList +* Rename getNewValue of QxDataEvent to getData (which match the classname style) +* Try to add a CollectGarbage(); to disposer h4. AJAX Layer |
|
From: Sebastian W. <wp...@us...> - 2006-02-08 19:14:23
|
Update of /cvsroot/qooxdoo/qooxdoo/source/html/showcase In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31426/source/html/showcase Modified Files: Tag: renderer Showcase_1.html Log Message: Minor improvement Index: Showcase_1.html =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/html/showcase/Attic/Showcase_1.html,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -u -d -r1.1.2.3 -r1.1.2.4 --- Showcase_1.html 8 Feb 2006 11:28:39 -0000 1.1.2.3 +++ Showcase_1.html 8 Feb 2006 19:14:14 -0000 1.1.2.4 @@ -22,7 +22,7 @@ var dockLayout = new QxDockLayout; dockLayout.setLocation(20, 48); - dockLayout.setDimension(800, 500); + dockLayout.setDimension(700, 500); dockLayout.setBackgroundColor("white"); dockLayout.setBorder(QxBorder.presets.black); @@ -100,13 +100,13 @@ var ld = []; var lt = [ "Image", "Text", "PDF", "Illustration", "Document" ]; - + for (var i=0, t; i<333; i++) { t=Math.round(Math.random()*4); ld.push({ subject : { text : "Subject " + i }, from : { text : "qooxdoo User" }, date : { text : "01/26/2006" }}); }; - + var lc = { subject : { label : "Subject", width : 200, type : "text" }, @@ -116,8 +116,8 @@ var view = new QxListView(ld, lc); - view.setLocation(220, 92); - view.setDimension(599, 433); + view.setLocation(220, 95); + view.setDimension(499, 430); view.setBorder(QxBorderObject.presets.inset); doc.add(view); |
|
From: Sebastian W. <wp...@us...> - 2006-02-08 14:32:41
|
Update of /cvsroot/qooxdoo/qooxdoo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26296 Modified Files: Tag: renderer TODO Log Message: Updated TODO Index: TODO =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/TODO,v retrieving revision 1.1.2.59 retrieving revision 1.1.2.60 diff -u -d -r1.1.2.59 -r1.1.2.60 --- TODO 8 Feb 2006 14:29:59 -0000 1.1.2.59 +++ TODO 8 Feb 2006 14:32:33 -0000 1.1.2.60 @@ -3,6 +3,7 @@ * Make API nice, clean and consistent: * Discuss property names: "html", "text" and "content" for QxText, QxHtml and QxLabel. * isDisplayed vs. isDisplayable (cleanups naming) +* Rename (discuss first): QxHtml=>QxSimpleHtml, QxIconHtml=>QxSimpleIconHtml, QxText=>QxSimpleText h4. AJAX Layer |
|
From: Sebastian W. <wp...@us...> - 2006-02-08 14:30:10
|
Update of /cvsroot/qooxdoo/qooxdoo/source/script/gui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24914/source/script/gui Modified Files: Tag: renderer QxParent.js QxWidget.js Log Message: Renamed _addToGlobalStateQueue to match other methods Index: QxWidget.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/gui/Attic/QxWidget.js,v retrieving revision 1.1.2.71 retrieving revision 1.1.2.72 diff -u -d -r1.1.2.71 -r1.1.2.72 --- QxWidget.js 8 Feb 2006 14:14:08 -0000 1.1.2.71 +++ QxWidget.js 8 Feb 2006 14:29:59 -0000 1.1.2.72 @@ -3131,12 +3131,12 @@ }; }; -proto._addToGlobalStateQueue = function() { +proto.addToStateQueue = function() { QxWidget.addToGlobalStateQueue(this); }; -proto._recursiveAddToStateQueue = function() { - this._addToGlobalStateQueue(); +proto.recursiveAddToStateQueue = function() { + this.addToStateQueue(); }; Index: QxParent.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/gui/Attic/QxParent.js,v retrieving revision 1.1.2.24 retrieving revision 1.1.2.25 diff -u -d -r1.1.2.24 -r1.1.2.25 --- QxParent.js 3 Feb 2006 13:14:18 -0000 1.1.2.24 +++ QxParent.js 8 Feb 2006 14:29:59 -0000 1.1.2.25 @@ -789,16 +789,16 @@ proto._addChildrenToStateQueue = function() { this.forEachVisibleChild(function() { - this._addToGlobalStateQueue(); + this.addToStateQueue(); }); }; -proto._recursiveAddToStateQueue = function() +proto.recursiveAddToStateQueue = function() { - this._addToGlobalStateQueue(); + this.addToStateQueue(); this.forEachVisibleChild(function() { - this._recursiveAddToStateQueue(); + this.recursiveAddToStateQueue(); }); }; |
|
From: Sebastian W. <wp...@us...> - 2006-02-08 14:30:09
|
Update of /cvsroot/qooxdoo/qooxdoo/source/script/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24914/source/script/core Modified Files: Tag: renderer QxExtend.js Log Message: Renamed _addToGlobalStateQueue to match other methods Index: QxExtend.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/core/QxExtend.js,v retrieving revision 1.7.2.111 retrieving revision 1.7.2.112 diff -u -d -r1.7.2.111 -r1.7.2.112 --- QxExtend.js 8 Feb 2006 10:37:48 -0000 1.7.2.111 +++ QxExtend.js 8 Feb 2006 14:29:59 -0000 1.7.2.112 @@ -553,7 +553,7 @@ // Auto state queue addition support if (p.addToStateQueue) { - this._addToGlobalStateQueue(); + this.addToStateQueue(); }; // Create Event |
|
From: Sebastian W. <wp...@us...> - 2006-02-08 14:30:09
|
Update of /cvsroot/qooxdoo/qooxdoo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24914 Modified Files: Tag: renderer TODO Log Message: Renamed _addToGlobalStateQueue to match other methods Index: TODO =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/TODO,v retrieving revision 1.1.2.58 retrieving revision 1.1.2.59 diff -u -d -r1.1.2.58 -r1.1.2.59 --- TODO 8 Feb 2006 14:14:17 -0000 1.1.2.58 +++ TODO 8 Feb 2006 14:29:59 -0000 1.1.2.59 @@ -17,6 +17,9 @@ h4. Layouter Rework +* Try to only have one queue for layouts and jobs +* Omit caching on setting of the value. +* Try to reduce caching stuff (sometimes the cache is probably slower than the (re-)calculation) * 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. |
|
From: Sebastian W. <wp...@us...> - 2006-02-08 14:30:09
|
Update of /cvsroot/qooxdoo/qooxdoo/source/script/widgets In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24914/source/script/widgets Modified Files: Tag: renderer QxClientDocument.js Log Message: Renamed _addToGlobalStateQueue to match other methods Index: QxClientDocument.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/widgets/QxClientDocument.js,v retrieving revision 1.7.2.79 retrieving revision 1.7.2.80 diff -u -d -r1.7.2.79 -r1.7.2.80 --- QxClientDocument.js 8 Feb 2006 13:18:41 -0000 1.7.2.79 +++ QxClientDocument.js 8 Feb 2006 14:29:59 -0000 1.7.2.80 @@ -42,7 +42,7 @@ // Needed hard-coded because otherwise the client document // would not be added initially to the state queue - this._addToGlobalStateQueue(); + this.addToStateQueue(); QxCanvasLayout.call(this); |
|
From: Sebastian W. <wp...@us...> - 2006-02-08 14:14:25
|
Update of /cvsroot/qooxdoo/qooxdoo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16625 Modified Files: Tag: renderer TODO Log Message: Updated Index: TODO =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/TODO,v retrieving revision 1.1.2.57 retrieving revision 1.1.2.58 diff -u -d -r1.1.2.57 -r1.1.2.58 --- TODO 8 Feb 2006 13:54:25 -0000 1.1.2.57 +++ TODO 8 Feb 2006 14:14:17 -0000 1.1.2.58 @@ -4,16 +4,6 @@ * Discuss property names: "html", "text" and "content" for QxText, QxHtml and QxLabel. * isDisplayed vs. isDisplayable (cleanups naming) -* Optimize unit detection and unit handling and storage for dimension and location properties. Try to remove all these boolean flags. - -* QxColorObject has a seperate caching algorithm inside the constructor, - which is a bit inefficient as it returns from the constructor call (like the old singletons did). -* QxBorderObject and QxFontObject's caching is implemented inside the *Cache methods which is IMHO - the better way. But this makes direct creations of QxBorderObject or QxFontObject inefficient as - then each identical border or font creates its own object. - -* Add support for user defined aliases for image paths. - h4. AJAX Layer # Implement QxRequestQueue @@ -34,6 +24,17 @@ h4. Later +* Optimize unit detection and unit handling and storage for dimension and location properties. Try to remove all these boolean flags. +* QxColorObject has a seperate caching algorithm inside the constructor, + which is a bit inefficient as it returns from the constructor call (like the old singletons did). +* QxBorderObject and QxFontObject's caching is implemented inside the *Cache methods which is IMHO + the better way. But this makes direct creations of QxBorderObject or QxFontObject inefficient as + then each identical border or font creates its own object. + +* Support image path updates also for background images in QxWidgets. This needs some registration + mechanism like the ones in normal QxImages. + +* Add support for user defined aliases for image paths. * Support for images from custom path (resource like: application/...) * Add generated debug console (which does not need a "div" inside the document) |
|
From: Sebastian W. <wp...@us...> - 2006-02-08 14:14:16
|
Update of /cvsroot/qooxdoo/qooxdoo/source/script/gui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16539/source/script/gui Modified Files: Tag: renderer QxWidget.js Log Message: Minor fixes, commented out incomplete rounded borders impl Index: QxWidget.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/gui/Attic/QxWidget.js,v retrieving revision 1.1.2.70 retrieving revision 1.1.2.71 diff -u -d -r1.1.2.70 -r1.1.2.71 --- QxWidget.js 8 Feb 2006 10:37:48 -0000 1.1.2.70 +++ QxWidget.js 8 Feb 2006 14:14:08 -0000 1.1.2.71 @@ -758,7 +758,7 @@ // Handle beforeAppear signals if (this.getVisibility()) { this._beforeAppear(); - }; + }; @@ -860,7 +860,7 @@ proto._beforeDisappear = function() { // this.debug("_beforeDisappear"); - + // Remove any hover/pressed styles this.removeState(QxConst.STATE_OVER); this.removeState(QxConst.STATE_PRESSED); @@ -3008,22 +3008,22 @@ return this._states[vState] ? true : false; }; -proto.addState = function(vState) +proto.addState = function(vState) { this._states[vState] = true; - + if (this._hasParent) { QxWidget.addToGlobalStateQueue(this); - }; + }; }; -proto.removeState = function(vState) +proto.removeState = function(vState) { delete this._states[vState]; if (this._hasParent) { QxWidget.addToGlobalStateQueue(this); - }; + }; }; @@ -3510,7 +3510,7 @@ }; var vFocusRoot = this.getFocusRoot(); - + // this.debug("Focused: " + propValue); if (propValue) @@ -4306,6 +4306,7 @@ proto._updateBorder = function(vEdge) { // Small hack, remove later: TODO + // ?? Anybody have an idea about this TODO? var vBorder = this.getBorder(); var vEdgeUp = vEdge.toFirstUp(); @@ -4447,9 +4448,7 @@ vCommand.execute(this); }; - if (this.hasEventListeners(QxConst.EVENT_TYPE_EXECUTE)) { - this.dispatchEvent(new QxEvent(QxConst.EVENT_TYPE_EXECUTE)); - }; + this.createDispatchEvent(QxConst.EVENT_TYPE_EXECUTE); }; @@ -4587,6 +4586,7 @@ --------------------------------------------------------------------------- */ +/* proto.applyRoundedBorder = function() { this.addEventListener(QxConst.EVENT_TYPE_BEFOREAPPEAR, this._applyRoundedBorder); @@ -4777,6 +4777,7 @@ }; +*/ @@ -4803,7 +4804,7 @@ /* --------------------------------------------------------------------------- - DISPOER + DISPOSER --------------------------------------------------------------------------- */ proto.dispose = function() |
|
From: Sebastian W. <wp...@us...> - 2006-02-08 13:57:13
|
Update of /cvsroot/qooxdoo/qooxdoo/source/script/gui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7348/source/script/gui Modified Files: Tag: renderer QxSelectionStorage.js Log Message: Some minor tweaks, structuring and optimizations Index: QxSelectionStorage.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/gui/Attic/QxSelectionStorage.js,v retrieving revision 1.1.2.6 retrieving revision 1.1.2.7 diff -u -d -r1.1.2.6 -r1.1.2.7 --- QxSelectionStorage.js 16 Jan 2006 16:11:55 -0000 1.1.2.6 +++ QxSelectionStorage.js 8 Feb 2006 13:57:00 -0000 1.1.2.7 @@ -32,16 +32,26 @@ /*! Helper for QxSelectionManager, contains data for selections */ -function QxSelectionStorage(vManager) +function QxSelectionStorage(vManager) { QxObject.call(this); - + this._manager = vManager; this.removeAll(); }; QxSelectionStorage.extend(QxObject, "QxSelectionStorage"); + + + + +/* +--------------------------------------------------------------------------- + USER METHODS +--------------------------------------------------------------------------- +*/ + proto.add = function(oItem) { this._storage[this.getItemHashCode(oItem)] = oItem; }; @@ -96,6 +106,15 @@ return QxUtil.isObjectEmpty(this._storage); }; + + + +/* +--------------------------------------------------------------------------- + DISPOSER +--------------------------------------------------------------------------- +*/ + proto.dispose = function() { if (this.getDisposed()) { |
|
From: Sebastian W. <wp...@us...> - 2006-02-08 13:55:07
|
Update of /cvsroot/qooxdoo/qooxdoo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6058 Modified Files: Tag: renderer TODO Log Message: Some minor tweaks, structuring and optimizations Index: TODO =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/TODO,v retrieving revision 1.1.2.56 retrieving revision 1.1.2.57 diff -u -d -r1.1.2.56 -r1.1.2.57 --- TODO 8 Feb 2006 12:28:20 -0000 1.1.2.56 +++ TODO 8 Feb 2006 13:54:25 -0000 1.1.2.57 @@ -6,6 +6,14 @@ * Optimize unit detection and unit handling and storage for dimension and location properties. Try to remove all these boolean flags. +* QxColorObject has a seperate caching algorithm inside the constructor, + which is a bit inefficient as it returns from the constructor call (like the old singletons did). +* QxBorderObject and QxFontObject's caching is implemented inside the *Cache methods which is IMHO + the better way. But this makes direct creations of QxBorderObject or QxFontObject inefficient as + then each identical border or font creates its own object. + +* Add support for user defined aliases for image paths. + h4. AJAX Layer # Implement QxRequestQueue |
|
From: Sebastian W. <wp...@us...> - 2006-02-08 13:55:07
|
Update of /cvsroot/qooxdoo/qooxdoo/source/script/gui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6058/source/script/gui Modified Files: Tag: renderer QxAppearanceTheme.js QxBorderCache.js QxClientWindow.js QxColor.js QxColorObject.js QxCommand.js QxFlashPlayerVersion.js QxFontObject.js Log Message: Some minor tweaks, structuring and optimizations Index: QxCommand.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/gui/Attic/QxCommand.js,v retrieving revision 1.1.2.7 retrieving revision 1.1.2.8 diff -u -d -r1.1.2.7 -r1.1.2.8 --- QxCommand.js 28 Jan 2006 18:19:24 -0000 1.1.2.7 +++ QxCommand.js 8 Feb 2006 13:54:25 -0000 1.1.2.8 @@ -56,6 +56,16 @@ QxCommand.addProperty({ name : "keyCode", type : QxConst.TYPEOF_NUMBER }); QxCommand.addProperty({ name : "manager", type : QxConst.TYPEOF_OBJECT }); + + + + +/* +--------------------------------------------------------------------------- + USER METHODS +--------------------------------------------------------------------------- +*/ + proto.execute = function(vTarget) { if (this.hasEventListeners(QxConst.EVENT_TYPE_EXECUTE)) { @@ -65,7 +75,17 @@ return false; }; -proto._shortcutParts = {}; + + + + + + +/* +--------------------------------------------------------------------------- + MODIFIER +--------------------------------------------------------------------------- +*/ proto._modifyShortcut = function(propValue, propOldValue, propData) { @@ -108,6 +128,13 @@ + +/* +--------------------------------------------------------------------------- + INTERNAL MATCHING LOGIC +--------------------------------------------------------------------------- +*/ + proto._matchesKeyEvent = function(e) { // pre check for configured shortcut or keycode @@ -203,6 +230,15 @@ + + + +/* +--------------------------------------------------------------------------- + STRING CONVERTION +--------------------------------------------------------------------------- +*/ + proto.toString = function() { var vShortcut = this.getShortcut(); @@ -230,6 +266,14 @@ + + +/* +--------------------------------------------------------------------------- + DISPOSER +--------------------------------------------------------------------------- +*/ + proto.dispose = function() { if (this.getDisposed()) { @@ -237,5 +281,7 @@ }; this._ownerWindow = null; + this._shortcutParts = null; + return QxTarget.prototype.dispose.call(this); -}; \ No newline at end of file +}; Index: QxFontObject.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/gui/Attic/QxFontObject.js,v retrieving revision 1.1.2.4 retrieving revision 1.1.2.5 diff -u -d -r1.1.2.4 -r1.1.2.5 --- QxFontObject.js 16 Jan 2006 16:11:55 -0000 1.1.2.4 +++ QxFontObject.js 8 Feb 2006 13:54:25 -0000 1.1.2.5 @@ -88,14 +88,12 @@ return; }; - if (typeof this._dependentObjects == QxConst.TYPEOF_OBJECT) + if (typeof this._dependentObjects === QxConst.TYPEOF_OBJECT) { - var vAll = this._dependentObjects; - for (vKey in vAll) { - delete vAll[vKey]; + for (vKey in this._dependentObjects) { + delete this._dependentObjects[vKey]; }; - vAll = null; delete this._dependentObjects; }; Index: QxClientWindow.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/gui/Attic/QxClientWindow.js,v retrieving revision 1.1.2.10 retrieving revision 1.1.2.11 diff -u -d -r1.1.2.10 -r1.1.2.11 --- QxClientWindow.js 3 Feb 2006 14:33:33 -0000 1.1.2.10 +++ QxClientWindow.js 8 Feb 2006 13:54:25 -0000 1.1.2.11 @@ -66,9 +66,17 @@ --------------------------------------------------------------------------- */ -proto.getEventManager = function() { return this._eventManager; }; -proto.getClientDocument = function() { return this._clientDocument; }; -proto.getElement = function() { return this._element; }; +proto.getEventManager = function() { + return this._eventManager; +}; + +proto.getClientDocument = function() { + return this._clientDocument; +}; + +proto.getElement = function() { + return this._element; +}; Index: QxColor.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/gui/Attic/QxColor.js,v retrieving revision 1.1.2.8 retrieving revision 1.1.2.9 diff -u -d -r1.1.2.8 -r1.1.2.9 --- QxColor.js 16 Jan 2006 16:11:55 -0000 1.1.2.8 +++ QxColor.js 8 Feb 2006 13:54:25 -0000 1.1.2.9 @@ -128,7 +128,7 @@ }; proto.getValue = function() { - return this._value || ""; + return this._value || QxConst.CORE_EMPTY; }; Index: QxFlashPlayerVersion.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/gui/Attic/QxFlashPlayerVersion.js,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -d -r1.1.2.2 -r1.1.2.3 --- QxFlashPlayerVersion.js 16 Jan 2006 16:11:55 -0000 1.1.2.2 +++ QxFlashPlayerVersion.js 8 Feb 2006 13:54:25 -0000 1.1.2.3 @@ -30,6 +30,12 @@ ************************************************************************ */ /*! + QxFlashPlayerVersion contains a version string and can extract + major, minor and revision flags from this string. It can also + compare a incoming version object with the stored version string + and checks if this version is smaller or identical than the stored + one. + Original non qooxdoo Version by Geoff Stearns Flash detection and embed - http://blog.deconcept.com/flashobject/ FlashObject is (c) 2005 Geoff Stearns and is released under the MIT License @@ -55,10 +61,29 @@ QxFlashPlayerVersion.extend(QxObject, "QxFlashPlayerVersion"); + + + +/* +--------------------------------------------------------------------------- + DATA FIELDS +--------------------------------------------------------------------------- +*/ + proto._major = 0; proto._minor = 0; proto._rev = 0; + + + + +/* +--------------------------------------------------------------------------- + USER VERSION ACCESS +--------------------------------------------------------------------------- +*/ + proto.versionIsValid = function(fv) { if (this.getMajor() < fv.getMajor()) return false; @@ -84,6 +109,16 @@ return this._rev; }; + + + + +/* +--------------------------------------------------------------------------- + DISPOSER +--------------------------------------------------------------------------- +*/ + proto.dispose = function() { if (this.getDisposed()) { Index: QxAppearanceTheme.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/gui/Attic/QxAppearanceTheme.js,v retrieving revision 1.1.2.5 retrieving revision 1.1.2.6 diff -u -d -r1.1.2.5 -r1.1.2.6 --- QxAppearanceTheme.js 3 Feb 2006 14:57:50 -0000 1.1.2.5 +++ QxAppearanceTheme.js 8 Feb 2006 13:54:25 -0000 1.1.2.6 @@ -34,9 +34,9 @@ QxObject.call(this); this._appearances = {}; - + this.setId(vId); - this.setTitle(QxUtil.isValidString(vTitle) ? vTitle : vId); + this.setTitle(QxUtil.isValidString(vTitle) ? vTitle : vId); QxAppearanceManager.registerTheme(this); }; @@ -137,11 +137,6 @@ - - - - - /* --------------------------------------------------------------------------- DISPOSER @@ -156,5 +151,5 @@ this._appearances = null; - QxObject.prototype.dispose.call(this); + return QxObject.prototype.dispose.call(this); }; Index: QxBorderCache.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/gui/Attic/QxBorderCache.js,v retrieving revision 1.1.2.5 retrieving revision 1.1.2.6 diff -u -d -r1.1.2.5 -r1.1.2.6 --- QxBorderCache.js 16 Jan 2006 16:11:55 -0000 1.1.2.5 +++ QxBorderCache.js 8 Feb 2006 13:54:25 -0000 1.1.2.6 @@ -64,4 +64,4 @@ return QxBorderCache._data[propValue] = QxBorderObject.fromString(propValue); }; -QxBorderCache._data = {}; \ No newline at end of file +QxBorderCache._data = {}; Index: QxColorObject.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/gui/Attic/QxColorObject.js,v retrieving revision 1.1.2.6 retrieving revision 1.1.2.7 diff -u -d -r1.1.2.6 -r1.1.2.7 --- QxColorObject.js 3 Feb 2006 10:53:53 -0000 1.1.2.6 +++ QxColorObject.js 8 Feb 2006 13:54:25 -0000 1.1.2.7 @@ -31,7 +31,7 @@ function QxColorObject(vValue) { - // alert(this); + // this.debug("Value: " + vValue); this.setValue(vValue); if(QxColorManager.has(this._value)) { @@ -110,6 +110,14 @@ + + +/* +--------------------------------------------------------------------------- + OBJECT MANAGMENT +--------------------------------------------------------------------------- +*/ + proto.add = function(vObject) { this._dependentObjects[vObject.toHashCode()] = vObject; }; |
|
From: Sebastian W. <wp...@us...> - 2006-02-08 13:30:38
|
Update of /cvsroot/qooxdoo/qooxdoo/source/script/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26196/source/script/core Modified Files: Tag: renderer QxTimer.js Log Message: Minor tweaks Index: QxTimer.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/core/QxTimer.js,v retrieving revision 1.5.2.21 retrieving revision 1.5.2.22 diff -u -d -r1.5.2.21 -r1.5.2.22 --- QxTimer.js 23 Jan 2006 12:43:46 -0000 1.5.2.21 +++ QxTimer.js 8 Feb 2006 13:30:17 -0000 1.5.2.22 @@ -120,7 +120,7 @@ --------------------------------------------------------------------------- */ -proto._oninterval=function() +proto._oninterval=function() { if (this.getEnabled()) { this.createDispatchEvent(QxConst.EVENT_TYPE_INTERVAL); @@ -146,9 +146,6 @@ // Stop interval this.stop(); - // Clear object wrapper function - this.__oninterval = null; - // Clear handle if (this._intervalHandler) { @@ -156,6 +153,9 @@ this._intervalHandler = null; }; + // Clear object wrapper function + this.__oninterval = null; + // Call QxTarget to do the other dispose work return QxTarget.prototype.dispose.call(this); }; |
|
From: Sebastian W. <wp...@us...> - 2006-02-08 13:28:07
|
Update of /cvsroot/qooxdoo/qooxdoo/source/script/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24799/source/script/core Modified Files: Tag: renderer QxTarget.js Log Message: Minor variable name optimization Index: QxTarget.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/core/QxTarget.js,v retrieving revision 1.2.2.37 retrieving revision 1.2.2.38 diff -u -d -r1.2.2.37 -r1.2.2.38 --- QxTarget.js 31 Jan 2006 10:06:38 -0000 1.2.2.37 +++ QxTarget.js 8 Feb 2006 13:27:53 -0000 1.2.2.38 @@ -59,7 +59,7 @@ /*! Add event listener to object */ -proto.addEventListener = function(vType, vFunction, eObject) +proto.addEventListener = function(vType, vFunction, vObject) { if(this._disposed) { return; @@ -82,19 +82,20 @@ }; // Create a special vKey string to allow identification of each bound action - var vKey = QxConst.CORE_EVENTPREFIX + QxObject.toHashCode(vFunction) + (eObject ? QxConst.CORE_UNDERLINE + QxObject.toHashCode(eObject) : QxConst.CORE_EMPTY); + var vKey = QxConst.CORE_EVENTPREFIX + QxObject.toHashCode(vFunction) + (vObject ? QxConst.CORE_UNDERLINE + QxObject.toHashCode(vObject) : QxConst.CORE_EMPTY); // Finally set up the listeners object - this._listeners[vType][vKey] = { + this._listeners[vType][vKey] = + { handler : vFunction, - object : eObject + object : vObject }; }; /*! Remove event listener from object */ -proto.removeEventListener = function(vType, vFunction, eObject) +proto.removeEventListener = function(vType, vFunction, vObject) { if(this._disposed) { return; @@ -110,7 +111,7 @@ }; // Create a special vKey string to allow identification of each bound action - var vKey = QxConst.CORE_EVENTPREFIX + QxObject.toHashCode(vFunction) + (eObject ? QxConst.CORE_UNDERLINE + QxObject.toHashCode(eObject) : QxConst.CORE_EMPTY); + var vKey = QxConst.CORE_EVENTPREFIX + QxObject.toHashCode(vFunction) + (vObject ? QxConst.CORE_UNDERLINE + QxObject.toHashCode(vObject) : QxConst.CORE_EMPTY); // Delete object entry for this action delete this._listeners[vType][vKey]; @@ -271,7 +272,7 @@ return; }; - if (typeof this._listeners == QxConst.TYPEOF_OBJECT) + if (typeof this._listeners === QxConst.TYPEOF_OBJECT) { for (var vType in this._listeners) { |
|
From: Sebastian W. <wp...@us...> - 2006-02-08 13:18:50
|
Update of /cvsroot/qooxdoo/qooxdoo/source/script/widgets In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20213/source/script/widgets Modified Files: Tag: renderer QxClientDocument.js Log Message: Improved global cursor (use new style sheet api instead of own implementation) Index: QxClientDocument.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/widgets/QxClientDocument.js,v retrieving revision 1.7.2.78 retrieving revision 1.7.2.79 diff -u -d -r1.7.2.78 -r1.7.2.79 --- QxClientDocument.js 8 Feb 2006 13:04:23 -0000 1.7.2.78 +++ QxClientDocument.js 8 Feb 2006 13:18:41 -0000 1.7.2.79 @@ -92,21 +92,6 @@ /* --------------------------------------------------------------------------- - CSS FIX ---------------------------------------------------------------------------- -*/ - -QxDom.createStyleElement("html,body{margin:0;border:0;padding:0;} html{border:0 none;} *{box-sizing:border-box;-moz-box-sizing: border-box;} img{box-sizing:content-box;-moz-box-sizing:content-box;}"); - -if (QxSettings.applicationLayout) { - QxDom.createStyleElement("html,body{width:100%;height:100%;overflow:hidden;}"); -}; - - - - -/* ---------------------------------------------------------------------------- OVERWRITE WIDGET FUNCTIONS/PROPERTIES --------------------------------------------------------------------------- */ @@ -258,69 +243,41 @@ - - /* --------------------------------------------------------------------------- - GLOBAL CURSOR SUPPORT - - REF: http://www.xml.com/pub/a/2000/06/07/xmlterm/ - http://www.mozilla.org/docs/web-developer/css1technote/css1tojs.html + CSS FIX --------------------------------------------------------------------------- */ -if (QxClient.isMshtml()) -{ - proto._modifyGlobalCursor = function(propValue, propOldValue, propData) - { - var s = this._cursorStyleSheetElement; +QxDom.createStyleElement("html,body{margin:0;border:0;padding:0;} html{border:0 none;} *{box-sizing:border-box;-moz-box-sizing: border-box;} img{box-sizing:content-box;-moz-box-sizing:content-box;}"); - if (!s) { - s = this._cursorStyleSheetElement = this._document.createStyleSheet(); - }; +if (QxSettings.applicationLayout) { + QxDom.createStyleElement("html,body{width:100%;height:100%;overflow:hidden;}"); +}; - // mshtml direct method - s.cssText = QxUtil.isValidString(propValue) ? "*{cursor:" + propValue + " !important}" : QxConst.CORE_EMPTY; - return true; - }; -} -else if (QxClient.isOpera()) -{ - proto._modifyGlobalCursor = function(propValue, propOldValue, propData) - { - // this.debug("_modifyGlobalCursor: Global Cursor is not supported by Opera"); - return true; - }; -} -else -{ - proto._modifyGlobalCursor = function(propValue, propOldValue, propData) - { - var s = this._cursorStyleSheetElement; - if (!s) - { - s = this._cursorStyleSheetElement = this._document.createElement("style"); - s.type = "text/css"; - this._document.getElementsByTagName("head")[0].appendChild(s); - }; - var sheet = s.sheet; - // clean out old rule(s) - var l = sheet.cssRules.length; - for (var i=l-1; i>=0; i--) { - sheet.deleteRule(i); - }; +/* +--------------------------------------------------------------------------- + GLOBAL CURSOR SUPPORT +--------------------------------------------------------------------------- +*/ - // add new cursor style - if (QxUtil.isValidString(propValue)) { - sheet.insertRule("*{cursor:" + propValue + " !important}", 0); - }; +proto._modifyGlobalCursor = function(propValue, propOldValue, propData) +{ + if (!this._globalCursorStyleSheet) { + this._globalCursorStyleSheet = this.createStyleElement(); + }; - return true; + this.removeCssRule(this._globalCursorStyleSheet, QxConst.CORE_STAR); + + if (propValue) { + this.addCssRule(this._globalCursorStyleSheet, QxConst.CORE_STAR, "cursor:" + propValue + " !important"); }; + + return true; }; @@ -336,7 +293,7 @@ proto._onresize = function(e) { // Hide popups, tooltips, ... - if (typeof QxPopupManager == QxConst.TYPEOF_FUNCTION) { + if (typeof QxPopupManager === QxConst.TYPEOF_FUNCTION) { QxPopupManager.update(); }; @@ -397,6 +354,8 @@ delete this._modalWidgets; delete this._modalNativeWindow; + this._globalCursorStyleSheet = null; + if (this._blocker) { this._blocker.removeEventListener(QxConst.EVENT_TYPE_MOUSEDOWN, this.blockHelper, this); |
|
From: Sebastian W. <wp...@us...> - 2006-02-08 13:18:24
|
Update of /cvsroot/qooxdoo/qooxdoo/source/script/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19979/source/script/core Modified Files: Tag: renderer QxDomStyleSheet.js Log Message: Minor fix Index: QxDomStyleSheet.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/core/Attic/QxDomStyleSheet.js,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- QxDomStyleSheet.js 3 Feb 2006 14:33:33 -0000 1.1.2.1 +++ QxDomStyleSheet.js 8 Feb 2006 13:18:16 -0000 1.1.2.2 @@ -84,7 +84,7 @@ QxDom.removeCssRule = function(vSheet, vSelector) { vRules = vSheet.cssRules; - vLength = rules.length; + vLength = vRules.length; for (i=vLength-1; i>=0; i--) { |
|
From: Sebastian W. <wp...@us...> - 2006-02-08 13:04:35
|
Update of /cvsroot/qooxdoo/qooxdoo/source/script/widgets In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11558/source/script/widgets Modified Files: Tag: renderer QxClientDocument.js Log Message: Use QxSettings for layoutMode, improved focus root initialisation Index: QxClientDocument.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/widgets/QxClientDocument.js,v retrieving revision 1.7.2.77 retrieving revision 1.7.2.78 diff -u -d -r1.7.2.77 -r1.7.2.78 --- QxClientDocument.js 3 Feb 2006 14:33:34 -0000 1.7.2.77 +++ QxClientDocument.js 8 Feb 2006 13:04:23 -0000 1.7.2.78 @@ -40,9 +40,6 @@ // Init element this.setElement(this._document.body); - // Layout Mode - this.setLayoutMode("application"); - // Needed hard-coded because otherwise the client document // would not be added initially to the state queue this._addToGlobalStateQueue(); @@ -52,8 +49,8 @@ // Don't use widget styles this._styleProperties = {}; - // Init Focus Manager - this.setFocusManager(new QxFocusManager(this)); + // Configure as focus root + this.activateFocusRoot(); // Cache current size this._cachedInnerWidth = this._document.body.offsetWidth; @@ -87,8 +84,6 @@ QxClientDocument.addProperty({ name : "globalCursor", type : QxConst.TYPEOF_STRING }); -QxClientDocument.addProperty({ name : "layoutMode", type : QxConst.TYPEOF_STRING, possibleValues : [ "application", "page" ] }); - QxClientDocument.changeProperty({ name : "appearance", type : QxConst.TYPEOF_STRING, defaultValue : "client-document" }); @@ -101,8 +96,11 @@ --------------------------------------------------------------------------- */ -QxDom.createStyleElement("html,body{margin:0;border:0;padding:0;} *{box-sizing: border-box; -moz-box-sizing: border-box;} img{box-sizing: content-box; -moz-box-sizing: content-box;}"); +QxDom.createStyleElement("html,body{margin:0;border:0;padding:0;} html{border:0 none;} *{box-sizing:border-box;-moz-box-sizing: border-box;} img{box-sizing:content-box;-moz-box-sizing:content-box;}"); +if (QxSettings.applicationLayout) { + QxDom.createStyleElement("html,body{width:100%;height:100%;overflow:hidden;}"); +}; @@ -132,28 +130,6 @@ return true; }; -proto._modifyLayoutMode = function(propValue, propOldValue, propData) -{ - var bs = document.body.style; - var hs = document.documentElement.style; - - switch(propValue) - { - case "application": - bs.width = bs.height = hs.width = hs.height = QxConst.CORE_HUNDREDPERCENT; - bs.overflow = QxConst.OVERFLOW_VALUE_HIDDEN; - hs.border = QxConst.CORE_0PIXEL; - break; - - case "page": - bs.width = bs.height = hs.width = hs.height = bs.overflow = QxConst.CORE_EMPTY; - hs.border = QxConst.CORE_0PIXEL; - break; - }; - - return true; -}; - proto.getWindow = function() { return this._window; }; proto.getTopLevelWidget = QxUtil.returnThis; proto.getDocumentElement = function() { return this._document; }; @@ -415,7 +391,7 @@ if (this.getDisposed()) { return; }; - + delete this._window; delete this._document; delete this._modalWidgets; |
|
From: Sebastian W. <wp...@us...> - 2006-02-08 13:03:56
|
Update of /cvsroot/qooxdoo/qooxdoo/source/script/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11011/source/script/core Modified Files: Tag: renderer QxSet.js Log Message: Minor optimizations Index: QxSet.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/core/Attic/QxSet.js,v retrieving revision 1.1.2.7 retrieving revision 1.1.2.8 diff -u -d -r1.1.2.7 -r1.1.2.8 --- QxSet.js 16 Jan 2006 16:11:55 -0000 1.1.2.7 +++ QxSet.js 8 Feb 2006 13:03:44 -0000 1.1.2.8 @@ -48,7 +48,7 @@ }; proto.contains = function(o) { - return QxObject.toHashCode(o)in this._storage; + return QxObject.toHashCode(o) in this._storage; }; proto.clear = function() { @@ -72,7 +72,7 @@ return; }; - QxObject.prototype.dispose.call(this); - this._storage = null; + + return QxObject.prototype.dispose.call(this); }; \ No newline at end of file |
|
From: Sebastian W. <wp...@us...> - 2006-02-08 12:28:50
|
Update of /cvsroot/qooxdoo/qooxdoo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26740 Modified Files: Tag: renderer TODO Log Message: Updated TODO Index: TODO =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/TODO,v retrieving revision 1.1.2.55 retrieving revision 1.1.2.56 diff -u -d -r1.1.2.55 -r1.1.2.56 --- TODO 7 Feb 2006 14:08:31 -0000 1.1.2.55 +++ TODO 8 Feb 2006 12:28:20 -0000 1.1.2.56 @@ -4,12 +4,8 @@ * Discuss property names: "html", "text" and "content" for QxText, QxHtml and QxLabel. * isDisplayed vs. isDisplayable (cleanups naming) -* Additional Namespace for QxSetter, QxGetter, QxResetter? - * Optimize unit detection and unit handling and storage for dimension and location properties. Try to remove all these boolean flags. -* Change button appearance to move the button content one pixel down and right on press/hold. - h4. AJAX Layer # Implement QxRequestQueue @@ -18,7 +14,7 @@ # Implement QxIFrameTransport # Implement Data Provider ## json -## xml +## xml # Implement Widget Binding h4. Layouter Rework |
|
From: Sebastian W. <wp...@us...> - 2006-02-08 12:23:58
|
Update of /cvsroot/qooxdoo/qooxdoo/source/themes/appearance/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24582/source/themes/appearance/default Modified Files: Tag: renderer theme.js Log Message: Improved default button appearance Index: theme.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/themes/appearance/default/Attic/theme.js,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -u -d -r1.1.2.3 -r1.1.2.4 --- theme.js 7 Feb 2006 14:07:31 -0000 1.1.2.3 +++ theme.js 8 Feb 2006 12:23:44 -0000 1.1.2.4 @@ -60,7 +60,7 @@ this.bgcolor = new QxColorObject("threedface"); this.color = new QxColorObject("windowtext"); }, - + initial : function(vWidget, vTheme) { return { @@ -99,7 +99,7 @@ verticalChildrenAlign : QxConst.ALIGN_MIDDLE, stretchChildrenOrthogonalAxis : false, [...1030 lines suppressed...] + height: QxConst.CORE_FLEX, + width: 16, backgroundColor: new QxColorObject("threedface") }); }, - state : function(vWidget, vTheme, vStates) { - return vTheme.stateFrom(vWidget, "button"); - } + state : function(vWidget, vTheme, vStates) + { + return QxUtil.mergeObjectWith(vTheme.stateFrom(vWidget, "button"), + { + paddingTop : 1, + paddingRight : 0, + paddingBottom: 0, + paddingLeft : 3 + }); + } }); |
|
From: Sebastian W. <wp...@us...> - 2006-02-08 12:00:59
|
Update of /cvsroot/qooxdoo/qooxdoo/tools In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8879/tools Added Files: Tag: renderer tempclean.sh Log Message: Added new tool to remove temporary files --- NEW FILE: tempclean.sh --- #!/bin/bash cd `dirname $0`/.. echo ">>> Cleaning up..." find . -name "*~" -o -name "*.old" -o -name "*.bak" -o -name ".#*" | xargs rm -fv echo ">>> Done" |
|
From: Sebastian W. <wp...@us...> - 2006-02-08 11:37:50
|
Update of /cvsroot/qooxdoo/qooxdoo/tools/script In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30371/tools/script Modified Files: Tag: renderer demolayout.js.in Log Message: Fixed script for demo layout Index: demolayout.js.in =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/script/Attic/demolayout.js.in,v retrieving revision 1.1.2.6 retrieving revision 1.1.2.7 diff -u -d -r1.1.2.6 -r1.1.2.7 --- demolayout.js.in 27 Jan 2006 13:49:48 -0000 1.1.2.6 +++ demolayout.js.in 8 Feb 2006 11:37:40 -0000 1.1.2.7 @@ -21,8 +21,8 @@ tppos = String(tppos) -document.write('<div id="testHead">qooxdoo: <span>The new era of web interface development</span> | DEVELOPMENT BRANCH</div>'); -document.write('<div id="testFoot">'); +document.write('<div id="demoHead">qooxdoo: <span>The new era of web interface development</span> | DEVELOPMENT BRANCH</div>'); +document.write('<div id="demoFoot">'); if( /\/showcase\//.test(window.location.href) ) { document.write('Selected: Showcase | '); @@ -49,8 +49,8 @@ }; document.write('</div>'); -document.write('<div id="testDebug"></div>'); -document.write('<div id="testFrame"> </div>'); +document.write('<div id="demoDebug"></div>'); +document.write('<div id="demoFrame"> </div>'); function showTestFiles() { @@ -68,7 +68,7 @@ var p = window.location.pathname.replace(/\\/g, "/"); var sel = -1; - document.writeln('<select id="testFiles" onchange="window.location.href=this.options[this.selectedIndex].value">'); + document.writeln('<select id="demoFiles" onchange="window.location.href=this.options[this.selectedIndex].value">'); for( var i=1; i<arr.length; i++ ) { document.write('<option value="' + arr[i] + '"'); if(p.search(new RegExp( "\/" + arr[i]) )+1) { @@ -81,7 +81,7 @@ if (sel != -1) { - document.writeln('<div id="testJump">'); + document.writeln('<div id="demoJump">'); if (sel > 1) { document.writeln("<button onclick='window.location.href=\"" + arr[sel-1] + "\"'><</button>"); |
|
From: Sebastian W. <wp...@us...> - 2006-02-08 11:32:19
|
Update of /cvsroot/qooxdoo/qooxdoo/source/contributed/buttonpane_olsson In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27568/source/contributed/buttonpane_olsson Modified Files: Tag: renderer OptionPane_1.html OptionPane_2.html Log Message: removed window._htmlstart from contributed demo files Index: OptionPane_2.html =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/contributed/buttonpane_olsson/Attic/OptionPane_2.html,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -u -d -r1.1.2.3 -r1.1.2.4 --- OptionPane_2.html 8 Feb 2006 11:28:38 -0000 1.1.2.3 +++ OptionPane_2.html 8 Feb 2006 11:31:51 -0000 1.1.2.4 @@ -2,13 +2,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de"> <head> - <script type="text/javascript">window._htmlstart=(new Date).valueOf()</script> - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" /> - <meta http-equiv="MsThemeCompatible" content="yes" /> - <meta http-equiv="ImageToolBar" content="no" /> - <meta name="MSSmartTagsPreventParsing" content="yes" /> - <title>qooxdoo demo dev</title> <link type="text/css" rel="stylesheet" href="../../style/qooxdoo.css"/> <link type="text/css" rel="stylesheet" href="../../style/demolayout.css"/> Index: OptionPane_1.html =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/contributed/buttonpane_olsson/Attic/OptionPane_1.html,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -u -d -r1.1.2.3 -r1.1.2.4 --- OptionPane_1.html 8 Feb 2006 11:28:38 -0000 1.1.2.3 +++ OptionPane_1.html 8 Feb 2006 11:31:51 -0000 1.1.2.4 @@ -2,13 +2,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de"> <head> - <script type="text/javascript">window._htmlstart=(new Date).valueOf()</script> - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" /> - <meta http-equiv="MsThemeCompatible" content="yes" /> - <meta http-equiv="ImageToolBar" content="no" /> - <meta name="MSSmartTagsPreventParsing" content="yes" /> - <title>qooxdoo demo dev</title> <link type="text/css" rel="stylesheet" href="../../style/qooxdoo.css"/> <link type="text/css" rel="stylesheet" href="../../style/demolayout.css"/> |
|
From: Sebastian W. <wp...@us...> - 2006-02-08 11:32:18
|
Update of /cvsroot/qooxdoo/qooxdoo/source/contributed/httptransport_ricks In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27568/source/contributed/httptransport_ricks Modified Files: Tag: renderer Http_Transport_1.html Log Message: removed window._htmlstart from contributed demo files Index: Http_Transport_1.html =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/contributed/httptransport_ricks/Attic/Http_Transport_1.html,v retrieving revision 1.1.2.4 retrieving revision 1.1.2.5 diff -u -d -r1.1.2.4 -r1.1.2.5 --- Http_Transport_1.html 8 Feb 2006 11:28:39 -0000 1.1.2.4 +++ Http_Transport_1.html 8 Feb 2006 11:31:51 -0000 1.1.2.5 @@ -2,13 +2,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de"> <head> - <script type="text/javascript">window._htmlstart=(new Date).valueOf()</script> - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" /> - <meta http-equiv="MsThemeCompatible" content="yes" /> - <meta http-equiv="ImageToolBar" content="no" /> - <meta name="MSSmartTagsPreventParsing" content="yes" /> - <title>qooxdoo demo dev</title> <link type="text/css" rel="stylesheet" href="../../style/qooxdoo.css"/> <link type="text/css" rel="stylesheet" href="../../style/demolayout.css"/> |
|
From: Sebastian W. <wp...@us...> - 2006-02-08 11:32:18
|
Update of /cvsroot/qooxdoo/qooxdoo/source/contributed/progressbar_vogel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27568/source/contributed/progressbar_vogel Modified Files: Tag: renderer Progressanim_1.html Progressbar_1.html Log Message: removed window._htmlstart from contributed demo files Index: Progressanim_1.html =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/contributed/progressbar_vogel/Attic/Progressanim_1.html,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -u -d -r1.1.2.3 -r1.1.2.4 --- Progressanim_1.html 8 Feb 2006 11:28:39 -0000 1.1.2.3 +++ Progressanim_1.html 8 Feb 2006 11:31:51 -0000 1.1.2.4 @@ -2,13 +2,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de"> <head> - <script type="text/javascript">window._htmlstart=(new Date).valueOf()</script> - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" /> - <meta http-equiv="MsThemeCompatible" content="yes" /> - <meta http-equiv="ImageToolBar" content="no" /> - <meta name="MSSmartTagsPreventParsing" content="yes" /> - <title>qooxdoo demo dev</title> <link type="text/css" rel="stylesheet" href="../../style/qooxdoo.css"/> <link type="text/css" rel="stylesheet" href="../../style/demolayout.css"/> Index: Progressbar_1.html =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/contributed/progressbar_vogel/Attic/Progressbar_1.html,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -u -d -r1.1.2.3 -r1.1.2.4 --- Progressbar_1.html 8 Feb 2006 11:28:39 -0000 1.1.2.3 +++ Progressbar_1.html 8 Feb 2006 11:31:51 -0000 1.1.2.4 @@ -2,13 +2,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de"> <head> - <script type="text/javascript">window._htmlstart=(new Date).valueOf()</script> - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" /> - <meta http-equiv="MsThemeCompatible" content="yes" /> - <meta http-equiv="ImageToolBar" content="no" /> - <meta name="MSSmartTagsPreventParsing" content="yes" /> - <title>qooxdoo demo dev</title> <link type="text/css" rel="stylesheet" href="../../style/qooxdoo.css"/> <link type="text/css" rel="stylesheet" href="../../style/demolayout.css"/> |