mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-28 08:59:37 -05:00
Merge pull request #1642 from csoler/v0.6-ImprovedGUI
V0.6 improved gui
This commit is contained in:
commit
18db1fb6bb
@ -65,6 +65,7 @@ p3FileDatabase::p3FileDatabase(p3ServiceControl *mpeers)
|
|||||||
mRemoteDirectories.clear() ; // we should load them!
|
mRemoteDirectories.clear() ; // we should load them!
|
||||||
mOwnId = mpeers->getOwnId() ;
|
mOwnId = mpeers->getOwnId() ;
|
||||||
|
|
||||||
|
mBannedFileListNeedsUpdate = false;
|
||||||
mLocalSharedDirs = new LocalDirectoryStorage(mFileSharingDir + "/" + LOCAL_SHARED_DIRS_FILE_NAME,mOwnId);
|
mLocalSharedDirs = new LocalDirectoryStorage(mFileSharingDir + "/" + LOCAL_SHARED_DIRS_FILE_NAME,mOwnId);
|
||||||
mHashCache = new HashStorage(mFileSharingDir + "/" + HASH_CACHE_FILE_NAME) ;
|
mHashCache = new HashStorage(mFileSharingDir + "/" + HASH_CACHE_FILE_NAME) ;
|
||||||
|
|
||||||
|
@ -118,6 +118,7 @@ RsConfigOptions::RsConfigOptions()
|
|||||||
:
|
:
|
||||||
autoLogin(false),
|
autoLogin(false),
|
||||||
udpListenerOnly(false),
|
udpListenerOnly(false),
|
||||||
|
forcedInetAddress("127.0.0.1"), /* inet address to use.*/
|
||||||
forcedPort(0),
|
forcedPort(0),
|
||||||
outStderr(false),
|
outStderr(false),
|
||||||
debugLevel(5)
|
debugLevel(5)
|
||||||
|
@ -80,6 +80,7 @@ ServerPage::ServerPage(QWidget * parent, Qt::WindowFlags flags)
|
|||||||
ui.setupUi(this);
|
ui.setupUi(this);
|
||||||
|
|
||||||
manager = NULL ;
|
manager = NULL ;
|
||||||
|
mOngoingConnectivityCheck = -1;
|
||||||
|
|
||||||
if(RsAccounts::isHiddenNode())
|
if(RsAccounts::isHiddenNode())
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user