]> jfr.im git - irc/weechat/qweechat.git/commit - src/qweechat/config.py
Initial commit
authorSebastien Helleu <redacted>
Tue, 6 Dec 2011 20:27:09 +0000 (21:27 +0100)
committerSebastien Helleu <redacted>
Tue, 6 Dec 2011 20:27:09 +0000 (21:27 +0100)
commit7dcf23b19547e37dbadd98aaed99ce4656471dbe
tree92f85a1e2fa16ba87cb7fb584badd4715fe522ae
Initial commit
29 files changed:
.gitignore [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
INSTALL [new file with mode: 0644]
MANIFEST.in [new file with mode: 0644]
README [new file with mode: 0644]
data/icons/application-exit.png [new file with mode: 0644]
data/icons/dialog-close.png [new file with mode: 0644]
data/icons/dialog-ok-apply.png [new file with mode: 0644]
data/icons/edit-find.png [new file with mode: 0644]
data/icons/help-about.png [new file with mode: 0644]
data/icons/network-connect.png [new file with mode: 0644]
data/icons/network-disconnect.png [new file with mode: 0644]
data/icons/preferences-other.png [new file with mode: 0644]
setup.py [new file with mode: 0755]
src/qweechat/__init__.py [new file with mode: 0644]
src/qweechat/about.py [new file with mode: 0644]
src/qweechat/buffer.py [new file with mode: 0644]
src/qweechat/chat.py [new file with mode: 0644]
src/qweechat/config.py [new file with mode: 0644]
src/qweechat/connection.py [new file with mode: 0644]
src/qweechat/debug.py [new file with mode: 0644]
src/qweechat/input.py [new file with mode: 0644]
src/qweechat/network.py [new file with mode: 0644]
src/qweechat/qt_compat.py [new file with mode: 0644]
src/qweechat/qweechat.py [new file with mode: 0755]
src/qweechat/weechat/__init__.py [new file with mode: 0644]
src/qweechat/weechat/color.py [new file with mode: 0644]
src/qweechat/weechat/protocol.py [new file with mode: 0644]