svn commit: r986549 - in /commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram: messages.properties src/org/apache/commons/scxml/modeling/diagram/part/

2010-08-17 Thread guixl
Author: guixl Date: Wed Aug 18 02:06:37 2010 New Revision: 986549 URL: http://svn.apache.org/viewvc?rev=986549&view=rev Log: arrange elements in palette panel Modified: commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/messages.properties

svn commit: r986389 - in /commons/sandbox/gsoc/2010/scxml-js/trunk/src/javascript/scxml/cgf: SCXMLCompiler.js main.js

2010-08-17 Thread jbeard
Author: jbeard Date: Tue Aug 17 16:46:51 2010 New Revision: 986389 URL: http://svn.apache.org/viewvc?rev=986389&view=rev Log: Updated the options that the compiler is able to take. --ie now aliases only to noIndexOf Modified: commons/sandbox/gsoc/2010/scxml-js/trunk/src/javascript/scxml/cgf

svn commit: r986390 - /commons/sandbox/gsoc/2010/scxml-js/trunk/.gitignore

2010-08-17 Thread jbeard
Author: jbeard Date: Tue Aug 17 16:46:58 2010 New Revision: 986390 URL: http://svn.apache.org/viewvc?rev=986390&view=rev Log: Updated .gitignore Modified: commons/sandbox/gsoc/2010/scxml-js/trunk/.gitignore Modified: commons/sandbox/gsoc/2010/scxml-js/trunk/.gitignore URL: http://svn.apache

svn commit: r986387 - in /commons/sandbox/gsoc/2010/scxml-js/trunk/test: conditional_transition/scripts/ event_system_properties/scripts/ in_predicate/scripts/ kitchen_sink/scripts/ parallel/scripts/

2010-08-17 Thread jbeard
Author: jbeard Date: Tue Aug 17 16:46:16 2010 New Revision: 986387 URL: http://svn.apache.org/viewvc?rev=986387&view=rev Log: Updated unit tests not to use Array.map internally. Modified: commons/sandbox/gsoc/2010/scxml-js/trunk/test/conditional_transition/scripts/unitTest.js commons/sa

svn commit: r986388 - in /commons/sandbox/gsoc/2010/scxml-js/trunk/src/xslt/backends/js: AbstractEnumeratedStatechartGenerator.xsl AbstractStatechartGenerator.xsl StatePatternStatechartGenerator.xsl

2010-08-17 Thread jbeard
Author: jbeard Date: Tue Aug 17 16:46:25 2010 New Revision: 986388 URL: http://svn.apache.org/viewvc?rev=986388&view=rev Log: Changed noIndexOf so that it does not add alter Array.prototype, but instead provides a function indexOf as a private method in the statechart constructor function. Modi

svn commit: r986386 - /commons/sandbox/gsoc/2010/scxml-js/trunk/src/xslt/backends/js/AbstractStatechartGenerator.xsl

2010-08-17 Thread jbeard
Author: jbeard Date: Tue Aug 17 16:45:58 2010 New Revision: 986386 URL: http://svn.apache.org/viewvc?rev=986386&view=rev Log: Removed reference to Array.some in favor of for loop. Modified: commons/sandbox/gsoc/2010/scxml-js/trunk/src/xslt/backends/js/AbstractStatechartGenerator.xsl Modifie

svn commit: r986385 - in /commons/sandbox/gsoc/2010/scxml-js/trunk/src/xslt/backends/js: AbstractEnumeratedStatechartGenerator.xsl AbstractStatechartGenerator.xsl StatePatternStatechartGenerator.xsl

2010-08-17 Thread jbeard
Author: jbeard Date: Tue Aug 17 16:45:45 2010 New Revision: 986385 URL: http://svn.apache.org/viewvc?rev=986385&view=rev Log: Removed references to Array.map in favor of for loop. Modified: commons/sandbox/gsoc/2010/scxml-js/trunk/src/xslt/backends/js/AbstractEnumeratedStatechartGenerator.xs

svn commit: r986382 - /commons/sandbox/gsoc/2010/scxml-js/trunk/src/xslt/backends/js/AbstractStatechartGenerator.xsl

2010-08-17 Thread jbeard
Author: jbeard Date: Tue Aug 17 16:45:19 2010 New Revision: 986382 URL: http://svn.apache.org/viewvc?rev=986382&view=rev Log: Intermediate commit. Removing functional methods (forEach,map,filter and some) and replacing them with for loops, which are faster. This commit will break support for IE o

svn commit: r986384 - /commons/sandbox/gsoc/2010/scxml-js/trunk/src/xslt/backends/js/AbstractStatechartGenerator.xsl

2010-08-17 Thread jbeard
Author: jbeard Date: Tue Aug 17 16:45:33 2010 New Revision: 986384 URL: http://svn.apache.org/viewvc?rev=986384&view=rev Log: Replaced functional filter expression. Modified: commons/sandbox/gsoc/2010/scxml-js/trunk/src/xslt/backends/js/AbstractStatechartGenerator.xsl Modified: commons/san

svn commit: r986381 - /commons/sandbox/gsoc/2010/scxml-js/trunk/src/javascript/scxml/cgf/SCXMLCompiler.js

2010-08-17 Thread jbeard
Author: jbeard Date: Tue Aug 17 16:45:05 2010 New Revision: 986381 URL: http://svn.apache.org/viewvc?rev=986381&view=rev Log: Added option preserve_newlines to the call to js_beautifier in SCXMLCompiler. Modified: commons/sandbox/gsoc/2010/scxml-js/trunk/src/javascript/scxml/cgf/SCXMLCompile

svn commit: r986380 - /commons/sandbox/gsoc/2010/scxml-js/trunk/build.js

2010-08-17 Thread jbeard
Author: jbeard Date: Tue Aug 17 16:44:57 2010 New Revision: 986380 URL: http://svn.apache.org/viewvc?rev=986380&view=rev Log: Removed reference to util module, which was deleted last commit. Modified: commons/sandbox/gsoc/2010/scxml-js/trunk/build.js Modified: commons/sandbox/gsoc/2010/scxml

svn commit: r986378 - in /commons/sandbox/gsoc/2010/scxml-js/trunk/src/javascript/scxml/cgf: util.js util/commandLine.js

2010-08-17 Thread jbeard
Author: jbeard Date: Tue Aug 17 16:44:47 2010 New Revision: 986378 URL: http://svn.apache.org/viewvc?rev=986378&view=rev Log: Refactoring: removed util.js and its references, as last remaining method toJsArray, could be expressed more succintly using new js idiom Array.prototype.slice.call Remo