Commit Graph

145 Commits

Author SHA1 Message Date
Ram Kromberg b546f2fce5 setup.py: fix entry point 2016-08-29 23:08:15 +03:00
Sébastien Helleu f5e54d0169 Rename README.asciidoc to README.adoc 2016-07-29 16:09:10 +02:00
Sébastien Helleu a268fb80b8 Fix styles in README 2016-07-29 15:57:57 +02:00
Sébastien Helleu 9e7d09384a Fix hdata decoding when it is empty
See this fix in WeeChat: https://github.com/weechat/weechat/issues/767
2016-07-29 15:57:05 +02:00
Sébastien Helleu c5db81a1c7 Merge pull request #5 from yuvallanger/pythonic-for-loops
Change to Pythonic for-loops
2016-07-28 11:03:26 +02:00
Yuval Langer a8a67f9bec Change to Pythonic for-loops 2016-07-23 20:24:17 +03:00
Sébastien Helleu fa610bdd10 Update WeeChat logo, rename weechat_icon_32.png to weechat.png 2016-07-23 07:48:50 +02:00
Sébastien Helleu 7ae4dcb4bd Move build status to the beginning of README 2016-01-16 13:19:08 +01:00
Sébastien Helleu 356719e00d Fix PEP8 errors 2016-01-16 08:10:28 +01:00
Sébastien Helleu bcea4dd1fc Update copyright dates 2016-01-15 07:40:40 +01:00
Sébastien Helleu fa2b812c93 Fix URL to QWeeChat screenshot in README 2015-10-03 11:05:53 +02:00
Sébastien Helleu b145a4f5c8 Update copyright dates 2015-01-01 09:26:06 +01:00
Sébastien Helleu 9036a59a3e Use https for WeeChat URLs 2014-11-24 20:19:01 +01:00
Sébastien Helleu 0bd929dc06 Add message "Not yet implemented" when clicking on "Preferences" button (closes #1) 2014-11-02 09:05:22 +01:00
Sébastien Helleu 3039e30437 Add a .mailmap file
This file is used for example by command "git shortlog", to prevent duplicate
committers.
2014-10-11 17:31:00 +02:00
Sébastien Helleu 42f2f7ee59 Rename some variables (fix pylint warnings) 2014-07-16 07:57:34 +02:00
Sébastien Helleu 87a9710d1d Catch exception ValueError in number conversions 2014-07-15 07:54:41 +02:00
Sébastien Helleu 890d4fa2e1 Fix style of some dicts 2014-07-13 10:12:59 +02:00
Sébastien Helleu ac53e98cd0 Add some missing docstrings 2014-07-11 07:58:55 +02:00
Sébastien Helleu 8b36cd49b1 Remove python shebangs 2014-07-10 07:46:30 +02:00
Sébastien Helleu ee573642a4 Add copyright in __init__.py files 2014-07-09 19:40:38 +02:00
Sébastien Helleu 6d5927c667 Rename variable "bytes" to "data" 2014-07-07 20:53:18 +02:00
Sébastien Helleu 8df6d4822e Update URL of QWeeChat screenshot in README.asciidoc 2014-06-14 07:54:56 +02:00
Sébastien Helleu e38ef66393 Fix lines displayed in wrong buffer on startup
The bug was introduced by commit 46e5dee03a
(option relay.lines to limit the number of lines received on connection).
2014-05-24 21:42:29 +02:00
Sébastien Helleu 8217c4e28a Add support of message "_buffer_cleared" 2014-05-10 12:44:37 +02:00
Sébastien Helleu b8af54aae1 Add command "qweechat-testproto --version" for Travis 2014-05-08 18:14:08 +02:00
Sébastien Helleu 438f63fac2 Rename option -v/--verbose to -d/--debug, add option -v/--version in qweechat-testproto 2014-05-08 18:13:15 +02:00
Sébastien Helleu 661b2993c9 Add Travis build status in README.asciidoc 2014-05-08 18:00:23 +02:00
Sébastien Helleu 184c3dc69a Add file version.py to define QWeeChat version 2014-05-08 17:55:28 +02:00
Sébastien Helleu 403f36d9d1 Add missing space after "#" 2014-05-08 17:55:10 +02:00
Sébastien Helleu baa0160109 Fix conditions (use "is not") 2014-05-08 17:54:41 +02:00
Sébastien Helleu 41157050fe Add .travis.yml file for Travis CI 2014-05-08 17:41:14 +02:00
Sébastien Helleu 77df9d06f7 Code refactoring, fix setup.py
All changes:
- full PEP8 compliance
- move sources from src/qweechat/ to qweechat/
- move data from data/icons/ to qweechat/data/icons/
- sources validated with PEP8
- use setuptools in setup.py, fix path of data files
2014-05-08 17:40:31 +02:00
Sebastien Helleu 42f3541246 Add shadow on QWeeChat screenshot in README 2014-03-08 07:48:56 +01:00
Sebastien Helleu 6f4e0369d8 Remove INSTALL (merge into README), add screenshot in README 2014-03-06 09:48:29 +01:00
Sebastien Helleu 83dc503785 Fix typo in INSTALL 2014-02-08 15:23:37 +01:00
Sebastien Helleu 46e5dee03a Add option relay.lines to limit the number of lines received on connection (default: 50) 2014-02-07 13:03:15 +01:00
Sebastien Helleu 9738f64af8 Use method .getboolean() to read boolean option relay.ssl 2014-02-07 11:51:12 +01:00
Sebastien Helleu fbb0156dae Use /usr/bin/env in python shebang 2014-02-07 11:39:30 +01:00
Sebastien Helleu da74afdbdc Update copyright dates 2014-02-07 11:33:46 +01:00
Sebastien Helleu 0cf8a9befc Use one line titles and less chars for delimited blocks in asciidoc files 2014-02-07 11:11:33 +01:00
Sebastien Helleu 1cf51dd211 testproto.py: use argparse module to parse command line arguments, full PEP8 compliance 2013-11-03 13:44:43 +01:00
Sebastien Helleu 0e4ce9c967 Add emphasis color code 2013-08-30 08:28:33 +02:00
Sebastien Helleu 65924da657 Add missing color options (sync with WeeChat) 2013-08-30 08:27:36 +02:00
Sebastien Helleu 1757a3bee5 Add icon "document-save.png" for entry "Save connection" in File menu 2013-07-27 17:38:40 +02:00
howaboutudance b548a19e67 Add entry "Save connection" in File menu 2013-07-27 17:36:47 +02:00
Gryllida A 3c4ccb16f9 Decode buffer name when inserting (patch #8050) 2013-06-10 16:11:57 +02:00
Sebastien Helleu 265e8b8c13 Fix typo in README 2013-05-02 18:48:26 +02:00
Sebastien Helleu 8d62e521a3 Add README with copyright and license for images 2013-03-23 09:50:10 +01:00
Sebastien Helleu 29f278ed63 Update WeeChat icon (move "ee" to bottom of image, remove "chat") 2013-03-23 09:46:40 +01:00