[licq-im/licq] 3b1682: licq: add valgrind suppressions to help find memor...

GitHub <[email protected]> Wed, 06 Feb 2013 10:32:46 -0800
Newsgroups gmane.network.licq.cvs
Message-ID <[email protected]>
  Branch: refs/heads/signals-as-shared-ptr
  Home:   https://github.com/licq-im/licq
  Commit: 3b1682aaa01459e1573d060dce3295b288fe09ce
      https://github.com/licq-im/licq/commit/3b1682aaa01459e1573d060dce3295b288fe09ce
  Author: Erik Johansson <[email protected]>
  Date:   2013-02-03 (Sun, 03 Feb 2013)

  Changed paths:
    A licq/doc/valgrind.suppressions

  Log Message:
  -----------
  licq: add valgrind suppressions to help find memory leaks


  Commit: e40214de6648571d2ff8b8e2233dfdd00f26c977
      https://github.com/licq-im/licq/commit/e40214de6648571d2ff8b8e2233dfdd00f26c977
  Author: Anders Olofsson <[email protected]>
  Date:   2013-02-04 (Mon, 04 Feb 2013)

  Changed paths:
    M qt4-gui/src/core/signalmanager.cpp

  Log Message:
  -----------
  qt4-gui: Force queueing of plugin signals

Without queueing, plugin signals emitted from the GUI itself would
be handled before returning causing mutex deadlocks. By forcing all
signals to be queued the signal will be processed from the main thread
instead.


  Commit: 59f10c28d1b9c1dd2a1d2d62961536201070c76e
      https://github.com/licq-im/licq/commit/59f10c28d1b9c1dd2a1d2d62961536201070c76e
  Author: Erik Johansson <[email protected]>
  Date:   2013-02-05 (Tue, 05 Feb 2013)

  Changed paths:
    M licq/src/plugin/generalplugin.cpp
    M licq/src/plugin/generalplugin.h
    M licq/src/plugin/plugin.cpp
    M licq/src/plugin/plugin.h
    M licq/src/plugin/pluginmanager.cpp
    M licq/src/plugin/pluginthread.cpp
    M licq/src/plugin/pluginthread.h
    M licq/src/plugin/protocolplugin.cpp
    M licq/src/plugin/protocolplugin.h
    M licq/src/plugin/tests/plugintest.cpp
    M licq/src/plugin/tests/pluginthreadtest.cpp

  Log Message:
  -----------
  core: create plugin instance in the plugin's thread

As of 339a7b9 does qt4-gui's class that implements GeneralPluginInterface also
inherit from QObject. Creating an instance of this class from a thread != the
thread where QApplication is later created causes warnings about QApplication
not being created in the main thread.


  Commit: f7bb46e836bdfeb88615681e27c3b5dec3374011
      https://github.com/licq-im/licq/commit/f7bb46e836bdfeb88615681e27c3b5dec3374011
  Author: Erik Johansson <[email protected]>
  Date:   2013-02-06 (Wed, 06 Feb 2013)

  Changed paths:
    M licq/src/plugin/tests/plugintest.cpp

  Log Message:
  -----------
  core: fix compilation warning introduced in 59f10c28


  Commit: 75139b701b3f67cad0658199fd9fbb487ad1ffc9
      https://github.com/licq-im/licq/commit/75139b701b3f67cad0658199fd9fbb487ad1ffc9
  Author: Erik Johansson <[email protected]>
  Date:   2013-02-06 (Wed, 06 Feb 2013)

  Changed paths:
    M licq/src/plugin/generalplugin.cpp
    M licq/src/plugin/plugin.cpp
    M licq/src/plugin/plugin.h
    M licq/src/plugin/protocolplugin.cpp
    M licq/src/plugin/tests/generalplugintest.cpp
    M licq/src/plugin/tests/protocolplugintest.cpp

  Log Message:
  -----------
  core: don't push signals/events to plugins that aren't running


  Commit: 3d30a04d60e462201d211259bc6e683d334d2222
      https://github.com/licq-im/licq/commit/3d30a04d60e462201d211259bc6e683d334d2222
  Author: Erik Johansson <[email protected]>
  Date:   2013-02-06 (Wed, 06 Feb 2013)

  Changed paths:
    A licq/doc/valgrind.suppressions
    M licq/src/plugin/generalplugin.cpp
    M licq/src/plugin/generalplugin.h
    M licq/src/plugin/plugin.cpp
    M licq/src/plugin/plugin.h
    M licq/src/plugin/pluginmanager.cpp
    M licq/src/plugin/pluginthread.cpp
    M licq/src/plugin/pluginthread.h
    M licq/src/plugin/protocolplugin.cpp
    M licq/src/plugin/protocolplugin.h
    M licq/src/plugin/tests/generalplugintest.cpp
    M licq/src/plugin/tests/plugintest.cpp
    M licq/src/plugin/tests/pluginthreadtest.cpp
    M licq/src/plugin/tests/protocolplugintest.cpp
    M qt4-gui/src/core/signalmanager.cpp

  Log Message:
  -----------
  Merge branch 'master' into signals-as-shared-ptr

Conflicts:
	licq/src/plugin/tests/generalplugintest.cpp
	licq/src/plugin/tests/protocolplugintest.cpp
	qt4-gui/src/core/signalmanager.cpp


Compare: https://github.com/licq-im/licq/compare/562464559aba...3d30a04d60e4

-- 

--- 
You received this message because you are subscribed to the Google Groups "Licq Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.