Enabled save() function in SubFileItems.

Improved Channel Menu Item: added Icon and popularity.
Reduced most of the margins in Channel Feed.
updated libretroshare interface files.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@845 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2008-11-27 21:26:52 +00:00
parent f5fa2f9a68
commit 99c038a4db
6 changed files with 287 additions and 126 deletions

View file

@ -98,11 +98,17 @@ LibraryDialog::LibraryDialog(QWidget *parent)
void LibraryDialog::PopulateList()
{
QDir DwnlFolder,ShrFolder,retroshareLib,treePath;
#if 0
retroshareLib.mkdir("RetroShare Library");
DwnlFolder.mkdir("RetroShare Library/Download");
ShrFolder.mkdir("RetroShare Library/SharedFolder");
LibShared=treePath.currentPath();
LibShared.append("/RetroShare Library");
#else
LibShared=treePath.currentPath();
#endif
QDirModel * dmodel=new QDirModel;
ui.organizertreeView->setModel(dmodel);
ui.organizertreeView->setRootIndex(dmodel->index(LibShared));