Setting up support for branches and tags
authorepage <eopage@byu.net>
Sat, 16 May 2009 12:51:59 +0000 (12:51 +0000)
committerepage <eopage@byu.net>
Sat, 16 May 2009 12:51:59 +0000 (12:51 +0000)
commit21f6c0c26b18e00ae28818e8ce03bc442b84dac2
treea78eaa035c6de1a91f33b72aa9c62e91e8903f54
Setting up support for branches and tags

git-svn-id: file:///svnroot/quicknote/trunk@31 bb7704e3-badb-4cfa-9ab3-9374dc87eaa2
34 files changed:
Makefile [new file with mode: 0644]
data/40/quicknote.png [new file with mode: 0644]
data/48/quicknote.png [new file with mode: 0644]
data/low/quicknote.png [new file with mode: 0644]
data/quicknote.desktop [new file with mode: 0644]
data/quicknote.png [new file with mode: 0644]
data/quicknote.service [new file with mode: 0644]
data/scale/quicknote.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/dirs [new file with mode: 0644]
debian/docs [new file with mode: 0644]
debian/postinst [new file with mode: 0644]
debian/rules [new file with mode: 0755]
po/de.po [new file with mode: 0644]
po/ru.po [new file with mode: 0644]
setup.py [new file with mode: 0644]
src/__init__.py [new file with mode: 0755]
src/fakehildon.py [new file with mode: 0644]
src/libhistory.py [new file with mode: 0644]
src/libkopfzeile.py [new file with mode: 0644]
src/libnotizen.py [new file with mode: 0644]
src/libquicknote.py [new file with mode: 0644]
src/libspeichern.py [new file with mode: 0644]
src/libsqldialog.py [new file with mode: 0755]
src/libsync.py [new file with mode: 0755]
src/quicknote.py [new file with mode: 0755]
src/simple_list.py [new file with mode: 0644]
support/builddeb.py [new file with mode: 0755]
support/fake_py2deb.py [new file with mode: 0644]
support/pylint.rc [new file with mode: 0644]
support/test_syntax.py [new file with mode: 0755]