Snorenotify is a multi platform Qt notification framework. Using a plugin system it is possible to create notifications with many different notification systems on Windows, Mac OS and Unix and mobile Devices.
Go to file
Patrick von Reth 7e22bf6c4b fix SnoreGrowl url 2015-07-28 20:28:21 +02:00
autotest cleanup includes 2015-07-05 13:06:21 +02:00
cmake/modules remove unused file 2014-10-14 14:26:33 +02:00
data fix linux build 2015-02-01 18:35:19 +01:00
lang try to improve translation generation code 2015-07-28 12:17:05 +02:00
src rename snoresned to match the rest, add icon to snoresend 2015-07-28 11:11:52 +02:00
.gitattributes maybe this time 2014-07-08 01:13:30 +02:00
.gitignore Revert "more eol stuf..." 2014-07-08 00:46:53 +02:00
.gitmodules dont ship gntp-send 2014-08-22 12:35:01 +02:00
.travis.yml fix SnoreGrowl url 2015-07-28 20:28:21 +02:00
CMakeLists.txt cleanup cmake code 2015-07-28 02:15:46 +02:00
COPYING.LGPL-3 relicensed 2013-07-07 10:33:14 +02:00
Changelog.md Update Changelog.md 2015-07-16 12:37:01 +02:00
Doxyfile.in updated doxygen.in 2015-06-29 15:12:27 +02:00
README.md mention irc cahnnel in readme, mention ci in readme 2015-07-28 10:51:08 +02:00
appveyor.yml don't cache C:\tools 2015-07-25 15:56:10 +02:00

README.md

Snorenotify

Snorenotify is a multi platform Qt notification framework. Using a plugin system it is possible to create notifications with many different notification systems on Windows, Unix and Mac.

For a detailed description for some of our backends see our Wiki.

Supported

If you need support on how to use Snorenotify you can reach out to the developers using IRC joining #Snorenotify on freenode.

Supported Backends

Supported secondary Backends

Secondary backends are those that allow you to send notifications to your phone, a website, play a sound. In difference to backends they don't offer interactions with te notification therefore any number of secondary backends might be enabled.

Projects using Snorenotify

How to integrate Snorenotify in your project

CMake

project( MyApp )
cmake_minimum_required( VERSION 2.8.12 )
find_package(LibsnoreQt5 0.5.91 REQUIRED)

add_executable( my_app main.cpp)
target_link_libraries( my_app Snore::Libsnore)

Qmake

QT += LibsnoreQt5

API Doc

A documentation of the API can be found here

Dependencies

Required dependencies:

Build status

Third party libraries that we ship with our source