Difference between revisions of "UserInterfaceTodo"

From AardRock Wiki
Jump to navigation Jump to search
(added some items)
Line 1: Line 1:
== Todo ==
* Pressing Escape in dialogs should close them.
* Pressing Escape in dialogs should close them.
** See also: [http://www.javaworld.com/javaworld/javatips/jw-javatip72.html]
** See also: [http://www.javaworld.com/javaworld/javatips/jw-javatip72.html]
Line 5: Line 6:
** Otherwise, automatically log in.
** Otherwise, automatically log in.
* When a user is not logged in, don't show any of the tabs.
* When a user is not logged in, don't show any of the tabs.
* When I press Enter in the Login-dialog, perform the Login-action.
** Currently the keyListener doesn't listen to keyEvents in the e-mail or password input-field.
* Automatically show the login screen at startup
* Automatically show the login screen at startup
* Remember the last signed in email address (leaving the password field blank)
* Remember the last signed in email address (leaving the password field blank)
* Login and logout menu option should be one item
* Login and logout menu option should be one item
* If login fails (username/password incorrect), don't close the login window
 
 
== Done ==
* When I press Enter in the Login-dialog, perform the Login-action. (chris)
** Currently the keyListener doesn't listen to keyEvents in the e-mail or password input-field. (chris)
* If login fails (username/password incorrect), don't close the login window (chris


[[Category:Todo]]
[[Category:Todo]]

Revision as of 10:51, 14 June 2006

Todo

  • Pressing Escape in dialogs should close them.
  • When a new account is created:
    • If an other user is still logged in, ask him what to do
    • Otherwise, automatically log in.
  • When a user is not logged in, don't show any of the tabs.
  • Automatically show the login screen at startup
  • Remember the last signed in email address (leaving the password field blank)
  • Login and logout menu option should be one item


Done

  • When I press Enter in the Login-dialog, perform the Login-action. (chris)
    • Currently the keyListener doesn't listen to keyEvents in the e-mail or password input-field. (chris)
  • If login fails (username/password incorrect), don't close the login window (chris