[Commits] [wesnoth/wesnoth] ce2359: Revert "Dropped some includes unused after 9f6c078...

GitHub noreply at github.com
Sun Jun 21 19:56:23 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: ce2359c118b6abddaf5dafabf55619828a5d6ad8
      https://github.com/wesnoth/wesnoth/commit/ce2359c118b6abddaf5dafabf55619828a5d6ad8
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-06-21 (Sun, 21 Jun 2015)

  Changed paths:
    M src/gui/dialogs/campaign_selection.cpp

  Log Message:
  -----------
  Revert "Dropped some includes unused after 9f6c07815e13"

This reverts commit 7fe17353f124831ca60f78c85b770cc9addba5bd.


  Commit: 548e44f5cad05133823233aaa4af5c4ca7f5ca35
      https://github.com/wesnoth/wesnoth/commit/548e44f5cad05133823233aaa4af5c4ca7f5ca35
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-06-21 (Sun, 21 Jun 2015)

  Changed paths:
    M data/gui/default/window/campaign_dialog.cfg
    M src/gui/dialogs/campaign_selection.cpp

  Log Message:
  -----------
  Revert "tcampain_selection: removed unused tree view"

This reverts commit 9f6c07815e138c77909409aab6481ca22656e2e8.

Conflicts:
	src/gui/dialogs/campaign_selection.cpp


  Commit: e8140d8248a0d3b262aa749e1fb8ddc548a4b3b0
      https://github.com/wesnoth/wesnoth/commit/e8140d8248a0d3b262aa749e1fb8ddc548a4b3b0
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-06-21 (Sun, 21 Jun 2015)

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

  Log Message:
  -----------
  fix gui2::ttoogle_panel

previously toggle panels did not did work if you clicked to a label or a
image inside the toggle panel. (you had to click 'dirctly' to the toggle
panel in order to work properly)


  Commit: cbd0838b3d004692a288ad866c847d1ee65cf9f6
      https://github.com/wesnoth/wesnoth/commit/cbd0838b3d004692a288ad866c847d1ee65cf9f6
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-06-21 (Sun, 21 Jun 2015)

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

  Log Message:
  -----------
  fix gui2::tlabel

previous labels captured the mouse after clicking on it (I don't know
why). This means that you had to to do another click after selecting
something different. This was specially annyoing an toggle_panels where
you'd often click on a label.

Maybe it was related to link labels, in any case this fixed the much
more common non-link labels.


  Commit: fc6bbe0f75889711f91426d592efc1c2c4ab7063
      https://github.com/wesnoth/wesnoth/commit/fc6bbe0f75889711f91426d592efc1c2c4ab7063
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-06-21 (Sun, 21 Jun 2015)

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

  Log Message:
  -----------
  don't make 'tree_view_node_label' manditory

there is no need to have this manditory (It had no effect anyway if it
was no selectable widget).

This removes the need for a previously used workaround which is adding a
dummy invisible widget with that id.


  Commit: 630cce5e97cb59857e68ae123db24055e3e98c53
      https://github.com/wesnoth/wesnoth/commit/630cce5e97cb59857e68ae123db24055e3e98c53
  Author: gfgtdf <f492343 at rmqkr.net>
  Date:   2015-06-21 (Sun, 21 Jun 2015)

  Changed paths:
    M data/gui/default/window/campaign_dialog.cfg
    M src/gui/dialogs/campaign_selection.cpp
    M src/gui/dialogs/campaign_selection.hpp

  Log Message:
  -----------
  show modifications on campaigns slection screen

This means less clicks when activating modifications in SP.

In order to do this we enable the alternative campaign list which was
previously disabled. A side effect of this is, that completed campaigns
are now seperated from not-played-yet campaigns.


Compare: https://github.com/wesnoth/wesnoth/compare/0cd8ea545392...630cce5e97cb


More information about the Commits mailing list