Merge lp:~widelands-dev/widelands/bug-1827786-metaserver-login-box into lp:widelands
Status: | Superseded | ||||
---|---|---|---|---|---|
Proposed branch: | lp:~widelands-dev/widelands/bug-1827786-metaserver-login-box | ||||
Merge into: | lp:widelands | ||||
Prerequisite: | lp:~widelands-dev/widelands/bug-1825932-open-games | ||||
Diff against target: |
188 lines (+104/-2) (has conflicts) 3 files modified
src/ui_fsmenu/multiplayer.cc (+12/-0) src/wui/login_box.cc (+81/-2) src/wui/login_box.h (+11/-0) Text conflict in src/ui_fsmenu/multiplayer.cc Text conflict in src/wui/login_box.cc Text conflict in src/wui/login_box.h |
||||
To merge this branch: | bzr merge lp:~widelands-dev/widelands/bug-1827786-metaserver-login-box | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
kaputtnik | Pending | ||
Review via email:
|
This proposal has been superseded by a proposal from 2019-05-12.
Commit message
redesigned login box
- limit the possible characters for usernames
- draw a red box around the input field for erroneous input
- tell user were to register their username
- clicking registered checkbox focuses password field
- remove check from registered clears password field
- password field is only accessible when checkbox is clicked
- when a password is set, ***** is shown onopening
multiplayer login redesign
- only show login dialog when no name is set
- always show login box settings button
Unmerged revisions
- 9113. By Toni Förster
-
Fix issue with empty string.
- 9112. By Toni Förster
-
add missing .
- 9111. By Toni Förster
-
changed wording & removed red border around password field
- 9110. By Toni Förster
-
added missing space
- 9109. By Toni Förster
-
proper formated translatable string
- 9108. By Toni Förster
-
switch order of password field and checkbox
It would be good to have the registered checkbox above the password field. It would be a more logical ordering, imho.