Initial Commit
authorEmmanuel Bretelle <chantra@debuntu.org>
Sun, 7 Feb 2010 09:38:35 +0000 (10:38 +0100)
committerEmmanuel Bretelle <chantra@debuntu.org>
Sun, 7 Feb 2010 09:38:35 +0000 (10:38 +0100)
commit31258f76d1709fe4fb50efa123e3e7c76b202cdf
treeb67e8ca41adcec65d7cb0afac9e845d86eab074f
Initial Commit
33 files changed:
.gitignore [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
INSTALL [new file with mode: 0644]
NEWS [new file with mode: 0644]
README [new file with mode: 0644]
configure.ac [new file with mode: 0644]
data/Makefile.am [new file with mode: 0644]
data/celltowerinfo.desktop [new file with mode: 0644]
data/icons/32x32/celltowerinfo.png [new file with mode: 0644]
data/icons/48x48/celltowerinfo.png [new file with mode: 0644]
data/icons/celltowerinfo128x128.png [new file with mode: 0644]
data/icons/celltowerinfo256x256.png [new file with mode: 0644]
data/icons/celltowerinfo512x512.png [new file with mode: 0644]
data/icons/celltowerinfo64x64.png [new file with mode: 0644]
data/icons/scalable/celltowerinfo.png [new file with mode: 0644]
data/org.debuntu.celltowerinfo.service [new file with mode: 0644]
debian/celltowerinfo.install [new file with mode: 0644]
debian/celltowerinfo.postinst [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/maemo-optify [new file with mode: 0644]
debian/rules [new file with mode: 0755]
po/Makefile.in.in [new file with mode: 0644]
po/POTFILES.in [new file with mode: 0644]
po/en_GB.po [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/cellinfo-window.c [new file with mode: 0644]
src/cellinfo-window.h [new file with mode: 0644]
src/main.c [new file with mode: 0644]