Fixed context menu "Cancel" and "Copy RetroShare Links" in TransfersDialog when a peer is selected.

Fixed DetailsDialog when a peer is selected.
Sort peers by name ascending in the download list.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4018 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2011-02-08 00:41:13 +00:00
parent dbe0890974
commit 9d76a44890
4 changed files with 205 additions and 132 deletions

View file

@ -49,6 +49,7 @@ class FileProgressInfo
std::vector<uint32_t> chunks_in_progress ;
bool operator<(const FileProgressInfo &other) const;
bool operator>(const FileProgressInfo &other) const;
};
//
class xProgressBar : public QObject