Re: svn commit: r1022756 - in /pivot/trunk: tutorials/src/org/apache/pivot/tutorials/ wtk-terra/src/org/apache/pivot/wtk/skin/terra/

2010-10-14 Thread Sandro Martini
Ok, committed the delete, thanks. Uh, just a quick note: I've just attached a patch (here: https://issues.apache.org/jira/browse/PIVOT-579 ) also for the Terra package (JavaDoc file), so i can resolve the PIVOT-579. But here is really too late, so if it's not a problem I'd commit immediately also

Re: Feedback on First screenshots of Custom Colors (PIVOT-579)

2010-10-14 Thread Sandro Martini
Hi to all, some tweaking has been done on our custom colors files, in trunk. Now there are two versions of a Windows XP inspired style, a Windows 2000, one for Ubuntu, one for Mac OS X, and one for Swing. But attention: to try them, it's better to use the ColorSchemeBuilder Demo, because in the "K

[jira] Updated: (PIVOT-579) Provide additional Color schemes

2010-10-14 Thread Sandro Martini (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandro Martini updated PIVOT-579: - Attachment: patch_package.patch add some documentation in the Terra package JavaDoc file > Provid

Re: svn commit: r1022756 - in /pivot/trunk: tutorials/src/org/apache/pivot/tutorials/ wtk-terra/src/org/apache/pivot/wtk/skin/terra/

2010-10-14 Thread Greg Brown
> note that in this commit I have put the following file: > pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTheme_dark.json > > ... > Note that the same version is present under tutorials, and also > TerraTheme_test.json but both files are no more used there, so is it > Ok to delete

Fwd: svn commit: r1022756 - in /pivot/trunk: tutorials/src/org/apache/pivot/tutorials/ wtk-terra/src/org/apache/pivot/wtk/skin/terra/

2010-10-14 Thread Sandro Martini
Hi to all, note that in this commit I have put the following file: pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTheme_dark.json (without doing this I wasn't unable to launch ColorSchemeBuilder with that scheme to make some tests). Note that the same version is present under tu

[jira] Commented: (PIVOT-500) JNLP demos that use signed JARs fail to launch

2010-10-14 Thread Sandro Martini (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12921167#action_12921167 ] Sandro Martini commented on PIVOT-500: -- Postpone to 2.1 because JNLP links should be r

[jira] Updated: (PIVOT-499) Kitchen Sink demo launched via JNLP produces console error re: width and height args

2010-10-14 Thread Sandro Martini (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandro Martini updated PIVOT-499: - Fix Version/s: (was: 2.0) 2.1 Re-targeting to 2.1 because JNLP links should

[jira] Resolved: (PIVOT-245) In Skin json file, add optional coefficients for darkening and brightening base colors

2010-10-14 Thread Sandro Martini (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandro Martini resolved PIVOT-245. -- Resolution: Fixed solved > In Skin json file, add optional coefficients for darkening and brigh

[jira] Updated: (PIVOT-245) In Skin json file, add optional coefficients for darkening and brightening base colors

2010-10-14 Thread Sandro Martini (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandro Martini updated PIVOT-245: - Attachment: (was: patch_TerraTheme_dark_sample.txt) > In Skin json file, add optional coeffici

[jira] Updated: (PIVOT-245) In Skin json file, add optional coefficients for darkening and brightening base colors

2010-10-14 Thread Sandro Martini (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandro Martini updated PIVOT-245: - Attachment: (was: patch2.txt) > In Skin json file, add optional coefficients for darkening and

[jira] Closed: (PIVOT-245) In Skin json file, add optional coefficients for darkening and brightening base colors

2010-10-14 Thread Sandro Martini (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandro Martini closed PIVOT-245. Resolved, so now I close it. > In Skin json file, add optional coefficients for darkening and brighten

Re: RowEditor and db

2010-10-14 Thread Todd Volkert
Just to make sure I understand the change, this means that in order to (a) get notified when the changes are actually saved to the model or (b) to perform any validation, you'd subclass a stock editor to get hooks into those window events? If so, sounds good to me. I just want to make sure this c

Re: RowEditor and db

2010-10-14 Thread Greg Brown
Not that I can see. On Oct 14, 2010, at 2:26 PM, Todd Volkert wrote: > Is there any loss of functionality over the old API? > > On Thu, Oct 14, 2010 at 1:11 PM, Greg Brown wrote: > I just validated this approach with TableView.RowEditor. I ran into some > minor issues with non-text cell editor

Re: RowEditor and db

2010-10-14 Thread Todd Volkert
Is there any loss of functionality over the old API? On Thu, Oct 14, 2010 at 1:11 PM, Greg Brown wrote: > I just validated this approach with TableView.RowEditor. I ran into some > minor issues with non-text cell editors, but I don't think they are related > to the API change (probably just some

Re: RowEditor and db

2010-10-14 Thread Greg Brown
I just validated this approach with TableView.RowEditor. I ran into some minor issues with non-text cell editors, but I don't think they are related to the API change (probably just some error in my code - I ported the class pretty quickly). Todd can probably resolve them pretty quickly. At thi

Re: RowEditor and db

2010-10-14 Thread Greg Brown
FYI, I have applied this approach to TreeView and it seems to work fine - I'll try updating TableView next. On Oct 14, 2010, at 11:56 AM, Greg Brown wrote: > I just looked into this a bit more closely. I definitely see what you mean > about the ease of use issue - I think the current editor API

Re: RowEditor and db

2010-10-14 Thread Greg Brown
I just looked into this a bit more closely. I definitely see what you mean about the ease of use issue - I think the current editor API is probably a bit more complex than it needs to be. I just prototyped a simpler version for ListView.ItemEditor that I think will also work for TableView and T

[Cancelled] [Vote] Release Pivot 1.5.2

2010-10-14 Thread Todd Volkert
I'm going to re-generate the artifacts to pick up a few recent bug fixes. -T

[jira] Resolved: (PIVOT-651) unexpected layout in row editor

2010-10-14 Thread Greg Brown (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Brown resolved PIVOT-651. -- Resolution: Fixed Fix Version/s: 2.0 1.5.2 > unexpected layout in row editor >

[jira] Commented: (PIVOT-652) Missing days in French localization of CalendarButton

2010-10-14 Thread Greg Brown (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12920935#action_12920935 ] Greg Brown commented on PIVOT-652: -- If you build Pivot 1.5.2 or 2.0 from source, this issue

[jira] Resolved: (PIVOT-652) Missing days in French localization of CalendarButton

2010-10-14 Thread Greg Brown (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Brown resolved PIVOT-652. -- Resolution: Fixed Fix Version/s: 2.0 1.5.2 > Missing days in French localizati

[jira] Updated: (PIVOT-652) Missing days in French localization of CalendarButton

2010-10-14 Thread A.J. (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A.J. updated PIVOT-652: --- Attachment: missing_day_in_french_calendar.jpg the 1st day of september is missing > Missing days in French localizat

[jira] Created: (PIVOT-652) Missing days in French localization of CalendarButton

2010-10-14 Thread A.J. (JIRA)
Missing days in French localization of CalendarButton - Key: PIVOT-652 URL: https://issues.apache.org/jira/browse/PIVOT-652 Project: Pivot Issue Type: Bug Components: wtk-terra