[Commits] [wesnoth/wesnoth] f30758: Addons Manager: layout tweaks

GitHub noreply at github.com
Fri Feb 10 00:52:21 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: f3075823347e4128b346b4f701bc9fe4e2c1b3c9
      https://github.com/wesnoth/wesnoth/commit/f3075823347e4128b346b4f701bc9fe4e2c1b3c9
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2017-02-10 (Fri, 10 Feb 2017)

  Changed paths:
    M data/gui/widget/addon_list.cfg
    M data/gui/window/addon_list.cfg

  Log Message:
  -----------
  Addons Manager: layout tweaks


  Commit: dd60cd2ccd7f5d242ba65537823d4ad1fc47530b
      https://github.com/wesnoth/wesnoth/commit/dd60cd2ccd7f5d242ba65537823d4ad1fc47530b
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2017-02-10 (Fri, 10 Feb 2017)

  Changed paths:
    M src/gui/widgets/addon_list.cpp

  Log Message:
  -----------
  Addons List: fixed type sorting

Sorting by type alone results in incorrect alphabetical order of the display names since it's sorting an enum and not
an actual textual name.

There might be some issues with sorting these since the return value is translated, but that can be figured out later.


Compare: https://github.com/wesnoth/wesnoth/compare/51202f86f4de...dd60cd2ccd7f


More information about the Commits mailing list