From 6521c719acf56cf5fe4dfe9515aa5d60f7d5ba89 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sim=C3=B3n=20Pena?= Date: Sat, 29 May 2010 18:14:06 +0200 Subject: [PATCH] Project: Updated project files * Created TODO file with the tasks to do for the 0.1 release * Updated autogen.sh so that it clears the m4 directory --- TODO | 14 ++++++++++++++ autogen.sh | 1 + 2 files changed, 15 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..173db4c --- /dev/null +++ b/TODO @@ -0,0 +1,14 @@ +Release 0.1: +* Expose DataProvider via DBus + - Creating dataprovider-service gobject + + Query: service, terms + + Signal: response received + - Creating mvs-service daemon +* Expose TMDBMovie via DBus + - Creating TMDB movie-service gobject + + Getters for each property + - Updating dataprovider-service daemon + + Signal should return a list of result paths +* Update build so that it creates a .service file +* Create a MovieManager class in Python to ask for and retrieve results +* Connect the UI with the MovieManager diff --git a/autogen.sh b/autogen.sh index e056024..2c35888 100755 --- a/autogen.sh +++ b/autogen.sh @@ -3,6 +3,7 @@ set -ex rm -rf autom4te.cache +rm -rf m4/* autoreconf --force -i -- 1.7.9.5