You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Andrus Adamchik (JIRA)" <ji...@apache.org> on 2008/12/22 10:41:11 UTC

[jira] Created: (CAY-1156) Modeler search improvement

Modeler search improvement
--------------------------

                 Key: CAY-1156
                 URL: https://issues.apache.org/cayenne/browse/CAY-1156
             Project: Cayenne
          Issue Type: Improvement
          Components: CayenneModeler GUI
    Affects Versions: 3.0M5
            Reporter: Andrus Adamchik
            Assignee: Andrus Adamchik
             Fix For: 3.0M6


The search dialog can be improved in a number of ways, such as:

* prevent search string disappearance when search dialog is opened, so that the same search could be rerun multiple times
* allow keyboard search result selection
* if only one result is found, do not open a dialog, but go to the result directly

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CAY-1156) Modeler search improvement

Posted by "Andrus Adamchik (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/cayenne/browse/CAY-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13215#action_13215 ] 

Andrus Adamchik commented on CAY-1156:
--------------------------------------

I committed the second patch. Still there's a few remaining issues:

1. When selecting a row with a mouse, the dialog shouldn't scroll up , and should remain in place.
2. When scrolling with a keyboard, there is a text flicker (i think caused by resizing of selected and unselected rows due to the font change)


> Modeler search improvement
> --------------------------
>
>                 Key: CAY-1156
>                 URL: https://issues.apache.org/cayenne/browse/CAY-1156
>             Project: Cayenne
>          Issue Type: Improvement
>          Components: CayenneModeler GUI
>    Affects Versions: 3.0M5
>            Reporter: Andrus Adamchik
>            Assignee: Andrus Adamchik
>             Fix For: 3.0M6
>
>         Attachments: patch.txt, patch_1.txt
>
>
> The search dialog can be improved in a number of ways, such as:
> * prevent search string disappearance when search dialog is opened, so that the same search could be rerun multiple times
> * allow keyboard search result selection
> * if only one result is found, do not open a dialog, but go to the result directly

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Reopened: (CAY-1156) Modeler search improvement

Posted by "Andrus Adamchik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/cayenne/browse/CAY-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrus Adamchik reopened CAY-1156:
----------------------------------


Adding a few more improvements:

1. With the last patch, scroller behaves a bit weird when there is a long list. If you keep pushing down arrow, eventually selection will get outside the scroll view.

2. An improvement: for matched attributes and relationships, display their entity name as well as attribute name (change sorting accordingly). E.g. Artist.artistName instead of just "artistName"

3. A small visual improvement - when no results are found, instead of popping a dialog, do it FireFox way - change search field background to pink (same color as we are using for validation errors), and do not show a dialog

> Modeler search improvement
> --------------------------
>
>                 Key: CAY-1156
>                 URL: https://issues.apache.org/cayenne/browse/CAY-1156
>             Project: Cayenne
>          Issue Type: Improvement
>          Components: CayenneModeler GUI
>    Affects Versions: 3.0M5
>            Reporter: Andrus Adamchik
>            Assignee: Andrus Adamchik
>             Fix For: 3.0M6
>
>         Attachments: patch.txt
>
>
> The search dialog can be improved in a number of ways, such as:
> * prevent search string disappearance when search dialog is opened, so that the same search could be rerun multiple times
> * allow keyboard search result selection
> * if only one result is found, do not open a dialog, but go to the result directly

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CAY-1156) Modeler search improvement

Posted by "Olga Tkachova (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/cayenne/browse/CAY-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olga Tkachova updated CAY-1156:
-------------------------------

    Attachment: patch.txt

a patch implementing  this jira 

> Modeler search improvement
> --------------------------
>
>                 Key: CAY-1156
>                 URL: https://issues.apache.org/cayenne/browse/CAY-1156
>             Project: Cayenne
>          Issue Type: Improvement
>          Components: CayenneModeler GUI
>    Affects Versions: 3.0M5
>            Reporter: Andrus Adamchik
>            Assignee: Andrus Adamchik
>             Fix For: 3.0M6
>
>         Attachments: patch.txt
>
>
> The search dialog can be improved in a number of ways, such as:
> * prevent search string disappearance when search dialog is opened, so that the same search could be rerun multiple times
> * allow keyboard search result selection
> * if only one result is found, do not open a dialog, but go to the result directly

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (CAY-1156) Modeler search improvement

Posted by "Andrus Adamchik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/cayenne/browse/CAY-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrus Adamchik closed CAY-1156.
--------------------------------

    Resolution: Fixed

> Modeler search improvement
> --------------------------
>
>                 Key: CAY-1156
>                 URL: https://issues.apache.org/cayenne/browse/CAY-1156
>             Project: Cayenne
>          Issue Type: Improvement
>          Components: CayenneModeler GUI
>    Affects Versions: 3.0M5
>            Reporter: Andrus Adamchik
>            Assignee: Andrus Adamchik
>             Fix For: 3.0M6
>
>         Attachments: patch.txt, patch_1.txt, patch_2.txt
>
>
> The search dialog can be improved in a number of ways, such as:
> * prevent search string disappearance when search dialog is opened, so that the same search could be rerun multiple times
> * allow keyboard search result selection
> * if only one result is found, do not open a dialog, but go to the result directly

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CAY-1156) Modeler search improvement

Posted by "Andrus Adamchik (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/cayenne/browse/CAY-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13216#action_13216 ] 

Andrus Adamchik commented on CAY-1156:
--------------------------------------

3. Also let's check the ordering of the attributes and relationships in the search result... we may try one single name-based ordering mixing entities, attributes and relationships, or order alphabetically within each object category

> Modeler search improvement
> --------------------------
>
>                 Key: CAY-1156
>                 URL: https://issues.apache.org/cayenne/browse/CAY-1156
>             Project: Cayenne
>          Issue Type: Improvement
>          Components: CayenneModeler GUI
>    Affects Versions: 3.0M5
>            Reporter: Andrus Adamchik
>            Assignee: Andrus Adamchik
>             Fix For: 3.0M6
>
>         Attachments: patch.txt, patch_1.txt
>
>
> The search dialog can be improved in a number of ways, such as:
> * prevent search string disappearance when search dialog is opened, so that the same search could be rerun multiple times
> * allow keyboard search result selection
> * if only one result is found, do not open a dialog, but go to the result directly

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CAY-1156) Modeler search improvement

Posted by "Olga Tkachova (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/cayenne/browse/CAY-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olga Tkachova updated CAY-1156:
-------------------------------

    Attachment: patch_1.txt

a patch implementing this jira 

> Modeler search improvement
> --------------------------
>
>                 Key: CAY-1156
>                 URL: https://issues.apache.org/cayenne/browse/CAY-1156
>             Project: Cayenne
>          Issue Type: Improvement
>          Components: CayenneModeler GUI
>    Affects Versions: 3.0M5
>            Reporter: Andrus Adamchik
>            Assignee: Andrus Adamchik
>             Fix For: 3.0M6
>
>         Attachments: patch.txt, patch_1.txt
>
>
> The search dialog can be improved in a number of ways, such as:
> * prevent search string disappearance when search dialog is opened, so that the same search could be rerun multiple times
> * allow keyboard search result selection
> * if only one result is found, do not open a dialog, but go to the result directly

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CAY-1156) Modeler search improvement

Posted by "Olga Tkachova (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/cayenne/browse/CAY-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olga Tkachova updated CAY-1156:
-------------------------------

    Attachment: patch_2.txt

a patch implementing this jira 

> Modeler search improvement
> --------------------------
>
>                 Key: CAY-1156
>                 URL: https://issues.apache.org/cayenne/browse/CAY-1156
>             Project: Cayenne
>          Issue Type: Improvement
>          Components: CayenneModeler GUI
>    Affects Versions: 3.0M5
>            Reporter: Andrus Adamchik
>            Assignee: Andrus Adamchik
>             Fix For: 3.0M6
>
>         Attachments: patch.txt, patch_1.txt, patch_2.txt
>
>
> The search dialog can be improved in a number of ways, such as:
> * prevent search string disappearance when search dialog is opened, so that the same search could be rerun multiple times
> * allow keyboard search result selection
> * if only one result is found, do not open a dialog, but go to the result directly

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (CAY-1156) Modeler search improvement

Posted by "Andrus Adamchik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/cayenne/browse/CAY-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrus Adamchik closed CAY-1156.
--------------------------------

    Resolution: Fixed

> Modeler search improvement
> --------------------------
>
>                 Key: CAY-1156
>                 URL: https://issues.apache.org/cayenne/browse/CAY-1156
>             Project: Cayenne
>          Issue Type: Improvement
>          Components: CayenneModeler GUI
>    Affects Versions: 3.0M5
>            Reporter: Andrus Adamchik
>            Assignee: Andrus Adamchik
>             Fix For: 3.0M6
>
>         Attachments: patch.txt
>
>
> The search dialog can be improved in a number of ways, such as:
> * prevent search string disappearance when search dialog is opened, so that the same search could be rerun multiple times
> * allow keyboard search result selection
> * if only one result is found, do not open a dialog, but go to the result directly

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.