svn commit: r1817445 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/SelectDirection.java

2017-12-07 Thread rwhitcomb
Author: rwhitcomb Date: Fri Dec 8 00:41:56 2017 New Revision: 1817445 URL: http://svn.apache.org/viewvc?rev=1817445&view=rev Log: PIVOT-891: Update the quickly obsolete Javadoc for SelectDirection. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/SelectDirection.java Modified: pivot/trun

svn commit: r1817444 - in /pivot/trunk: wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTextInputSkin.java wtk/src/org/apache/pivot/wtk/SelectDirection.java

2017-12-07 Thread rwhitcomb
Author: rwhitcomb Date: Fri Dec 8 00:32:42 2017 New Revision: 1817444 URL: http://svn.apache.org/viewvc?rev=1817444&view=rev Log: PIVOT-891: Add a new "SelectDirection" enum in preparation for updating the selection logic in TextArea and TextPane (which have four directions for selecting). Then

svn commit: r1817443 - in /pivot/trunk: wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTextAreaSkin.java wtk-terra/src/org/apache/pivot/wtk/skin/terra/terra_theme_defaults.json wtk/src/org/apache/

2017-12-07 Thread rwhitcomb
Author: rwhitcomb Date: Thu Dec 7 23:55:48 2017 New Revision: 1817443 URL: http://svn.apache.org/viewvc?rev=1817443&view=rev Log: PIVOT-1014: Update TextAreaSkin and TerraTextAreaSkin to use the default styles in the "terra_theme_defaults.json" file. There were some inconsistencies between these

svn commit: r1817442 - in /pivot/trunk: web/src/org/apache/pivot/web/ wtk/src/org/apache/pivot/wtk/

2017-12-07 Thread rwhitcomb
Author: rwhitcomb Date: Thu Dec 7 23:51:53 2017 New Revision: 1817442 URL: http://svn.apache.org/viewvc?rev=1817442&view=rev Log: PIVOT-1011: Naming the static classes as "List" doesn't work well because any subclass of the ".Adapter" class will also inherit the "List" class, which means that an

svn commit: r1817403 - in /pivot/trunk/tests/src/org/apache/pivot/tests: TerraTheme_test.json terra_theme_defaults_test.json terra_theme_styles_test.json

2017-12-07 Thread rwhitcomb
Author: rwhitcomb Date: Thu Dec 7 18:26:56 2017 New Revision: 1817403 URL: http://svn.apache.org/viewvc?rev=1817403&view=rev Log: PIVOT-1014: Update one of the test TerraTheme*.json files to add the new theme defaults and theme styles file name overrides, with comments as an example of how to cha

svn commit: r1817402 - in /pivot/trunk/core/src/org/apache/pivot/util/concurrent: SimpleExecutorService.java Task.java

2017-12-07 Thread rwhitcomb
Author: rwhitcomb Date: Thu Dec 7 17:57:51 2017 New Revision: 1817402 URL: http://svn.apache.org/viewvc?rev=1817402&view=rev Log: PIVOT-498: Make the default executor service for Task, TaskSequence, and TaskGroup into an "Executors.newCachedThreadPool()", instead of our simple service, which was

svn commit: r1817385 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/content/ListViewIndexBindMapping.java

2017-12-07 Thread rwhitcomb
Author: rwhitcomb Date: Thu Dec 7 15:38:53 2017 New Revision: 1817385 URL: http://svn.apache.org/viewvc?rev=1817385&view=rev Log: Tweak of ListViewIndexBindMapping to fix indents and to more generally support "Number" in the "indexOf" method (more than just "Integer"). Modified: pivot/trunk