added package building directories
authorMateusz Półrola <mateusz.polrola@comarch.pl>
Tue, 3 Aug 2010 13:57:19 +0000 (15:57 +0200)
committerMateusz Półrola <mateusz.polrola@comarch.pl>
Tue, 3 Aug 2010 13:57:19 +0000 (15:57 +0200)
commitb807e8dde6a0256a0f61d008f9e5192023e434c7
tree8356b10fe3ad3966292389d9bf8f148f2dc2486d
parent3049d42a11e2ff93945b0187529b0f76d66b3a93
added package building directories
61 files changed:
data/64x64/mdictionary.png [new file with mode: 0644]
data/mdictionary.desktop [new file with mode: 0644]
debian/README.Debian [new file with mode: 0644]
debian/___files [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/files [new file with mode: 0644]
debian/mDictionary/usr/bin/mDictionary [new file with mode: 0755]
debian/mDictionary/usr/bin/mdictionary [new file with mode: 0755]
debian/mDictionary/usr/share/applications/hildon/mDictionary.desktop [new file with mode: 0644]
debian/mDictionary/usr/share/applications/hildon/mdictionary.desktop [new file with mode: 0644]
debian/mDictionary/usr/share/icons/hicolor/64x64/apps/mDictionary.png [new file with mode: 0644]
debian/mDictionary/usr/share/icons/hicolor/64x64/apps/mdictionary.png [new file with mode: 0644]
debian/mdictionary.substvars [new file with mode: 0644]
debian/mdictionary/DEBIAN/control [new file with mode: 0644]
debian/mdictionary/DEBIAN/md5sums [new file with mode: 0644]
debian/mdictionary/usr/bin/mdictionary [new file with mode: 0755]
debian/mdictionary/usr/share/applications/hildon/mdictionary.desktop [new file with mode: 0644]
debian/mdictionary/usr/share/doc/mdictionary/README.Debian [new file with mode: 0644]
debian/mdictionary/usr/share/doc/mdictionary/changelog.Debian.gz [new file with mode: 0644]
debian/mdictionary/usr/share/doc/mdictionary/copyright [new file with mode: 0644]
debian/mdictionary/usr/share/icons/hicolor/64x64/apps/mdictionary.png [new file with mode: 0644]
debian/rules [new file with mode: 0755]
mdictionary.pro [new file with mode: 0644]
trunk/src/base/Makefile [new file with mode: 0644]
trunk/src/base/base.pro [new file with mode: 0644]
trunk/src/base/gui/MainWindow.cpp [new file with mode: 0644]
trunk/src/base/gui/MainWindow.h [new file with mode: 0644]
trunk/src/base/gui/MainWindow.ui [new file with mode: 0644]
trunk/src/base/gui/SearchBarWidget.cpp [new file with mode: 0644]
trunk/src/base/gui/SearchBarWidget.h [new file with mode: 0644]
trunk/src/base/gui/TranslationWidget.cpp [new file with mode: 0644]
trunk/src/base/gui/TranslationWidget.h [new file with mode: 0644]
trunk/src/base/gui/WordListWidget.cpp [new file with mode: 0644]
trunk/src/base/gui/WordListWidget.h [new file with mode: 0644]
trunk/src/base/gui/gui/SearchBarWidget.cpp [new file with mode: 0644]
trunk/src/base/gui/gui/SearchBarWidget.h [new file with mode: 0644]
trunk/src/base/gui/gui/TranslationWidget.cpp [new file with mode: 0644]
trunk/src/base/gui/gui/TranslationWidget.h [new file with mode: 0644]
trunk/src/base/gui/gui/WordListWidget.cpp [new file with mode: 0644]
trunk/src/base/gui/gui/WordListWidget.h [new file with mode: 0644]
trunk/src/base/gui/mDictionary.pro [new file with mode: 0644]
trunk/src/base/gui/mDictionary.pro.user [new file with mode: 0644]
trunk/src/base/gui/main.cpp [new file with mode: 0644]
trunk/src/base/mDictionary [new file with mode: 0755]
trunk/src/base/mDictionary/MainWindow.cpp [deleted file]
trunk/src/base/mDictionary/MainWindow.h [deleted file]
trunk/src/base/mDictionary/MainWindow.ui [deleted file]
trunk/src/base/mDictionary/gui/SearchBarWidget.cpp [deleted file]
trunk/src/base/mDictionary/gui/SearchBarWidget.h [deleted file]
trunk/src/base/mDictionary/gui/TranslationWidget.cpp [deleted file]
trunk/src/base/mDictionary/gui/TranslationWidget.h [deleted file]
trunk/src/base/mDictionary/gui/WordListWidget.cpp [deleted file]
trunk/src/base/mDictionary/gui/WordListWidget.h [deleted file]
trunk/src/base/mDictionary/mDictionary.pro [deleted file]
trunk/src/base/mDictionary/mDictionary.pro.user [deleted file]
trunk/src/base/mDictionary/main.cpp [deleted file]