-
Notifications
You must be signed in to change notification settings - Fork 3
Connection preferences #39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: topic/gst-topo
Are you sure you want to change the base?
Conversation
lgirdwood
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
06666c9
Compare
org.sofproject.gst.topo/src/org/sofproject/gst/topo/ui/preferences/ConnectionPreferences.java
Outdated
Show resolved
Hide resolved
org.sofproject.gst.topo/src/org/sofproject/gst/topo/ui/preferences/ConnectionPreferences.java
Outdated
Show resolved
Hide resolved
| getFieldEditorParent()); | ||
| addField(ipFieldEditor); | ||
|
|
||
| userFieldEditor = new StringFieldEditor(ConnectionPreferencesConst.CONN_USERNAME, "Username for all projects: ", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Last login name for Audio Dev projects: "?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, but let's make a new issue for it to create it later.
06666c9 to
7bfbe0d
Compare
User 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
1308a9c
Compare
Resolves issue #35