Reimplemented broadcaster so it can send 503 when a connection is in
place. Removed qcma/cmaserver class and reimplemented them in cmaclient. Make sure that the scanned files are sorted by filename. Implement filters so the database doesn't pick up unsupported formats. Implement album cover display for album listing in the vita. Fixed bug with streaming of pictures in wireless mode. Some code refactoring.
This commit is contained in:
@@ -21,8 +21,7 @@
|
||||
#define MAINWIDGET_H
|
||||
|
||||
#include "configwidget.h"
|
||||
#include "cmaserver.h"
|
||||
#include "database.h"
|
||||
#include "cmaclient.h"
|
||||
|
||||
#include <QAction>
|
||||
#include <QWidget>
|
||||
@@ -56,8 +55,7 @@ private:
|
||||
QAction *reload;
|
||||
QAction *options;
|
||||
QAction *wireless;
|
||||
Database db;
|
||||
CmaServer server;
|
||||
CmaClient clientLoop;
|
||||
const static QStringList path_list;
|
||||
|
||||
private slots:
|
||||
@@ -67,9 +65,9 @@ private slots:
|
||||
void setTrayTooltip(QString message);
|
||||
void toggleWireless();
|
||||
void showPin(int pin);
|
||||
void startClient(vita_device_t *device);
|
||||
void refreshDatabase();
|
||||
void startServer();
|
||||
void stopServer();
|
||||
};
|
||||
|
||||
#endif // MAINWIDGET_H
|
||||
|
Reference in New Issue
Block a user