Initial commit
authorJarosław Jaryszew <jaroslaw.jaryszew@teleca.com>
Tue, 16 Feb 2010 12:59:00 +0000 (13:59 +0100)
committerJarosław Jaryszew <jaroslaw.jaryszew@teleca.com>
Tue, 16 Feb 2010 13:06:08 +0000 (14:06 +0100)
commit71eece00473c745dbe74c7dd9abd6a5fa52ea3ab
treece7609e41d9ace2994640fac93446dbb41082ec6
parent496d310181c50d216bf2f44e9a970a791aa2aba0
Initial commit
106 files changed:
.cproject [new file with mode: 0644]
.project [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
antigen.sh [new file with mode: 0644]
autogen.sh [new file with mode: 0644]
branches/nota-show-app/Makefile.am [new file with mode: 0644]
branches/nota-show-app/antigen.sh [new file with mode: 0755]
branches/nota-show-app/autogen.sh [new file with mode: 0755]
branches/nota-show-app/configure.ac [new file with mode: 0644]
branches/nota-show-app/haarcascades/haarcascade_frontalface_alt.xml [new file with mode: 0644]
branches/nota-show-app/haarcascades/haarcascade_mcs_nose.xml [new file with mode: 0644]
branches/nota-show-app/img/00.jpg [new file with mode: 0644]
branches/nota-show-app/img/01.jpg [new file with mode: 0644]
branches/nota-show-app/img/02.jpg [new file with mode: 0644]
branches/nota-show-app/src/Makefile.am [new file with mode: 0644]
branches/nota-show-app/src/application.c [new file with mode: 0644]
branches/nota-show-app/src/facedetect.cpp [new file with mode: 0644]
branches/nota-show-app/src/gstapplication.c [new file with mode: 0644]
branches/nota-show-app/src/gtkapp.c [new file with mode: 0644]
branches/nota-show-app/src/gtkservice.c [new file with mode: 0644]
branches/nota-show-app/src/notaio.c [new file with mode: 0644]
branches/nota-show-app/src/notaio.h [new file with mode: 0644]
branches/nota-show-app/src/pdu.c [new file with mode: 0644]
branches/nota-show-app/src/pdu.h [new file with mode: 0644]
branches/nota-show-app/src/service.h [new file with mode: 0644]
branches/nota-show-app/src/service_nb.c [new file with mode: 0644]
branches/nota-show-app/src/ts7200/Makefile.am [new file with mode: 0644]
branches/nota-show-app/src/ts7200/test_client.c [new file with mode: 0644]
branches/nota-show-app/src/ts7200/test_server.c [new file with mode: 0644]
branches/nota-show-app/src/ts7200/ts7200_client.c [new file with mode: 0644]
branches/nota-show-app/src/ts7200/ts7200_client.h [new file with mode: 0644]
branches/nota-show-app/src/ts7200/ts7200_server.c [new file with mode: 0644]
configure.ac [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/postinst [new file with mode: 0644]
debian/rules [new file with mode: 0755]
jamendo.desktop.in [new file with mode: 0644]
jamendo.install [new file with mode: 0644]
res/Makefile.am [new file with mode: 0644]
res/arrow_focus.png [new file with mode: 0644]
res/arrow_rest.png [new file with mode: 0644]
res/cc_loading.png [new file with mode: 0644]
res/download.png [new file with mode: 0644]
res/ic_menu_artist.png [new file with mode: 0644]
res/ic_menu_cd.png [new file with mode: 0644]
res/ic_menu_home.png [new file with mode: 0644]
res/ic_menu_player.png [new file with mode: 0644]
res/ic_menu_playlist.png [new file with mode: 0644]
res/ic_menu_review.png [new file with mode: 0644]
res/icon.png [new file with mode: 0644]
res/light_bg_rest.9.png [new file with mode: 0644]
res/list_download.png [new file with mode: 0644]
res/list_playlist.png [new file with mode: 0644]
res/list_radio.png [new file with mode: 0644]
res/list_search.png [new file with mode: 0644]
res/list_star.png [new file with mode: 0644]
res/list_top.png [new file with mode: 0644]
res/logo.png [new file with mode: 0644]
res/no_avatar.png [new file with mode: 0644]
res/no_cd.png [new file with mode: 0644]
res/no_cd_125.png [new file with mode: 0644]
res/no_cd_300.png [new file with mode: 0644]
res/player_next_light.png [new file with mode: 0644]
res/player_pause_light.png [new file with mode: 0644]
res/player_play_light.png [new file with mode: 0644]
res/player_prev_light.png [new file with mode: 0644]
res/player_stop_light.png [new file with mode: 0644]
res/qgn_list_jamendo.png [new file with mode: 0644]
res/settings.png [new file with mode: 0644]
res/stat_notify.png [new file with mode: 0644]
res/teleca_logo.png [new file with mode: 0644]
res/yellow_down.png [new file with mode: 0644]
res/yellow_fav.png [new file with mode: 0644]
res/yellow_info.png [new file with mode: 0644]
res/yellow_lyrics.png [new file with mode: 0644]
res/yellow_share.png [new file with mode: 0644]
src/album_listview.c [new file with mode: 0644]
src/album_listview.h [new file with mode: 0644]
src/album_screen.c [new file with mode: 0644]
src/album_screen.h [new file with mode: 0644]
src/data_structs.c [new file with mode: 0644]
src/data_structs.h [new file with mode: 0644]
src/home_screen.c [new file with mode: 0644]
src/home_screen.h [new file with mode: 0644]
src/http_utils.c [new file with mode: 0644]
src/http_utils.h [new file with mode: 0644]
src/jamendo_api.c [new file with mode: 0644]
src/jamendo_api.h [new file with mode: 0644]
src/main.c [new file with mode: 0644]
src/player.c [new file with mode: 0644]
src/player.h [new file with mode: 0644]
src/playlist_screen.c [new file with mode: 0644]
src/playlist_screen.h [new file with mode: 0644]
src/playlistselector_screen.c [new file with mode: 0644]
src/playlistselector_screen.h [new file with mode: 0644]
src/radioselector_screen.c [new file with mode: 0644]
src/radioselector_screen.h [new file with mode: 0644]
src/resource_utils.c [new file with mode: 0644]
src/resource_utils.h [new file with mode: 0644]
src/search_screen.c [new file with mode: 0644]
src/search_screen.h [new file with mode: 0644]
src/track_listview.c [new file with mode: 0644]
src/track_listview.h [new file with mode: 0644]