qooxdoo-commit Mailing List for qooxdoo (Page 1399)
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: Andreas E. <ec...@us...> - 2006-02-15 16:47:42
|
Update of /cvsroot/qooxdoo/qooxdoo/source/demo/example In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8248/source/demo/example Modified Files: Tag: renderer Gallery_1.html GalleryList_1.html Log Message: Bug fixes. Index: Gallery_1.html =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/demo/example/Attic/Gallery_1.html,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- Gallery_1.html 14 Feb 2006 09:58:11 -0000 1.1.2.1 +++ Gallery_1.html 15 Feb 2006 16:47:34 -0000 1.1.2.2 @@ -4,8 +4,8 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" /> <title>qooxdoo demo dev</title> - <link type="text/css" rel="stylesheet" href="../../style/demolayout.css"/> - <script type="text/javascript" src="../../../tools/script/includer.js"></script> + <link type="text/css" rel="stylesheet" href="../demolayout.css"/> + <script type="text/javascript" src="../demoinclude.js"></script> <style type="text/css"> .QxGallery .galleryFrame{ @@ -71,7 +71,7 @@ </style> </head> <body> - <script type="text/javascript" src="../../../tools/script/demolayout.js"></script> + <script type="text/javascript" src="../demolayout.js"></script> <div id="demoDescription"> <p>Test file for QxGallery</p> @@ -94,7 +94,7 @@ timestamp : Math.random().toString(), comment : "Cool Comment", id : "7686191121780974-10682", - src : "../../images/icons/crystalsvg/64/penguin.png" + src : "../../themes/icons/crystalsvg/64/chart.png" }); }; Index: GalleryList_1.html =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/demo/example/Attic/GalleryList_1.html,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- GalleryList_1.html 14 Feb 2006 09:58:11 -0000 1.1.2.1 +++ GalleryList_1.html 15 Feb 2006 16:47:34 -0000 1.1.2.2 @@ -4,8 +4,8 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" /> <title>qooxdoo demo dev</title> - <link type="text/css" rel="stylesheet" href="../../style/demolayout.css"/> - <script type="text/javascript" src="../../../tools/script/includer.js"></script> + <link type="text/css" rel="stylesheet" href="../demolayout.css"/> + <script type="text/javascript" src="../demoinclude.js"></script> <style type="text/css"> .QxGalleryList{ @@ -81,7 +81,7 @@ </style> </head> <body> - <script type="text/javascript" src="../../../tools/script/demolayout.js"></script> + <script type="text/javascript" src="../demolayout.js"></script> <div id="demoDescription"> <p>ListSort implementation</p> @@ -104,7 +104,7 @@ timestamp : Math.random().toString(), comment : "Cool Comment sadas asd dsa asdas dasd asd asdas dasdasdasd sadasdas dsds as", id : "7686191121780974-10682", - src : "../../images/icons/crystalsvg/48/bug.png", + src : "../../themes/icons/crystalsvg/48/bug.png", number : "#" + i }); }; |
|
From: Sebastian W. <wp...@us...> - 2006-02-15 12:52:11
|
Update of /cvsroot/qooxdoo/qooxdoo/source/demo/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19791/source/demo/test Added Files: Tag: renderer index.html Removed Files: Tag: renderer Index.html Log Message: Restructered demos a bit. Added new index.html overview page --- Index.html DELETED --- --- NEW FILE: index.html --- <?xml version="1.0" encoding="iso-8859-1"?> <!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> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" /> <title>qooxdoo demo dev</title> <link type="text/css" rel="stylesheet" href="../demolayout.css"/> <script type="text/javascript" src="../demoinclude.js"></script> </head> <body> <script type="text/javascript" src="../demolayout.js"></script> <div id="demoDescription"> <p>Please choose an example from the select area above.</p> </div> </body> </html> |
|
From: Sebastian W. <wp...@us...> - 2006-02-15 12:52:11
|
Update of /cvsroot/qooxdoo/qooxdoo/tools/generate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19791/tools/generate Modified Files: Tag: renderer make-source.sh Log Message: Restructered demos a bit. Added new index.html overview page Index: make-source.sh =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/generate/Attic/make-source.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-source.sh 14 Feb 2006 11:22:18 -0000 1.1.2.1 +++ make-source.sh 15 Feb 2006 12:51:59 -0000 1.1.2.2 @@ -15,15 +15,30 @@ cat source/demo/demolayout.js.in > source/demo/demolayout.js showstr="" -for file in source/demo/showcase/*.html ; do showstr="$showstr `basename $file`"; done +for file in source/demo/showcase/*.html ; +do + if [ `basename $file` != "index.html" ]; then + showstr="$showstr `basename $file`"; + fi +done echo "var showstr = \"$showstr\";" >> source/demo/demolayout.js exastr="" -for file in source/demo/example/*.html ; do exastr="$exastr `basename $file`"; done +for file in source/demo/example/*.html ; +do + if [ `basename $file` != "index.html" ]; then + exastr="$exastr `basename $file`"; + fi +done echo "var exastr = \"$exastr\";" >> source/demo/demolayout.js teststr="" -for file in source/demo/test/*.html ; do teststr="$teststr `basename $file`"; done +for file in source/demo/test/*.html ; +do + if [ `basename $file` != "index.html" ]; then + teststr="$teststr `basename $file`"; + fi +done echo "var teststr = \"$teststr\";" >> source/demo/demolayout.js echo "showTestFiles();" >> source/demo/demolayout.js |
|
From: Sebastian W. <wp...@us...> - 2006-02-15 12:52:11
|
Update of /cvsroot/qooxdoo/qooxdoo/source/demo/example In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19791/source/demo/example Added Files: Tag: renderer index.html Removed Files: Tag: renderer Index.html Log Message: Restructered demos a bit. Added new index.html overview page --- Index.html DELETED --- --- NEW FILE: index.html --- <?xml version="1.0" encoding="iso-8859-1"?> <!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> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" /> <title>qooxdoo demo dev</title> <link type="text/css" rel="stylesheet" href="../demolayout.css"/> <script type="text/javascript" src="../demoinclude.js"></script> </head> <body> <script type="text/javascript" src="../demolayout.js"></script> <div id="demoDescription"> <p>Please choose an example from the select area above.</p> </div> </body> </html> |
|
From: Sebastian W. <wp...@us...> - 2006-02-15 12:52:09
|
Update of /cvsroot/qooxdoo/qooxdoo/source/demo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19791/source/demo Modified Files: Tag: renderer demolayout.js.in Added Files: Tag: renderer index.css index.html Log Message: Restructered demos a bit. Added new index.html overview page --- NEW FILE: index.html --- <?xml version="1.0" encoding="iso-8859-1"?> <!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> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" /> <title>qooxdoo demo dev</title> <link type="text/css" rel="stylesheet" href="demolayout.css"/> <link type="text/css" rel="stylesheet" href="index.css"/> </head> <body> <div id="demoHead">qooxdoo: <span>The new era of web interface development</span></div> <div id="demoFoot"></div> <div id="content"> <h1>qooxdoo demo</h1> <ul> <li> <h2><a href="showcase/index.html">Showcase</a></h2> <p>Complete application like interfaces using multiple qooxdoo widgets. (Currently empty.)</p> </li> <li> <h2><a href="example/index.html">Example</a></h2> <p>(Hopefully) Easy understandable tests which try to present the feature of one extracted widget of qooxdoo.</p> </li> <li> <h2><a href="test/index.html">Test</a></h2> <p>Like unit tests these HTML files should test some more internal functionality of qooxdoo. Not really useful for the typical qooxdoo user, but needed to test some complex layout stuff, performance related problems and other things like this.</p> </li> </ul> </div> </body> </html> Index: demolayout.js.in =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/demo/Attic/demolayout.js.in,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- demolayout.js.in 14 Feb 2006 09:58:11 -0000 1.1.2.1 +++ demolayout.js.in 15 Feb 2006 12:51:58 -0000 1.1.2.2 @@ -68,7 +68,8 @@ var p = window.location.pathname.replace(/\\/g, "/"); var sel = -1; - document.writeln('<select id="demoFiles" onchange="window.location.href=this.options[this.selectedIndex].value">'); + document.writeln('<select id="demoFiles" onchange="if(this.options[this.selectedIndex].value)window.location.href=this.options[this.selectedIndex].value">'); + document.writeln('<option value=""></option>'); for( var i=1; i<arr.length; i++ ) { document.write('<option value="' + arr[i] + '"'); if(p.search(new RegExp( "\/" + arr[i]) )+1) { --- NEW FILE: index.css --- *{ box-sizing: border-box; -moz-box-sizing: border-box; margin: 0; padding: 0; } img{ box-sizing: content-box; -moz-box-sizing: content-box; } #content{ margin: 40px 20px 0; width: 400px; } h1{ font-size: 20px; margin-bottom: 20px; } h2{ font-size: 14px; } a{ color: #335EA8; } li{ margin-left: 16px; list-style: square; margin-bottom: 20px; } p{ font-size: 12px; } |
|
From: Sebastian W. <wp...@us...> - 2006-02-15 12:52:09
|
Update of /cvsroot/qooxdoo/qooxdoo/source/demo/showcase In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19791/source/demo/showcase Added Files: Tag: renderer index.html Removed Files: Tag: renderer Index.html Log Message: Restructered demos a bit. Added new index.html overview page --- Index.html DELETED --- --- NEW FILE: index.html --- <?xml version="1.0" encoding="iso-8859-1"?> <!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> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" /> <title>qooxdoo demo dev</title> <link type="text/css" rel="stylesheet" href="../demolayout.css"/> <script type="text/javascript" src="../demoinclude.js"></script> </head> <body> <script type="text/javascript" src="../demolayout.js"></script> <div id="demoDescription"> <p>Please choose an example from the select area above.</p> </div> </body> </html> |
|
From: Andreas E. <ec...@us...> - 2006-02-15 12:49:59
|
Update of /cvsroot/qooxdoo/qooxdoo/source/demo/example In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19175/source/demo/example Modified Files: Tag: renderer Iframe_1.html Log Message: Changed QxIframe property "src" to "source". Index: Iframe_1.html =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/demo/example/Attic/Iframe_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 --- Iframe_1.html 14 Feb 2006 11:24:49 -0000 1.1.2.2 +++ Iframe_1.html 15 Feb 2006 12:49:45 -0000 1.1.2.3 @@ -26,19 +26,19 @@ w1 = new QxIframe(); w1.addEventListener("load", function(e) { - this.debug("Loaded: " + this.getSrc()); + this.debug("Loaded: " + this.getSource()); }); // elastic w1.set( { left: 20, top: 96, right: 335, bottom: 48 } ); - w1.setSrc("http://www.google.com"); + w1.setSource("http://www.google.com"); d.add(w1); function changeURL(e) { - this.setSrc(e.getData()); + this.setSource(e.getData()); }; // make QxIframe react to event "surfTo" via function changeURL() |
|
From: Sebastian W. <wp...@us...> - 2006-02-15 10:31:36
|
Update of /cvsroot/qooxdoo/qooxdoo/tools/utils In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7806/tools/utils Modified Files: Tag: renderer print-propertylist.sh Log Message: More improvements Index: print-propertylist.sh =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/utils/Attic/print-propertylist.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 --- print-propertylist.sh 15 Feb 2006 10:20:57 -0000 1.1.2.1 +++ print-propertylist.sh 15 Feb 2006 10:31:28 -0000 1.1.2.2 @@ -3,7 +3,7 @@ cd `dirname $0`/../.. ( -for word in `find source/script/ -name "*.js" | xargs grep -Psh "\.addProperty\({.*}\);" | cut -d"{" -f2 | cut -d"," -f1 | cut -d"\"" -f2 | sort | uniq | grep -v ":"`; +for word in `find source/script/ -name "*.js" | xargs grep -Esh "\.addProperty\({.*}\);" | cut -d"{" -f2 | cut -d"," -f1 | cut -d"\"" -f2 | sort | uniq | grep -v ":"`; do u=`echo $word | awk '{ print toupper(substr($1, 1, 1)) substr($1, 2) }'` @@ -11,7 +11,7 @@ echo "get$u" done -for word in `find source/script/ -name "*.js" | xargs grep -Psh "\.addPropertyGroup\({.*}\);" | cut -d"{" -f2 | cut -d"," -f1 | cut -d"\"" -f2 | sort | uniq | grep -v ":"`; +for word in `find source/script/ -name "*.js" | xargs grep -Esh "\.addPropertyGroup\({.*}\);" | cut -d"{" -f2 | cut -d"," -f1 | cut -d"\"" -f2 | sort | uniq | grep -v ":"`; do u=`echo $word | awk '{ print toupper(substr($1, 1, 1)) substr($1, 2) }'` |
|
From: Sebastian W. <wp...@us...> - 2006-02-15 10:26:15
|
Update of /cvsroot/qooxdoo/qooxdoo/tools/utils In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6070/tools/utils Modified Files: Tag: renderer fix-all.sh fix-rights.sh fix-trimright.sh Log Message: Minor improvements Index: fix-all.sh =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/utils/Attic/fix-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 --- fix-all.sh 15 Feb 2006 10:20:57 -0000 1.1.2.1 +++ fix-all.sh 15 Feb 2006 10:26:02 -0000 1.1.2.2 @@ -2,6 +2,7 @@ cd `dirname $0`/../.. -tools/utils/dos2unix.sh -tools/utils/tab2space.sh -tools/utils/fixrights.sh +tools/utils/fix-dos2unix.sh +tools/utils/fix-tab2space.sh +tools/utils/fix-trimright.sh +tools/utils/fix-rights.sh Index: fix-trimright.sh =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/utils/Attic/fix-trimright.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 --- fix-trimright.sh 15 Feb 2006 10:20:57 -0000 1.1.2.1 +++ fix-trimright.sh 15 Feb 2006 10:26:02 -0000 1.1.2.2 @@ -3,7 +3,7 @@ cd `dirname $0`/../.. for file in `find source tools -type f -name "*.html" -o -name "*.js" -o -name "*.css" -o -name "*.sh" -o -name "*.xsl" -o -name "*.xml"`; do - grep -P "\\s+$" $file > /dev/null + grep -E '\s+$' $file > /dev/null if [ "$?" == "0" ]; then echo "Patching ${file}..." cp $file /tmp/trimright.txt Index: fix-rights.sh =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/utils/Attic/fix-rights.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 --- fix-rights.sh 15 Feb 2006 10:20:57 -0000 1.1.2.1 +++ fix-rights.sh 15 Feb 2006 10:26:02 -0000 1.1.2.2 @@ -1,7 +1,7 @@ -#!/bin/bash - -cd `dirname $0`/../.. - -find . -type d | xargs chmod 755 -find . -name "*.py" -o -name "*.sh" | xargs chmod -v 755 -find . -name "*.js" -o -name "*.html" -o -name "*.png" -o -name "*.gif" -o -name "*.jpg" -o -name "*.jpeg" -o -name "*.css" -o -name "*.xsl" -o -name "*.xml" | xargs chmod -v 644 +#!/bin/bash + +cd `dirname $0`/../.. + +find . -type d | xargs chmod 755 +find . -name "*.py" -o -name "*.sh" | xargs chmod -v 755 +find . -name "*.js" -o -name "*.html" -o -name "*.png" -o -name "*.gif" -o -name "*.jpg" -o -name "*.jpeg" -o -name "*.css" -o -name "*.xsl" -o -name "*.xml" | xargs chmod -v 644 |
Update of /cvsroot/qooxdoo/qooxdoo/tools/utils In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4697 Added Files: Tag: renderer check-source.sh clean-temp.sh find-massreplace.sh find-source.sh fix-all.sh fix-dos2unix.sh fix-rights.sh fix-tab2space.sh fix-trimright.sh print-authors.sh print-classlist.sh print-diff.sh print-fullsize.sh print-propertylist.sh Removed Files: Tag: renderer checksource.sh classlist.sh dos2unix.sh findsource.sh fixfiles.sh fixrights.sh fullsize.sh globalsreplace.sh massreplace.sh pcompress.sh printauthors.sh propertylist.sh pwords.sh pwordscount.sh showdiff.sh tab2space.sh tempclean.sh trimright.sh Log Message: Cleaned up utils folder --- NEW FILE: print-authors.sh --- #!/bin/bash cd `dirname $0`/../.. grep "^2005-" CHANGELOG | cut -d" " -f4 | sort | uniq -c | sort -nr --- NEW FILE: fix-dos2unix.sh --- #!/bin/bash cd `dirname $0`/../.. for file in `find source tools -type f -name "*.html" -o -name "*.js" -o -name "*.css" -o -name "*.sh" -o -name "*.xml" -o -name "*.xsl"`; do dos2unix $file done --- NEW FILE: fix-tab2space.sh --- #!/bin/bash cd `dirname $0`/../.. echo ">>> Converting tab to 2 spaces..." for file in `find source tools -type f -name "*.css" -o -name "*.html" -o -name "*.xsl" -o -name "*.py" -o -name "*.js" -o -name "*.sh"`; do echo " - processing: $file" perl -pi -e 's/\t/ /g' $file done echo ">>> Done" --- pcompress.sh DELETED --- --- pwordscount.sh DELETED --- --- fixrights.sh DELETED --- --- tempclean.sh DELETED --- --- findsource.sh DELETED --- --- propertylist.sh DELETED --- --- showdiff.sh DELETED --- --- massreplace.sh DELETED --- --- NEW FILE: print-fullsize.sh --- #!/bin/bash cd `dirname $0`/../.. kbytes=`LANG="C" du -c source/script/*/Qx*.js --apparent-size -k | grep total | cut -f1` bytes=`LANG="C" du -c source/script/*/Qx*.js --apparent-size -b | grep total | cut -f1` echo ">>> qooxdoo source full size" echo ">>> ${kbytes}kb ($bytes)" --- pwords.sh DELETED --- --- NEW FILE: find-source.sh --- #!/bin/bash cd `dirname $0`/../.. find source/script/ -name "*.js" | xargs grep -n "$*" --- NEW FILE: print-classlist.sh --- #!/bin/bash cd `dirname $0`/../.. for word in `grep -v "#" tools/generate/internal/config.sh | cut -d" " -f2 | cut -d"\"" -f1 | cut -d"/" -f3 | grep -v "=" | sort`; do echo $word done --- checksource.sh DELETED --- --- NEW FILE: check-source.sh --- #!/bin/bash cd `dirname $0`/../.. p=`pwd` cd source/script err=0 echo ">>> Testing source files..." for file in `find . -name "*.js"`; do grep "#package(.*)" $file > /dev/null 2>&1 if [ $? != 0 ]; then echo " - Missing package: $file" err=$[$err+1] fi grep "All rights reserved" $file > /dev/null 2>&1 && grep "Schlund + Partner AG" $file > /dev/null 2>&1 && grep "LGPL 2.1" $file > /dev/null 2>&1 if [ $? != 0 ]; then echo " - Missing header : $file" err=$[$err+1] fi if [ `basename $file` != "QxObject.js" ]; then grep "proto\.dispose" $file > /dev/null if [ $? == 0 ]; then grep "dispose\.call" $file > /dev/null if [ $? != 0 ]; then echo " - Errornous Disposer: $file" err=$[$err+1] fi fi fi done cd $p if [ $err -gt 0 ]; then echo ">>> Please correct the above erros!" exit 1 else echo ">>> No errors were found. Well done." exit 0 fi --- fullsize.sh DELETED --- --- NEW FILE: print-propertylist.sh --- #!/bin/bash cd `dirname $0`/../.. ( for word in `find source/script/ -name "*.js" | xargs grep -Psh "\.addProperty\({.*}\);" | cut -d"{" -f2 | cut -d"," -f1 | cut -d"\"" -f2 | sort | uniq | grep -v ":"`; do u=`echo $word | awk '{ print toupper(substr($1, 1, 1)) substr($1, 2) }'` echo "set$u" echo "get$u" done for word in `find source/script/ -name "*.js" | xargs grep -Psh "\.addPropertyGroup\({.*}\);" | cut -d"{" -f2 | cut -d"," -f1 | cut -d"\"" -f2 | sort | uniq | grep -v ":"`; do u=`echo $word | awk '{ print toupper(substr($1, 1, 1)) substr($1, 2) }'` echo "set$u" echo "get$u" done ) | sort --- NEW FILE: print-diff.sh --- #!/bin/bash cd `dirname $0`/../.. cvs diff 2>&1 | grep -v "cvs diff" --- classlist.sh DELETED --- --- NEW FILE: fix-all.sh --- #!/bin/bash cd `dirname $0`/../.. tools/utils/dos2unix.sh tools/utils/tab2space.sh tools/utils/fixrights.sh --- dos2unix.sh DELETED --- --- NEW FILE: fix-trimright.sh --- #!/bin/bash cd `dirname $0`/../.. for file in `find source tools -type f -name "*.html" -o -name "*.js" -o -name "*.css" -o -name "*.sh" -o -name "*.xsl" -o -name "*.xml"`; do grep -P "\\s+$" $file > /dev/null if [ "$?" == "0" ]; then echo "Patching ${file}..." cp $file /tmp/trimright.txt cat /tmp/trimright.txt | sed s:"\\s+$":"":g > $file fi done --- tab2space.sh DELETED --- --- printauthors.sh DELETED --- --- NEW FILE: find-massreplace.sh --- #!/bin/bash cd `dirname $0`/../.. h=`dd if=/dev/random count=1 2> /dev/null | md5sum | cut -d" " -f1` echo "Current Hash: $h" for file in `find source -name "*.js" -o -name "*.css" -o -name "*.html"` tools/config.sh tools/build_dist.pl; do cp -f $file ${file}.${h} echo ">>> Patching: $file" cat ${file}.${h} | sed s:"$1":"$2":g > $file if [ "$?" != "0" ]; then echo " - failed, recovering..." mv ${file}.${h} $file else rm -f ${file}.${h} fi done --- trimright.sh DELETED --- --- NEW FILE: clean-temp.sh --- #!/bin/bash cd `dirname $0`/../.. echo ">>> Cleaning up..." find . -name "*~" -o -name "*.old" -o -name "*.bak" -o -name ".#*" | xargs rm -fv echo ">>> Done" --- globalsreplace.sh DELETED --- --- fixfiles.sh DELETED --- --- NEW FILE: fix-rights.sh --- #!/bin/bash cd `dirname $0`/../.. find . -type d | xargs chmod 755 find . -name "*.py" -o -name "*.sh" | xargs chmod -v 755 find . -name "*.js" -o -name "*.html" -o -name "*.png" -o -name "*.gif" -o -name "*.jpg" -o -name "*.jpeg" -o -name "*.css" -o -name "*.xsl" -o -name "*.xml" | xargs chmod -v 644 |
|
From: Sebastian W. <wp...@us...> - 2006-02-15 10:14:13
|
Update of /cvsroot/qooxdoo/qooxdoo/tools/utils In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2793/tools/utils Added Files: Tag: renderer fixrights.sh Log Message: Added new tool --- NEW FILE: fixrights.sh --- #!/bin/bash cd `dirname $0`/../.. find . -type d | xargs chmod 755 find . -name "*.py" -o -name "*.sh" | xargs chmod -v 755 find . -name "*.js" -o -name "*.html" -o -name "*.png" -o -name "*.gif" -o -name "*.jpg" -o -name "*.jpeg" -o -name "*.css" -o -name "*.xsl" -o -name "*.xml" | xargs chmod -v 644 |
|
From: Sebastian W. <wp...@us...> - 2006-02-15 10:13:43
|
Update of /cvsroot/qooxdoo/qooxdoo/tools/utils In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2658/tools/utils Modified Files: Tag: renderer checksource.sh Log Message: Minor fix Index: checksource.sh =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/utils/Attic/checksource.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 --- checksource.sh 15 Feb 2006 10:03:42 -0000 1.1.2.3 +++ checksource.sh 15 Feb 2006 10:13:31 -0000 1.1.2.4 @@ -21,6 +21,18 @@ echo " - Missing header : $file" err=$[$err+1] fi + + if [ `basename $file` != "QxObject.js" ]; + then + grep "proto\.dispose" $file > /dev/null + if [ $? == 0 ]; then + grep "dispose\.call" $file > /dev/null + if [ $? != 0 ]; then + echo " - Errornous Disposer: $file" + err=$[$err+1] + fi + fi + fi done cd $p |
|
From: Sebastian W. <wp...@us...> - 2006-02-15 10:12:24
|
Update of /cvsroot/qooxdoo/qooxdoo/tools/utils In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2365/tools/utils Removed Files: Tag: renderer disposecheck.sh Log Message: Removed --- disposecheck.sh DELETED --- |
|
From: Sebastian W. <wp...@us...> - 2006-02-15 10:11:45
|
Update of /cvsroot/qooxdoo/qooxdoo/source/themes/icons/nuvola In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2026/source/themes/icons/nuvola Modified Files: Tag: renderer theme.js Log Message: Dos2Unix, Tab2Space Index: theme.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/themes/icons/nuvola/Attic/theme.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 --- theme.js 13 Feb 2006 13:30:52 -0000 1.1.2.1 +++ theme.js 15 Feb 2006 10:11:37 -0000 1.1.2.2 @@ -1,33 +1,33 @@ -/* ************************************************************************ - - qooxdoo - the new era of web interface development - - Version: - $Id$ - - Copyright: - (C) 2004-2005 by Schlund + Partner AG, Germany - All rights reserved - - License: - LGPL 2.1: http://creativecommons.org/licenses/LGPL/2.1/ - - Internet: - * http://qooxdoo.oss.schlund.de - - Authors: - * Sebastian Werner (wpbasti) - <sebastian dot werner at 1und1 dot de> - * Andreas Ecker (aecker) - <andreas dot ecker at 1und1 dot de> - -************************************************************************ */ - -/* ************************************************************************ - -#package(iconthemes) -#require(QxIconTheme) - -************************************************************************ */ - -new QxIconTheme("nuvola", "Nuvola"); +/* ************************************************************************ + + qooxdoo - the new era of web interface development + + Version: + $Id$ + + Copyright: + (C) 2004-2005 by Schlund + Partner AG, Germany + All rights reserved + + License: + LGPL 2.1: http://creativecommons.org/licenses/LGPL/2.1/ + + Internet: + * http://qooxdoo.oss.schlund.de + + Authors: + * Sebastian Werner (wpbasti) + <sebastian dot werner at 1und1 dot de> + * Andreas Ecker (aecker) + <andreas dot ecker at 1und1 dot de> + +************************************************************************ */ + +/* ************************************************************************ + +#package(iconthemes) +#require(QxIconTheme) + +************************************************************************ */ + +new QxIconTheme("nuvola", "Nuvola"); |
|
From: Sebastian W. <wp...@us...> - 2006-02-15 10:11:45
|
Update of /cvsroot/qooxdoo/qooxdoo/source/themes/icons/kids In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2026/source/themes/icons/kids Modified Files: Tag: renderer theme.js Log Message: Dos2Unix, Tab2Space Index: theme.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/themes/icons/kids/Attic/theme.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 --- theme.js 13 Feb 2006 13:30:46 -0000 1.1.2.1 +++ theme.js 15 Feb 2006 10:11:37 -0000 1.1.2.2 @@ -1,33 +1,33 @@ -/* ************************************************************************ - - qooxdoo - the new era of web interface development - - Version: - $Id$ - - Copyright: - (C) 2004-2005 by Schlund + Partner AG, Germany - All rights reserved - - License: - LGPL 2.1: http://creativecommons.org/licenses/LGPL/2.1/ - - Internet: - * http://qooxdoo.oss.schlund.de - - Authors: - * Sebastian Werner (wpbasti) - <sebastian dot werner at 1und1 dot de> - * Andreas Ecker (aecker) - <andreas dot ecker at 1und1 dot de> - -************************************************************************ */ - -/* ************************************************************************ - -#package(iconthemes) -#require(QxIconTheme) - -************************************************************************ */ - -new QxIconTheme("kids", "Kids"); +/* ************************************************************************ + + qooxdoo - the new era of web interface development + + Version: + $Id$ + + Copyright: + (C) 2004-2005 by Schlund + Partner AG, Germany + All rights reserved + + License: + LGPL 2.1: http://creativecommons.org/licenses/LGPL/2.1/ + + Internet: + * http://qooxdoo.oss.schlund.de + + Authors: + * Sebastian Werner (wpbasti) + <sebastian dot werner at 1und1 dot de> + * Andreas Ecker (aecker) + <andreas dot ecker at 1und1 dot de> + +************************************************************************ */ + +/* ************************************************************************ + +#package(iconthemes) +#require(QxIconTheme) + +************************************************************************ */ + +new QxIconTheme("kids", "Kids"); |
|
From: Sebastian W. <wp...@us...> - 2006-02-15 10:11:45
|
Update of /cvsroot/qooxdoo/qooxdoo/source/demo/test/data/items In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2026/source/demo/test/data/items Modified Files: Tag: renderer 1.xml 2.xml Log Message: Dos2Unix, Tab2Space Index: 1.xml =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/demo/test/data/items/Attic/1.xml,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- 1.xml 14 Feb 2006 09:58:12 -0000 1.1.2.1 +++ 1.xml 15 Feb 2006 10:11:36 -0000 1.1.2.2 @@ -1,7 +1,7 @@ -<?xml version="1.0" encoding="ISO-8859-15"?> -<data> - <item>Peter</item> - <item>Will</item> - <item>Karl</item> - <item>John</item> -</data> +<?xml version="1.0" encoding="ISO-8859-15"?> +<data> + <item>Peter</item> + <item>Will</item> + <item>Karl</item> + <item>John</item> +</data> Index: 2.xml =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/demo/test/data/items/Attic/2.xml,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- 2.xml 14 Feb 2006 09:58:12 -0000 1.1.2.1 +++ 2.xml 15 Feb 2006 10:11:36 -0000 1.1.2.2 @@ -1,7 +1,7 @@ -<?xml version="1.0" encoding="ISO-8859-15"?> -<data> - <item>Jenny</item> - <item>Carol</item> - <item>Anna</item> - <item>Jona</item> -</data> +<?xml version="1.0" encoding="ISO-8859-15"?> +<data> + <item>Jenny</item> + <item>Carol</item> + <item>Anna</item> + <item>Jona</item> +</data> |
|
From: Sebastian W. <wp...@us...> - 2006-02-15 10:11:45
|
Update of /cvsroot/qooxdoo/qooxdoo/source/themes/icons/crystalsvg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2026/source/themes/icons/crystalsvg Modified Files: Tag: renderer theme.js Log Message: Dos2Unix, Tab2Space Index: theme.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/themes/icons/crystalsvg/Attic/theme.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 --- theme.js 13 Feb 2006 13:30:28 -0000 1.1.2.1 +++ theme.js 15 Feb 2006 10:11:37 -0000 1.1.2.2 @@ -1,33 +1,33 @@ -/* ************************************************************************ - - qooxdoo - the new era of web interface development - - Version: - $Id$ - - Copyright: - (C) 2004-2005 by Schlund + Partner AG, Germany - All rights reserved - - License: - LGPL 2.1: http://creativecommons.org/licenses/LGPL/2.1/ - - Internet: - * http://qooxdoo.oss.schlund.de - - Authors: - * Sebastian Werner (wpbasti) - <sebastian dot werner at 1und1 dot de> - * Andreas Ecker (aecker) - <andreas dot ecker at 1und1 dot de> - -************************************************************************ */ - -/* ************************************************************************ - -#package(iconthemes) -#require(QxIconTheme) - -************************************************************************ */ - -new QxIconTheme("crystalsvg", "Crystal SVG"); +/* ************************************************************************ + + qooxdoo - the new era of web interface development + + Version: + $Id$ + + Copyright: + (C) 2004-2005 by Schlund + Partner AG, Germany + All rights reserved + + License: + LGPL 2.1: http://creativecommons.org/licenses/LGPL/2.1/ + + Internet: + * http://qooxdoo.oss.schlund.de + + Authors: + * Sebastian Werner (wpbasti) + <sebastian dot werner at 1und1 dot de> + * Andreas Ecker (aecker) + <andreas dot ecker at 1und1 dot de> + +************************************************************************ */ + +/* ************************************************************************ + +#package(iconthemes) +#require(QxIconTheme) + +************************************************************************ */ + +new QxIconTheme("crystalsvg", "Crystal SVG"); |
|
From: Sebastian W. <wp...@us...> - 2006-02-15 10:11:45
|
Update of /cvsroot/qooxdoo/qooxdoo/source/demo/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2026/source/demo/test Modified Files: Tag: renderer Builder_2.xml Builder_3.xml Log Message: Dos2Unix, Tab2Space Index: Builder_2.xml =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/demo/test/Attic/Builder_2.xml,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- Builder_2.xml 14 Feb 2006 10:05:56 -0000 1.1.2.1 +++ Builder_2.xml 15 Feb 2006 10:11:36 -0000 1.1.2.2 @@ -1,52 +1,52 @@ -<qx:widgets xmlns:qx='qooxdoo'> - - <qx:button id='btn' label='Click Me!!!' location='20,50'> - - <!-- function body event listener --> - <qx:eventListener type='click' args='event'> - btn.setLabel(btn.getLabel() + "."); - alert(event + "\n\nClicked on: " + this.getLabel()); - </qx:eventListener> - - <!-- - global object.method delegation - when the button is clicked, d.click(event) will be called - --> - <qx:eventListener type='click' delegate='d.click'/> - - <!-- - global function delegation - when the button is clicked, f(event) will be called - --> - <qx:eventListener type='click' delegate='f'/> - - </qx:button> - <qx:atom id='atom1' label='Test No #1' icon='icons/16/penguin.png' border='QxBorder.presets.black' location='20,90'/> - - <qx:button label='Test No #2' icon='icons/16/penguin.png' location='20,120'> - <qx:eventListener type='click'> - atom1.setLabel(atom1.getLabel() + "."); - </qx:eventListener> - </qx:button> - - <qx:atom label='Test No #3' icon='icons/16/penguin.png' location='20,160'/> - - <qx:atom label='a' icon='icons/16/penguin.png' location='20,200'/> - <qx:atom label='b' icon='icons/16/penguin.png' location='20,240'/> - - - <qx:script> - // test delegate function - var f = function(e) { - alert(e + '\n\nclick received at delegate function\n\n'); - } - - // test delegate object - var d = { - hello : 'world', - click : function(e) { - alert(e + '\n\nclick received at delegate object\n\n' + this.hello); - } - } - </qx:script> -</qx:widgets> +<qx:widgets xmlns:qx='qooxdoo'> + + <qx:button id='btn' label='Click Me!!!' location='20,50'> + + <!-- function body event listener --> + <qx:eventListener type='click' args='event'> + btn.setLabel(btn.getLabel() + "."); + alert(event + "\n\nClicked on: " + this.getLabel()); + </qx:eventListener> + + <!-- + global object.method delegation + when the button is clicked, d.click(event) will be called + --> + <qx:eventListener type='click' delegate='d.click'/> + + <!-- + global function delegation + when the button is clicked, f(event) will be called + --> + <qx:eventListener type='click' delegate='f'/> + + </qx:button> + <qx:atom id='atom1' label='Test No #1' icon='icons/16/penguin.png' border='QxBorder.presets.black' location='20,90'/> + + <qx:button label='Test No #2' icon='icons/16/penguin.png' location='20,120'> + <qx:eventListener type='click'> + atom1.setLabel(atom1.getLabel() + "."); + </qx:eventListener> + </qx:button> + + <qx:atom label='Test No #3' icon='icons/16/penguin.png' location='20,160'/> + + <qx:atom label='a' icon='icons/16/penguin.png' location='20,200'/> + <qx:atom label='b' icon='icons/16/penguin.png' location='20,240'/> + + + <qx:script> + // test delegate function + var f = function(e) { + alert(e + '\n\nclick received at delegate function\n\n'); + } + + // test delegate object + var d = { + hello : 'world', + click : function(e) { + alert(e + '\n\nclick received at delegate object\n\n' + this.hello); + } + } + </qx:script> +</qx:widgets> Index: Builder_3.xml =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/demo/test/Attic/Builder_3.xml,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- Builder_3.xml 14 Feb 2006 10:05:56 -0000 1.1.2.1 +++ Builder_3.xml 15 Feb 2006 10:11:36 -0000 1.1.2.2 @@ -1,33 +1,33 @@ -<qx:widgets xmlns:qx='qooxdoo'> - <qx:menu id='m2'> - <qx:menuButton label='New Window'/> - <qx:menuButton label='Overlapping'/> - <qx:menuButton label='Split Vertical'/> - <qx:menuButton label='Split Horizontal'/> - <qx:menuButton label='Next Window'/> - <qx:menuButton label='Previous Window'/> - </qx:menu> - - <qx:menu id='m1'> - <qx:menuButton label='View/Lists'/> - <qx:menuButton label='Syntax Highlighting'/> - <qx:menuSeparator/> - <qx:menuButton label='Window Font'/> - <qx:menuButton label='Printer Font' menu='m2'/> - </qx:menu> - - <qx:button id='btn' label='Reference Property' location='20,48'> - <qx:eventListener type='click' args='e'> - var el = this.getElement(); - m1.setLeft(QxDom.getComputedPageBoxLeft(el)); - m1.setTop(QxDom.getComputedPageBoxBottom(el)); - m1.show(); - e.setPropagationStopped(true); - </qx:eventListener> - <qx:eventListener type='mousedown' args='e'> - e.setPropagationStopped(true); - </qx:eventListener> - </qx:button> - - <qx:atom label='Comma Delimited Property & Eval Property ' location='140,48' backgroundColor='#BDD2EF' dimension='220,220' border='QxBorderObject.presets.outset'/> -</qx:widgets> +<qx:widgets xmlns:qx='qooxdoo'> + <qx:menu id='m2'> + <qx:menuButton label='New Window'/> + <qx:menuButton label='Overlapping'/> + <qx:menuButton label='Split Vertical'/> + <qx:menuButton label='Split Horizontal'/> + <qx:menuButton label='Next Window'/> + <qx:menuButton label='Previous Window'/> + </qx:menu> + + <qx:menu id='m1'> + <qx:menuButton label='View/Lists'/> + <qx:menuButton label='Syntax Highlighting'/> + <qx:menuSeparator/> + <qx:menuButton label='Window Font'/> + <qx:menuButton label='Printer Font' menu='m2'/> + </qx:menu> + + <qx:button id='btn' label='Reference Property' location='20,48'> + <qx:eventListener type='click' args='e'> + var el = this.getElement(); + m1.setLeft(QxDom.getComputedPageBoxLeft(el)); + m1.setTop(QxDom.getComputedPageBoxBottom(el)); + m1.show(); + e.setPropagationStopped(true); + </qx:eventListener> + <qx:eventListener type='mousedown' args='e'> + e.setPropagationStopped(true); + </qx:eventListener> + </qx:button> + + <qx:atom label='Comma Delimited Property & Eval Property ' location='140,48' backgroundColor='#BDD2EF' dimension='220,220' border='QxBorderObject.presets.outset'/> +</qx:widgets> |
|
From: Sebastian W. <wp...@us...> - 2006-02-15 10:11:44
|
Update of /cvsroot/qooxdoo/qooxdoo/source/demo/example/data/items In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2026/source/demo/example/data/items Modified Files: Tag: renderer 1.xml 2.xml Log Message: Dos2Unix, Tab2Space Index: 1.xml =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/demo/example/data/items/Attic/1.xml,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- 1.xml 14 Feb 2006 10:05:54 -0000 1.1.2.1 +++ 1.xml 15 Feb 2006 10:11:36 -0000 1.1.2.2 @@ -1,7 +1,7 @@ -<?xml version="1.0" encoding="ISO-8859-15"?> -<data> - <item>Peter</item> - <item>Will</item> - <item>Karl</item> - <item>John</item> -</data> +<?xml version="1.0" encoding="ISO-8859-15"?> +<data> + <item>Peter</item> + <item>Will</item> + <item>Karl</item> + <item>John</item> +</data> Index: 2.xml =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/demo/example/data/items/Attic/2.xml,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- 2.xml 14 Feb 2006 10:05:55 -0000 1.1.2.1 +++ 2.xml 15 Feb 2006 10:11:36 -0000 1.1.2.2 @@ -1,7 +1,7 @@ -<?xml version="1.0" encoding="ISO-8859-15"?> -<data> - <item>Jenny</item> - <item>Carol</item> - <item>Anna</item> - <item>Jona</item> -</data> +<?xml version="1.0" encoding="ISO-8859-15"?> +<data> + <item>Jenny</item> + <item>Carol</item> + <item>Anna</item> + <item>Jona</item> +</data> |
|
From: Sebastian W. <wp...@us...> - 2006-02-15 10:08:11
|
Update of /cvsroot/qooxdoo/qooxdoo/tools/utils In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv815/tools/utils Modified Files: Tag: renderer disposecheck.sh Log Message: Minor improvement Index: disposecheck.sh =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/utils/Attic/disposecheck.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 --- disposecheck.sh 15 Feb 2006 10:01:50 -0000 1.1.2.2 +++ disposecheck.sh 15 Feb 2006 10:07:59 -0000 1.1.2.3 @@ -2,12 +2,18 @@ cd `dirname $0`/../.. -for file in `find source/script/ -name "*.js"`; do +i=0 +for file in `find source/script/ -name "*.js" -a ! -name "QxObject.js"`; do grep "proto\.dispose" $file > /dev/null if [ $? == 0 ]; then grep "dispose\.call" $file > /dev/null if [ $? != 0 ]; then echo "Potential Errornous: $file" + i=[$i+1] fi fi done + +if [ $i = 0 ]; then + echo ">>> No errors were found. Well done." +fi |
|
From: Sebastian W. <wp...@us...> - 2006-02-15 10:06:21
|
Update of /cvsroot/qooxdoo/qooxdoo/tools/utils In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv370/tools/utils Modified Files: Tag: renderer classlist.sh Log Message: Fixed for new config.sh layout Index: classlist.sh =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/utils/Attic/classlist.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 --- classlist.sh 15 Feb 2006 10:01:50 -0000 1.1.2.2 +++ classlist.sh 15 Feb 2006 10:06:10 -0000 1.1.2.3 @@ -2,6 +2,6 @@ cd `dirname $0`/../.. -for word in `grep -v "#" tools/config.sh | cut -d" " -f2 | cut -d"\"" -f1 | cut -d"/" -f2 | grep -v "=" | sort`; do +for word in `grep -v "#" tools/generate/internal/config.sh | cut -d" " -f2 | cut -d"\"" -f1 | cut -d"/" -f3 | grep -v "=" | sort`; do echo $word done |
|
From: Sebastian W. <wp...@us...> - 2006-02-15 10:04:47
|
Update of /cvsroot/qooxdoo/qooxdoo/source/script/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32285/source/script/core Modified Files: Tag: renderer QxBuilder.js Log Message: Added header Index: QxBuilder.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/core/QxBuilder.js,v retrieving revision 1.6.2.4 retrieving revision 1.6.2.5 diff -u -d -r1.6.2.4 -r1.6.2.5 --- QxBuilder.js 12 Feb 2006 15:44:56 -0000 1.6.2.4 +++ QxBuilder.js 15 Feb 2006 10:04:27 -0000 1.6.2.5 @@ -1,3 +1,34 @@ +/* ************************************************************************ + + qooxdoo - the new era of web interface development + + Version: + $Id$ + + Copyright: + (C) 2004-2005 by Schlund + Partner AG, Germany + All rights reserved + + License: + LGPL 2.1: http://creativecommons.org/licenses/LGPL/2.1/ + + Internet: + * http://qooxdoo.oss.schlund.de + + Authors: + * Sebastian Werner (wpbasti) + <sebastian dot werner at 1und1 dot de> + * Andreas Ecker (aecker) + <andreas dot ecker at 1und1 dot de> + +************************************************************************ */ + +/* ************************************************************************ + +#package(builder) + +************************************************************************ */ + /*! A class to generate a widget hierarchy from XML |
|
From: Sebastian W. <wp...@us...> - 2006-02-15 10:03:53
|
Update of /cvsroot/qooxdoo/qooxdoo/tools/utils In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32053/tools/utils Modified Files: Tag: renderer checksource.sh Log Message: Minor typo Index: checksource.sh =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/utils/Attic/checksource.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 --- checksource.sh 15 Feb 2006 10:01:50 -0000 1.1.2.2 +++ checksource.sh 15 Feb 2006 10:03:42 -0000 1.1.2.3 @@ -12,7 +12,7 @@ do grep "#package(.*)" $file > /dev/null 2>&1 if [ $? != 0 ]; then - echo " - missing package: $file" + echo " - Missing package: $file" err=$[$err+1] fi |
|
From: Sebastian W. <wp...@us...> - 2006-02-15 10:03:38
|
Update of /cvsroot/qooxdoo/qooxdoo/source/script/managers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32011/source/script/managers Modified Files: Tag: renderer QxAppearanceManager.js Log Message: Added header Index: QxAppearanceManager.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/managers/Attic/QxAppearanceManager.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 --- QxAppearanceManager.js 3 Feb 2006 14:57:50 -0000 1.1.2.3 +++ QxAppearanceManager.js 15 Feb 2006 10:03:26 -0000 1.1.2.4 @@ -1,11 +1,27 @@ -function QxAppearanceManager() -{ - QxManager.call(this); +/* ************************************************************************ - this._themes = {}; -}; + qooxdoo - the new era of web interface development -QxAppearanceManager.extend(QxManager, "QxAppearanceManager"); + Version: + $Id$ + + Copyright: + (C) 2004-2005 by Schlund + Partner AG, Germany + All rights reserved + + License: + LGPL 2.1: http://creativecommons.org/licenses/LGPL/2.1/ + + Internet: + * http://qooxdoo.oss.schlund.de + + Authors: + * Sebastian Werner (wpbasti) + <sebastian dot werner at 1und1 dot de> + * Andreas Ecker (aecker) + <andreas dot ecker at 1und1 dot de> + +************************************************************************ */ /* ************************************************************************ @@ -15,6 +31,17 @@ ************************************************************************ */ +function QxAppearanceManager() +{ + QxManager.call(this); + + this._themes = {}; +}; + +QxAppearanceManager.extend(QxManager, "QxAppearanceManager"); + + + QxAppearanceManager.addProperty({ name : "appearanceTheme", type : QxConst.TYPEOF_STRING, defaultValue : "default" }); |
Update of /cvsroot/qooxdoo/qooxdoo/tools/utils In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31448/tools/utils Modified Files: Tag: renderer checksource.sh classlist.sh disposecheck.sh dos2unix.sh findsource.sh fixfiles.sh fullsize.sh globalsreplace.sh massreplace.sh printauthors.sh propertylist.sh pwords.sh pwordscount.sh showdiff.sh tab2space.sh tempclean.sh trimright.sh Log Message: Fixed path Index: propertylist.sh =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/utils/Attic/propertylist.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 --- propertylist.sh 14 Feb 2006 11:22:19 -0000 1.1.2.1 +++ propertylist.sh 15 Feb 2006 10:01:50 -0000 1.1.2.2 @@ -1,6 +1,6 @@ #!/bin/bash -cd `dirname $0`/.. +cd `dirname $0`/../.. ( for word in `find source/script/ -name "*.js" | xargs grep -Psh "\.addProperty\({.*}\);" | cut -d"{" -f2 | cut -d"," -f1 | cut -d"\"" -f2 | sort | uniq | grep -v ":"`; Index: showdiff.sh =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/utils/Attic/showdiff.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 --- showdiff.sh 14 Feb 2006 11:22:19 -0000 1.1.2.1 +++ showdiff.sh 15 Feb 2006 10:01:50 -0000 1.1.2.2 @@ -1,3 +1,5 @@ #!/bin/bash +cd `dirname $0`/../.. + cvs diff 2>&1 | grep -v "cvs diff" Index: trimright.sh =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/utils/Attic/trimright.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 --- trimright.sh 14 Feb 2006 11:22:19 -0000 1.1.2.1 +++ trimright.sh 15 Feb 2006 10:01:50 -0000 1.1.2.2 @@ -1,13 +1,12 @@ #!/bin/bash -cd `dirname $0`/.. -for file in `find source tools -type f -name "*.html" -o -name "*.js" -o -name "*.css" -o -name "*.sh"`; do +cd `dirname $0`/../.. + +for file in `find source tools -type f -name "*.html" -o -name "*.js" -o -name "*.css" -o -name "*.sh" -o -name "*.xsl" -o -name "*.xml"`; do grep -P "\\s+$" $file > /dev/null if [ "$?" == "0" ]; then echo "Patching ${file}..." - cp $file /tmp/tab2space.txt - cat /tmp/tab2space.txt | sed s:"\\s+$":"":g > $file + cp $file /tmp/trimright.txt + cat /tmp/trimright.txt | sed s:"\\s+$":"":g > $file fi done - -find tools -name "*.sh" | xargs chmod 775 Index: findsource.sh =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/utils/Attic/findsource.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 --- findsource.sh 14 Feb 2006 11:22:19 -0000 1.1.2.1 +++ findsource.sh 15 Feb 2006 10:01:50 -0000 1.1.2.2 @@ -1,3 +1,5 @@ #!/bin/bash +cd `dirname $0`/../.. + find source/script/ -name "*.js" | xargs grep -n "$*" Index: checksource.sh =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/utils/Attic/checksource.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 --- checksource.sh 14 Feb 2006 11:22:19 -0000 1.1.2.1 +++ checksource.sh 15 Feb 2006 10:01:50 -0000 1.1.2.2 @@ -1,10 +1,14 @@ +#!/bin/bash + +cd `dirname $0`/../.. + p=`pwd` cd source/script err=0 echo ">>> Testing source files..." -for file in `find . -name "*.js"`; +for file in `find . -name "*.js"`; do grep "#package(.*)" $file > /dev/null 2>&1 if [ $? != 0 ]; then @@ -16,7 +20,7 @@ if [ $? != 0 ]; then echo " - Missing header : $file" err=$[$err+1] - fi + fi done cd $p Index: pwordscount.sh =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/utils/Attic/pwordscount.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 --- pwordscount.sh 14 Feb 2006 11:22:19 -0000 1.1.2.1 +++ pwordscount.sh 15 Feb 2006 10:01:50 -0000 1.1.2.2 @@ -1,3 +1,5 @@ #!/bin/bash +cd `dirname $0`/../.. + grep -rPwoh "\._[a-zA-Z]{6,}" source/script/*/*.js | cut -d"." -f2 | sort | uniq -c | sort -n Index: globalsreplace.sh =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/utils/Attic/globalsreplace.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 --- globalsreplace.sh 14 Feb 2006 11:22:19 -0000 1.1.2.1 +++ globalsreplace.sh 15 Feb 2006 10:01:50 -0000 1.1.2.2 @@ -1,6 +1,6 @@ #!/bin/bash -cd `dirname $0`/.. +cd `dirname $0`/../.. tmpfile="/tmp/globals.tmp" commandfile="globalreplace_apply.sh" Index: classlist.sh =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/utils/Attic/classlist.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 --- classlist.sh 14 Feb 2006 11:22:19 -0000 1.1.2.1 +++ classlist.sh 15 Feb 2006 10:01:50 -0000 1.1.2.2 @@ -1,6 +1,7 @@ #!/bin/bash -cd `dirname $0`/.. +cd `dirname $0`/../.. + for word in `grep -v "#" tools/config.sh | cut -d" " -f2 | cut -d"\"" -f1 | cut -d"/" -f2 | grep -v "=" | sort`; do echo $word done Index: tab2space.sh =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/utils/Attic/tab2space.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 --- tab2space.sh 14 Feb 2006 11:22:19 -0000 1.1.2.1 +++ tab2space.sh 15 Feb 2006 10:01:50 -0000 1.1.2.2 @@ -1,8 +1,9 @@ #!/bin/bash +cd `dirname $0`/../.. + echo ">>> Converting tab to 2 spaces..." -cd `dirname $0`/.. for file in `find source tools -type f -name "*.css" -o -name "*.html" -o -name "*.xsl" -o -name "*.py" -o -name "*.js" -o -name "*.sh"`; do echo " - processing: $file" Index: dos2unix.sh =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/utils/Attic/dos2unix.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 --- dos2unix.sh 14 Feb 2006 11:22:19 -0000 1.1.2.1 +++ dos2unix.sh 15 Feb 2006 10:01:50 -0000 1.1.2.2 @@ -1,7 +1,8 @@ #!/bin/bash -cd `dirname $0`/.. -for file in `find source tools -type f -name "*.html" -o -name "*.js" -o -name "*.css" -o -name "*.sh"`; do +cd `dirname $0`/../.. + +for file in `find source tools -type f -name "*.html" -o -name "*.js" -o -name "*.css" -o -name "*.sh" -o -name "*.xml" -o -name "*.xsl"`; do dos2unix $file done Index: pwords.sh =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/utils/Attic/pwords.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 --- pwords.sh 14 Feb 2006 11:22:19 -0000 1.1.2.1 +++ pwords.sh 15 Feb 2006 10:01:50 -0000 1.1.2.2 @@ -1,3 +1,5 @@ #!/bin/bash +cd `dirname $0`/../.. + grep -rPwoh "\._[a-zA-Z]{6,}" source/script/*/*.js | sort | uniq | cut -d"." -f2 Index: fixfiles.sh =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/utils/Attic/fixfiles.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 --- fixfiles.sh 14 Feb 2006 11:22:19 -0000 1.1.2.1 +++ fixfiles.sh 15 Feb 2006 10:01:50 -0000 1.1.2.2 @@ -1,9 +1,9 @@ #!/bin/bash -cd `dirname $0`/.. +cd `dirname $0`/../.. -tools/dos2unix.sh -tools/tab2space.sh +tools/utils/dos2unix.sh +tools/utils/tab2space.sh find . -type d | xargs chmod 755 find . -name "*.py" -o -name "*.sh" | xargs chmod -v 755 Index: tempclean.sh =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/utils/Attic/tempclean.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 --- tempclean.sh 14 Feb 2006 11:22:19 -0000 1.1.2.1 +++ tempclean.sh 15 Feb 2006 10:01:50 -0000 1.1.2.2 @@ -1,6 +1,6 @@ #!/bin/bash -cd `dirname $0`/.. +cd `dirname $0`/../.. echo ">>> Cleaning up..." Index: disposecheck.sh =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/utils/Attic/disposecheck.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 --- disposecheck.sh 14 Feb 2006 11:22:19 -0000 1.1.2.1 +++ disposecheck.sh 15 Feb 2006 10:01:50 -0000 1.1.2.2 @@ -1,5 +1,7 @@ #!/bin/bash +cd `dirname $0`/../.. + for file in `find source/script/ -name "*.js"`; do grep "proto\.dispose" $file > /dev/null if [ $? == 0 ]; then Index: fullsize.sh =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/utils/Attic/fullsize.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 --- fullsize.sh 14 Feb 2006 11:22:19 -0000 1.1.2.1 +++ fullsize.sh 15 Feb 2006 10:01:50 -0000 1.1.2.2 @@ -1,6 +1,6 @@ #!/bin/bash -cd `dirname $0`/.. +cd `dirname $0`/../.. kbytes=`LANG="C" du -c source/script/*/Qx*.js --apparent-size -k | grep total | cut -f1` bytes=`LANG="C" du -c source/script/*/Qx*.js --apparent-size -b | grep total | cut -f1` Index: printauthors.sh =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/utils/Attic/printauthors.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 --- printauthors.sh 14 Feb 2006 11:22:19 -0000 1.1.2.1 +++ printauthors.sh 15 Feb 2006 10:01:50 -0000 1.1.2.2 @@ -1,5 +1,5 @@ #!/bin/bash -cd `dirname $0`/.. +cd `dirname $0`/../.. grep "^2005-" CHANGELOG | cut -d" " -f4 | sort | uniq -c | sort -nr Index: massreplace.sh =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/utils/Attic/massreplace.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 --- massreplace.sh 14 Feb 2006 11:22:19 -0000 1.1.2.1 +++ massreplace.sh 15 Feb 2006 10:01:50 -0000 1.1.2.2 @@ -1,6 +1,6 @@ #!/bin/bash -cd `dirname $0`/.. +cd `dirname $0`/../.. h=`dd if=/dev/random count=1 2> /dev/null | md5sum | cut -d" " -f1` |