RetroShare/plugins/VOIP
2016-09-05 16:24:49 +02:00
..
gui update icons 2016-08-04 19:46:20 +02:00
interface Add Accept, Ring and HangUp event for Video and Audio. 2015-10-10 15:26:04 +02:00
lang Updated languages from Transifex 2016-02-05 20:04:46 +01:00
qss Removed fix font size from plugins (Patch from Henry). 2015-06-28 10:26:48 +00:00
services removed two instances of malloc(0) captured by new rs_malloc funtion 2016-01-12 21:43:04 -05:00
p3Voip.h improved VOIP plugin code. Plugin loads, has a config tab. Next step: merge service with existing p3VoRS service 2012-02-18 20:30:10 +00:00
README.txt added missing dependencies to README file 2014-12-22 15:51:02 +00:00
VOIP.pro Fixed Windows shadow build with Qt 5.6 or higher 2016-09-05 16:24:49 +02:00
VOIPPlugin.cpp Reactivate SoundEvents in VOIP. 2015-10-12 18:25:03 +02:00
VOIPPlugin.h Allow VOIP to save its settings. 2015-10-05 19:15:53 +02: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