refs #478, refs #470 updated swift / mapping GUI

* allow to display project, env. vars etc. in console
* use setup data cache
* adjust to relocated CNetworkUtils
* remove console for data GUI (noticed during installer tests)
This commit is contained in:
Klaus Basan
2015-10-14 02:51:52 +02:00
committed by Mathew Sutcliffe
parent 008792d95b
commit ad146069ef
16 changed files with 281 additions and 62 deletions

View File

@@ -83,6 +83,16 @@ namespace BlackGui
return this->ui->comp_TextMessages;
}
void CMainInfoAreaComponent::displayLog()
{
this->ui->comp_Log->displayLog();
}
void CMainInfoAreaComponent::displayConsole()
{
this->ui->comp_Log->displayConsole();
}
QSize CMainInfoAreaComponent::getPreferredSizeWhenFloating(int areaIndex) const
{
InfoArea area = static_cast<InfoArea>(areaIndex);