RetroShare/plugins/VOIP
2020-12-10 09:37:10 +01:00
..
gui Fixed includes and macros for newer opencv 2020-11-24 19:02:37 +01:00
interface fixed licenses in plugins/VOIP 2018-11-11 14:24:49 +01:00
lang updated translation files 2020-12-10 09:37:10 +01:00
qss Removed fix font size from plugins (Patch from Henry). 2015-06-28 10:26:48 +00:00
services fixed licenses in VOIP. Permission pending for some files 2018-11-11 14:24:46 +01:00
README.txt added missing dependencies to README file 2014-12-22 15:51:02 +00:00
VOIP.pro Fixed linking of VOIP plugin for msys2 2020-11-24 19:09:06 +01:00
VOIPPlugin.cpp Fixed includes and macros for newer opencv 2020-11-24 19:02:37 +01:00
VOIPPlugin.h fixed licenses in plugins/VOIP 2018-11-11 14:24:49 +01:00

TODO
====

-== In RS ==-
	* extend the notification system to plugins
	* allow RS to accept new settings windows from plugins
	* fix plugin version checking
	* fix plugin hash checking

-== VOIP Plugin ==-
	* implement separate VOIP service, or add a new sub item to p3chatService.
	* import plugin images

COMPILATION
	- add the following libraries:

			libqtmultimediakit1
			qtmobility-dev
			libspeex-dev
			libspeexdsp-dev
			libcv-dev
			libopencv-core-dev
			libhighgui-dev