Fixed resizing of the MainWindow when hashing files with long names.

Moved the hash strings of notifyHashingInfo from the librs to the GUI for translating.
Fixed german translation.

Recompile of GUI needed.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3659 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2010-10-09 18:35:34 +00:00
parent 4a286f751b
commit 0be24268f7
18 changed files with 188 additions and 212 deletions

View file

@ -34,6 +34,7 @@ class Idle;
class PeerStatus;
class NATStatus;
class RatesStatus;
class HashingStatus;
class ForumsDialog;
class PeersDialog;
class ChatDialog;
@ -134,7 +135,6 @@ public:
void setStatus(QObject *pObject, int nStatus);
public slots:
void updateHashingInfo(const QString&) ;
void displayErrorMessage(int,int,const QString&) ;
void postModDirectories(bool update_local);
void displayDiskSpaceWarning(int loc,int size_limit_mb) ;
@ -235,10 +235,9 @@ private:
PeerStatus *peerstatus;
NATStatus *natstatus;
RatesStatus *ratesstatus;
HashingStatus *hashingstatus;
QComboBox *statusComboBox;
QLabel *_hashing_info_label ;
QAction *messageAction;
QAction *forumAction;
QAction *channelAction;