qooxdoo-commit Mailing List for qooxdoo (Page 1400)
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-15 10:01:58
|
Update of /cvsroot/qooxdoo/qooxdoo/tools/generate/distribution In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31448/tools/generate/distribution Modified Files: Tag: renderer make-sync.sh Log Message: Fixed path Index: make-sync.sh =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/generate/distribution/Attic/make-sync.sh,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -d -r1.1.2.2 -r1.1.2.3 --- make-sync.sh 14 Feb 2006 14:07:38 -0000 1.1.2.2 +++ make-sync.sh 15 Feb 2006 10:01:50 -0000 1.1.2.3 @@ -9,4 +9,4 @@ tools/generate/make-source.sh tools/generate/make-docs.sh -rsync -rlvzc --delete build/* ${SCHLUNDUSER}@qooxdoo.oss.schlund.de:/kunden/homepages/21/d74480075/htdocs/qooxdoo/demo/dev +rsync -rlvzc --delete --exclude=CVS build/* ${SCHLUNDUSER}@qooxdoo.oss.schlund.de:/kunden/homepages/21/d74480075/htdocs/qooxdoo/demo/dev |
|
From: Sebastian W. <wp...@us...> - 2006-02-15 10:01:58
|
Update of /cvsroot/qooxdoo/qooxdoo/tools In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31448/tools Modified Files: Tag: renderer make-realclean.sh Log Message: Fixed path Index: make-realclean.sh =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/Attic/make-realclean.sh,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -u -d -r1.1.2.3 -r1.1.2.4 --- make-realclean.sh 14 Feb 2006 15:03:16 -0000 1.1.2.3 +++ make-realclean.sh 15 Feb 2006 10:01:50 -0000 1.1.2.4 @@ -4,7 +4,7 @@ echo ">>> Real cleaning up..." -rm -rf public build release -rm -rf tools/generate/internal/cache +rm -rfv public build release +rm -rfv tools/generate/internal/cache echo ">>> Done" |
|
From: Sebastian W. <wp...@us...> - 2006-02-15 08:59:12
|
Update of /cvsroot/qooxdoo/qooxdoo/source/demo/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12558/test Modified Files: Tag: renderer Button_1.html ToolBar_3.html Log Message: Fixed flash paths Index: Button_1.html =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/demo/test/Attic/Button_1.html,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -d -r1.1.2.2 -r1.1.2.3 --- Button_1.html 14 Feb 2006 11:24:49 -0000 1.1.2.2 +++ Button_1.html 15 Feb 2006 08:59:05 -0000 1.1.2.3 @@ -22,7 +22,7 @@ for (var i=1; i<11; i++) { - var b = new QxButton("Flash Button #" + i, "icons/16/reload.png", 16, 16, "./images/flashs/file" + i + ".swf"); + var b = new QxButton("Flash Button #" + i, "icons/16/reload.png", 16, 16, "./images/flashs/colors/file" + i + ".swf"); b.setTop(48 + ((i-1)*30)); b.setLeft(20); @@ -30,7 +30,7 @@ d.add(b); }; - var b = new QxButton("Big Rotated", "icons/48/reload.png", 48, 48, "./images/flashs/file3.swf"); + var b = new QxButton("Big Rotated", "icons/48/reload.png", 48, 48, "./images/flashs/colors/file3.swf"); b.setTop(48); b.setLeft(200); Index: ToolBar_3.html =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/demo/test/Attic/ToolBar_3.html,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -d -r1.1.2.2 -r1.1.2.3 --- ToolBar_3.html 14 Feb 2006 11:24:49 -0000 1.1.2.2 +++ ToolBar_3.html 15 Feb 2006 08:59:05 -0000 1.1.2.3 @@ -29,7 +29,7 @@ for (var i=1; i<8; i++) { - var tbb = new QxToolBarButton("Flash #" + i, "icons/22/reload.png", 22, 22, "./images/flashs/file" + i + ".swf"); + var tbb = new QxToolBarButton("Flash #" + i, "icons/22/reload.png", 22, 22, "./images/flashs/colors/file" + i + ".swf"); tb.add(tbb); }; }; |
|
From: Sebastian W. <wp...@us...> - 2006-02-15 08:59:12
|
Update of /cvsroot/qooxdoo/qooxdoo/source/demo/example In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12558/example Modified Files: Tag: renderer Atom_3.html Flash_1.html Log Message: Fixed flash paths Index: Atom_3.html =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/demo/example/Attic/Atom_3.html,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -d -r1.1.2.2 -r1.1.2.3 --- Atom_3.html 14 Feb 2006 11:24:49 -0000 1.1.2.2 +++ Atom_3.html 15 Feb 2006 08:59:05 -0000 1.1.2.3 @@ -22,7 +22,7 @@ for (var i=1; i<11; i++) { - var a = new QxAtom("Flash Atom #" + i, "icons/16/reload.png", 16, 16, "./images/flashs/file" + i + ".swf"); + var a = new QxAtom("Flash Atom #" + i, "icons/16/reload.png", 16, 16, "./images/flashs/colors/file" + i + ".swf"); a.setTop(48 + ((i-1)*30)); a.setLeft(20); Index: Flash_1.html =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/demo/example/Attic/Flash_1.html,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -d -r1.1.2.2 -r1.1.2.3 --- Flash_1.html 14 Feb 2006 11:24:49 -0000 1.1.2.2 +++ Flash_1.html 15 Feb 2006 08:59:05 -0000 1.1.2.3 @@ -20,13 +20,13 @@ var d = this.getClientWindow().getClientDocument(); // Try no version required - var fo1 = new QxFlash("./images/fo_tester.swf"); + var fo1 = new QxFlash("./images/flashs/fo_tester.swf"); // Try version 7 required - // var fo1 = new QxFlash("images/fo_tester.swf", "7"); + // var fo1 = new QxFlash("images/flashs/fo_tester.swf", "7"); // Try version 9 required - // var fo1 = new QxFlash("images/fo_tester.swf", "9"); + // var fo1 = new QxFlash("images/flashs/fo_tester.swf", "9"); // Error handling methods: // #1: Enable Express Install: Available in Flash Players >= 6.0.65 @@ -49,4 +49,4 @@ }; </script> </body> -</html> \ No newline at end of file +</html> |
|
From: Andreas E. <ec...@us...> - 2006-02-14 16:28:06
|
Update of /cvsroot/qooxdoo/qooxdoo/source/script/widgets In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20383/source/script/widgets Modified Files: Tag: renderer QxIframe.js Log Message: Minor changes. Index: QxIframe.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/widgets/QxIframe.js,v retrieving revision 1.1.2.21 retrieving revision 1.1.2.22 diff -u -d -r1.1.2.21 -r1.1.2.22 --- QxIframe.js 31 Jan 2006 13:36:52 -0000 1.1.2.21 +++ QxIframe.js 14 Feb 2006 16:27:54 -0000 1.1.2.22 @@ -29,18 +29,24 @@ ************************************************************************ */ -function QxIframe(vSrc) +function QxIframe(vSource) { + // ********************************************************************** + // INIT + // ********************************************************************** QxTerminator.call(this); + QxIframe.init(); + + this.setSelectable(false); this.setTabIndex(0); var o = this; this.__onreadystatechange = function(e) { return o._onreadystatechange(e); }; this.__onload = function(e) { return o._onload(e); }; - if (QxUtil.isValid(vSrc)) { - this.setSrc(vSrc); + if (QxUtil.isValid(vSource)) { + this.setSource(vSource); }; }; @@ -48,12 +54,33 @@ QxIframe.changeProperty({ name : "appearance", type : QxConst.TYPEOF_STRING, defaultValue : "iframe" }); -QxIframe.addProperty({ name : "src", type : QxConst.TYPEOF_STRING, defaultValue : "javascript:void(0)" }); +/* +--------------------------------------------------------------------------- + PROPERTIES +--------------------------------------------------------------------------- +*/ + +QxIframe.addProperty({ name : "source", type : QxConst.TYPEOF_STRING }); +QxIframe.addProperty({ name : "frameName", type : QxConst.TYPEOF_STRING }); +/* +--------------------------------------------------------------------------- + INTERNAL PROPERTIES +--------------------------------------------------------------------------- +*/ +proto._iframeNode = null; + +proto.getIframeNode = function() { + return this._iframeNode; +}; + +proto.setIframeNode = function(vIframeNode) { + return this._iframeNode = vIframeNode; +}; /* @@ -62,25 +89,26 @@ --------------------------------------------------------------------------- */ -proto._realFrame = null; - proto._modifyElement = function(propValue, propOldValue, propData) { - if (!this._realFrame) + var iframeNode = this.getIframeNode(); + + if (!iframeNode) { // clone proto element and assign iframe - this._realFrame = QxIframe._element.cloneNode(true); + iframeNode = this.setIframeNode(QxIframe._element.cloneNode(true)); if (QxClient.isMshtml()) { - this._realFrame.onreadystatechange = this.__onreadystatechange; + iframeNode.onreadystatechange = this.__onreadystatechange; } else { - this._realFrame.onload = this.__onload; + iframeNode.onload = this.__onload; }; }; - propValue.appendChild(this._realFrame); + this._applyFrameName(); + this._applySource(); - this._renderSrc(); + propValue.appendChild(iframeNode); // create basic widget QxTerminator.prototype._modifyElement.call(this, propValue, propOldValue, propData); @@ -88,30 +116,54 @@ return true; }; -proto._modifySrc = function(propValue, propOldValue, propData) +proto._modifySource = function(propValue, propOldValue, propData) { if( this.isCreated()) { - this._renderSrc(); + this._applySource(); }; return true; }; -proto.getIframe = function() { - return this._realFrame; +proto._applySource = function() +{ + var currentSource = this.getSource(); + + if (QxUtil.isInvalidString(currentSource)) { + currentSource = QxImageManager.buildURI("core/blank.gif"); + }; + + this._isLoaded = false; + this.getIframeNode().src = currentSource; }; -proto._renderSrc = function() +proto._applyFrameName = function() { - var currentSrc = this.getSrc(); + var vName = this.getFrameName(); + this.getIframeNode().name = QxUtil.isValidString(vName) ? vName : QxConst.CORE_EMPTY; +}; - this._isLoaded = false; - this._realFrame.src = QxUtil.isValid(currentSrc) ? currentSrc : "javascript:void(0)"; +proto._modifyFrameName = function (propValue, propOldValue, propName, uniqModIds) +{ + if( this.isCreated()) { + this._applyFrameName(); + }; + + return true; }; + + + +/* +--------------------------------------------------------------------------- + EVENT HANDLER +--------------------------------------------------------------------------- +*/ + proto._onreadystatechange = function() { - if (this._realFrame.readyState == "complete") { + if (this.getIframeNode().readyState == "complete") { this.dispatchEvent(new QxEvent(QxConst.EVENT_TYPE_LOAD), true); }; }; @@ -138,7 +190,7 @@ proto.getContentWindow = function() { if (this.isCreated()) { - try { return this.getElement().contentWindow; } + try { return this.getIframe().contentWindow; } catch (ex) {}; }; @@ -148,7 +200,12 @@ proto.getContentDocument = function() { var win = this.getContentWindow(); - return win ? win.document : null; + if (win) { + try { return win.document; } + catch (ex) {}; + }; + + return null; }; } else @@ -162,7 +219,7 @@ proto.getContentDocument = function() { if (this.isCreated()) { - try { return this.getElement().contentDocument; } + try { return this.getIframe().contentDocument; } catch (ex) {}; }; @@ -217,12 +274,12 @@ return; }; - if (this._realFrame) + if (this._iframeNode) { - this._realFrame.onreadystatechange = null; - this._realFrame.onload = null; + this._iframeNode.onreadystatechange = null; + this._iframeNode.onload = null; - this._realFrame = null; + this._iframeNode = null; }; QxTerminator.prototype.dispose.call(this); @@ -240,26 +297,26 @@ */ QxIframe.init = function() { + if (QxIframe._element) { + return; + }; + var f = QxIframe._element = document.createElement("iframe"); - f.frameBorder = "0"; - f.frameSpacing = "0"; + f.frameBorder = QxConst.CORE_ZERO; + f.frameSpacing = QxConst.CORE_ZERO; - f.marginWidth = "0"; - f.marginHeight = "0"; + f.marginWidth = QxConst.CORE_ZERO; + f.marginHeight = QxConst.CORE_ZERO; f.width = QxConst.CORE_HUNDREDPERCENT; f.height = QxConst.CORE_HUNDREDPERCENT; - f.hspace = "0"; - f.vspace = "0"; + f.hspace = QxConst.CORE_ZERO; + f.vspace = QxConst.CORE_ZERO; - f.border = "0"; + f.border = QxConst.CORE_ZERO; f.scrolling = QxConst.CORE_AUTO; f.unselectable = "on"; - f.src = "javascript:void(0)"; - f.className = "QxIframeFrame"; f.allowTransparency = "true"; }; - -QxIframe.init(); \ No newline at end of file |
|
From: Sebastian W. <wp...@us...> - 2006-02-14 15:11:26
|
Update of /cvsroot/qooxdoo/qooxdoo/tools In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28015 Modified Files: Tag: renderer make-all.sh Added Files: Tag: renderer make.sh Log Message: Re-added make.sh, make-all.sh now also creates the docs --- NEW FILE: make.sh --- #!/bin/bash cd `dirname $0`/.. tools/generate/make-source.sh tools/generate/make-build.sh Index: make-all.sh =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/Attic/make-all.sh,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- make-all.sh 14 Feb 2006 11:22:18 -0000 1.1.2.1 +++ make-all.sh 14 Feb 2006 15:11:15 -0000 1.1.2.2 @@ -4,3 +4,4 @@ tools/generate/make-source.sh tools/generate/make-build.sh +tools/generate/make-docs.sh |
|
From: Sebastian W. <wp...@us...> - 2006-02-14 15:03:25
|
Update of /cvsroot/qooxdoo/qooxdoo/tools In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25622/tools Modified Files: Tag: renderer make-realclean.sh Log Message: Minor fixes Index: make-realclean.sh =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/Attic/make-realclean.sh,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -d -r1.1.2.2 -r1.1.2.3 --- make-realclean.sh 14 Feb 2006 15:00:08 -0000 1.1.2.2 +++ make-realclean.sh 14 Feb 2006 15:03:16 -0000 1.1.2.3 @@ -4,6 +4,7 @@ echo ">>> Real cleaning up..." -rm -rf public build release .cache +rm -rf public build release +rm -rf tools/generate/internal/cache echo ">>> Done" |
|
From: Sebastian W. <wp...@us...> - 2006-02-14 15:03:24
|
Update of /cvsroot/qooxdoo/qooxdoo/tools/generate/internal In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25622/tools/generate/internal Modified Files: Tag: renderer docs.sh Log Message: Minor fixes Index: docs.sh =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/generate/internal/Attic/docs.sh,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- docs.sh 14 Feb 2006 13:15:48 -0000 1.1.2.1 +++ docs.sh 14 Feb 2006 15:03:16 -0000 1.1.2.2 @@ -5,7 +5,7 @@ echo ">>> Creating documentation..." mkdir -p build/docs -rsync -av tools/generate/documentation/* build/docs/ +rsync -av --exclude=CVS tools/generate/documentation/* build/docs/ mkdir -p build/script mkdir -p tools/generate/internal/cache/script |
|
From: Sebastian W. <wp...@us...> - 2006-02-14 15:00:23
|
Update of /cvsroot/qooxdoo/qooxdoo/tools/generate/internal In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24302/tools/generate/internal Modified Files: Tag: renderer compile.py Added Files: Tag: renderer compile.xsl Log Message: Minor improvements Index: compile.py =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/generate/internal/Attic/compile.py,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -d -r1.1.2.2 -r1.1.2.3 --- compile.py 14 Feb 2006 12:11:46 -0000 1.1.2.2 +++ compile.py 14 Feb 2006 15:00:09 -0000 1.1.2.3 @@ -1665,7 +1665,7 @@ # stylesheet #c += settings.outdoc + os.sep + settings.source + os.sep + "xsl" + os.sep + "metatags.xsl " - c += settings.relpath + "/../distribution/compile.xsl " + c += settings.relpath + "/compile.xsl " # xml c += targetxml + " " --- NEW FILE: compile.xsl --- <?xml version="1.0" encoding="ISO-8859-1"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <!-- <xsl:output method="xml" omit-xml-declaration="yes" doctype-public="-//W3C//DTD XHTML 1.1//EN" doctype-system="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" indent="no" encoding="iso-8859-1"/> --> <!-- <xsl:output method="html" indent="no" encoding="iso-8859-1"/> --> <!-- <xsl:output method="html" omit-xml-declaration="yes" doctype-public="-//W3C//DTD HTML 4.01//EN" doctype-system="http://www.w3.org/TR/html40/strict.dtd" indent="no" encoding="iso-8859-1"/> --> <xsl:output method="xml" omit-xml-declaration="no" doctype-public="-//W3C//DTD XHTML 1.1//EN" doctype-system="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" indent="no" encoding="iso-8859-15"/> <xsl:param name="job" select="'default'"/> <xsl:param name="mode" select="'default'"/> <xsl:param name="prefix" select="'default'"/> <xsl:param name="title" select="'default'"/> [...2409 lines suppressed...] </td> <!-- <td> <xsl:choose> <xsl:when test="info"> <a href="mailto:{info/email}"><xsl:value-of select="info/author"/></a> </xsl:when> <xsl:otherwise> </xsl:otherwise> </xsl:choose> </td> <td><xsl:value-of select="count(properties/property)"/></td> --> <td><a href="rules/rule_{@wellid}.html">Details...</a></td> </tr> </xsl:for-each> </tbody> </table> </xsl:template> </xsl:stylesheet> |
|
From: Sebastian W. <wp...@us...> - 2006-02-14 15:00:23
|
Update of /cvsroot/qooxdoo/qooxdoo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24302 Modified Files: Tag: renderer CHANGELOG Log Message: Minor improvements Index: CHANGELOG =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/Attic/CHANGELOG,v retrieving revision 1.1.2.69 retrieving revision 1.1.2.70 diff -u -d -r1.1.2.69 -r1.1.2.70 --- CHANGELOG 14 Feb 2006 14:17:54 -0000 1.1.2.69 +++ CHANGELOG 14 Feb 2006 15:00:07 -0000 1.1.2.70 @@ -1,3 +1,12 @@ +2006-02-14 15:30 wpbasti + + * tools/generate/distribution/: make-changelog.sh, make-release.sh: + Improvements were made + +2006-02-14 15:17 wpbasti + + * CHANGELOG: Updated + 2006-02-14 15:08 wpbasti * tools/generate/distribution/make-sync-changelog.sh: Added to CVS |
Update of /cvsroot/qooxdoo/qooxdoo/tools/generate/distribution In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24302/tools/generate/distribution Modified Files: Tag: renderer make-changelog.sh make-sync-changelog.sh Removed Files: Tag: renderer changelog_html.xsl changelog_rss.xsl compile.xsl cvs2cl.pl Log Message: Minor improvements --- cvs2cl.pl DELETED --- --- changelog_html.xsl DELETED --- --- compile.xsl DELETED --- Index: make-changelog.sh =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/generate/distribution/Attic/make-changelog.sh,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -u -d -r1.1.2.3 -r1.1.2.4 --- make-changelog.sh 14 Feb 2006 14:30:19 -0000 1.1.2.3 +++ make-changelog.sh 14 Feb 2006 15:00:08 -0000 1.1.2.4 @@ -7,9 +7,9 @@ if [ -r CHANGELOG ]; then cp -f CHANGELOG CHANGELOG.old - tools/generate/distribution/cvs2cl.pl --accum -f CHANGELOG + tools/generate/distribution/internal/cvs2cl.pl --accum -f CHANGELOG else - tools/generate/distribution/cvs2cl.pl -f CHANGELOG + tools/generate/distribution/internal/cvs2cl.pl -f CHANGELOG fi if [ $? = 0 ]; then Index: make-sync-changelog.sh =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/generate/distribution/Attic/make-sync-changelog.sh,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- make-sync-changelog.sh 14 Feb 2006 14:08:30 -0000 1.1.2.1 +++ make-sync-changelog.sh 14 Feb 2006 15:00:08 -0000 1.1.2.2 @@ -6,13 +6,13 @@ mkdir -p build/docs/changelog rm -f build/docs/changelog/* -tools/generate/distribution/cvs2cl.pl --xml -f build/docs/changelog/changelog.xml +tools/generate/distribution/internal/cvs2cl.pl --xml -f build/docs/changelog/changelog.xml echo ">>> Generating HTML Changelog" -xsltproc -o build/docs/changelog/changelog.html tools/generate/distribution/changelog_html.xsl build/docs/changelog/changelog.xml +xsltproc -o build/docs/changelog/changelog.html tools/generate/distribution/internal/changelog_html.xsl build/docs/changelog/changelog.xml echo ">>> Generating RSS Changelog" -xsltproc -o build/docs/changelog/changelog.rss tools/generate/distribution/changelog_rss.xsl build/docs/changelog/changelog.xml +xsltproc -o build/docs/changelog/changelog.rss tools/generate/distribution/internal/changelog_rss.xsl build/docs/changelog/changelog.xml echo ">>> Syncing to homepage" --- changelog_rss.xsl DELETED --- |
|
From: Sebastian W. <wp...@us...> - 2006-02-14 15:00:23
|
Update of /cvsroot/qooxdoo/qooxdoo/tools/generate/distribution/internal In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24302/tools/generate/distribution/internal Added Files: Tag: renderer changelog_html.xsl changelog_rss.xsl cvs2cl.pl Log Message: Minor improvements --- NEW FILE: changelog_html.xsl --- <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:cvs2cl="http://www.red-bean.com/xmlns/cvs2cl/"> <xsl:output method="xml" omit-xml-declaration="no" doctype-public="-//W3C//DTD XHTML 1.1//EN" doctype-system="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" indent="no" encoding="iso-8859-15"/> <xsl:template match="/cvs2cl:changelog"> <html> <head> <title>qooxdoo ChangeLog</title> <link rel="stylesheet" type="text/css" href="http://qooxdoo.oss.schlund.de/misc/screen.css" media="screen,presentation"/> <link rel="stylesheet" type="text/css" href="http://qooxdoo.oss.schlund.de/misc/print.css" media="print"/> <style type="text/css"> #content{ width: 700px !important; } .filelist{ font-size: 10px !important;; font-familiy: "Bitstream Vera Sans Mono", "Courier New", monospace !important;; margin-top: 0 !important; margin-bottom: 20px !important;; margin-left: 25px !important;; color: #333 !important;; } </style> </head> <body> <div id="frame"> <div id="head"> <h1 style="display:none">qooxdoo</h1> <h2 style="display:none">the new era of javascript interface development</h2> <div id="headlogo"> <img src="http://qooxdoo.oss.schlund.de/images/14.gif" height="81" width="288" alt="the new era of web interface development" /> </div> <div id="headimage"> <img src="http://qooxdoo.oss.schlund.de/images/1.png" height="128" width="128" alt="enjoy rich versatile widgets for your web application" /> </div> <div id="navigation" class="clearfix"> <ul> <li><a href="http://qooxdoo.oss.schlund.de/">Home</a></li> <li><a href="http://qooxdoo.oss.schlund.de/counter/refer.php?id=5">Demo</a></li> <li><a href="http://qooxdoo.oss.schlund.de/2005/07/14/faq">FAQ</a></li> <li><a href="http://qooxdoo.oss.schlund.de/section/documentation">Documentation</a></li> <li><a href="http://qooxdoo.oss.schlund.de/section/community">Community</a></li> <li><a href="http://qooxdoo.oss.schlund.de/section/download">Download</a></li> <li><a href="http://qooxdoo.oss.schlund.de/counter/refer.php?id=7">Project</a></li> </ul> </div> </div> <div id="banner"> <h2> </h2> <br style="clear:both"/> </div> <div id="content" class="article"> <h2>ChangeLog</h2> <ul class="articlelist"> <xsl:for-each select="cvs2cl:entry"> <li> <h3> <xsl:value-of select="concat(cvs2cl:date, ' - ', cvs2cl:author)"/> </h3> <p><xsl:value-of select="cvs2cl:msg"/></p> <ul class="filelist"> <xsl:for-each select="cvs2cl:file"> <li> <xsl:value-of select="cvs2cl:name"/> </li> </xsl:for-each> </ul> </li> </xsl:for-each> </ul> </div> <br style="clear:both"/> <div id="footer"> <p class="designedby">Designed by Sebastian Werner | <a href="http://www.validome.org/get/http://qooxdoo.oss.schlund.de/">XHTML 1.1</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer?warning=no&profile=css2">CSS 2</a> | <a href="http://www.textpattern.com/">Textpattern 4</a></p> <p class="copyright"><a href="/section/imprint">Imprint</a> | Copyright 2005 <a href="http://www.schlund.de">Schlund+Partner AG</a></p> <br style="clear:both"/> </div> </div> </body> </html> </xsl:template> </xsl:stylesheet> --- NEW FILE: cvs2cl.pl --- #!/bin/sh exec perl -w -x $0 ${1+"$@"} # -*- mode: perl; perl-indent-level: 2; -*- #!perl -w ############################################################## ### ### ### cvs2cl.pl: produce ChangeLog(s) from `cvs log` output. ### ### ### ############################################################## ## $Revision: 1.1.2.1 $ ## $Date: 2006/02/14 15:00:08 $ ## $Author: wpbasti $ ## use strict; use File::Basename qw( fileparse ); [...3183 lines suppressed...] cvs2cl.pl is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. cvs2cl.pl is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You may have received a copy of the GNU General Public License along with cvs2cl.pl; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. =head1 SEE ALSO cvs(1) --- NEW FILE: changelog_rss.xsl --- <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:x="http://www.w3.org/1999/xhtml" xmlns:cl="http://www.red-bean.com/xmlns/cvs2cl/" xmlns:dc="http://purl.org/dc/elements/1.1/" exclude-result-prefixes="cl" > <xsl:output indent="yes" /> <!-- Filter for cvs2cl's XML output --> <xsl:template match="/"> <rss version='2.0'> <channel> <title>CVS Changelog</title> <description>CVS Changelog Items</description> <xsl:apply-templates select="cl:changelog/cl:entry" /> </channel> </rss> </xsl:template> <xsl:template match="cl:entry"> <item> <title><xsl:value-of select="cl:author"/></title> <dc:date><xsl:value-of select="cl:isoDate"/></dc:date> <description><xsl:for-each select="cl:file"><xsl:value-of select="cl:name"/><xsl:if test="position()!=last()">, </xsl:if></xsl:for-each><br> <xsl:value-of select="cl:msg"/> </description> <x:body> <!-- Choose one of these lines depending on your preferred verbosity --> <xsl:apply-templates select="cl:file"/> <!-- <x:h4><xsl:for-each select="cl:file"><xsl:value-of select="cl:name"/><xsl:if test="position()!=last()">, </xsl:if></xsl:for-each></x:h4> --> <x:p><xsl:value-of select="cl:msg"/></x:p> </x:body> </item> </xsl:template> <xsl:template match="cl:file"> <x:h4><xsl:value-of select="cl:name"/>: <xsl:value-of select="cl:revision"/> (<xsl:value-of select="cl:cvsstate"/><xsl:apply-templates select="cl:tag"/>)</x:h4> </xsl:template> <xsl:template match="cl:tag">; <xsl:value-of select="."/></xsl:template> </xsl:stylesheet> |
|
From: Sebastian W. <wp...@us...> - 2006-02-14 15:00:21
|
Update of /cvsroot/qooxdoo/qooxdoo/tools In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24302/tools Modified Files: Tag: renderer make-realclean.sh Log Message: Minor improvements Index: make-realclean.sh =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/Attic/make-realclean.sh,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- make-realclean.sh 14 Feb 2006 11:22:18 -0000 1.1.2.1 +++ make-realclean.sh 14 Feb 2006 15:00:08 -0000 1.1.2.2 @@ -4,6 +4,6 @@ echo ">>> Real cleaning up..." -rm -rf public build .cache +rm -rf public build release .cache echo ">>> Done" |
|
From: Sebastian W. <wp...@us...> - 2006-02-14 14:52:28
|
Update of /cvsroot/qooxdoo/qooxdoo/tools/generate/distribution/internal In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22461/internal Log Message: Directory /cvsroot/qooxdoo/qooxdoo/tools/generate/distribution/internal added to the repository --> Using per-directory sticky tag `renderer' |
|
From: Sebastian W. <wp...@us...> - 2006-02-14 14:30:33
|
Update of /cvsroot/qooxdoo/qooxdoo/tools/generate/distribution In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15483 Modified Files: Tag: renderer make-changelog.sh make-release.sh Log Message: Improvements were made Index: make-changelog.sh =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/generate/distribution/Attic/make-changelog.sh,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -d -r1.1.2.2 -r1.1.2.3 --- make-changelog.sh 14 Feb 2006 13:07:20 -0000 1.1.2.2 +++ make-changelog.sh 14 Feb 2006 14:30:19 -0000 1.1.2.3 @@ -2,30 +2,18 @@ cd `dirname $0`/../../.. -if [ "$1" != "xml" ]; then - echo ">>> Generating Changelog..." +echo ">>> Generating Changelog..." - if [ -r CHANGELOG ]; - then - cp -f CHANGELOG CHANGELOG.old - tools/generate/distribution/cvs2cl.pl --accum -f CHANGELOG - else - tools/generate/distribution/cvs2cl.pl -f CHANGELOG - fi - cvs ci -m "Updated" CHANGELOG +if [ -r CHANGELOG ]; +then + cp -f CHANGELOG CHANGELOG.old + tools/generate/distribution/cvs2cl.pl --accum -f CHANGELOG +else + tools/generate/distribution/cvs2cl.pl -f CHANGELOG fi -if [ "$1" = "xml" ]; then - echo ">>> Generating XML Changelog" - - mkdir -p build/docs/changelog - tools/generate/distribution/cvs2cl.pl --xml -f build/docs/changelog/changelog.xml - - echo ">>> Generating HTML Changelog" - xsltproc -o build/docs/changelog/changelog.html tools/generate/distribution/changelog_html.xsl build/docs/changelog/changelog.xml - - echo ">>> Generating RSS Changelog" - xsltproc -o build/docs/changelog/changelog.rss tools/generate/distribution/changelog_rss.xsl build/docs/changelog/changelog.xml +if [ $? = 0 ]; then + rm -f CHANGELOG.* fi echo ">>> Done" Index: make-release.sh =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/generate/distribution/Attic/make-release.sh,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -u -d -r1.1.2.3 -r1.1.2.4 --- make-release.sh 14 Feb 2006 14:07:38 -0000 1.1.2.3 +++ make-release.sh 14 Feb 2006 14:30:19 -0000 1.1.2.4 @@ -12,6 +12,7 @@ basename="qooxdoo-${version}" rsync -av --delete build/* release/$basename +rsync -av --delete --exclude=CVS [A-Z]* release/$basename cd release |
|
From: Sebastian W. <wp...@us...> - 2006-02-14 14:18:08
|
Update of /cvsroot/qooxdoo/qooxdoo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10506 Modified Files: Tag: renderer CHANGELOG Log Message: Updated Index: CHANGELOG =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/Attic/CHANGELOG,v retrieving revision 1.1.2.68 retrieving revision 1.1.2.69 diff -u -d -r1.1.2.68 -r1.1.2.69 --- CHANGELOG 14 Feb 2006 08:10:52 -0000 1.1.2.68 +++ CHANGELOG 14 Feb 2006 14:17:54 -0000 1.1.2.69 @@ -1,8 +1,306 @@ -2006-02-14 06:57 wpbasti +2006-02-14 15:08 wpbasti - * source/html/test/: ListView_1.html, ListView_2.html, - ListView_3.html, ListView_4.html, ListView_5.html, - ListView_6.html, ListView_7.html: Minor fixes + * tools/generate/distribution/make-sync-changelog.sh: Added to CVS + +2006-02-14 15:07 wpbasti + + * tools/generate/distribution/: make-release.sh, make-sync.sh: More + improvements + +2006-02-14 14:15 wpbasti + + * tools/generate/: make-docs.sh, internal/.cvsignore, + internal/compress.sh, internal/docs.sh: Minor cleanups and + movements + +2006-02-14 14:07 wpbasti + + * tools/generate/distribution/make-changelog.sh: Minor fixes + +2006-02-14 14:06 wpbasti + + * .cvsignore: Updated + +2006-02-14 14:05 wpbasti + + * tools/generate/distribution/make-release.sh: More fixes + +2006-02-14 13:50 wpbasti + + * tools/generate/distribution/: make-changelog.sh, make-release.sh, + make-sync.sh, makebuilds.sh, makechangelog.sh, synchome.sh: + Multiple fixes + +2006-02-14 13:31 wpbasti + + * tools/generate/: make-docs.sh, internal/compress.sh: More fixes + +2006-02-14 13:11 wpbasti + + * tools/generate/: make-docs.sh, distribution/compile.xsl, + internal/compile.py: Minor fixes + +2006-02-14 12:53 wpbasti + + * tools/generate/make-docs.sh: Minor fix + +2006-02-14 12:24 wpbasti + + * source/demo/: example/Atom_1.html, example/Atom_2.html, + example/Atom_3.html, example/BarView_1.html, + example/BarView_2.html, example/Button_1.html, + example/CheckBox_1.html, example/ComboBox_1.html, + example/CookieStorage_1.html, example/CookieStorage_2.html, + example/Cookie_1.html, example/FieldSet_1.html, + example/FieldSet_2.html, example/FieldSet_3.html, + example/Fields_1.html, example/Flash_1.html, + example/Iframe_1.html, example/Index.html, example/Inline_1.html, + example/ListView_1.html, example/ListView_2.html, + example/ListView_3.html, example/ListView_4.html, + example/List_1.html, example/Menu_1.html, + example/NativeWindow_1.html, example/RadioButton_1.html, + example/RepeatButton_1.html, example/Spinner_1.html, + example/TabView_1.html, example/ToolBar_1.html, + example/ToolBar_2.html, example/ToolBar_3.html, + example/ToolBar_4.html, example/ToolTip_1.html, + example/Transport_1.html, example/Tree_1.html, + example/Window_1.html, showcase/Index.html, + showcase/Showcase_1.html, test/Atom_1.html, test/Atom_2.html, + test/Atom_3.html, test/Atom_4.html, test/Atom_5.html, + test/Atom_6.html, test/Atom_7.html, test/Atom_8.html, + test/Atom_9.html, test/Border_1.html, test/BoxLayout_1.html, + test/BoxLayout_2.html, test/Button_1.html, + test/CanvasLayout_1.html, test/CanvasLayout_2.html, + test/CanvasLayout_3.html, test/CanvasLayout_4.html, + test/CanvasLayout_5.html, test/Clipping_1.html, + test/Clone_1.html, test/Clone_2.html, test/ColorTheme_1.html, + test/ColorTheme_2.html, test/ColorTheme_3.html, + test/ComboBox_1.html, test/ComboBox_2.html, test/ComboBox_3.html, + test/Compile_1.html, test/Compile_2.html, + test/CrossBrowser_1.html, test/CrossBrowser_2.html, + test/DataHandling_1.html, test/DataHandling_2.html, + test/DockLayout_1.html, test/DockLayout_2.html, + test/DockLayout_3.html, test/DockLayout_4.html, + test/DockLayout_5.html, test/DockLayout_6.html, + test/DragAndDropManager_1.html, test/DragAndDropManager_2.html, + test/EnabledDisabled_1.html, test/FieldSet_1.html, + test/Fields_1.html, test/FlowLayout_1.html, + test/FlowLayout_2.html, test/FlowLayout_3.html, + test/FocusManager_1.html, test/Font_1.html, test/Gallery_2.html, + test/Gallery_3.html, test/GridLayout_1.html, + test/GridLayout_10.html, test/GridLayout_11.html, + test/GridLayout_2.html, test/GridLayout_3.html, + test/GridLayout_4.html, test/GridLayout_5.html, + test/GridLayout_6.html, test/GridLayout_7.html, + test/GridLayout_8.html, test/GridLayout_9.html, + test/HorizontalBoxLayout_1.html, test/HorizontalBoxLayout_2.html, + test/HorizontalBoxLayout_3.html, test/IconHtml_1.html, + test/Image_1.html, test/Image_2.html, test/Image_3.html, + test/Image_4.html, test/Index.html, test/Label_1.html, + test/Label_2.html, test/Label_3.html, test/Label_4.html, + test/Leak_1.html, test/Link_1.html, test/ListView_1.html, + test/ListView_10.html, test/ListView_2.html, + test/ListView_3.html, test/ListView_4.html, test/ListView_5.html, + test/ListView_6.html, test/ListView_7.html, test/ListView_8.html, + test/ListView_9.html, test/List_1.html, test/List_2.html, + test/List_3.html, test/List_4.html, test/Menu_1.html, + test/Menu_2.html, test/Node_1.html, test/Performance_1.html, + test/Performance_2.html, test/Popups_1.html, test/Popups_2.html, + test/ToolBar_1.html, test/ToolBar_2.html, test/ToolBar_3.html, + test/ToolBar_4.html, test/Tree_1.html, test/Tree_2.html, + test/Tree_3.html, test/Tree_4.html, test/Tree_5.html, + test/Tree_6.html, test/Umlauts_1.html, test/UserData_1.html, + test/VerticalBoxLayout_1.html, test/VerticalBoxLayout_2.html, + test/VerticalBoxLayout_3.html, test/Window_1.html, + test/Window_2.html, test/Window_3.html, test/Window_4.html, + test/Window_5.html, test/Window_6.html: Fixed uris + +2006-02-14 12:23 wpbasti + + * tools/: generate/internal/.cvsignore, generate-dev/compileng.py, + generate-dev/compileng_compress.xsl, + generate-dev/compileng_structure.xsl: Added + +2006-02-14 12:22 wpbasti + + * tools/: clean.sh, make-all.sh, make-clean.sh, make-realclean.sh, + realclean.sh, generate/make-build.sh, generate/make-docs.sh, + generate/make-source.sh, + generate/distribution/changelog_html.xsl, + generate/distribution/changelog_rss.xsl, + generate/distribution/compile.xsl, + generate/distribution/cvs2cl.pl, + generate/distribution/makebuilds.sh, + generate/distribution/makechangelog.sh, + generate/distribution/synchome.sh, + generate/documentation/common.css, + generate/documentation/main.js, generate/documentation/print.css, + generate/documentation/screen.css, generate/internal/combine.sh, + generate/internal/compile.py, generate/internal/compress.sh, + generate/internal/config.sh, generate/internal/header.txt, + generate/internal/patchdemos.sh, generate/internal/settings.py, + generate/internal/syncfiles.sh, utils/checksource.sh, + utils/classlist.sh, utils/disposecheck.sh, utils/dos2unix.sh, + utils/findsource.sh, utils/fixfiles.sh, utils/fullsize.sh, + utils/globalsreplace.sh, utils/massreplace.sh, + utils/pcompress.sh, utils/printauthors.sh, utils/propertylist.sh, + utils/pwords.sh, utils/pwordscount.sh, utils/showdiff.sh, + utils/tab2space.sh, utils/tempclean.sh, utils/trimright.sh: Added + new tools + +2006-02-14 11:13 wpbasti + + * source/demo/: .cvsignore, demoinclude.js.in, includer.js.in: + Minor movements + +2006-02-14 11:05 wpbasti + + * source/demo/: example/data/items/1.xml, example/data/items/2.xml, + example/data/loadByName/Anita.xml, + example/data/loadByName/Harald.xml, + example/data/loadByName/Lisbeth.xml, + example/data/loadByName/Paul.xml, test/Builder_2.xml, + test/Builder_3.xml, test/Compile_2.js, test/cssQuery-p.js: Moved + test to demo + +2006-02-14 10:58 wpbasti + + * source/demo/: demolayout.css, demolayout.js.in, includer.js.in, + example/Atom_1.html, example/Atom_2.html, example/Atom_3.html, + example/BarView_1.html, example/BarView_2.html, + example/Button_1.html, example/CheckBox_1.html, + example/ComboBox_1.html, example/CookieStorage_1.html, + example/CookieStorage_2.html, example/Cookie_1.html, + example/FieldSet_1.html, example/FieldSet_2.html, + example/FieldSet_3.html, example/Fields_1.html, + example/Flash_1.html, example/GalleryList_1.html, + example/Gallery_1.html, example/Iframe_1.html, + example/Index.html, example/Inline_1.html, + example/ListView_1.html, example/ListView_2.html, + example/ListView_3.html, example/ListView_4.html, + example/List_1.html, example/Menu_1.html, + example/NativeWindow_1.html, example/RadioButton_1.html, + example/RepeatButton_1.html, example/Spinner_1.html, + example/TabView_1.html, example/ToolBar_1.html, + example/ToolBar_2.html, example/ToolBar_3.html, + example/ToolBar_4.html, example/ToolTip_1.html, + example/Transport_1.html, example/Tree_1.html, + example/Window_1.html, example/images/flashs/fo_tester.fla, + example/images/flashs/fo_tester.swf, + example/images/flashs/colors/file1.swf, + example/images/flashs/colors/file10.swf, + example/images/flashs/colors/file2.swf, + example/images/flashs/colors/file3.swf, + example/images/flashs/colors/file4.swf, + example/images/flashs/colors/file5.swf, + example/images/flashs/colors/file6.swf, + example/images/flashs/colors/file7.swf, + example/images/flashs/colors/file8.swf, + example/images/flashs/colors/file9.swf, showcase/Index.html, + showcase/Showcase_1.html, test/Atom_1.html, test/Atom_2.html, + test/Atom_3.html, test/Atom_4.html, test/Atom_5.html, + test/Atom_6.html, test/Atom_7.html, test/Atom_8.html, + test/Atom_9.html, test/Border_1.html, test/BoxLayout_1.html, + test/BoxLayout_2.html, test/Builder_1.html, test/Builder_2.html, + test/Builder_3.html, test/Builder_4.html, test/Button_1.html, + test/CanvasLayout_1.html, test/CanvasLayout_2.html, + test/CanvasLayout_3.html, test/CanvasLayout_4.html, + test/CanvasLayout_5.html, test/Clipping_1.html, + test/Clone_1.html, test/Clone_2.html, test/ColorTheme_1.html, + test/ColorTheme_2.html, test/ColorTheme_3.html, + test/ComboBox_1.html, test/ComboBox_2.html, test/ComboBox_3.html, + test/Compile_1.html, test/Compile_2.html, + test/CrossBrowser_1.html, test/CrossBrowser_2.html, + test/DataHandling_1.html, test/DataHandling_2.html, + test/DockLayout_1.html, test/DockLayout_2.html, + test/DockLayout_3.html, test/DockLayout_4.html, + test/DockLayout_5.html, test/DockLayout_6.html, + test/DragAndDropManager_1.html, test/DragAndDropManager_2.html, + test/EnabledDisabled_1.html, test/FieldSet_1.html, + test/Fields_1.html, test/FlowLayout_1.html, + test/FlowLayout_2.html, test/FlowLayout_3.html, + test/FocusManager_1.html, test/Font_1.html, test/Gallery_2.html, + test/Gallery_3.html, test/GridLayout_1.html, + test/GridLayout_10.html, test/GridLayout_11.html, + test/GridLayout_2.html, test/GridLayout_3.html, + test/GridLayout_4.html, test/GridLayout_5.html, + test/GridLayout_6.html, test/GridLayout_7.html, + test/GridLayout_8.html, test/GridLayout_9.html, + test/HorizontalBoxLayout_1.html, test/HorizontalBoxLayout_2.html, + test/HorizontalBoxLayout_3.html, test/IconHtml_1.html, + test/Image_1.html, test/Image_2.html, test/Image_3.html, + test/Image_4.html, test/Index.html, test/Label_1.html, + test/Label_2.html, test/Label_3.html, test/Label_4.html, + test/Leak_1.html, test/Link_1.html, test/ListView_1.html, + test/ListView_10.html, test/ListView_2.html, + test/ListView_3.html, test/ListView_4.html, test/ListView_5.html, + test/ListView_6.html, test/ListView_7.html, test/ListView_8.html, + test/ListView_9.html, test/List_1.html, test/List_2.html, + test/List_3.html, test/List_4.html, test/Menu_1.html, + test/Menu_2.html, test/Node_1.html, test/Performance_1.html, + test/Performance_2.html, test/Popups_1.html, test/Popups_2.html, + test/ToolBar_1.html, test/ToolBar_2.html, test/ToolBar_3.html, + test/ToolBar_4.html, test/Tree_1.html, test/Tree_2.html, + test/Tree_3.html, test/Tree_4.html, test/Tree_5.html, + test/Tree_6.html, test/Umlauts_1.html, test/UserData_1.html, + test/VerticalBoxLayout_1.html, test/VerticalBoxLayout_2.html, + test/VerticalBoxLayout_3.html, test/Window_1.html, + test/Window_2.html, test/Window_3.html, test/Window_4.html, + test/Window_5.html, test/Window_6.html, test/data/items/1.xml, + test/data/items/2.xml, test/data/loadByName/Anita.xml, + test/data/loadByName/Harald.xml, + test/data/loadByName/Lisbeth.xml, test/data/loadByName/Paul.xml, + test/images/grid_dialog_box.png, + test/images/flashs/fo_tester.fla, + test/images/flashs/fo_tester.swf, + test/images/flashs/colors/file1.swf, + test/images/flashs/colors/file10.swf, + test/images/flashs/colors/file2.swf, + test/images/flashs/colors/file3.swf, + test/images/flashs/colors/file4.swf, + test/images/flashs/colors/file5.swf, + test/images/flashs/colors/file6.swf, + test/images/flashs/colors/file7.swf, + test/images/flashs/colors/file8.swf, + test/images/flashs/colors/file9.swf: Moved test to demo + +2006-02-14 09:28 wpbasti + + * tools/: compile.py, compress.sh, disposecheck.sh, checksource.sh, + classlist.sh, dos2unix.sh, findsource.sh, fixfiles.sh, + fullsize.sh, globalsreplace.sh, massreplace.sh, patchtest.sh, + pcompress.sh, printauthors.sh, propertylist.sh, pwords.sh, + pwordscount.sh, showdiff.sh, tab2space.sh, tempclean.sh, + trimright.sh: Moved + +2006-02-14 09:25 wpbasti + + * tools/: changelog_html.xsl, changelog_rss.xsl, compile.xsl, + config.sh, cvs2cl.pl, make.sh, baseheader.txt, combine.sh: Moved + to build + +2006-02-14 09:21 wpbasti + + * tools/: makedocs.sh, makepublic.sh, makesource.sh, settings.py, + synchome.sh, makebuilds.sh, makechangelog.sh: Moved to build + +2006-02-14 09:18 wpbasti + + * tools/: compileng.py, compileng_compress.xsl, + compileng_structure.xsl: Moved to build-ng + +2006-02-14 09:16 wpbasti + + * tools/: build_dist.pl, js.jar, pack.py: Cleanup + +2006-02-14 09:14 wpbasti + + * tools/: combine_small.sh, combine_source.sh, + combine_source_small.sh: Cleaned up + +2006-02-14 09:10 wpbasti + + * CHANGELOG: Updated 2006-02-13 22:04 wpbasti |
|
From: Sebastian W. <wp...@us...> - 2006-02-14 14:08:38
|
Update of /cvsroot/qooxdoo/qooxdoo/tools/generate/distribution In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7197/tools/generate/distribution Added Files: Tag: renderer make-sync-changelog.sh Log Message: Added to CVS --- NEW FILE: make-sync-changelog.sh --- #!/bin/bash cd `dirname $0`/../../.. echo ">>> Generating XML Changelog" mkdir -p build/docs/changelog rm -f build/docs/changelog/* tools/generate/distribution/cvs2cl.pl --xml -f build/docs/changelog/changelog.xml echo ">>> Generating HTML Changelog" xsltproc -o build/docs/changelog/changelog.html tools/generate/distribution/changelog_html.xsl build/docs/changelog/changelog.xml echo ">>> Generating RSS Changelog" xsltproc -o build/docs/changelog/changelog.rss tools/generate/distribution/changelog_rss.xsl build/docs/changelog/changelog.xml echo ">>> Syncing to homepage" rsync -rlvzc --delete build/docs/changelog/* ${SCHLUNDUSER}@qooxdoo.oss.schlund.de:/kunden/homepages/21/d74480075/htdocs/qooxdoo/demo/dev/docs/changelog/ echo ">>> Done" |
|
From: Sebastian W. <wp...@us...> - 2006-02-14 14:07:46
|
Update of /cvsroot/qooxdoo/qooxdoo/tools/generate/distribution In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6833/tools/generate/distribution Modified Files: Tag: renderer make-release.sh make-sync.sh Log Message: More improvements Index: make-sync.sh =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/generate/distribution/Attic/make-sync.sh,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- make-sync.sh 14 Feb 2006 12:50:53 -0000 1.1.2.1 +++ make-sync.sh 14 Feb 2006 14:07:38 -0000 1.1.2.2 @@ -6,7 +6,7 @@ SCHLUNDUSER=$USER fi -tools/generate/internal/make-source.sh -tools/generate/internal/make-docs.sh +tools/generate/make-source.sh +tools/generate/make-docs.sh rsync -rlvzc --delete build/* ${SCHLUNDUSER}@qooxdoo.oss.schlund.de:/kunden/homepages/21/d74480075/htdocs/qooxdoo/demo/dev Index: make-release.sh =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/generate/distribution/Attic/make-release.sh,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -d -r1.1.2.2 -r1.1.2.3 --- make-release.sh 14 Feb 2006 13:05:36 -0000 1.1.2.2 +++ make-release.sh 14 Feb 2006 14:07:38 -0000 1.1.2.3 @@ -5,7 +5,6 @@ tools/generate/make-source.sh tools/generate/make-docs.sh tools/generate/distribution/make-changelog.sh -tools/generate/distribution/make-changelog.sh xml mkdir -p release |
|
From: Sebastian W. <wp...@us...> - 2006-02-14 13:15:56
|
Update of /cvsroot/qooxdoo/qooxdoo/tools/generate/internal In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22610/internal Modified Files: Tag: renderer .cvsignore compress.sh Added Files: Tag: renderer docs.sh Log Message: Minor cleanups and movements Index: .cvsignore =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/generate/internal/Attic/.cvsignore,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- .cvsignore 14 Feb 2006 11:23:32 -0000 1.1.2.1 +++ .cvsignore 14 Feb 2006 13:15:48 -0000 1.1.2.2 @@ -1 +1,2 @@ settings.pyc +cache Index: compress.sh =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/generate/internal/Attic/compress.sh,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -d -r1.1.2.2 -r1.1.2.3 --- compress.sh 14 Feb 2006 12:31:46 -0000 1.1.2.2 +++ compress.sh 14 Feb 2006 13:15:48 -0000 1.1.2.3 @@ -3,11 +3,11 @@ cd `dirname $0`/../../.. mkdir -p build/script -mkdir -p .cache/script +mkdir -p tools/generate/internal/cache/script -python tools/generate/internal/compile.py --sourcepath source/script --buildpath build/script --cachepath ".cache/script" --docpath build/docs --prefix docs --job compress +python tools/generate/internal/compile.py --sourcepath source/script --buildpath build/script --cachepath "tools/generate/internal/cache/script" --docpath build/docs --prefix docs --job compress mkdir -p build/themes -mkdir -p .cache/themes +mkdir -p tools/generate/internal/cache/themes -python tools/generate/internal/compile.py --sourcepath source/themes --buildpath build/themes --cachepath ".cache/themes" --docpath build/docs --prefix docs --job compress +python tools/generate/internal/compile.py --sourcepath source/themes --buildpath build/themes --cachepath "tools/generate/internal/cache/themes" --docpath build/docs --prefix docs --job compress --- NEW FILE: docs.sh --- #!/bin/bash cd `dirname $0`/../../.. echo ">>> Creating documentation..." mkdir -p build/docs rsync -av tools/generate/documentation/* build/docs/ mkdir -p build/script mkdir -p tools/generate/internal/cache/script python tools/generate/internal/compile.py --sourcepath source/script --buildpath build/script --cachepath "tools/generate/internal/cache/script" --docpath build/docs --prefix docs --job doc mkdir -p build/themes mkdir -p tools/generate/internal/cache/themes python tools/generate/internal/compile.py --sourcepath source/themes --buildpath build/themes --cachepath "tools/generate/internal/cache/themes" --docpath build/docs --prefix docs --job compress echo ">>> Done" |
|
From: Sebastian W. <wp...@us...> - 2006-02-14 13:15:56
|
Update of /cvsroot/qooxdoo/qooxdoo/tools/generate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22610 Modified Files: Tag: renderer make-docs.sh Log Message: Minor cleanups and movements Index: make-docs.sh =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/generate/Attic/make-docs.sh,v retrieving revision 1.1.2.4 retrieving revision 1.1.2.5 diff -u -d -r1.1.2.4 -r1.1.2.5 --- make-docs.sh 14 Feb 2006 12:31:45 -0000 1.1.2.4 +++ make-docs.sh 14 Feb 2006 13:15:47 -0000 1.1.2.5 @@ -2,28 +2,7 @@ cd `dirname $0`/../.. -echo ">>> Creating documentation..." - -mkdir -p build/script -mkdir -p .cache/script - -python tools/generate/internal/compile.py --sourcepath source/script --buildpath build/script --cachepath ".cache/script" --docpath build/docs --prefix docs --job doc - -mkdir -p build/themes -mkdir -p .cache/themes - -python tools/generate/internal/compile.py --sourcepath source/themes --buildpath build/themes --cachepath ".cache/themes" --docpath build/docs --prefix docs --job compress - -echo ">>> Building qooxdoo" - +tools/generate/internal/docs.sh tools/generate/internal/combine.sh tools/generate/internal/syncfiles.sh tools/generate/internal/patchdemos.sh - -echo ">>> Done" - -echo ">>> Syncing styles and scripts" - -rsync -av tools/generate/documentation/* build/docs/ - -echo ">>> Done" |
|
From: Sebastian W. <wp...@us...> - 2006-02-14 13:07:28
|
Update of /cvsroot/qooxdoo/qooxdoo/tools/generate/distribution In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18983/tools/generate/distribution Modified Files: Tag: renderer make-changelog.sh Log Message: Minor fixes Index: make-changelog.sh =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/generate/distribution/Attic/make-changelog.sh,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- make-changelog.sh 14 Feb 2006 12:50:53 -0000 1.1.2.1 +++ make-changelog.sh 14 Feb 2006 13:07:20 -0000 1.1.2.2 @@ -7,11 +7,10 @@ if [ -r CHANGELOG ]; then - rm -f CHANGELOG.old - mv -f CHANGELOG CHANGELOG.old + cp -f CHANGELOG CHANGELOG.old tools/generate/distribution/cvs2cl.pl --accum -f CHANGELOG else - tools/generate/distribution/cvs2cl.pl + tools/generate/distribution/cvs2cl.pl -f CHANGELOG fi cvs ci -m "Updated" CHANGELOG fi |
|
From: Sebastian W. <wp...@us...> - 2006-02-14 13:06:10
|
Update of /cvsroot/qooxdoo/qooxdoo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18485 Modified Files: Tag: renderer .cvsignore Log Message: Updated Index: .cvsignore =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/.cvsignore,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -u -d -r1.2.2.1 -r1.2.2.2 --- .cvsignore 13 Jan 2006 10:50:25 -0000 1.2.2.1 +++ .cvsignore 14 Feb 2006 13:06:02 -0000 1.2.2.2 @@ -1,7 +1,2 @@ build -public -compressed -tokenized -xml -.cache - +release |
|
From: Sebastian W. <wp...@us...> - 2006-02-14 13:05:45
|
Update of /cvsroot/qooxdoo/qooxdoo/tools/generate/distribution In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18401/tools/generate/distribution Modified Files: Tag: renderer make-release.sh Log Message: More fixes Index: make-release.sh =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/generate/distribution/Attic/make-release.sh,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- make-release.sh 14 Feb 2006 12:50:53 -0000 1.1.2.1 +++ make-release.sh 14 Feb 2006 13:05:36 -0000 1.1.2.2 @@ -2,8 +2,28 @@ cd `dirname $0`/../../.. -chmod a+rx tools/*.sh tools/generate/make-source.sh tools/generate/make-docs.sh tools/generate/distribution/make-changelog.sh tools/generate/distribution/make-changelog.sh xml + +mkdir -p release + +version=`grep version source/script/core/QxMain.js | cut -d'"' -f2` +basename="qooxdoo-${version}" + +rsync -av --delete build/* release/$basename + +cd release + +echo ">>> Creating .tar.bz2..." +tar cfj ${basename}.tar.bz2 $basename +echo ">>> Done" + +echo ">>> Creating .tar.gz..." +tar cfz ${basename}.tar.gz $basename +echo ">>> Done" + +echo ">>> Creating .zip..." +zip -qr9 ${basename}.zip $basename +echo ">>> Done" |
|
From: Sebastian W. <wp...@us...> - 2006-02-14 12:51:02
|
Update of /cvsroot/qooxdoo/qooxdoo/tools/generate/distribution In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12807/tools/generate/distribution Added Files: Tag: renderer make-changelog.sh make-release.sh make-sync.sh Removed Files: Tag: renderer makebuilds.sh makechangelog.sh synchome.sh Log Message: Multiple fixes --- makebuilds.sh DELETED --- --- NEW FILE: make-release.sh --- #!/bin/bash cd `dirname $0`/../../.. chmod a+rx tools/*.sh tools/generate/make-source.sh tools/generate/make-docs.sh tools/generate/distribution/make-changelog.sh tools/generate/distribution/make-changelog.sh xml --- makechangelog.sh DELETED --- --- synchome.sh DELETED --- --- NEW FILE: make-sync.sh --- #!/bin/bash cd `dirname $0`/../../.. if [ "$SCHLUNDUSER" = "" ]; then SCHLUNDUSER=$USER fi tools/generate/internal/make-source.sh tools/generate/internal/make-docs.sh rsync -rlvzc --delete build/* ${SCHLUNDUSER}@qooxdoo.oss.schlund.de:/kunden/homepages/21/d74480075/htdocs/qooxdoo/demo/dev --- NEW FILE: make-changelog.sh --- #!/bin/bash cd `dirname $0`/../../.. if [ "$1" != "xml" ]; then echo ">>> Generating Changelog..." if [ -r CHANGELOG ]; then rm -f CHANGELOG.old mv -f CHANGELOG CHANGELOG.old tools/generate/distribution/cvs2cl.pl --accum -f CHANGELOG else tools/generate/distribution/cvs2cl.pl fi cvs ci -m "Updated" CHANGELOG fi if [ "$1" = "xml" ]; then echo ">>> Generating XML Changelog" mkdir -p build/docs/changelog tools/generate/distribution/cvs2cl.pl --xml -f build/docs/changelog/changelog.xml echo ">>> Generating HTML Changelog" xsltproc -o build/docs/changelog/changelog.html tools/generate/distribution/changelog_html.xsl build/docs/changelog/changelog.xml echo ">>> Generating RSS Changelog" xsltproc -o build/docs/changelog/changelog.rss tools/generate/distribution/changelog_rss.xsl build/docs/changelog/changelog.xml fi echo ">>> Done" |
|
From: Sebastian W. <wp...@us...> - 2006-02-14 12:31:55
|
Update of /cvsroot/qooxdoo/qooxdoo/tools/generate/internal In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6491/tools/generate/internal Modified Files: Tag: renderer compress.sh Log Message: More fixes Index: compress.sh =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/generate/internal/Attic/compress.sh,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- compress.sh 14 Feb 2006 11:22:18 -0000 1.1.2.1 +++ compress.sh 14 Feb 2006 12:31:46 -0000 1.1.2.2 @@ -5,9 +5,9 @@ mkdir -p build/script mkdir -p .cache/script -python tools/generate/internal/compile.py --sourcepath source/script --buildpath build/script --cachepath ".cache/script" --docpath build/script --prefix docs --job compress +python tools/generate/internal/compile.py --sourcepath source/script --buildpath build/script --cachepath ".cache/script" --docpath build/docs --prefix docs --job compress mkdir -p build/themes mkdir -p .cache/themes -python tools/generate/internal/compile.py --sourcepath source/themes --buildpath build/themes --cachepath ".cache/themes" --docpath build/themes --prefix docs --job compress +python tools/generate/internal/compile.py --sourcepath source/themes --buildpath build/themes --cachepath ".cache/themes" --docpath build/docs --prefix docs --job compress |