First commit
authorJesse Hakanen <jessehakanen@gmail.com>
Thu, 15 Apr 2010 18:55:23 +0000 (19:55 +0100)
committerJesse Hakanen <jessehakanen@gmail.com>
Thu, 15 Apr 2010 18:55:23 +0000 (19:55 +0100)
commit89496ceee9788c2908c27ad4e2535f2728310d76
treee0ca6b6c0c0933159f63962d3e3cd4949413edbb
parentc7d0850abf7e6a2f542fe8327597662e25051317
First commit
60 files changed:
COPYING [new file with mode: 0644]
Makefile [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/dirs [new file with mode: 0644]
debian/postinst [new file with mode: 0644]
debian/postrm [new file with mode: 0644]
debian/preinst [new file with mode: 0644]
debian/prerm [new file with mode: 0644]
debian/rules [new file with mode: 0755]
jenirok.pro [new file with mode: 0644]
src/common/connectionmanager.cpp [new file with mode: 0644]
src/common/connectionmanager.h [new file with mode: 0644]
src/common/contactmanager.cpp [new file with mode: 0644]
src/common/contactmanager.h [new file with mode: 0644]
src/common/db.cpp [new file with mode: 0644]
src/common/db.h [new file with mode: 0644]
src/common/eniro.cpp [new file with mode: 0644]
src/common/eniro.h [new file with mode: 0644]
src/common/settings.cpp [new file with mode: 0644]
src/common/settings.h [new file with mode: 0644]
src/common/translations.grc [new file with mode: 0644]
src/common/translations/fi_FI.qm [new file with mode: 0644]
src/common/translations/fi_FI.ts [new file with mode: 0644]
src/daemon/Makefile [new file with mode: 0644]
src/daemon/calllistener.cpp [new file with mode: 0644]
src/daemon/calllistener.h [new file with mode: 0644]
src/daemon/daemon.pro [new file with mode: 0644]
src/daemon/data/jenirokd [new file with mode: 0755]
src/daemon/informationbox.cpp [new file with mode: 0644]
src/daemon/informationbox.h [new file with mode: 0644]
src/daemon/main.cpp [new file with mode: 0644]
src/gui/Makefile [new file with mode: 0644]
src/gui/buttonselector.cpp [new file with mode: 0644]
src/gui/buttonselector.h [new file with mode: 0644]
src/gui/daemon.cpp [new file with mode: 0644]
src/gui/daemon.h [new file with mode: 0644]
src/gui/data/26x26/jenirok.png [new file with mode: 0644]
src/gui/data/48x48/jenirok.png [new file with mode: 0644]
src/gui/data/64x64/jenirok.png [new file with mode: 0644]
src/gui/data/jenirok.desktop [new file with mode: 0644]
src/gui/data/maemo/jenirok.xpm [new file with mode: 0755]
src/gui/detailwindow.cpp [new file with mode: 0644]
src/gui/detailwindow.h [new file with mode: 0644]
src/gui/gui.pro [new file with mode: 0644]
src/gui/icons.grc [new file with mode: 0644]
src/gui/icons/start.png [new file with mode: 0755]
src/gui/icons/stop.png [new file with mode: 0755]
src/gui/main.cpp [new file with mode: 0644]
src/gui/mainwindow.cpp [new file with mode: 0644]
src/gui/mainwindow.h [new file with mode: 0644]
src/gui/resultwindow.cpp [new file with mode: 0644]
src/gui/resultwindow.h [new file with mode: 0644]
src/gui/searchdialog.cpp [new file with mode: 0644]
src/gui/searchdialog.h [new file with mode: 0644]
src/gui/settingsdialog.cpp [new file with mode: 0644]
src/gui/settingsdialog.h [new file with mode: 0644]
welcome [deleted file]