[jira] Created: (PIVOT-588) In Skin json file, add alternate font/dimensions list

2010-08-05 Thread Sandro Martini (JIRA)
In Skin json file, add alternate font/dimensions list - Key: PIVOT-588 URL: https://issues.apache.org/jira/browse/PIVOT-588 Project: Pivot Issue Type: New Feature Components: wtk-

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

2010-08-05 Thread Sandro Martini (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12895870#action_12895870 ] Sandro Martini commented on PIVOT-579: -- Add also a file for Swing colors. > Provide a

[jira] Commented: (PIVOT-519) CSVSerializer does not trim values

2010-08-05 Thread Greg Brown (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12895861#action_12895861 ] Greg Brown commented on PIVOT-519: -- The current (trunk) version will only trim unquoted val

Re: [VOTE] Release Pivot 1.5.1

2010-08-05 Thread Greg Brown
OK - the CSVSerializer issue is now fixed, as is the Maven issue. Let's re-tag and regenerate the build - we can do another vote as soon as it is ready. Thanks Sandro! On Aug 5, 2010, at 5:53 PM, Sandro Martini wrote: > Hi to all, > sorry for the delay but I was in bed with flu ... > > My vote

[jira] Updated: (PIVOT-519) CSVSerializer does not trim values

2010-08-05 Thread Greg Brown (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Brown updated PIVOT-519: - Issue Type: Improvement (was: Bug) Fix Version/s: 2.0 (was: 1.5.1) > CSVSer

Re: Pivot with Google Guice

2010-08-05 Thread Sandro Martini
Hi Todd, I think that this would be a good addition, after Spring there is Guice (as popularity for DI containers). But do you think to put it inside Pivot (maybe under the skunk area), or directly from Guice people ? Bye, Sandro

Re: [VOTE] Release Pivot 1.5.1

2010-08-05 Thread Sandro Martini
Hi to all, sorry for the delay but I was in bed with flu ... My vote is: [-1] Don't publish because of the error in tests, my fear is that some other small problem is in this release. These are my tests: Test platform: Windows 7 at 64 bit, Sun JDK 6 Update 21 (64 bit), and Java Runtime 6 Upda

Re: center the text of header columns of tableView

2010-08-05 Thread Greg Brown
This is done (in trunk). On Aug 5, 2010, at 8:12 AM, Noel Grandin wrote: > > In theory, it should be easy enough for a developer to replace the header > renderer with something that does whatever > they want, displaying different stuff for each header. > > But in practice, the most common usag

[jira] Resolved: (PIVOT-587) Allow caller to specific table view header renderer on a per-column basis

2010-08-05 Thread Greg Brown (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Brown resolved PIVOT-587. -- Resolution: Fixed > Allow caller to specific table view header renderer on a per-column basis >

RE: Pivot with Google Guice

2010-08-05 Thread aappddeevv
This may be another good motivation for a dev wiki, people can post integration and other tricks. I remember that Hibernate has such a wiki (not quite sure the details actually of whether it is a wiki or not) that always had some tips and ideas for use cases that were not core, but helpful. -O

[jira] Created: (PIVOT-587) Allow caller to specific table view header renderer on a per-column basis

2010-08-05 Thread Greg Brown (JIRA)
Allow caller to specific table view header renderer on a per-column basis - Key: PIVOT-587 URL: https://issues.apache.org/jira/browse/PIVOT-587 Project: Pivot Issue Type

Re: center the text of header columns of tableView

2010-08-05 Thread Noel Grandin
In theory, it should be easy enough for a developer to replace the header renderer with something that does whatever they want, displaying different stuff for each header. But in practice, the most common usage is to override just one or two columns with something special, so I would say that,

Re: center the text of header columns of tableView

2010-08-05 Thread Greg Brown
The reason it is done automatically is because a developer may want to combine both icon-only and text headers in a table view, but TableViewHeader only supports only a single header data renderer that is common to all headers. As a result, the renderer needs to make some assumptions about how t