svn commit: r1366564 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/effects/ScaleDecorator.java

2012-07-27 Thread rwhitcomb
Author: rwhitcomb Date: Fri Jul 27 22:46:09 2012 New Revision: 1366564 URL: http://svn.apache.org/viewvc?rev=1366564&view=rev Log: Merging revision 1366562 from 2.0.x branch to trunk. Pivot-783: ScaleDecorator doesn't repaint component when scale changes. Added Javadoc to the ScaleDecorator clas

svn commit: r1366562 - /pivot/branches/2.0.x/wtk/src/org/apache/pivot/wtk/effects/ScaleDecorator.java

2012-07-27 Thread rwhitcomb
Author: rwhitcomb Date: Fri Jul 27 22:42:37 2012 New Revision: 1366562 URL: http://svn.apache.org/viewvc?rev=1366562&view=rev Log: Pivot-783: ScaleDecorator doesn't repaint component when scale changes. Added Javadoc to the ScaleDecorator class to document how to make the repaint happen (by calli

svn commit: r1366556 - /pivot/branches/2.0.x/wtk/src/org/apache/pivot/wtk/content/TableViewImageCellRenderer.java

2012-07-27 Thread rwhitcomb
Author: rwhitcomb Date: Fri Jul 27 22:05:48 2012 New Revision: 1366556 URL: http://svn.apache.org/viewvc?rev=1366556&view=rev Log: Merge revision 1366553 from trunk to 2.0.x branch. PIVOT-679: TableViewImageCellRenderer should render disabled rows with opacity 0.5f. Modified: pivot/branch

svn commit: r1366553 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/content/TableViewImageCellRenderer.java

2012-07-27 Thread rwhitcomb
Author: rwhitcomb Date: Fri Jul 27 22:03:01 2012 New Revision: 1366553 URL: http://svn.apache.org/viewvc?rev=1366553&view=rev Log: PIVOT-679: TableViewImageCellRenderer should render disabled rows with opacity 0.5f. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/content/TableViewImageC

svn commit: r1366540 - /pivot/branches/2.0.x/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraExpanderSkin.java

2012-07-27 Thread rwhitcomb
Author: rwhitcomb Date: Fri Jul 27 21:22:45 2012 New Revision: 1366540 URL: http://svn.apache.org/viewvc?rev=1366540&view=rev Log: Merge revision 1366538 to 2.0.x branch. Revise previous fix for Pivot-860: don't need to add the ComponentStateListener (already done by superclass). Modified:

svn commit: r1366538 - /pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraExpanderSkin.java

2012-07-27 Thread rwhitcomb
Author: rwhitcomb Date: Fri Jul 27 21:18:18 2012 New Revision: 1366538 URL: http://svn.apache.org/viewvc?rev=1366538&view=rev Log: Revise previous fix for Pivot-860: don't need to add the ComponentStateListener (already done by superclass). Modified: pivot/trunk/wtk-terra/src/org/apache/pi

svn commit: r1366523 - /pivot/branches/2.0.x/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraExpanderSkin.java

2012-07-27 Thread rwhitcomb
Author: rwhitcomb Date: Fri Jul 27 20:28:35 2012 New Revision: 1366523 URL: http://svn.apache.org/viewvc?rev=1366523&view=rev Log: Merging revision 1366521 from trunk to branches/2.0.x PIVOT-860: CPU usage at 100% when displaying an Expander. The TerraExpanderSkin.paint method was calling "setTi

svn commit: r1366521 - /pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraExpanderSkin.java

2012-07-27 Thread rwhitcomb
Author: rwhitcomb Date: Fri Jul 27 20:18:47 2012 New Revision: 1366521 URL: http://svn.apache.org/viewvc?rev=1366521&view=rev Log: PIVOT-860: CPU usage at 100% when displaying an Expander. The TerraExpanderSkin.paint method was calling "setTitleBarColor" because of the color change before and aft

svn commit: r1366422 - in /pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra: TerraFileBrowserSheetSkin.java terra_file_browser_sheet_skin.bxml

2012-07-27 Thread smartini
Author: smartini Date: Fri Jul 27 15:34:38 2012 New Revision: 1366422 URL: http://svn.apache.org/viewvc?rev=1366422&view=rev Log: merge fixes from 2.0.x Modified: pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraFileBrowserSheetSkin.java pivot/trunk/wtk-terra/src/org/apach

svn commit: r1366416 - in /pivot/branches/2.0.x/wtk-terra/src/org/apache/pivot/wtk/skin/terra: TerraFileBrowserSheetSkin.java terra_file_browser_sheet_skin.bxml

2012-07-27 Thread smartini
Author: smartini Date: Fri Jul 27 15:22:41 2012 New Revision: 1366416 URL: http://svn.apache.org/viewvc?rev=1366416&view=rev Log: PIVOT-865: Crash in TerraFileBrowserSheetSkin when specifying a relative path and file name in the SAVE_AS mode text input field. This is also a follow-on to PIVOT-825