Fwd: Small things by FindBugs

2010-09-03 Thread Sandro Martini
Sorry, some other small things: tutorials/src/org/apache/pivot/tutorials/webqueries/Expenses.java:45 Write to static field org.apache.pivot.tutorials.webqueries.Expenses.instance from instance method new org.apache.pivot.tutorials.webqueries.Expenses() tests/src/org/apache/pivot/tests/sql/ResultL

Small things by FindBugs

2010-09-03 Thread Sandro Martini
Hi to all, some little things found by FindBugs: core/src/org/apache/pivot/beans/BXMLSerializer.java:979 Load of known null value core/src/org/apache/pivot/beans/BXMLSerializer.java:315 Method org.apache.pivot.beans.BXMLSerializer$1.putAll(Map) makes inefficient use of keySet iterator instead of e

Images as Buttons

2010-09-03 Thread Sandro Martini
Hi to all, I've seen an application running on Touch Screens (big, for Desktops, not for Mobile, but this is not the point), where many navigations was done with (mid / large) Images (as buttons), so I was wondering it this is possible with Pivot ... I know that we have Buttons with Images, but in

[jira] Resolved: (PIVOT-627) Painting RadioButton with null ButtonData

2010-09-03 Thread Greg Brown (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Brown resolved PIVOT-627. -- Fix Version/s: 1.5.2 2.0 Resolution: Fixed Very good catch. RadioButton was re

[jira] Commented: (PIVOT-626) Add "userData" member to TreeNode to facilitate right-click menu handling (among other things)

2010-09-03 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12906084#action_12906084 ] Roger Whitcomb commented on PIVOT-626: -- Cool. Thank you. Yeah, I added the "String" se

[jira] Resolved: (PIVOT-626) Add "userData" member to TreeNode to facilitate right-click menu handling (among other things)

2010-09-03 Thread Greg Brown (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Brown resolved PIVOT-626. -- Fix Version/s: 2.0 Resolution: Fixed Patch applied (I removed the redundant String setter, though

[jira] Created: (PIVOT-627) Painting RadioButton with null ButtonData

2010-09-03 Thread Masaki Uno (JIRA)
Painting RadioButton with null ButtonData - Key: PIVOT-627 URL: https://issues.apache.org/jira/browse/PIVOT-627 Project: Pivot Issue Type: Improvement Components: wtk-terra Affects Versio

[jira] Updated: (PIVOT-626) Add "userData" member to TreeNode to facilitate right-click menu handling (among other things)

2010-09-03 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Whitcomb updated PIVOT-626: - Attachment: userdata.diff This is an SVN diff that implements this change. It builds fine and see

[jira] Created: (PIVOT-626) Add "userData" member to TreeNode to facilitate right-click menu handling (among other things)

2010-09-03 Thread Roger Whitcomb (JIRA)
Add "userData" member to TreeNode to facilitate right-click menu handling (among other things) -- Key: PIVOT-626 URL: https://issues.apache.org/jira/browse/PIVOT-626

[jira] Resolved: (PIVOT-487) Pivot doesn't start in turkish locale (and other locales)

2010-09-03 Thread Noel Grandin (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noel Grandin resolved PIVOT-487. Assignee: Noel Grandin Resolution: Fixed > Pivot doesn't start in turkish locale (and other lo

[jira] Resolved: (PIVOT-625) Enable item deselection in list based controls (ListView, TableView, TreeView)

2010-09-03 Thread Noel Grandin (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noel Grandin resolved PIVOT-625. Assignee: Noel Grandin Fix Version/s: 2.0 Resolution: Fixed > Enable item deselectio

[jira] Commented: (PIVOT-592) Add a TabPane#getTabAt() method that delegates to the skin

2010-09-03 Thread Greg Brown (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12905919#action_12905919 ] Greg Brown commented on PIVOT-592: -- This method would take x and y values and map them to a

[jira] Commented: (PIVOT-592) Add a TabPane#getTabAt() method that delegates to the skin

2010-09-03 Thread Noel Grandin (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12905907#action_12905907 ] Noel Grandin commented on PIVOT-592: What was the reason for this request? TabPane.getT

[jira] Commented: (PIVOT-559) use a PivotStyle annotation to help identify style properties on objects

2010-09-03 Thread Noel Grandin (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12905905#action_12905905 ] Noel Grandin commented on PIVOT-559: I can't see the point of most of this. AffectsPain

[jira] Created: (PIVOT-625) Enable item deselection in list based controls (ListView, TableView, TreeView)

2010-09-03 Thread A.J. (JIRA)
Enable item deselection in list based controls (ListView, TableView, TreeView) -- Key: PIVOT-625 URL: https://issues.apache.org/jira/browse/PIVOT-625 Project: Pivot