Project: Updated project files
authorSimón Pena <spenap@gmail.com>
Sat, 29 May 2010 16:14:06 +0000 (18:14 +0200)
committerSimón Pena <spenap@gmail.com>
Sat, 29 May 2010 16:17:11 +0000 (18:17 +0200)
* Created TODO file with the tasks to do for the 0.1 release
* Updated autogen.sh so that it clears the m4 directory

TODO [new file with mode: 0644]
autogen.sh

diff --git a/TODO b/TODO
new file mode 100644 (file)
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
index e056024..2c35888 100755 (executable)
@@ -3,6 +3,7 @@
 set -ex
 
 rm -rf autom4te.cache
+rm -rf m4/*
 
 autoreconf --force -i