Initial commit (based on version 0.34-1 for Diablo)
commit035fe2a364b4c8a1282da3a79ffc89ff661cb74a
authorThomas Perl <thp@thpinfo.com>
Fri, 29 Jan 2010 00:43:30 +0000 (29 01:43 +0100)
committerThomas Perl <thp@thpinfo.com>
Fri, 29 Jan 2010 00:43:30 +0000 (29 01:43 +0100)
treebc7a4b214a5f4199a359ce9fb158b7f871361b23
Initial commit (based on version 0.34-1 for Diablo)
73 files changed:
COPYING [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
Makefile.in [new file with mode: 0644]
README [new file with mode: 0644]
aclocal.m4 [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
compile [new file with mode: 0755]
config.guess [new file with mode: 0755]
config.h.in [new file with mode: 0644]
config.sub [new file with mode: 0755]
configure [new file with mode: 0755]
configure.in [new file with mode: 0644]
contrib/maemopad_to_dir.py [new file with mode: 0644]
data/Makefile.am [new file with mode: 0644]
data/Makefile.in [new file with mode: 0644]
data/com.nokia.maemopadplus.service [new file with mode: 0644]
data/icons/26x26/maemopadplus.png [new file with mode: 0644]
data/icons/40x40/maemopadplus.png [new file with mode: 0644]
data/icons/scalable/maemopadplus.png [new file with mode: 0644]
data/maemopadplus.desktop [new file with mode: 0644]
data/pixmaps/checklist.png [new file with mode: 0644]
data/pixmaps/eraser.png [new file with mode: 0755]
data/pixmaps/maemopadplus.rc [new file with mode: 0644]
data/pixmaps/pencil.png [new file with mode: 0755]
data/pixmaps/pencil1.png [new file with mode: 0755]
data/pixmaps/pencil2.png [new file with mode: 0755]
data/pixmaps/pencil3.png [new file with mode: 0755]
data/pixmaps/pencil4.png [new file with mode: 0755]
data/pixmaps/pencil5.png [new file with mode: 0755]
data/pixmaps/pencil6.png [new file with mode: 0755]
data/pixmaps/pencil7.png [new file with mode: 0755]
data/pixmaps/sketch.png [new file with mode: 0644]
data/pixmaps/sketchbg0.png [new file with mode: 0755]
data/pixmaps/sketchbg1.png [new file with mode: 0755]
data/pixmaps/sketchbg2.png [new file with mode: 0755]
data/pixmaps/text.png [new file with mode: 0644]
dclean [new file with mode: 0755]
dclean2 [new file with mode: 0755]
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/maemopadplus.install [new file with mode: 0644]
debian/maemopadplus.links [new file with mode: 0644]
debian/postinst [new file with mode: 0755]
debian/rules [new file with mode: 0755]
debian/todo [new file with mode: 0755]
depcomp [new file with mode: 0755]
install-sh [new file with mode: 0755]
intltool-extract [new file with mode: 0755]
intltool-extract.in [new file with mode: 0644]
intltool-merge [new file with mode: 0755]
intltool-merge.in [new file with mode: 0644]
intltool-update [new file with mode: 0755]
intltool-update.in [new file with mode: 0644]
ltmain.sh [new file with mode: 0644]
missing [new file with mode: 0755]
mkinstalldirs [new file with mode: 0755]
po/Makefile.in.in [new file with mode: 0644]
po/POTFILES.in [new file with mode: 0644]
po/de_DE.po [new file with mode: 0644]
po/en_GB.po [new file with mode: 0644]
po/fi_FI.po [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/Makefile.in [new file with mode: 0644]
src/appdata.h [new file with mode: 0644]
src/main.c [new file with mode: 0644]
src/ui/callbacks.c [new file with mode: 0644]
src/ui/callbacks.h [new file with mode: 0644]
src/ui/interface.c [new file with mode: 0644]
src/ui/interface.h [new file with mode: 0644]
src/ui/sketchwidget.c [new file with mode: 0755]
src/ui/sketchwidget.h [new file with mode: 0755]