[jira] [Updated] (PIVOT-276) Add a GridView component

2011-08-12 Thread Edvin Syse (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edvin Syse updated PIVOT-276: - Attachment: GridView.patch New version that fixes: - Import error in last patch - Arrow keys for

[jira] [Updated] (PIVOT-276) Add a GridView component

2011-08-12 Thread Edvin Syse (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edvin Syse updated PIVOT-276: - Attachment: (was: GridView.patch) Add a GridView component

[jira] [Commented] (PIVOT-774) Selection bug in TextArea

2011-08-03 Thread Edvin Syse (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13078761#comment-13078761 ] Edvin Syse commented on PIVOT-774: -- Noel, I think rev 1153480 stops the scroll timer

[jira] [Commented] (PIVOT-774) Selection bug in TextArea

2011-07-23 Thread Edvin Syse (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13070017#comment-13070017 ] Edvin Syse commented on PIVOT-774: -- I understand. When you said the right fix probably

[jira] [Updated] (PIVOT-774) Selection bug in TextArea

2011-07-21 Thread Edvin Syse (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edvin Syse updated PIVOT-774: - Attachment: TextAreaSelectionFix.patch Path to correct the selection behavior of TextArea. The check I

[jira] [Commented] (PIVOT-774) Selection bug in TextArea

2011-07-21 Thread Edvin Syse (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13069160#comment-13069160 ] Edvin Syse commented on PIVOT-774: -- You might be correct :) It seems to be stopped on

[jira] [Updated] (PIVOT-774) Selection bug in TextArea

2011-07-21 Thread Edvin Syse (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edvin Syse updated PIVOT-774: - Comment: was deleted (was: Hm.. I took another look. This shouldn't prevent the scrollTimer from being

[jira] [Commented] (PIVOT-774) Selection bug in TextArea

2011-07-21 Thread Edvin Syse (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13069173#comment-13069173 ] Edvin Syse commented on PIVOT-774: -- That could be remedied by doing: if (y =

[jira] [Commented] (PIVOT-774) Selection bug in TextArea

2011-07-21 Thread Edvin Syse (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13069192#comment-13069192 ] Edvin Syse commented on PIVOT-774: -- That might be difficult if the mouse is outside of the

[jira] [Commented] (PIVOT-751) TabPaneSelectionListener#selectedIndexChanged called twice when first tab is inserted

2011-07-15 Thread Edvin Syse (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13065790#comment-13065790 ] Edvin Syse commented on PIVOT-751: -- Yes, I was also quite surprised that there were no

[jira] [Created] (PIVOT-771) getSelectedIndex()/getSelectedPath() in TreeView, ListView and TableView should not throw Exception when in SelectMode.MULTI

2011-07-14 Thread Edvin Syse (JIRA)
getSelectedIndex()/getSelectedPath() in TreeView, ListView and TableView should not throw Exception when in SelectMode.MULTI Key: PIVOT-771

[jira] [Updated] (PIVOT-771) getSelectedIndex()/getSelectedPath() in TreeView, ListView and TableView should not throw Exception when in SelectMode.MULTI

2011-07-14 Thread Edvin Syse (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edvin Syse updated PIVOT-771: - Attachment: getSelectedReturnsFirstSelected.patch Path to remove the exception and delegate to

[jira] [Updated] (PIVOT-276) Add a GridView component

2011-07-13 Thread Edvin Syse (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edvin Syse updated PIVOT-276: - Attachment: GridView.patch Add a GridView component Key:

[jira] [Updated] (PIVOT-276) Add a GridView component

2011-07-13 Thread Edvin Syse (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edvin Syse updated PIVOT-276: - Attachment: (was: GridView.patch) Add a GridView component

[jira] [Updated] (PIVOT-770) Parameterize ListView, TableView and TreeView getters and setters for ListData

2011-07-13 Thread Edvin Syse (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edvin Syse updated PIVOT-770: - Attachment: Parameterize-GetAndSetListData.patch The pach also touches some other files that did casts

[jira] [Updated] (PIVOT-765) Reintroduce WindowStateListener#previewWindowOpen

2011-06-30 Thread Edvin Syse (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edvin Syse updated PIVOT-765: - Attachment: Pivot765-test.patch This test will show an Alert when you click the MenuButton unless

[jira] [Commented] (PIVOT-764) BeanAdapter should support Map objects

2011-06-27 Thread Edvin Syse (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13055399#comment-13055399 ] Edvin Syse commented on PIVOT-764: -- I don't have commit rights yet, waiting for Greg to

[jira] [Commented] (PIVOT-761) Test a more generic Validation approach on fields and Containers (Forms, etc)

2011-06-27 Thread Edvin Syse (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13055509#comment-13055509 ] Edvin Syse commented on PIVOT-761: -- What if Component#addValidator(Validator) adds

[jira] [Commented] (PIVOT-761) Test a more generic Validation approach on fields and Containers (Forms, etc)

2011-06-27 Thread Edvin Syse (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13055520#comment-13055520 ] Edvin Syse commented on PIVOT-761: -- Yes, and I think it should, because all components can

[jira] [Updated] (PIVOT-764) BeanAdapter should support Map objects

2011-06-24 Thread Edvin Syse (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edvin Syse updated PIVOT-764: - Attachment: JSON-java_util_Map-support.patch Patch against JSON to support java.util.Map. BeanAdapter

[jira] [Updated] (PIVOT-764) BeanAdapter should support Map objects

2011-06-24 Thread Edvin Syse (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edvin Syse updated PIVOT-764: - Attachment: (was: BeanAdapter-Map-support.patch) BeanAdapter should support Map objects

[jira] [Created] (PIVOT-765) Reintroduce WindowStateListener#previewWindowOpen

2011-06-24 Thread Edvin Syse (JIRA)
Reintroduce WindowStateListener#previewWindowOpen - Key: PIVOT-765 URL: https://issues.apache.org/jira/browse/PIVOT-765 Project: Pivot Issue Type: New Feature Components: wtk

[jira] [Updated] (PIVOT-765) Reintroduce WindowStateListener#previewWindowOpen

2011-06-24 Thread Edvin Syse (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edvin Syse updated PIVOT-765: - Attachment: WindowStateListener-previewWindowOpen.patch Reintroduce

[jira] [Updated] (PIVOT-765) Reintroduce WindowStateListener#previewWindowOpen

2011-06-24 Thread Edvin Syse (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edvin Syse updated PIVOT-765: - Attachment: (was: WindowStateListener-previewWindowOpen.patch) Reintroduce

[jira] [Updated] (PIVOT-765) Reintroduce WindowStateListener#previewWindowOpen

2011-06-24 Thread Edvin Syse (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edvin Syse updated PIVOT-765: - Attachment: WindowStatelistener-previewWindowOpen.patch New patch that also reintroduces the opening

[jira] [Updated] (PIVOT-764) BeanAdapter should support Map objects

2011-06-23 Thread Edvin Syse (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edvin Syse updated PIVOT-764: - Attachment: (was: BeanAdapter-Map-Support.patch) BeanAdapter should support Map objects

[jira] [Updated] (PIVOT-764) BeanAdapter should support Map objects

2011-06-23 Thread Edvin Syse (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edvin Syse updated PIVOT-764: - Attachment: JSON-java_util_Map-support.patch Patch against JSON to support java.util.Map BeanAdapter

[jira] [Reopened] (PIVOT-764) BeanAdapter should support Map objects

2011-06-23 Thread Edvin Syse (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edvin Syse reopened PIVOT-764: -- After discussion on the user list, and suggestion from Sandro, I've reopened this ticket and attached a

[jira] [Commented] (PIVOT-764) BeanAdapter should support Map objects

2011-06-23 Thread Edvin Syse (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13053813#comment-13053813 ] Edvin Syse commented on PIVOT-764: -- Yes, I mentioned that on the mailinglist. What would

[jira] [Updated] (PIVOT-764) BeanAdapter should support Map objects

2011-06-23 Thread Edvin Syse (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edvin Syse updated PIVOT-764: - Attachment: BeanAdapter-Map-support.patch Patch with better local variable name (adapter) BeanAdapter

[jira] [Updated] (PIVOT-764) BeanAdapter should support Map objects

2011-06-23 Thread Edvin Syse (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edvin Syse updated PIVOT-764: - Attachment: (was: JSON-java_util_Map-support.patch) BeanAdapter should support Map objects

[jira] [Commented] (PIVOT-764) BeanAdapter should support Map objects

2011-06-23 Thread Edvin Syse (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13053880#comment-13053880 ] Edvin Syse commented on PIVOT-764: -- I think adapter sounds better, map is more generic :)

[jira] [Updated] (PIVOT-764) BeanAdapter should support Map objects

2011-06-22 Thread Edvin Syse (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edvin Syse updated PIVOT-764: - Attachment: BeanAdapter-Map-Support.patch Patch that adds Map support to BeanAdapter. (IntelliJ IDEA

[jira] [Commented] (PIVOT-764) BeanAdapter should support Map objects

2011-06-22 Thread Edvin Syse (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13053476#comment-13053476 ] Edvin Syse commented on PIVOT-764: -- How can I use JSON.get() with TableView to overcome

[jira] [Commented] (PIVOT-764) BeanAdapter should support Map objects

2011-06-22 Thread Edvin Syse (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13053485#comment-13053485 ] Edvin Syse commented on PIVOT-764: -- I think I wasn't clear on that my domain object, and

[jira] [Created] (PIVOT-757) ScrollPane paints over columnHeader if header has no background

2011-06-14 Thread Edvin Syse (JIRA)
ScrollPane paints over columnHeader if header has no background --- Key: PIVOT-757 URL: https://issues.apache.org/jira/browse/PIVOT-757 Project: Pivot Issue Type: Bug

[jira] [Updated] (PIVOT-757) ScrollPane paints over columnHeader if header has no background

2011-06-14 Thread Edvin Syse (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edvin Syse updated PIVOT-757: - Attachment: headerbug.png scrollpane-header-bug.zip Test case to trigger the bug and a

[jira] [Created] (PIVOT-751) TabPaneSelectionListener#selectedIndexChanged called twice when first tab is inserted

2011-06-06 Thread Edvin Syse (JIRA)
TabPaneSelectionListener#selectedIndexChanged called twice when first tab is inserted - Key: PIVOT-751 URL: https://issues.apache.org/jira/browse/PIVOT-751 Project:

[jira] [Commented] (PIVOT-747) pivot blocking edt

2011-05-31 Thread Edvin Syse (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13041484#comment-13041484 ] Edvin Syse commented on PIVOT-747: -- Nice, that should do it. But if you really need to

[jira] [Commented] (PIVOT-747) pivot blocking edt

2011-05-31 Thread Edvin Syse (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13041487#comment-13041487 ] Edvin Syse commented on PIVOT-747: -- Actually, an even cleaner approach would probably be

[jira] [Commented] (PIVOT-747) pivot blocking edt

2011-05-30 Thread Edvin Syse (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13041104#comment-13041104 ] Edvin Syse commented on PIVOT-747: -- I don't think this is enough for Java WebStart. The

[jira] [Commented] (PIVOT-747) pivot blocking edt

2011-05-30 Thread Edvin Syse (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13041106#comment-13041106 ] Edvin Syse commented on PIVOT-747: -- Sorry, I checked out from trunk, but it seems the

[jira] [Commented] (PIVOT-747) pivot blocking edt

2011-05-29 Thread Edvin Syse (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13040754#comment-13040754 ] Edvin Syse commented on PIVOT-747: -- I can confirm the same problem. When I deploy with

[jira] [Commented] (PIVOT-397) maven archetype for a minimal pivot application, to use as a starting point

2011-05-26 Thread Edvin Syse (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13039650#comment-13039650 ] Edvin Syse commented on PIVOT-397: -- Let's say a user includes a java-file to be used as a

[jira] [Commented] (PIVOT-397) maven archetype for a minimal pivot application, to use as a starting point

2011-05-23 Thread Edvin Syse (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13037864#comment-13037864 ] Edvin Syse commented on PIVOT-397: -- I agree with all your points. I did this in 10 minutes

[jira] [Updated] (PIVOT-397) maven archetype for a minimal pivot application, to use as a starting point

2011-05-23 Thread Edvin Syse (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edvin Syse updated PIVOT-397: - Attachment: pivot-archetype-quickstart.zip Performed the following changes: * Renamed to

[jira] [Updated] (PIVOT-397) maven archetype for a minimal pivot application, to use as a starting point

2011-05-22 Thread Edvin Syse (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edvin Syse updated PIVOT-397: - Attachment: pivot-quickstart.zip Pivot 2.0 quickstart archetype maven archetype for a minimal pivot

[jira] [Commented] (PIVOT-397) maven archetype for a minimal pivot application, to use as a starting point

2011-05-22 Thread Edvin Syse (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13037669#comment-13037669 ] Edvin Syse commented on PIVOT-397: -- I created a quickstart archetype for Pivot 2.0 that

[jira] [Commented] (PIVOT-744) ListView with SelectMode.Multi does not allow deselection when all elements are selected

2011-05-19 Thread Edvin Syse (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13036046#comment-13036046 ] Edvin Syse commented on PIVOT-744: -- My patch is NOT changing the behavior you describe, my

[jira] [Updated] (PIVOT-744) ListView with SelectMode.Multi does not allow deselection when all elements are selected

2011-05-15 Thread Edvin Syse (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edvin Syse updated PIVOT-744: - Attachment: TerraListViewSkinDeselect.patch Patch to allow deselection with keyboard when all elements

[jira] [Created] (PIVOT-744) ListView with SelectMode.Multi does not allow deselection when all elements are selected

2011-05-15 Thread Edvin Syse (JIRA)
ListView with SelectMode.Multi does not allow deselection when all elements are selected Key: PIVOT-744 URL: https://issues.apache.org/jira/browse/PIVOT-744