[Commits] [wesnoth/wesnoth] b7aea0: Add VNGETTEXT macro to complement the VGETTEXT mac...

GitHub noreply at github.com
Sun Apr 16 04:09:25 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: b7aea011f92f6ecbd0ca7ea4924aa3b248625e49
      https://github.com/wesnoth/wesnoth/commit/b7aea011f92f6ecbd0ca7ea4924aa3b248625e49
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2017-04-15 (Sat, 15 Apr 2017)

  Changed paths:
    M cmake/FindTranslationTools.cmake
    M po/SConscript
    M src/actions/move.cpp
    M src/formula/string_utils.cpp
    M src/formula/string_utils.hpp
    M src/game_initialization/playcampaign.cpp
    M src/menu_events.cpp
    M src/units/attack_type.cpp
    M src/units/unit.cpp

  Log Message:
  -----------
  Add VNGETTEXT macro to complement the VGETTEXT macro


  Commit: 1793133a59edf448a990dade2ec022732e856b8c
      https://github.com/wesnoth/wesnoth/commit/1793133a59edf448a990dade2ec022732e856b8c
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2017-04-16 (Sun, 16 Apr 2017)

  Changed paths:
    M data/gui/schema.cfg
    A data/gui/widget/multimenu_button_default.cfg
    M data/gui/window/addon_manager.cfg
    M data/gui/window/campaign_dialog.cfg
    M data/gui/window/preferences/02_hotkeys.cfg
    M projectfiles/VC12/wesnoth.vcxproj
    M projectfiles/VC12/wesnoth.vcxproj.filters
    M src/gui/dialogs/addon/manager.cpp
    M src/gui/dialogs/campaign_selection.cpp
    M src/gui/dialogs/preferences_dialog.cpp
    M src/gui/widgets/menu_button.cpp
    M src/gui/widgets/menu_button.hpp
    A src/gui/widgets/multimenu_button.cpp
    A src/gui/widgets/multimenu_button.hpp

  Log Message:
  -----------
  Fix menu_button widget trying to be two things at the same time.

The menu_button is now only a drop-down menu that supports a single selection.
A new multimenu_button widget supports a drop-down menu with multiple selections.
The new multimenu_button widget displays its current selection while not open.


  Commit: b0039be726f791e9ec4532ca9200b4ee0ffef8a5
      https://github.com/wesnoth/wesnoth/commit/b0039be726f791e9ec4532ca9200b4ee0ffef8a5
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2017-04-16 (Sun, 16 Apr 2017)

  Changed paths:
    M src/formula/string_utils.cpp

  Log Message:
  -----------
  Fix VGETTEXT not stripping hint^ prefixes


Compare: https://github.com/wesnoth/wesnoth/compare/cb333dbfdf3d...b0039be726f7


More information about the Commits mailing list