[Commits] [wesnoth/wesnoth] 38774f: Implement tabbing between fields in GUI2 dialogs
GitHub
noreply at github.com
Sun May 14 20:09:14 UTC 2017
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 38774f4dd423bff7b89356370b17114fd5edebd9
https://github.com/wesnoth/wesnoth/commit/38774f4dd423bff7b89356370b17114fd5edebd9
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2017-05-14 (Sun, 14 May 2017)
Changed paths:
M changelog
M src/gui/core/event/distributor.cpp
M src/gui/core/event/distributor.hpp
M src/gui/dialogs/editor/custom_tod.cpp
M src/gui/dialogs/editor/edit_label.cpp
M src/gui/dialogs/editor/edit_label.hpp
M src/gui/dialogs/editor/edit_scenario.cpp
M src/gui/dialogs/editor/edit_scenario.hpp
M src/gui/dialogs/editor/edit_side.cpp
M src/gui/dialogs/lobby/player_info.cpp
M src/gui/dialogs/multiplayer/mp_login.cpp
M src/gui/widgets/window.cpp
M src/gui/widgets/window.hpp
Log Message:
-----------
Implement tabbing between fields in GUI2 dialogs
Unfortunately, each dialog currently needs to manually set up the tab
order, but this is at least better than nothing.
Commit: d53125e09d2b1c8a7a3fe30b164defdb9a966a75
https://github.com/wesnoth/wesnoth/commit/d53125e09d2b1c8a7a3fe30b164defdb9a966a75
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2017-05-14 (Sun, 14 May 2017)
Changed paths:
M src/gui/dialogs/editor/edit_scenario.cpp
M src/gui/dialogs/editor/edit_side.cpp
Log Message:
-----------
Fix last field (instead of first) being initially selected in some dialogs
Compare: https://github.com/wesnoth/wesnoth/compare/f24a0307b950...d53125e09d2b
More information about the Commits
mailing list