Uh oh!
There was an error while loading. Please reload this page.
Connection preferences - #39
Conversation
lgirdwood
left a comment
There was a problem hiding this comment.
Please remember and write a commit message for each commit and PR title. Otherwise reviewers have no clue what they are reviewing and history is useless.
0f15e78 to
06666c9CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| getFieldEditorParent()); | ||
| addField(ipFieldEditor); | ||
| userFieldEditor = new StringFieldEditor(ConnectionPreferencesConst.CONN_USERNAME, "Username for all projects: ", |
There was a problem hiding this comment.
"Last login name for Audio Dev projects: "?
There was a problem hiding this comment.
We don't want use 'audio'. I will change it to Last login name for Dev projects.
| @Override | ||
| protected void createFieldEditors() { | ||
| ipFieldEditor = new StringFieldEditor(ConnectionPreferencesConst.CONN_ADDR, "Address for all projects: ", |
There was a problem hiding this comment.
Better to maintain a list of let's say 5 last entered addresses and populate a drop down box in the login dialog.
There was a problem hiding this comment.
Ok, but let's make a new issue for it to create it later.
06666c9 to
7bfbe0dCompareUser has to write node address and username for every project separately. It improves user experience by creating a possibility to set both in preferences windows so user doesn't have to repeat them for every project if they don't change. Signed-off-by: Emilia Dominiak <emilia.dominiak@intel.com>
7bfbe0d to
1308a9cCompare
Resolves issue #35