[wesnoth-commits] [wesnoth/wesnoth] 458dd2: GUI2: removed 2010 experimental listbox
GitHub
noreply at github.com
Mon Jul 2 11:22:39 UTC 2018
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 458dd284b8342b33e6a6359aefbbbdb386b28875
https://github.com/wesnoth/wesnoth/commit/458dd284b8342b33e6a6359aefbbbdb386b28875
Author: Charles Dang <exodia339 at gmail.com>
Date: 2018-07-02 (Mon, 02 Jul 2018)
Changed paths:
M source_lists/libwesnoth_widgets
M src/gui/core/gui_definition.cpp
M src/gui/dialogs/addon/manager.cpp
M src/gui/dialogs/addon/uninstall_list.cpp
M src/gui/dialogs/campaign_difficulty.cpp
M src/gui/dialogs/campaign_selection.cpp
M src/gui/dialogs/chat_log.cpp
M src/gui/dialogs/core_selection.cpp
M src/gui/dialogs/depcheck_select_new.cpp
M src/gui/dialogs/editor/generate_map.cpp
M src/gui/dialogs/editor/set_starting_position.cpp
M src/gui/dialogs/file_dialog.cpp
M src/gui/dialogs/game_load.cpp
M src/gui/dialogs/game_stats.cpp
M src/gui/dialogs/game_version.cpp
M src/gui/dialogs/game_version.hpp
M src/gui/dialogs/label_settings.cpp
M src/gui/dialogs/language_selection.cpp
M src/gui/dialogs/multiplayer/faction_select.cpp
M src/gui/dialogs/multiplayer/lobby.cpp
M src/gui/dialogs/multiplayer/lobby.hpp
M src/gui/dialogs/multiplayer/mp_change_control.cpp
M src/gui/dialogs/multiplayer/mp_connect.cpp
M src/gui/dialogs/multiplayer/mp_create_game.cpp
M src/gui/dialogs/multiplayer/mp_join_game.cpp
M src/gui/dialogs/multiplayer/mp_method_selection.cpp
M src/gui/dialogs/multiplayer/mp_staging.cpp
M src/gui/dialogs/preferences_dialog.cpp
M src/gui/dialogs/simple_item_selector.cpp
M src/gui/dialogs/statistics_dialog.cpp
M src/gui/dialogs/terrain_layers.cpp
M src/gui/dialogs/theme_list.cpp
M src/gui/dialogs/unit_advance.cpp
M src/gui/dialogs/unit_attack.cpp
M src/gui/dialogs/unit_create.cpp
M src/gui/dialogs/unit_list.cpp
M src/gui/dialogs/unit_recall.cpp
M src/gui/dialogs/unit_recruit.cpp
M src/gui/dialogs/wml_message.cpp
M src/gui/widgets/debug.cpp
R src/gui/widgets/list.cpp
R src/gui/widgets/list.hpp
M src/gui/widgets/listbox.cpp
M src/gui/widgets/listbox.hpp
M src/gui/widgets/scrollbar_container.hpp
M src/scripting/lua_gui2.cpp
Log Message:
-----------
GUI2: removed 2010 experimental listbox
This was never finished, is not maintained, suffers from a lack of features the "old" listbox
class now has, and seems (according to the logs) to be have been superceded by the pane widget.
At the very least, the pane widget seems to be what mordante was working with in his early
prototype of a new addon manager, and not this 2010 list class.
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the Commits
mailing list