- added help dialog to plugins

- added svn revision number checking to plugin system. If svn revision is > 0 and matches the compiled revision number, the plugin is always accepted.
- improved version number scripts to add the missing revision number as a int


git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5512 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2012-09-04 21:59:49 +00:00
parent f7da165b86
commit 6782671951
9 changed files with 66 additions and 22 deletions

View file

@ -44,6 +44,7 @@ class PluginsPage : public ConfigPage
public slots:
void togglePlugin(bool b,const QString&) ;
void configurePlugin(int i) ;
void aboutPlugin(int i) ;
void toggleEnableAll(bool) ;
private: