Initial import of code v0.1
authorRoman Moravcik <roman.moravcik@gmail.com>
Mon, 14 Dec 2009 09:36:40 +0000 (10:36 +0100)
committerRoman Moravcik <roman.moravcik@gmail.com>
Mon, 14 Dec 2009 09:36:40 +0000 (10:36 +0100)
commit2534b83669b6150e0f43df3e31b4979554e2af73
treeeae43c9a42494dc429ea5841f9de944a1ea255d1
parentded28294a6d410f7b08528efb994b6c008838cf0
Initial import of code
29 files changed:
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
INSTALL [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
configure.ac [new file with mode: 0644]
data/Makefile.am [new file with mode: 0644]
data/flashlight-applet.desktop.in.in [new file with mode: 0644]
data/statusarea_flashlight.svg [new file with mode: 0644]
data/statusarea_flashlight_off.png [new file with mode: 0644]
data/statusarea_flashlight_on.png [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/flashlight-applet.postinst [new file with mode: 0755]
debian/flashlight-applet.postrm [new file with mode: 0755]
debian/rules [new file with mode: 0755]
po/LINGUAS [new file with mode: 0644]
po/POTFILES.in [new file with mode: 0644]
po/cs_CZ.po [new file with mode: 0644]
po/sk_SK.po [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/flashlight_applet.c [new file with mode: 0644]
src/flashlight_applet.h [new file with mode: 0644]
src/flashlight_lib.c [new file with mode: 0644]
src/flashlight_lib.h [new file with mode: 0644]
test/Makefile [new file with mode: 0644]
test/test.c [new file with mode: 0644]