[wesnoth-commits] [wesnoth/wesnoth] 599509: gui2/addon_manager: Replace URL widgets with a sin...
Charles Dang
noreply at github.com
Wed Dec 16 17:46:32 UTC 2020
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 599509eb524fcfd181283d65d162be0d4448659a
https://github.com/wesnoth/wesnoth/commit/599509eb524fcfd181283d65d162be0d4448659a
Author: Iris Morelle <shadowm at wesnoth.org>
Date: 2020-12-15 (Tue, 15 Dec 2020)
Changed paths:
M data/gui/window/addon_manager.cfg
M src/gui/dialogs/addon/manager.cpp
M src/gui/dialogs/addon/manager.hpp
Log Message:
-----------
gui2/addon_manager: Replace URL widgets with a single link label
The URL widgets (textbox + copy button + browse button) predate the
implementation of link-awareness in labels and they sort of got carried
over into the new design magically without there being a real need for
that. Now that we have a visible cursor change when hovering links it's
even less necessary to draw unnecessary attention to the link with a
clunky and unintuitive (greyed out textbox...) interface.
Commit: 5feaf973ceb440005d3f77fb643b48886f2d2a22
https://github.com/wesnoth/wesnoth/commit/5feaf973ceb440005d3f77fb643b48886f2d2a22
Author: Charles Dang <exodia339 at gmail.com>
Date: 2020-12-17 (Thu, 17 Dec 2020)
Changed paths:
M data/gui/window/addon_manager.cfg
M src/gui/dialogs/addon/manager.cpp
M src/gui/dialogs/addon/manager.hpp
Log Message:
-----------
Merge pull request #5363 from shikadiqueen/feature/addonmg-url-ux
gui2/addon_manager: Replace URL widgets with a single link label
Compare: https://github.com/wesnoth/wesnoth/compare/3dd0e32cec88...5feaf973ceb4
More information about the Commits
mailing list