[Commits] [wesnoth/wesnoth] b8e726: fixup error msg for when libdbus is not available

GitHub noreply at github.com
Mon Jul 14 15:53:18 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: b8e726ea3f52f64720a97e6e30bbb3d3762d488a
      https://github.com/wesnoth/wesnoth/commit/b8e726ea3f52f64720a97e6e30bbb3d3762d488a
  Author: Chris Beck <render787 at gmail.com>
  Date:   2014-07-14 (Mon, 14 Jul 2014)

  Changed paths:
    M src/desktop/dbus_notification.cpp

  Log Message:
  -----------
  fixup error msg for when libdbus is not available


  Commit: a7617accba6f918f9c80e0be38d4b2ccec16c43a
      https://github.com/wesnoth/wesnoth/commit/a7617accba6f918f9c80e0be38d4b2ccec16c43a
  Author: Chris Beck <render787 at gmail.com>
  Date:   2014-07-14 (Mon, 14 Jul 2014)

  Changed paths:
    M src/desktop/dbus_notification.cpp

  Log Message:
  -----------
  switch dbus log to log channel 'desktop'


  Commit: 4a20dd4dac14f5d5fe6d571386172f0c366f63db
      https://github.com/wesnoth/wesnoth/commit/4a20dd4dac14f5d5fe6d571386172f0c366f63db
  Author: Chris Beck <render787 at gmail.com>
  Date:   2014-07-14 (Mon, 14 Jul 2014)

  Changed paths:
    M src/desktop/dbus_notification.cpp

  Log Message:
  -----------
  fix a bug with the chat synposis generated by dbus notifications

When searching for the next line, if it didn't find one, index
npos would cause it to wrap around unexpectedly.


  Commit: 29d52732a76afb6ee4f7371107e76cb453390b50
      https://github.com/wesnoth/wesnoth/commit/29d52732a76afb6ee4f7371107e76cb453390b50
  Author: Chris Beck <render787 at gmail.com>
  Date:   2014-07-14 (Mon, 14 Jul 2014)

  Changed paths:
    M src/desktop/dbus_notification.cpp

  Log Message:
  -----------
  fixup notifications records data structure

Changed it from a list, which would be sequentially searched by id
and owner, to a multi_index container using hashed indices for both
of these fields.


  Commit: feb34af4ccfcc1b175acfbb0fadaf90832aeaaed
      https://github.com/wesnoth/wesnoth/commit/feb34af4ccfcc1b175acfbb0fadaf90832aeaaed
  Author: Chris Beck <render787 at gmail.com>
  Date:   2014-07-14 (Mon, 14 Jul 2014)

  Changed paths:
    M src/desktop/dbus_notification.cpp
    M src/desktop/dbus_notification.hpp
    M src/desktop/notifications.cpp

  Log Message:
  -----------
  fixup to dbus notifications: only chat msgs have history synopsis


Compare: https://github.com/wesnoth/wesnoth/compare/7d22ffb08970...feb34af4ccfc


More information about the Commits mailing list