Yann Leboulanger
|
a47cca07f0
|
move var that have nothing to do with GTK to gajim instead of roster or gajim.py: contacts, groups, newly_added, to_be_removed, awaiting_messages (was queues), nicks, allow_notifications, con_types, sleeper_state
|
2005-07-18 21:08:31 +00:00 |
Yann Leboulanger
|
d0299a2f3f
|
typo
|
2005-07-07 19:29:35 +00:00 |
Yann Leboulanger
|
fb43600f97
|
hostory window now show the nicks in chat and gc
|
2005-06-30 06:17:56 +00:00 |
Yann Leboulanger
|
f1d1a0a07e
|
we now have history for gc too
|
2005-06-13 14:46:08 +00:00 |
Nikos Kouremenos
|
c77387346c
|
adhering to our new coding style for Classes and fixing glade banners stuff
|
2005-06-10 22:45:50 +00:00 |
Yann Leboulanger
|
c68f709c31
|
bugfix: we don't have the jid in contacts.roster if it's a pm
|
2005-06-08 09:44:59 +00:00 |
Nikos Kouremenos
|
97aef098bc
|
fixes/cleanups allover:
Basically a traceback a traceback with present()
replace some menuitem strings to be more HIG
introducing /clear and that is all I think
|
2005-05-13 16:53:30 +00:00 |
Nikos Kouremenos
|
0408a86d7b
|
conversation history window now has better title (mentions with whom)
|
2005-05-12 18:52:37 +00:00 |
Yann Leboulanger
|
6ab10d5fe5
|
logger.py do the replacements, not history_windows.py
|
2005-05-11 17:48:30 +00:00 |
Vincent Hanquez
|
b7c2fdc662
|
remove too long lines
fix too long variables
etc...
|
2005-04-22 01:35:36 +00:00 |
Vincent Hanquez
|
ba5acab7f7
|
[codingstyle] one space between each + - * / = operator
|
2005-04-21 23:20:18 +00:00 |
Yann Leboulanger
|
d17289dfbd
|
we can now view history_windows
|
2005-04-15 22:02:13 +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
|
eb7cf5ba4d
|
gtkgui don't send messages to the connection but call the correct functions
|
2005-04-14 09:38:08 +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 |