plugin system: plugin management features added (loading and unloading)

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1008 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
beardog_uk 2009-02-05 15:29:43 +00:00
parent bb904ea8e8
commit ba1befd560
7 changed files with 898 additions and 68 deletions

View file

@ -137,6 +137,8 @@ HEADERS += rshare.h \
gui/LogoBar.h \
gui/xprogressbar.h \
gui/PluginsPage.h \
gui/PluginManagerWidget.h \
gui/PluginManager.h \
gui/plugins/PluginInterface.h \
lang/languagesupport.h \
util/stringutil.h \
@ -364,6 +366,8 @@ SOURCES += main.cpp \
gui/LogoBar.cpp \
gui/xprogressbar.cpp \
gui/PluginsPage.cpp \
gui/PluginManagerWidget.cpp \
gui/PluginManager.cpp \
lang/languagesupport.cpp \
util/stringutil.cpp \
util/win32.cpp \