I have made the following changes intended for : CE:MW:Shared / nemo-qml-plugin-grilo
Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below. https://build.pub.meego.com//request/show/7388 Thank You, msameer [This message was auto-generated] --- Request # 7388: Messages from BOSS: State: review at 2012-11-15T20:56:58 by bossbot Reviews: accepted by bossbot : Prechecks succeeded. new for CE-maintainers : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: home:msameer:grilo / nemo-qml-plugin-grilo -> CE:MW:Shared / nemo-qml-plugin-grilo changes files: -------------- --- nemo-qml-plugin-grilo.changes +++ nemo-qml-plugin-grilo.changes @@ -0,0 +1,3 @@ +* Thu Nov 15 2012 Mohammed Hassan <[email protected]> - 0.0.20121115 +- New release exposing GriloQuery + old: ---- qtgrilo-0.0.20121031.tar.gz new: ---- qtgrilo-0.0.20121115.tar.gz spec files: ----------- --- nemo-qml-plugin-grilo.spec +++ nemo-qml-plugin-grilo.spec @@ -1,6 +1,6 @@ Name: nemo-qml-plugin-grilo Summary: Framework for discovering and browsing media -Version: 0.0.20121031 +Version: 0.0.20121115 Release: 1 Group: Development/Libraries License: LGPLv2.1 other changes: -------------- ++++++ qtgrilo-0.0.20121031.tar.gz -> qtgrilo-0.0.20121115.tar.gz --- declarative/griloplugin.cpp +++ declarative/griloplugin.cpp @@ -25,6 +25,7 @@ #include "grilobrowse.h" #include "grilosearch.h" #include "grilomultisearch.h" +#include "griloquery.h" #include "grilomedia.h" #include <QtDeclarative> @@ -42,6 +43,7 @@ qmlRegisterType<GriloModel>(uri, 0, 1, "GriloModel"); qmlRegisterType<GriloBrowse>(uri, 0, 1, "GriloBrowse"); qmlRegisterType<GriloSearch>(uri, 0, 1, "GriloSearch"); + qmlRegisterType<GriloQuery>(uri, 0, 1, "GriloQuery"); // TODO: Symbol error when used :( // qmlRegisterType<GriloMultiSearch>(uri, 0, 1, "GriloMultiSearch"); qmlRegisterType<GriloDataSource>();
