mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-24 14:20:44 -04:00
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:
parent
4a286f751b
commit
0be24268f7
18 changed files with 188 additions and 212 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue