Skip to content

vacuum-im/dbusnotifications

Repository files navigation

INFORMATION
===========
  Popup notofications over DBus extension plugin for Vacuum-IM

  Authors:
    Crying Angel - <cangel@inbox.ru>
    Andrey Karepin - <egdfree@opensuse.org>
    Alexey Ivanov - <alexey.ivanes@gmail.com>
    Sergey A Potapov - <potapov.s.a@gmail.com>

  Web Site:
    https://github.com/vacuum-im/dbusnotifications

  Source:
    https://github.com/vacuum-im/dbusnotifications

  XMPP conference:
    xmpp:vacuum@conference.jabber.ru?join

  Forum:
    http://forum.jrudevels.org/viewforum.php?f=11


BUILD AND INSTALL
=================
  Configure
  ---------
  You should use the same settings, as at vacuum build
  VACUUM_SDK_PATH - full path to vacuum SDK (for defaults look into qmake/config.inc or cmake/config.cmake)

  Unix example
  ------------
  qmake VACUUM_SDK_PATH="/usr/include/vacuum-im" CONFIG-=debug CONFIG-=debug_and_install
  make
  sudo make install

  or

  mkdir build
  pushd build
  cmake .. -DVACUUM_SDK_PATH="/usr/include/vacuum-im" -DVACUUM_LIB_PATH="/usr/lib64" -DCMAKE_BUILD_TYPE=RelWithDebInfo
  popd
  make

CHANGELOG
=========
  LEGEND: [+]-New feature [*]-Enhancement [-]-Bug fix
  v1.5.4
  ------
  [-] add support for Qt 5.11

  v1.5.3
  ------
  [-] fix memory leak
  [+] listen Notification service restarted
  [*] don't show actions in popup for error notifications
  [*] port to Qt5

  v1.2.0
  ------
  [-] Detect dbus notifications provider features for "show buttons" option
  [-] Always remove HTML tags. Irrespective of dbus notifications provider support

  v1.1.0
  ------
  [-] Use one NDR_TOOLTIP, not both (caption and titile)

  v1.0.2
  ------
  [*] Added options page
  
  v1.0.1
  ------
  [-] Removed console debug output messages in release
  
  v1.0.0
  ------
  [!] Initial version