Vincent Hanquez
|
d315135652
|
broke too long lines
reduce freakin' long variable names
|
2005-04-22 00:02:42 +00:00 |
Vincent Hanquez
|
ba5acab7f7
|
[codingstyle] one space between each + - * / = operator
|
2005-04-21 23:20:18 +00:00 |
Yann Leboulanger
|
58fc9bd255
|
remove unneeded print
|
2005-04-21 18:43:52 +00:00 |
Yann Leboulanger
|
dd2ca4dcd4
|
ctrl + V now print the text in message_textview even if the focus is on conversation_textview
|
2005-04-21 16:41:22 +00:00 |
Nikos Kouremenos
|
387e09162f
|
STARTING TO: now allow Ctrl+V to chat windows, do not ESC --> close tab (or window) in GC. SEE FIXMEs
|
2005-04-20 22:56:33 +00:00 |
Yann Leboulanger
|
a4c47e661e
|
update from trunk
|
2005-04-16 23:15:03 +00:00 |
Yann Leboulanger
|
60f2ef8adc
|
keep namespace when we call a class :
* from xx import yy -> import xx
* yy() -> xx.yy()
|
2005-04-14 17:07:55 +00:00 |
Yann Leboulanger
|
b40bcc9105
|
plugin.accounts[name] -> gajim.config.get_per()
|
2005-04-14 07:05:10 +00:00 |
Yann Leboulanger
|
aa861b907a
|
configuration is now in common/config
currently gajim cannot be accessed from every where, even with global gajim :(
|
2005-04-12 21:09:06 +00:00 |
Yann Leboulanger
|
149ed7a22d
|
reorder files
|
2005-04-12 15:47:20 +00:00 |