Commit Graph

72 Commits

Author SHA1 Message Date
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
8217c4e28a Add support of message "_buffer_cleared" 2014-05-10 12:44:37 +02:00
b8af54aae1 Add command "qweechat-testproto --version" for Travis 2014-05-08 18:14:08 +02:00
438f63fac2 Rename option -v/--verbose to -d/--debug, add option -v/--version in qweechat-testproto 2014-05-08 18:13:15 +02:00
661b2993c9 Add Travis build status in README.asciidoc 2014-05-08 18:00:23 +02:00
184c3dc69a Add file version.py to define QWeeChat version 2014-05-08 17:55:28 +02:00
403f36d9d1 Add missing space after "#" 2014-05-08 17:55:10 +02:00
baa0160109 Fix conditions (use "is not") 2014-05-08 17:54:41 +02:00
41157050fe Add .travis.yml file for Travis CI 2014-05-08 17:41:14 +02:00
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
42f3541246 Add shadow on QWeeChat screenshot in README 2014-03-08 07:48:56 +01:00
6f4e0369d8 Remove INSTALL (merge into README), add screenshot in README 2014-03-06 09:48:29 +01:00
83dc503785 Fix typo in INSTALL 2014-02-08 15:23:37 +01:00
46e5dee03a Add option relay.lines to limit the number of lines received on connection (default: 50) 2014-02-07 13:03:15 +01:00
9738f64af8 Use method .getboolean() to read boolean option relay.ssl 2014-02-07 11:51:12 +01:00
fbb0156dae Use /usr/bin/env in python shebang 2014-02-07 11:39:30 +01:00
da74afdbdc Update copyright dates 2014-02-07 11:33:46 +01:00
0cf8a9befc Use one line titles and less chars for delimited blocks in asciidoc files 2014-02-07 11:11:33 +01:00
1cf51dd211 testproto.py: use argparse module to parse command line arguments, full PEP8 compliance 2013-11-03 13:44:43 +01:00
0e4ce9c967 Add emphasis color code 2013-08-30 08:28:33 +02:00
65924da657 Add missing color options (sync with WeeChat) 2013-08-30 08:27:36 +02:00
1757a3bee5 Add icon "document-save.png" for entry "Save connection" in File menu 2013-07-27 17:38:40 +02:00
b548a19e67 Add entry "Save connection" in File menu 2013-07-27 17:36:47 +02:00
3c4ccb16f9 Decode buffer name when inserting (patch #8050) 2013-06-10 16:11:57 +02:00
265e8b8c13 Fix typo in README 2013-05-02 18:48:26 +02:00
8d62e521a3 Add README with copyright and license for images 2013-03-23 09:50:10 +01:00
29f278ed63 Update WeeChat icon (move "ee" to bottom of image, remove "chat") 2013-03-23 09:46:40 +01:00
9c265019b5 Remove "compression=gzip" in command init
The compression is in fact "zlib" (it has been renamed in WeeChat).
This option is not required because compression is enabled by default
(if WeeChat supports it).
2013-03-17 16:44:09 +01:00
9587cb0afb Set variable "uncompressed" in WeeChat decoded message when compression is off (using message as-is) 2013-03-13 12:09:58 +01:00
2a0b6adc57 Add support of new message "_nicklist_diff" 2013-03-09 09:39:19 +01:00
be3c1edaf1 Use OrderedDict (if python >= 2.7) to display ordered dicts in objects (debug window and testproto.py) 2013-03-05 18:19:14 +01:00
2c6975d9c8 Update AUTHORS 2013-03-04 14:18:01 +01:00
e09c80abf5 Fix input of UTF-8 wide chars: use encode() instead of str() for user input processing 2013-03-04 13:31:24 +01:00
7b4aefb28c Use two verbose levels in testproto.py
According to level:
- no verbose (no "-v" given): compact view for objects
- verbose (one "-v" given): long view for objects
- extra verbose (two "-v" given): long view for objects and display raw messages.
2013-03-04 13:14:00 +01:00
0f8fb1e450 Add some info about install with setup.py (to install in home), add note about file qweechat.conf 2013-03-04 12:55:56 +01:00
085098a963 Fix WeeChat command to add relay in INSTALL 2013-03-04 12:53:06 +01:00
9b4804b920 Add script testproto.py to test relay protocol 2013-02-05 19:06:17 +01:00
205b77686e Use single quotes instead of double quotes for decoding error 2013-02-04 11:54:06 +01:00
e836cfb0f6 Move comments with description of python file to top of files 2013-02-04 10:29:51 +01:00
b51e6ba7d7 Display toolkit used in About dialog (PySide or PyQt4) 2013-01-07 13:41:41 +01:00
e17d5dc07d Update copyright dates 2013-01-07 13:40:24 +01:00
f4780bac89 Add missing utf-8 decoding for buffer title 2012-07-27 18:04:46 +02:00
77b25057d1 Add SSL support 2012-07-27 17:56:55 +02:00
f8bbe7b6c1 Convert time object to integer (instead of string) 2012-07-21 17:38:16 +02:00
4b44d000ee Add support of object type "arr" (array) in protocol 2012-07-20 18:19:11 +02:00
eafb7aebb2 Send message "quit" when disconnecting from WeeChat (before closing socket) 2012-07-14 22:38:09 +02:00
d1b4884dfd Update copyright dates 2012-05-17 11:33:57 +02:00
beaa87758b Add signals "upgrade" and "upgrade_ended" 2012-05-17 11:28:15 +02:00
070c41a8cd Fix typo in INSTALL 2011-12-25 21:01:44 +01:00
43690dddeb Add "WeeChat setup" and "Connect to WeeChat" in INSTALL 2011-12-25 13:01:28 +01:00