Make promoe work with DrDolittle.

This moves the c++ wrapper into promoe so we don't depend on a patched
version of xmms2 anymore. You should be able to run this with a drdolittle
out of the box. I also disabled the medialib browser for future enabling.
This commit is contained in:
Tobias Rundstrom 2006-03-20 22:46:39 -04:00
parent 8807e630f1
commit 8cf4f132ff
10 changed files with 442 additions and 19 deletions

View file

@ -1,4 +1,4 @@
#include <xmmsclient/xmmsclient++.h>
#include "xmmsclient_promoe.h"
#include "XmmsQT4.h"
#include "XMMSHandler.h"
@ -242,12 +242,13 @@ XMMSHandler::PropDictToQHash (XMMSResultDict *res)
return h;
}
/*
uint
XMMSHandler::medialibQuery (QString q)
{
XMMSResultDictList *r = m_xmmsc->medialib_select (q.toUtf8 ());
r->connect (sigc::mem_fun (this, &XMMSHandler::medialib_select));
return r->getCID ();
m_mlibqs->append (r);
}
void
@ -262,6 +263,7 @@ XMMSHandler::medialib_select (XMMSResultDictList *res)
emit medialibResponse (res->getCID (), l);
}
*/
void
XMMSHandler::playlist_changed (XMMSResultDict *res)