[VOTE] Release Pivot 2.0 (take two)

2010-12-21 Thread Todd Volkert
All: The Pivot 2.0 release candidate #2 has been tagged, packaged, and is ready for a vote. The artifacts, RAT reports, and KEYS file can be found at http://people.apache.org/~tvolkert/dist/pivot/v2.0/. The tag from which the release artifacts were generated can be found at http://svn.apache.org/

[Cancelled] [VOTE] Release Pivot 2.0

2010-12-21 Thread Todd Volkert
On Sat, Dec 18, 2010 at 8:20 PM, Sandro Martini wrote: > Hi Greg, > thanks to you for the fast fix :-) ... > > Bye >

Re: TextAreaSkin

2010-12-21 Thread Chris Bartlett
Yeah, that's fine with me. On 21 December 2010 20:33, Greg Brown wrote: > > (Cut & paste from earlier email...) > > ... > > // To be called by any class extending this which wishes to use a custom > > skin > > public TextArea(Class componentClass) { > > installSkin(componentClass); > > setText("

Re: TextAreaSkin

2010-12-21 Thread Greg Brown
> (Cut & paste from earlier email...) > ... > // To be called by any class extending this which wishes to use a custom > skin > public TextArea(Class componentClass) { > installSkin(componentClass); > setText(""); > } > ... > This at least allows the subclassing of TextArea, but is not consistent w

Re: TextAreaSkin

2010-12-21 Thread Chris Bartlett
(Cut & paste from earlier email...) A simple [workaround] would be something like changing the TextArea constructors as follows // Single constructor to be replaced with 2 new constructors public TextArea() { installSkin(TextArea.class); setText(""); } ...becomes... // Default public TextArea()

Re: TextAreaSkin

2010-12-21 Thread Greg Brown
Can you remind me what the proposed fix is? Do you have a patch for it? On Dec 21, 2010, at 1:15 AM, Chris Bartlett wrote: > Greg, > > Is there time before the 2.0 vote to put in the constructor work-around I > suggested? I see there have been a few commits recently and see it as very > low ris

Re: TextAreaSkin

2010-12-21 Thread Greg Brown
I'd prefer to hold off until 2.0.1 - Todd just created the 2.0 tag, and we really need to get it out the door (we have a press release tentatively scheduled to go out the week of Jan 10). On Dec 21, 2010, at 1:15 AM, Chris Bartlett wrote: > Greg, > > Is there time before the 2.0 vote to put in

[jira] Updated: (PIVOT-682) Enable slide-in direction specification in the case of Sheet component

2010-12-21 Thread Chris Bartlett (JIRA)
Project: Pivot > Issue Type: Improvement > Components: wtk-terra > Environment: all >Reporter: Zsolt Putnoky > Fix For: 2.0.1 > > Attachments: 20101221.TerraSheetSkin.slide_direction.patch, > sheets_tutorial.jpg, sheets_t