]> jfr.im git - irc/weechat/qweechat.git/log
irc/weechat/qweechat.git
10 years agoRemove INSTALL (merge into README), add screenshot in README
Sebastien Helleu [Thu, 6 Mar 2014 08:48:29 +0000 (09:48 +0100)] 
Remove INSTALL (merge into README), add screenshot in README

10 years agoFix typo in INSTALL
Sebastien Helleu [Sat, 8 Feb 2014 14:23:37 +0000 (15:23 +0100)] 
Fix typo in INSTALL

10 years agoAdd option relay.lines to limit the number of lines received on connection (default...
Sebastien Helleu [Fri, 7 Feb 2014 12:03:15 +0000 (13:03 +0100)] 
Add option relay.lines to limit the number of lines received on connection (default: 50)

10 years agoUse method .getboolean() to read boolean option relay.ssl
Sebastien Helleu [Fri, 7 Feb 2014 10:51:12 +0000 (11:51 +0100)] 
Use method .getboolean() to read boolean option relay.ssl

10 years agoUse /usr/bin/env in python shebang
Sebastien Helleu [Fri, 7 Feb 2014 10:39:30 +0000 (11:39 +0100)] 
Use /usr/bin/env in python shebang

10 years agoUpdate copyright dates
Sebastien Helleu [Fri, 7 Feb 2014 10:33:46 +0000 (11:33 +0100)] 
Update copyright dates

10 years agoUse one line titles and less chars for delimited blocks in asciidoc files
Sebastien Helleu [Fri, 7 Feb 2014 10:11:33 +0000 (11:11 +0100)] 
Use one line titles and less chars for delimited blocks in asciidoc files

10 years agotestproto.py: use argparse module to parse command line arguments, full PEP8 compliance
Sebastien Helleu [Sun, 3 Nov 2013 12:44:43 +0000 (13:44 +0100)] 
testproto.py: use argparse module to parse command line arguments, full PEP8 compliance

10 years agoAdd emphasis color code
Sebastien Helleu [Fri, 30 Aug 2013 06:28:33 +0000 (08:28 +0200)] 
Add emphasis color code

10 years agoAdd missing color options (sync with WeeChat)
Sebastien Helleu [Fri, 30 Aug 2013 06:27:36 +0000 (08:27 +0200)] 
Add missing color options (sync with WeeChat)

10 years agoAdd icon "document-save.png" for entry "Save connection" in File menu
Sebastien Helleu [Sat, 27 Jul 2013 15:38:40 +0000 (17:38 +0200)] 
Add icon "document-save.png" for entry "Save connection" in File menu

10 years agoAdd entry "Save connection" in File menu
howaboutudance [Sat, 27 Jul 2013 15:36:47 +0000 (17:36 +0200)] 
Add entry "Save connection" in File menu

11 years agoDecode buffer name when inserting (patch #8050)
Gryllida A [Sat, 18 May 2013 11:39:43 +0000 (21:09 +0930)] 
Decode buffer name when inserting (patch #8050)

11 years agoFix typo in README
Sebastien Helleu [Thu, 2 May 2013 16:48:26 +0000 (18:48 +0200)] 
Fix typo in README

11 years agoAdd README with copyright and license for images
Sebastien Helleu [Sat, 23 Mar 2013 08:50:10 +0000 (09:50 +0100)] 
Add README with copyright and license for images

11 years agoUpdate WeeChat icon (move "ee" to bottom of image, remove "chat")
Sebastien Helleu [Sat, 23 Mar 2013 08:46:40 +0000 (09:46 +0100)] 
Update WeeChat icon (move "ee" to bottom of image, remove "chat")

11 years agoRemove "compression=gzip" in command init
Sebastien Helleu [Sun, 17 Mar 2013 15:44:09 +0000 (16:44 +0100)] 
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).

11 years agoSet variable "uncompressed" in WeeChat decoded message when compression is off (using...
Sebastien Helleu [Wed, 13 Mar 2013 11:09:58 +0000 (12:09 +0100)] 
Set variable "uncompressed" in WeeChat decoded message when compression is off (using message as-is)

11 years agoAdd support of new message "_nicklist_diff"
Sebastien Helleu [Sat, 9 Mar 2013 08:39:19 +0000 (09:39 +0100)] 
Add support of new message "_nicklist_diff"

11 years agoUse OrderedDict (if python >= 2.7) to display ordered dicts in objects (debug window...
Sebastien Helleu [Tue, 5 Mar 2013 17:19:14 +0000 (18:19 +0100)] 
Use OrderedDict (if python >= 2.7) to display ordered dicts in objects (debug window and testproto.py)

11 years agoUpdate AUTHORS
Sebastien Helleu [Mon, 4 Mar 2013 13:18:01 +0000 (14:18 +0100)] 
Update AUTHORS

11 years agoFix input of UTF-8 wide chars: use encode() instead of str() for user input processing
Gryllida A [Mon, 4 Mar 2013 12:31:24 +0000 (13:31 +0100)] 
Fix input of UTF-8 wide chars: use encode() instead of str() for user input processing

11 years agoUse two verbose levels in testproto.py
Sebastien Helleu [Mon, 4 Mar 2013 12:14:00 +0000 (13:14 +0100)] 
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.

11 years agoAdd some info about install with setup.py (to install in home), add note about file...
Sebastien Helleu [Mon, 4 Mar 2013 11:55:56 +0000 (12:55 +0100)] 
Add some info about install with setup.py (to install in home), add note about file qweechat.conf

11 years agoFix WeeChat command to add relay in INSTALL
Sebastien Helleu [Mon, 4 Mar 2013 11:53:06 +0000 (12:53 +0100)] 
Fix WeeChat command to add relay in INSTALL

11 years agoAdd script testproto.py to test relay protocol
Sebastien Helleu [Tue, 5 Feb 2013 18:06:17 +0000 (19:06 +0100)] 
Add script testproto.py to test relay protocol

11 years agoUse single quotes instead of double quotes for decoding error
Sebastien Helleu [Mon, 4 Feb 2013 10:54:06 +0000 (11:54 +0100)] 
Use single quotes instead of double quotes for decoding error

11 years agoMove comments with description of python file to top of files
Sebastien Helleu [Mon, 4 Feb 2013 09:29:51 +0000 (10:29 +0100)] 
Move comments with description of python file to top of files

11 years agoDisplay toolkit used in About dialog (PySide or PyQt4)
Sebastien Helleu [Mon, 7 Jan 2013 12:41:41 +0000 (13:41 +0100)] 
Display toolkit used in About dialog (PySide or PyQt4)

11 years agoUpdate copyright dates
Sebastien Helleu [Mon, 7 Jan 2013 12:40:24 +0000 (13:40 +0100)] 
Update copyright dates

11 years agoAdd missing utf-8 decoding for buffer title
Sebastien Helleu [Fri, 27 Jul 2012 16:04:46 +0000 (18:04 +0200)] 
Add missing utf-8 decoding for buffer title

11 years agoAdd SSL support
Sebastien Helleu [Fri, 27 Jul 2012 15:56:55 +0000 (17:56 +0200)] 
Add SSL support

11 years agoConvert time object to integer (instead of string)
Sebastien Helleu [Sat, 21 Jul 2012 15:38:16 +0000 (17:38 +0200)] 
Convert time object to integer (instead of string)

11 years agoAdd support of object type "arr" (array) in protocol
Sebastien Helleu [Fri, 20 Jul 2012 16:19:11 +0000 (18:19 +0200)] 
Add support of object type "arr" (array) in protocol

11 years agoSend message "quit" when disconnecting from WeeChat (before closing socket)
Sebastien Helleu [Sat, 14 Jul 2012 20:38:09 +0000 (22:38 +0200)] 
Send message "quit" when disconnecting from WeeChat (before closing socket)

12 years agoUpdate copyright dates
Sebastien Helleu [Thu, 17 May 2012 09:33:57 +0000 (11:33 +0200)] 
Update copyright dates

12 years agoAdd signals "upgrade" and "upgrade_ended"
Sebastien Helleu [Thu, 17 May 2012 09:28:15 +0000 (11:28 +0200)] 
Add signals "upgrade" and "upgrade_ended"

12 years agoFix typo in INSTALL
Sebastien Helleu [Sun, 25 Dec 2011 20:01:44 +0000 (21:01 +0100)] 
Fix typo in INSTALL

12 years agoAdd "WeeChat setup" and "Connect to WeeChat" in INSTALL
Sebastien Helleu [Sun, 25 Dec 2011 12:01:28 +0000 (13:01 +0100)] 
Add "WeeChat setup" and "Connect to WeeChat" in INSTALL

12 years agoAdd type of buffers, add signals "_buffer_type_changed" and "_buffer_unmerged"
Sebastien Helleu [Sun, 25 Dec 2011 10:49:54 +0000 (11:49 +0100)] 
Add type of buffers, add signals "_buffer_type_changed" and "_buffer_unmerged"

12 years agoRemove color codes from topic
Sebastien Helleu [Sat, 24 Dec 2011 12:17:31 +0000 (13:17 +0100)] 
Remove color codes from topic

12 years agoReplace iteritems() by items()
Sebastien Helleu [Sat, 24 Dec 2011 11:38:55 +0000 (12:38 +0100)] 
Replace iteritems() by items()

12 years agoUse prefix "0o" for octal number
Sebastien Helleu [Sat, 24 Dec 2011 11:29:05 +0000 (12:29 +0100)] 
Use prefix "0o" for octal number

12 years agoReplace xrange by range
Sebastien Helleu [Sat, 24 Dec 2011 11:06:00 +0000 (12:06 +0100)] 
Replace xrange by range

12 years agoChange version to 0.0.1-dev
Sebastien Helleu [Sat, 24 Dec 2011 10:58:42 +0000 (11:58 +0100)] 
Change version to 0.0.1-dev

12 years agoReplace calls to "apply(f, args)" with "f(*args)"
Sebastien Helleu [Sat, 24 Dec 2011 10:57:43 +0000 (11:57 +0100)] 
Replace calls to "apply(f, args)" with "f(*args)"

12 years agoRemove py3k deprecation warning about classic int division
Sebastien Helleu [Sat, 24 Dec 2011 10:53:59 +0000 (11:53 +0100)] 
Remove py3k deprecation warning about classic int division

12 years agoReplace python print statement with print() function
Sebastien Helleu [Sat, 24 Dec 2011 09:48:08 +0000 (10:48 +0100)] 
Replace python print statement with print() function

12 years agoAdd conversion of WeeChat colors to Qt colors, add section "color" in config file
Sebastien Helleu [Fri, 23 Dec 2011 19:18:57 +0000 (20:18 +0100)] 
Add conversion of WeeChat colors to Qt colors, add section "color" in config file

12 years agoAdd local variables in buffers, update prompt of buffers using local variable "nick"
Sebastien Helleu [Tue, 20 Dec 2011 10:20:16 +0000 (11:20 +0100)] 
Add local variables in buffers, update prompt of buffers using local variable "nick"

12 years agoAdd object "htb" (hashtable) in protocol, rename object code "lis" to "inl" (infolist)
Sebastien Helleu [Tue, 20 Dec 2011 10:17:31 +0000 (11:17 +0100)] 
Add object "htb" (hashtable) in protocol, rename object code "lis" to "inl" (infolist)

12 years agoAdd WeeChat icon for app
Sebastien Helleu [Sat, 17 Dec 2011 16:42:33 +0000 (17:42 +0100)] 
Add WeeChat icon for app

12 years agoAdd sync of buffers/nicklists
Sebastien Helleu [Sat, 17 Dec 2011 16:41:55 +0000 (17:41 +0100)] 
Add sync of buffers/nicklists

12 years agoAdd auto-resize of nicklist on insertItem/clear, set NoFocus on title, add bullets...
Sebastien Helleu [Sat, 17 Dec 2011 15:22:33 +0000 (16:22 +0100)] 
Add auto-resize of nicklist on insertItem/clear, set NoFocus on title, add bullets for nicklist

12 years agoAdd keys alt+arrows to switch buffer
Sebastien Helleu [Sat, 17 Dec 2011 15:17:10 +0000 (16:17 +0100)] 
Add keys alt+arrows to switch buffer

12 years agoCreate debug dialog when asked, keep some lines in buffer when dialog is not open
Sebastien Helleu [Sat, 10 Dec 2011 09:11:36 +0000 (10:11 +0100)] 
Create debug dialog when asked, keep some lines in buffer when dialog is not open

12 years agoUse a dynamic size for list of buffers and nicklist (based on longer text)
Sebastien Helleu [Thu, 8 Dec 2011 10:42:06 +0000 (10:42 +0000)] 
Use a dynamic size for list of buffers and nicklist (based on longer text)

12 years agoFix crash with PySide when sending unicode data on socket
Sebastien Helleu [Wed, 7 Dec 2011 16:59:09 +0000 (16:59 +0000)] 
Fix crash with PySide when sending unicode data on socket

12 years agoUpdate INSTALL: PySide recommended over PyQt4
Sebastien Helleu [Wed, 7 Dec 2011 15:44:10 +0000 (15:44 +0000)] 
Update INSTALL: PySide recommended over PyQt4

12 years agoUse uppercase in variable NAME
Sebastien Helleu [Wed, 7 Dec 2011 14:30:48 +0000 (14:30 +0000)] 
Use uppercase in variable NAME

12 years agoInitial commit
Sebastien Helleu [Tue, 6 Dec 2011 20:27:09 +0000 (21:27 +0100)] 
Initial commit