svn commit: r1587291 - in /pivot/trunk/wtk/src/org/apache/pivot/wtk/validation: ComparableRangeValidator.java ComparableValidator.java

2014-04-14 Thread rwhitcomb
Author: rwhitcomb Date: Mon Apr 14 19:22:40 2014 New Revision: 1587291 URL: http://svn.apache.org/r1587291 Log: Corrected a much more serious typo in ComparableRangeValidator. Removed some commented out code in ComparableValidator. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/validati

svn commit: r1587287 - in /pivot/trunk/wtk/src/org/apache/pivot/wtk/validation: ComparableRangeValidator.java IntRangeValidator.java LongRangeValidator.java

2014-04-14 Thread rwhitcomb
Author: rwhitcomb Date: Mon Apr 14 19:12:33 2014 New Revision: 1587287 URL: http://svn.apache.org/r1587287 Log: Some fixes for validators: * Minor typo in an error message in ComparableRangeValidator * Change the comparison logic in IntRangeValidator to use BigInteger for all compares, so that h

svn commit: r1587271 - /pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraVFSBrowserSkin.java

2014-04-14 Thread rwhitcomb
Author: rwhitcomb Date: Mon Apr 14 18:19:39 2014 New Revision: 1587271 URL: http://svn.apache.org/r1587271 Log: Noticed that sometimes a tooltip tries to get triggered on a non-existent row in the VFS File browser. So, protect against that by checking the result of tableView.getRowAt(y) to see if