From: Simón Pena Date: Sat, 29 May 2010 16:14:06 +0000 (+0200) Subject: Project: Updated project files X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;h=6521c719acf56cf5fe4dfe9515aa5d60f7d5ba89;hp=7fbecd728d1b0e2902f5c6707b47b8c912a75d85;p=maevies 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 --- 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