made branch v0.5.0 to stabilise the dev of v0.5

git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5.0@2524 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2010-03-12 20:15:27 +00:00
parent 5e0c8e062e
commit b4d8c398ce
12 changed files with 80 additions and 27 deletions

View file

@ -1210,6 +1210,7 @@ void SearchDialog::copysearchLink()
RetroShareLink link(fname, fsize, fhash);
std::cerr << "new link added to clipboard: " << link.toString().toStdString() << std::endl ;
if(link.valid())
urls.push_back(link.toUrl()) ;
}

View file

@ -1,5 +1,5 @@
Retroshare Gui version :
Svn version : Revision: 2398
Tue Feb 23 16:33:19 GMT 2010
Svn version : Revision: 2519
Fri Mar 12 20:36:59 CET 2010

View file

@ -22,7 +22,7 @@
#define GUI_VERSION "0.5.0 alpha 1"
#define GUI_REVISION "Revision: 2268 date : 18:57:43 02.09.10"
#define GUI_REVISION "Revision: 2519 date : 20:36:59 03.12.10"
#include <QString>