[Commits] [wesnoth/wesnoth] a02235: move the help browser files into their own folder

GitHub noreply at github.com
Tue Nov 11 06:58:01 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: a02235a567481a1e24e7971503f61cf65a86157c
      https://github.com/wesnoth/wesnoth/commit/a02235a567481a1e24e7971503f61cf65a86157c
  Author: Chris Beck <render787 at gmail.com>
  Date:   2014-11-11 (Tue, 11 Nov 2014)

  Changed paths:
    M src/CMakeLists.txt
    M src/SConscript
    M src/addon/manager_ui.cpp
    M src/dialogs.cpp
    M src/editor/controller/editor_controller.hpp
    M src/game_events/action_wml.cpp
    M src/gui/dialogs/addon_connect.cpp
    R src/help.cpp
    R src/help.hpp
    A src/help/help.cpp
    A src/help/help.hpp
    M src/menu_events.cpp
    M src/play_controller.hpp
    M src/show_dialog.cpp
    M src/tooltips.cpp
    M src/wesnoth.cpp

  Log Message:
  -----------
  move the help browser files into their own folder

This is the start of a refactor to make all the help code more
easy to follow.


  Commit: 8c0587348ef956abc97c957e6a0e6d1f0f4b8395
      https://github.com/wesnoth/wesnoth/commit/8c0587348ef956abc97c957e6a0e6d1f0f4b8395
  Author: Chris Beck <render787 at gmail.com>
  Date:   2014-11-11 (Tue, 11 Nov 2014)

  Changed paths:
    M src/CMakeLists.txt
    M src/SConscript
    M src/addon/manager_ui.cpp
    M src/dialogs.cpp
    M src/game_initialization/multiplayer_lobby.cpp
    M src/gui/dialogs/lobby_main.cpp
    M src/help/help.cpp
    M src/help/help.hpp
    A src/help/help_button.cpp
    A src/help/help_button.hpp
    M src/playsingle_controller.hpp
    M src/show_dialog.cpp

  Log Message:
  -----------
  split help_button out of help.hpp header


  Commit: 67cd15f5a06a24f1896d4fbbe0e11fb68028bd4a
      https://github.com/wesnoth/wesnoth/commit/67cd15f5a06a24f1896d4fbbe0e11fb68028bd4a
  Author: Chris Beck <render787 at gmail.com>
  Date:   2014-11-11 (Tue, 11 Nov 2014)

  Changed paths:
    M src/CMakeLists.txt
    M src/SConscript
    M src/help/help.cpp
    A src/help/help_impl.cpp
    A src/help/help_impl.hpp

  Log Message:
  -----------
  add help_impl.?pp files (guts of help.cpp)


  Commit: a046653cf0c69eb4f7cf74dd198dc8b499ba243b
      https://github.com/wesnoth/wesnoth/commit/a046653cf0c69eb4f7cf74dd198dc8b499ba243b
  Author: Chris Beck <render787 at gmail.com>
  Date:   2014-11-11 (Tue, 11 Nov 2014)

  Changed paths:
    M src/CMakeLists.txt
    M src/SConscript
    M src/help/help.cpp
    A src/help/help_browser.cpp
    A src/help/help_browser.hpp
    M src/help/help_impl.cpp
    M src/help/help_impl.hpp

  Log Message:
  -----------
  split off help_browser from help_impl


  Commit: 5b1e0611ca46c70e67aeb098b9c0cafd5b5394de
      https://github.com/wesnoth/wesnoth/commit/5b1e0611ca46c70e67aeb098b9c0cafd5b5394de
  Author: Chris Beck <render787 at gmail.com>
  Date:   2014-11-11 (Tue, 11 Nov 2014)

  Changed paths:
    M src/CMakeLists.txt
    M src/SConscript
    M src/help/help_browser.hpp
    M src/help/help_impl.cpp
    M src/help/help_impl.hpp
    A src/help/help_text_area.cpp
    A src/help/help_text_area.hpp

  Log Message:
  -----------
  split off help_text_area from help_impl


  Commit: b92ac18c6bf8a657aedc098c929ad42b13fdf086
      https://github.com/wesnoth/wesnoth/commit/b92ac18c6bf8a657aedc098c929ad42b13fdf086
  Author: Chris Beck <render787 at gmail.com>
  Date:   2014-11-11 (Tue, 11 Nov 2014)

  Changed paths:
    M src/help/help.cpp
    M src/help/help_browser.cpp
    M src/help/help_browser.hpp
    M src/help/help_impl.cpp
    M src/help/help_impl.hpp
    M src/help/help_text_area.cpp
    M src/help/help_text_area.hpp

  Log Message:
  -----------
  fixup headers of new files using iwyu


  Commit: 8d63f15c4d70228213b4bf0a69e8cfe6a587fb9d
      https://github.com/wesnoth/wesnoth/commit/8d63f15c4d70228213b4bf0a69e8cfe6a587fb9d
  Author: Chris Beck <render787 at gmail.com>
  Date:   2014-11-11 (Tue, 11 Nov 2014)

  Changed paths:
    M src/CMakeLists.txt
    M src/SConscript
    M src/help/help_browser.hpp
    M src/help/help_impl.cpp
    M src/help/help_impl.hpp
    A src/help/help_menu.cpp
    A src/help/help_menu.hpp
    M src/help/help_text_area.hpp

  Log Message:
  -----------
  split off help_menu from help_impl


  Commit: 38f892bcbdf8dba44651abd9684ca1f183c29335
      https://github.com/wesnoth/wesnoth/commit/38f892bcbdf8dba44651abd9684ca1f183c29335
  Author: Chris Beck <render787 at gmail.com>
  Date:   2014-11-11 (Tue, 11 Nov 2014)

  Changed paths:
    M src/CMakeLists.txt
    M src/SConscript
    M src/help/help.cpp
    R src/help/help_impl.cpp
    R src/help/help_impl.hpp

  Log Message:
  -----------
  Revert "add help_impl.?pp files (guts of help.cpp)"

This reverts commit c1366ad9d9829ff38d71109246c9d96932f0075f.


  Commit: dfedc6f0b9189dc999271f95ab32091e18e8b9d0
      https://github.com/wesnoth/wesnoth/commit/dfedc6f0b9189dc999271f95ab32091e18e8b9d0
  Author: Chris Beck <render787 at gmail.com>
  Date:   2014-11-11 (Tue, 11 Nov 2014)

  Changed paths:
    M src/CMakeLists.txt
    M src/SConscript
    M src/addon/manager_ui.cpp
    M src/dialogs.cpp
    M src/game_initialization/multiplayer_lobby.cpp
    M src/gui/dialogs/lobby_main.cpp
    M src/help/help.cpp
    M src/help/help.hpp
    R src/help/help_button.cpp
    R src/help/help_button.hpp
    M src/playsingle_controller.hpp
    M src/show_dialog.cpp

  Log Message:
  -----------
  Revert "split help_button out of help.hpp header"

This reverts commit af34dc39312e026a8c7031cc1750dfe86f9dba8b.


  Commit: 759206f6be0e7c9480719e85c9a9ace15dc15fcb
      https://github.com/wesnoth/wesnoth/commit/759206f6be0e7c9480719e85c9a9ace15dc15fcb
  Author: Chris Beck <render787 at gmail.com>
  Date:   2014-11-11 (Tue, 11 Nov 2014)

  Changed paths:
    M src/CMakeLists.txt
    M src/SConscript
    M src/addon/manager_ui.cpp
    M src/dialogs.cpp
    M src/editor/controller/editor_controller.hpp
    M src/game_events/action_wml.cpp
    M src/gui/dialogs/addon_connect.cpp
    A src/help.cpp
    A src/help.hpp
    R src/help/help.cpp
    R src/help/help.hpp
    M src/menu_events.cpp
    M src/play_controller.hpp
    M src/show_dialog.cpp
    M src/tooltips.cpp
    M src/wesnoth.cpp

  Log Message:
  -----------
  Revert "move the help browser files into their own folder"

This reverts commit a93a3fda2b547496eaf56a0532377a701a382c7a.


  Commit: a92c564fa633fd93219107f84a5fc404aa5dd957
      https://github.com/wesnoth/wesnoth/commit/a92c564fa633fd93219107f84a5fc404aa5dd957
  Author: Chris Beck <render787 at gmail.com>
  Date:   2014-11-11 (Tue, 11 Nov 2014)

  Changed paths:
    M src/CMakeLists.txt
    M src/SConscript
    M src/addon/manager_ui.cpp
    M src/dialogs.cpp
    M src/editor/controller/editor_controller.hpp
    M src/game_events/action_wml.cpp
    M src/game_initialization/multiplayer_lobby.cpp
    M src/gui/dialogs/addon_connect.cpp
    M src/gui/dialogs/lobby_main.cpp
    R src/help.cpp
    R src/help.hpp
    A src/help/help.cpp
    A src/help/help.hpp
    A src/help/help_browser.cpp
    A src/help/help_browser.hpp
    A src/help/help_button.cpp
    A src/help/help_button.hpp
    A src/help/help_impl.cpp
    A src/help/help_impl.hpp
    A src/help/help_menu.cpp
    A src/help/help_menu.hpp
    A src/help/help_text_area.cpp
    A src/help/help_text_area.hpp
    M src/menu_events.cpp
    M src/play_controller.hpp
    M src/playsingle_controller.hpp
    M src/show_dialog.cpp
    M src/tooltips.cpp
    M src/wesnoth.cpp

  Log Message:
  -----------
  Merge branch 'move_help_browser'


Compare: https://github.com/wesnoth/wesnoth/compare/c1366ad9d982...a92c564fa633


More information about the Commits mailing list