RetroShare/plugins/VOIP
thunder2 8c5fd1d124 Added and modified patch from waseihou
Added support for external translation files for the main application and the plugins LinksCloud and VOIP.
The following files are loaded from the directory <executable dir>/translations
- retroshare_*.qm
- LinksCloud_*.qm
- VOIP_*.qm

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5664 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-10-11 23:46:54 +00:00
..
gui VOIP: Fixed some compiler warnings and removed unnecessary translations. 2012-09-30 09:38:13 +00:00
interface Fixed linking of the VOIP plugin on Windows. 2012-02-28 21:59:01 +00:00
lang Fixed translation of the plugins on Linux. 2012-10-03 22:59:28 +00:00
services removed debug info 2012-08-30 16:52:00 +00: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 file 2012-02-15 21:18:21 +00:00
VOIP.pro Fixed translation of the plugins on Linux. 2012-10-03 22:59:28 +00:00
VOIPPlugin.cpp Added and modified patch from waseihou 2012-10-11 23:46:54 +00:00
VOIPPlugin.h added help window to VOIP plugin 2012-09-04 21:57:10 +00: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