[licq-im/licq] ab59e4: api: Use a single signal for UI events

[email protected] Wed, 21 Dec 2011 11:32:49 -0800
Newsgroups gmane.network.licq.cvs
Message-ID <[email protected]>
  Branch: refs/heads/master
  Home:   https://github.com/licq-im/licq

  Commit: ab59e4c10ff4fd1baece06baba19b402561e5af5
      https://github.com/licq-im/licq/commit/ab59e4c10ff4fd1baece06baba19b402561e5af5
  Author: Anders Olofsson <[email protected]>
  Date:   2011-12-21 (Wed, 21 Dec 2011)

  Changed paths:
    M licq/include/licq/daemon.h
  M licq/include/licq/pluginsignal.h
  M licq/src/daemon.cpp
  M licq/src/fifo.cpp
  M qt4-gui/src/core/signalmanager.cpp

  Log Message:
  -----------
  api: Use a single signal for UI events

This allows additional UI events to be added as sub signals instead
of taking up bits in the signal mask.


  Commit: 5a2bd4da786e1bdf28c8da8bfddb501e87f10268
      https://github.com/licq-im/licq/commit/5a2bd4da786e1bdf28c8da8bfddb501e87f10268
  Author: Anders Olofsson <[email protected]>
  Date:   2011-12-21 (Wed, 21 Dec 2011)

  Changed paths:
    M licq/doc/CHANGELOG
  M licq/include/licq/pluginsignal.h
  M licq/src/fifo.cpp
  M qt4-gui/src/core/mainwin.cpp
  M qt4-gui/src/core/mainwin.h
  M qt4-gui/src/core/signalmanager.cpp
  M qt4-gui/src/core/signalmanager.h

  Log Message:
  -----------
  api: Add plugin events to show/hide contact list

Adds fifo commands to show and hide the Qt4-Gui main window.


Compare: https://github.com/licq-im/licq/compare/d1275f2...5a2bd4d