Yann Leboulanger
|
a4b334cd03
|
Account_modification_window dosn't take a dict as argument but he name of the account
|
2005-04-14 23:00:25 +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
|
26df968343
|
correct some typos, process connections every 50ms
|
2005-04-14 11:06:58 +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
|
d6a76e58c4
|
gtkgui now registers to connections events
|
2005-04-14 07:58:54 +00:00 |
Yann Leboulanger
|
0c2fb7ffe3
|
correct some typos
|
2005-04-14 07:42:26 +00:00 |
Yann Leboulanger
|
e8911a661e
|
Config class
|
2005-04-14 07:28:59 +00:00 |
Yann Leboulanger
|
32f9cd5cba
|
plugin.connected[account] -> gajim.connections[account].connected
|
2005-04-14 07:20:14 +00:00 |
Yann Leboulanger
|
b40bcc9105
|
plugin.accounts[name] -> gajim.config.get_per()
|
2005-04-14 07:05:10 +00:00 |
Yann Leboulanger
|
c5553d27a3
|
add connection and logger options to the list of options
plugin.config -> gajim.config in config.py
|
2005-04-13 09:41:44 +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
|
aaf349f140
|
Messages -> po
|
2005-04-12 15:52:57 +00:00 |
Yann Leboulanger
|
149ed7a22d
|
reorder files
|
2005-04-12 15:47:20 +00:00 |
Yann Leboulanger
|
fbf6c84e52
|
update files from trunk
|
2005-04-12 15:30:09 +00:00 |
Yann Leboulanger
|
119ac50004
|
typ -> ptype/mtype
|
2005-04-12 12:23:08 +00:00 |
Yann Leboulanger
|
51003f4712
|
remove the old plugin system
new connection and GnuPG class
|
2005-04-12 11:46:20 +00:00 |
Yann Leboulanger
|
317f0e0db3
|
we can now open only one join_gc window per account
|
2005-04-07 11:25:59 +00:00 |
Yann Leboulanger
|
25214a9cf2
|
close the vcard window when we press Escape
minimum width in gc window for the contact list on the left
|
2005-04-07 10:42:01 +00:00 |
Yann Leboulanger
|
058f632115
|
close the join_gc_window when we press Escape
|
2005-04-07 09:53:54 +00:00 |
Nikos Kouremenos
|
3014afd583
|
new basic emoticons
|
2005-04-07 00:35:06 +00:00 |
Yann Leboulanger
|
0a6658b90b
|
remove commented line
|
2005-04-06 22:53:39 +00:00 |
Yann Leboulanger
|
3b84f1c242
|
we now saved the recently visited groupchats so we can restore it quickly
|
2005-04-06 22:52:48 +00:00 |
Yann Leboulanger
|
10dcd45494
|
small bugfix: we save the Join_groupchat_window instance in the __init__ function
|
2005-04-06 22:03:12 +00:00 |
Yann Leboulanger
|
91d6e8841a
|
some glade fixes: minimum height of message textview in groupchat window
client info and os info on 2 lines instead of one in vcard_information_windows
|
2005-04-06 21:56:01 +00:00 |
Yann Leboulanger
|
00d7923d91
|
autodetect the python version in the Makefile (thx tab)
|
2005-04-06 20:30:37 +00:00 |
Yann Leboulanger
|
5f5b647717
|
add a space between the name of the client and it's version number
|
2005-04-06 20:29:14 +00:00 |
Yann Leboulanger
|
85527841a2
|
we now show the os informations in the vcard_information_window
|
2005-04-06 20:18:55 +00:00 |
Nikos Kouremenos
|
eb5ae0d4ce
|
bugfix
|
2005-04-06 19:46:39 +00:00 |
Yann Leboulanger
|
8d1df45f4d
|
code to take into account the do_not_send_os_info option (need gajim restart to be tacken into account, will be fixed when threads will be removed)
|
2005-04-06 19:19:20 +00:00 |
Nikos Kouremenos
|
1c7076cfb0
|
fixes for when disabling emoticons in prefs [gajim did not boot], add_remove_emoticons_window and class, better popups [needs more attention {me is on it}], no more emoticons tab, introducing version.py, hide os information included, and fixes allover.
|
2005-04-06 18:51:54 +00:00 |
Yann Leboulanger
|
2640cac0f6
|
Gajim now answer to jabber:iq:version. Thanks nk for you get_os_info function
|
2005-04-06 09:50:49 +00:00 |
Yann Leboulanger
|
bac6ec88dd
|
close the groupchat window when esc is pressed
|
2005-04-06 07:31:18 +00:00 |
Yann Leboulanger
|
62e05c0c2c
|
a single click on the arrow in groupschat_window expand / collapse the group
|
2005-04-05 22:01:51 +00:00 |
Nikos Kouremenos
|
6ac64ad577
|
typo
|
2005-04-05 21:37:50 +00:00 |
Yann Leboulanger
|
5f8bffc03f
|
optparser can now restore values that have spaces at the begining or at the end
|
2005-04-05 21:05:06 +00:00 |
Nikos Kouremenos
|
40e247e220
|
popup class is ready
|
2005-04-05 15:06:11 +00:00 |
Yann Leboulanger
|
96e8c8a447
|
change the bg color instead of the fg color when a contact (dis)connects. Colors have to be improved
|
2005-04-05 09:38:52 +00:00 |
Yann Leboulanger
|
634440c762
|
bugfix: when we Drag and drop a contact that is connected with several resources
|
2005-04-05 09:10:16 +00:00 |
Yann Leboulanger
|
1e7afe35d6
|
show the history window when we open it
|
2005-04-05 07:41:38 +00:00 |
Nikos Kouremenos
|
ac93a38c15
|
-OO
|
2005-04-04 23:30:33 +00:00 |
Yann Leboulanger
|
c797d737b0
|
show newly connected contacts in green and contacts that have just disconnected in red before removing them. Presentation/colors have to be improved, but the principle is there (to be tested).
|
2005-04-04 23:03:26 +00:00 |
Yann Leboulanger
|
923f10d57a
|
remove unneeded print
|
2005-04-04 20:14:49 +00:00 |
Yann Leboulanger
|
39464e89f1
|
now when we do make, it compiles py files to pyo and make install install pyo files instead of py files
|
2005-04-04 19:54:14 +00:00 |
Nikos Kouremenos
|
474fe3447e
|
timeout in popup. I will also do the rest
|
2005-04-04 19:27:06 +00:00 |
Yann Leboulanger
|
6c10fe9a7b
|
rename browser to disco everywhere
|
2005-04-04 17:15:08 +00:00 |
Nikos Kouremenos
|
6e345fe44c
|
testing popup
|
2005-04-04 16:46:35 +00:00 |
Nikos Kouremenos
|
9e3e5a2acc
|
do show_all implicitly everywhere [glade windows visible=False]. I did this so when show_all() it will be shown then [after connect and stuff], and not when being parsed
|
2005-04-04 15:51:29 +00:00 |
Nikos Kouremenos
|
3288d67b75
|
print status on new_user() no matter what status that is
|
2005-04-03 21:41:10 +00:00 |
Yann Leboulanger
|
47a800089f
|
updated french translation ter
|
2005-04-03 16:33:05 +00:00 |
Yann Leboulanger
|
af4ae16802
|
updated french translation bis
|
2005-04-03 16:28:23 +00:00 |