Commit graph

5258 commits

Author SHA1 Message Date
Yann Leboulanger
7cd6cf3994 show avatar before status icon. The only way to have it on the right is to create our own cellrenderer 2006-03-16 20:53:39 +00:00
Yann Leboulanger
3eebf98e27 fix glade so that textview is expanded in change status message dialog. Fixes #1709 2006-03-16 19:20:11 +00:00
Yann Leboulanger
a02bd6dbe4 really don't ask vcard when entering irc channel 2006-03-16 19:08:49 +00:00
Yann Leboulanger
31e3e64004 typo 2006-03-16 18:45:07 +00:00
Yann Leboulanger
72e7cb6423 fix TB: get the avatar from folder when it's a pm 2006-03-16 17:47:31 +00:00
Dimitur Kirov
b3de43ae3f disconnect after stream end tag, unregister
two more handlers
2006-03-16 17:29:30 +00:00
Yann Leboulanger
a4b37a54a1 Fix when we receive a message from unknown contact 2006-03-16 16:31:34 +00:00
Yann Leboulanger
157a83ade5 we can see bigger avatar in pm as we now save vcard too 2006-03-16 07:51:42 +00:00
Nikos Kouremenos
8736e52491 better string 2006-03-15 21:38:29 +00:00
Dimitur Kirov
d33055c3bc don't try to connect, when we are in state
'connecting'
2006-03-15 21:06:22 +00:00
Yann Leboulanger
cf96c327e1 fix swedish translation. Fixes #1707 2006-03-15 20:50:45 +00:00
Dimitur Kirov
d316c6d8b4 reconnect (if configured), instead of
disconnect on expat error
2006-03-15 20:46:50 +00:00
Dimitur Kirov
7afb58426a property last_connection, used to prevend
double connections
2006-03-15 20:10:52 +00:00
Dimitur Kirov
032ed4f22c typo 2006-03-15 19:47:11 +00:00
Dimitur Kirov
5e19b20377 return unregister attemped on undefined
namespace handlers
2006-03-15 19:43:22 +00:00
Dimitur Kirov
c8b27da04f don't disconnect after server inabillity to
receive long data. Unregister all handlers in
disconnect
2006-03-15 19:39:27 +00:00
Nikos Kouremenos
f65a5be6e5 commit first part of special notifications (aka buddy pounces). at last make Choose Sound dlg a class; TODO: actually write to config user settings as well as take those into account [jim++] 2006-03-15 17:45:55 +00:00
Nikos Kouremenos
22ab2f5300 if msg name for preset is empty assign a default (msg text) as name 2006-03-15 16:34:52 +00:00
Nikos Kouremenos
9d884f1e8e add anders in THANKS 2006-03-15 15:36:53 +00:00
Yann Leboulanger
d53c5eff1c do not ask vcards when entering irc rooms as irc transport reply by messages. 2006-03-15 15:11:31 +00:00
Nikos Kouremenos
d8bfdd60f0 thank Anders Ström for Goojim and improve some strings in about dlg 2006-03-15 12:59:01 +00:00
Nikos Kouremenos
184680f988 put back workaround for gc roster 2006-03-15 12:28:46 +00:00
Nikos Kouremenos
e9325a6c5f rm some prints 2006-03-15 12:27:59 +00:00
Yann Leboulanger
1d172a9ffc we reply to the resource that sends us the message. Fixes #753 2006-03-15 11:30:45 +00:00
Yann Leboulanger
1b3b149253 added goojim iconset. Thx phibxr. Fixes #1696 2006-03-15 10:46:47 +00:00
Yann Leboulanger
4cbc0666ff show an error dialog when a transport answers wrongly to register request. Fixes #1702 2006-03-15 08:56:36 +00:00
Yann Leboulanger
721acff70f tab name and window title now contain resource if needed. see #1697 2006-03-15 08:46:44 +00:00
Yann Leboulanger
db7766ea7e when we get a message from a contact and we have a window with this resource, print it there. see #1697 2006-03-15 08:40:19 +00:00
Yann Leboulanger
af3f46bdb4 add debian/doc file 2006-03-15 08:14:17 +00:00
Nikos Kouremenos
036265081b fix typo; also saner defaults [only first time] for last_save_dir and last_send_dir 2006-03-15 02:09:57 +00:00
Nikos Kouremenos
396c66f8f8 set avatar filechooser defaults to My Pictures in the OS that understand user needs [aka Windows] 2006-03-15 01:40:10 +00:00
Yann Leboulanger
1c992be553 default to home folder when choosing an avatar. Fixes #1701 2006-03-14 23:07:45 +00:00
Yann Leboulanger
bb35e9e782 remove unneeded line 2006-03-14 23:07:03 +00:00
Yann Leboulanger
1df901f482 [gjc] gtkspellmodule upstream update. Fixes #1700 2006-03-14 22:35:50 +00:00
Yann Leboulanger
6ca8c5334c redraw correctly tabs / banner when sevral resources 2006-03-14 18:18:34 +00:00
Yann Leboulanger
f355cb043a replace / in gc nicks by _ before we save vcard / avatars 2006-03-14 18:09:09 +00:00
Yann Leboulanger
02ed060a90 chaw resource in banner when talking to a specific resource 2006-03-14 17:19:54 +00:00
Yann Leboulanger
51d57ba717 last_message_time is now indexed by full_jid. for [1697] 2006-03-14 17:13:34 +00:00
Yann Leboulanger
dab9943bc2 missing return 2006-03-14 16:58:50 +00:00
Yann Leboulanger
e76ac7f406 introduce get_full_jid for MessageControl. Fix TB when removing a tab with a resource. see #1697 2006-03-14 16:35:17 +00:00
Yann Leboulanger
01a99ee766 fix TB when 2 resources with same status are in sub-menu 2006-03-14 16:34:02 +00:00
Yann Leboulanger
b1ce1107de we can now talk to a specific resource 2006-03-14 13:10:09 +00:00
Nikos Kouremenos
4b20704d5c opened 48x48 of gosisp stellar. burn 2006-03-14 02:00:55 +00:00
Nikos Kouremenos
0704af78ab 48x48 opened of simplebulb. fare well 2006-03-14 02:00:07 +00:00
Nikos Kouremenos
c7c3d60f90 48x48 opened of sun. bye bye 2006-03-14 01:59:34 +00:00
Nikos Kouremenos
3d30dd88de opened.png 48x48 of nuvola not needed [also not 48x48] 2006-03-14 01:59:05 +00:00
Nikos Kouremenos
bfff94158c 48x48 opened of gota is not needed 2006-03-14 01:57:58 +00:00
Nikos Kouremenos
e650cf3308 do not del print_time_timeout_id but set it to None. fixes #1691 2006-03-13 23:59:59 +00:00
Nikos Kouremenos
0c6606c514 comments and 80 char margin 2006-03-13 23:25:00 +00:00
Nikos Kouremenos
bffcec6899 remove switch to menuitems. fixes #1674 2006-03-13 21:55:21 +00:00