The application GUI is now organized into a maevies_window, for the GTK things and...
authorspenap <bulfaiter@gmail.com>
Sat, 7 Nov 2009 23:41:30 +0000 (23:41 +0000)
committerspenap <bulfaiter@gmail.com>
Sat, 7 Nov 2009 23:41:30 +0000 (23:41 +0000)
commit925bda108bed833f3426315e2f8a5070f75dcdb0
tree90d731b46ea43b9afef9bd0c8b416ba37feab988
parent754f5f7bfd72974e814cd05a6c9009076e8bb95d
The application GUI is now organized into a maevies_window, for the GTK things and callbacks (the UI logic should be there),
and a maevies_movie, for the logic and things related to the movies themselves. The UI part is connected to the core via
the signals, and the next point should involve using asynchrounous callbacks.

I also added a txt to describe the Google Movies API.

git-svn-id: file:///svnroot/maevies/trunk@8 a96798e0-47ce-444a-94a4-1d14e63744fc
Makefile.am
src/Makefile.am
src/extra_scenes_provider.c
src/extra_scenes_provider.h
src/maevies_movie.c [new file with mode: 0644]
src/maevies_movie.h [new file with mode: 0644]
src/maevies_window.c [new file with mode: 0644]
src/maevies_window.h [new file with mode: 0644]
src/main.c
src/watc_provider.c
src/watc_provider.h