]> jfr.im git - irc/weechat/qweechat.git/log
irc/weechat/qweechat.git
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