svn commit: r1703293 - in /pivot/trunk: ./ build.xml

2015-09-15 Thread rwhitcomb
Author: rwhitcomb Date: Tue Sep 15 21:18:41 2015 New Revision: 1703293 URL: http://svn.apache.org/r1703293 Log: Code cleanup: After the last change to copy some more of the resources into place so tutorials and tests can run directly, that broke the .jar packaging (caught by the Jenkins jar signi

svn commit: r1703292 - /pivot/branches/2.0.x/build.xml

2015-09-15 Thread rwhitcomb
Author: rwhitcomb Date: Tue Sep 15 21:15:49 2015 New Revision: 1703292 URL: http://svn.apache.org/r1703292 Log: Code cleanup: After the last change to copy some more of the resources into place so tutorials and tests can run directly, that broke the .jar packaging (caught by the Jenkins jar signi

svn commit: r1703278 - /pivot/branches/2.0.x/tests/src/org/apache/pivot/tests/issues/Pivot951.java

2015-09-15 Thread rwhitcomb
Author: rwhitcomb Date: Tue Sep 15 19:43:06 2015 New Revision: 1703278 URL: http://svn.apache.org/r1703278 Log: PIVOT-951: Update the test program to specifically test for double click (i.e., count == 2) and to display a different message for counts beyond that. Modified: pivot/branches/2.0.

svn commit: r1703277 - in /pivot/trunk: ./ build.xml

2015-09-15 Thread rwhitcomb
Author: rwhitcomb Date: Tue Sep 15 19:32:49 2015 New Revision: 1703277 URL: http://svn.apache.org/r1703277 Log: Code cleanup: Reorganize the "build.xml" so that the tests are compiled after everything else, in case there are new methods that the tests depend on that won't compile until the core/w

svn commit: r1703276 - /pivot/branches/2.0.x/build.xml

2015-09-15 Thread rwhitcomb
Author: rwhitcomb Date: Tue Sep 15 19:28:47 2015 New Revision: 1703276 URL: http://svn.apache.org/r1703276 Log: Code cleanup: Reorganize the "build.xml" so that the tests are compiled after everything else, in case there are new methods that the tests depend on that won't compile until the core/w

svn commit: r1703273 - /pivot/branches/2.0.x/tutorials/src/org/apache/pivot/tutorials/calculator/Calculator.java

2015-09-15 Thread rwhitcomb
Author: rwhitcomb Date: Tue Sep 15 18:53:44 2015 New Revision: 1703273 URL: http://svn.apache.org/r1703273 Log: PIVOT-972: Update the Calculator tutorial to work around a "javac" bug where an interface method called on an enum constant is not found by the compiler. Cast the enum value to the int

svn commit: r1703267 - in /pivot/branches/2.0.x: ./ tutorials/src/org/apache/pivot/tutorials/calculator/Calculator.java tutorials/src/org/apache/pivot/tutorials/calculator/calculator_styles.json

2015-09-15 Thread rwhitcomb
Author: rwhitcomb Date: Tue Sep 15 17:47:28 2015 New Revision: 1703267 URL: http://svn.apache.org/r1703267 Log: PIVOT-972: Fix some more bugs with the calculator tutorial: * Implement the difference between "Clear" and "All Clear". * Highlight the current operator button (by changing border color

svn commit: r1703266 - in /pivot/branches/2.0.x: ./ tutorials/src/org/apache/pivot/tutorials/calculator/Calculator.java

2015-09-15 Thread rwhitcomb
Author: rwhitcomb Date: Tue Sep 15 17:44:38 2015 New Revision: 1703266 URL: http://svn.apache.org/r1703266 Log: PIVOT-972: Fix a bug with percent calculations in the Calculator tutorial application. This is a merge of revision 1688306 from trunk to branches/2.0.x. Modified: pivot/branches/

svn commit: r1703265 - in /pivot/branches/2.0.x: ./ tutorials/src/org/apache/pivot/tutorials/calculator/ wtk/src/org/apache/pivot/wtk/

2015-09-15 Thread rwhitcomb
Author: rwhitcomb Date: Tue Sep 15 17:42:25 2015 New Revision: 1703265 URL: http://svn.apache.org/r1703265 Log: PIVOT-972: Add a small tutorial application: a simple calculator app, to demonstrate keyboard mappings and action mappings. This is the first cut of the app, which works, except for s

svn commit: r1703262 - in /pivot/branches/2.0.x: ./ tutorials/src/org/apache/pivot/tutorials/calculator/

2015-09-15 Thread rwhitcomb
Author: rwhitcomb Date: Tue Sep 15 17:37:26 2015 New Revision: 1703262 URL: http://svn.apache.org/r1703262 Log: Adding a new calculator directory to Pivot tutorials. This is a merge of revision 1687873 from trunk to branches/2.0.x. Added: pivot/branches/2.0.x/tutorials/src/org/apache/pivot/