Implement online mode: now qcma can connect to the Internet to check and download update files.

Update embedded xml file.
Updated translations.
This commit is contained in:
codestation
2014-01-05 20:58:46 -04:30
parent a0d9e03d17
commit 88d51420e7
13 changed files with 371 additions and 46 deletions

View File

@@ -193,6 +193,7 @@ void CmaClient::enterEventLoop(vita_device_t *device)
connect(&thread, SIGNAL(started()), &eventLoop, SLOT(process()));
connect(&eventLoop, SIGNAL(refreshDatabase()), this, SIGNAL(refreshDatabase()), Qt::DirectConnection);
connect(&eventLoop, SIGNAL(finishedEventLoop()), &thread, SLOT(quit()), Qt::DirectConnection);
connect(&eventLoop, SIGNAL(messageSent(QString)), this, SIGNAL(messageSent(QString)), Qt::DirectConnection);
thread.start();
while(isActive()) {