Yann Leboulanger
|
9fcb9f1d70
|
no need of global things in systray.py
|
2005-05-17 20:31:43 +00:00 |
Nikos Kouremenos
|
0393a34a65
|
removing unnecessary arg in make_menu
|
2005-05-17 19:23:55 +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
|
27723d1279
|
fixing #256
|
2005-05-12 13:52:09 +00:00 |
Nikos Kouremenos
|
e4dfc6e739
|
fixing #231
|
2005-05-06 17:35:57 +00:00 |
Nikos Kouremenos
|
dd5eaf1ab9
|
active_tab --> set_active_tab [I also though of a minute to start adding properties eg. foo.set_active_tab(bar) would be foo.tab = bar. if u like that we can see designing like that in the future
|
2005-05-03 16:39:27 +00:00 |
Yann Leboulanger
|
184542a4d1
|
when we double click on a contact (or when we click on the systray icon), present the chat_window.
idem for gc window
|
2005-04-27 19:09:34 +00:00 |
Nikos Kouremenos
|
f288ede1eb
|
making function get_appropriate_state_images() and using this where appropriate
|
2005-04-23 01:37:05 +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
|
2b0d78446c
|
some bugs in status numbers
|
2005-04-19 07:52:06 +00:00 |
Nikos Kouremenos
|
c3440cae35
|
basically popup notifications allow when not online/chat works. so popup notifications I think are 100% ready :P. some other fixes too
|
2005-04-18 23:55:13 +00:00 |
Yann Leboulanger
|
42a0b673cc
|
little bug
|
2005-04-17 16:06:12 +00:00 |
Yann Leboulanger
|
a722dd4ce4
|
update systray.py for the new plugin system
|
2005-04-17 15:23:52 +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
|
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 |