Commit graph

3532 commits

Author SHA1 Message Date
Yann Leboulanger
ac8121d802 when we change some options in account config, ask user to relog now. Fixes #1551 2006-02-26 23:52:00 +00:00
Yann Leboulanger
946a28b26b [Jim++] some elif instead of if 2006-02-26 23:29:49 +00:00
Yann Leboulanger
6af1c3dbdc error / not_in_roster / requested / message icons are no more taken in transporticonset, but in jabber iconset. Fixes #1250 2006-02-26 15:08:59 +00:00
Nikos Kouremenos
b2cd018b52 well return :P 2006-02-26 14:47:23 +00:00
Nikos Kouremenos
62ebf355a3 fix typo 2006-02-26 14:40:49 +00:00
Nikos Kouremenos
6a0ab2290f introduce gtkgui helper get_state_image_from_file_path_show(file_path, show) 2006-02-26 14:33:44 +00:00
Nikos Kouremenos
a3fd1663d0 add comment; improve varname 2006-02-26 14:33:15 +00:00
Nikos Kouremenos
b2cde9b6ba do not show status icon on acct row tooltip. fixes #1613 2006-02-26 14:13:59 +00:00
Nikos Kouremenos
db6f6151a1 introducing get_our_jids() 2006-02-26 14:13:13 +00:00
Nikos Kouremenos
f674babbd1 spacing 2006-02-26 14:12:55 +00:00
Yann Leboulanger
4b2fb25bfd remove sound columns in event tab. See #1621 2006-02-26 12:11:45 +00:00
Yann Leboulanger
7011f48075 don't pulse progressbar before we show it. Fixes #1427 and #1609 2006-02-25 10:10:50 +00:00
Nikos Kouremenos
10b548a2c7 noconfirm_close_muc_rooms to say that list wants to be space seperated {should be our default way} and desc to finish with dot. 2006-02-24 21:53:05 +00:00
Nikos Kouremenos
673c839b6a fix tooltips about new events and new events handling 2006-02-24 21:37:30 +00:00
Nikos Kouremenos
850ec25a0b fix comment and write some stuff a bit clearer 2006-02-24 21:05:05 +00:00
Yann Leboulanger
66b149ac50 take into account when a contact change his priority 2006-02-24 18:57:10 +00:00
Yann Leboulanger
170e0d71d0 use a default LANG var only under windows 2006-02-24 15:04:06 +00:00
Yann Leboulanger
e0b6d2700e jit.* are also icq transports. Fixes #1619 2006-02-24 13:07:44 +00:00
Yann Leboulanger
f70f178527 time.strftime returns locale encoded string. So decode it. Thx Dimitur 2006-02-24 12:37:29 +00:00
Nikos Kouremenos
0584025f8c italic instead of bold. use since for not offline contacts and last status for offline; fix spacing in vcard text 2006-02-23 21:44:05 +00:00
Nikos Kouremenos
04d6b58dc3 use focus-out-event and not changed 2006-02-23 15:54:16 +00:00
Nikos Kouremenos
506e6752ea nickname changes do instant apply now. fixes #1612 2006-02-23 14:36:41 +00:00
Nikos Kouremenos
65f89dcc18 rm 2 unused modules from notify.py 2006-02-23 12:23:54 +00:00
Yann Leboulanger
bf00d4a6d4 don't ask lines in logs DB when restore_lines in <= 0 2006-02-22 21:22:25 +00:00
Yann Leboulanger
38f0a20355 fix indentation 2006-02-22 21:01:54 +00:00
Yann Leboulanger
0b2f9d4617 we now keep last_status_time, show it in tooltip and information window, ask it (jabber:iq:last, JEP-0012) when we open information window. Fixes #1133 2006-02-22 14:31:01 +00:00
Dimitur Kirov
acdb712838 remove FORM FEED and ESC from sent data 2006-02-22 13:09:33 +00:00
Yann Leboulanger
9991a13dcc environment variable can contain only one language. Fixes #1606 2006-02-22 12:36:56 +00:00
Nikos Kouremenos
042fb8e0df remove priority from change status msg dialog. we really should do this automatically. fixes #1601 2006-02-22 10:02:07 +00:00
Yann Leboulanger
1a70f43712 fix some TB: #1605 2006-02-22 06:39:47 +00:00
Yann Leboulanger
fff4cccb7d remove debug print 2006-02-21 23:00:37 +00:00
Yann Leboulanger
9197cbf61b update opened chat window when we change nick in information window. Fixes #1599 2006-02-21 20:51:01 +00:00
Yann Leboulanger
60a4b3cf20 print_conversation can now have contact = 'info' to print information strings. Fixes #1531 2006-02-21 20:24:18 +00:00
Yann Leboulanger
8b1e70c396 add some newline 2006-02-21 20:23:16 +00:00
Yann Leboulanger
df08d2f0c6 also redraw the window title when we change contact nick. Fixes #1599 2006-02-21 19:44:53 +00:00
Yann Leboulanger
a786a13d4c update open chat window when we change contact's nick. Fixes #1599 2006-02-21 19:10:55 +00:00
Yann Leboulanger
f5c9d527e6 we now save hpaned position when we close a gc control 2006-02-21 15:19:36 +00:00
Yann Leboulanger
cce6c97e7c make small avatar transparent when we show the big one 2006-02-21 12:59:29 +00:00
Yann Leboulanger
2dcc72cb36 don't show subscription in account tooltip 2006-02-21 12:19:43 +00:00
Yann Leboulanger
0b6f021295 don't give focus to buttons in HIGdialogs. fixes #1412 2006-02-21 11:21:58 +00:00
Nikos Kouremenos
36fd9dc0a8 better english and typo 2006-02-21 11:15:54 +00:00
Nikos Kouremenos
faccf1e321 use better varnames [PEP8 says varnames such as l are way bad for maintability and high readability, comment the code, cleanup so it does not hide logic. thanks Yann for explaining the logic 2006-02-21 11:12:54 +00:00
Yann Leboulanger
e85c373a95 don't take into account chatstate when message is delayed (offline message, ...). Fixes #1294 2006-02-21 09:52:55 +00:00
Yann Leboulanger
050cffac8a add default local lang to LANG environment variable. Fixes #1324 2006-02-21 09:34:34 +00:00
Yann Leboulanger
3317383918 put contact in observer group when we remove it but let him see our status. Fixes #1494 2006-02-20 22:08:02 +00:00
Yann Leboulanger
9fe2475eba show a correct vcard when it's the one of a contact that request our subscription. Fixes #1524 2006-02-20 21:30:45 +00:00
Yann Leboulanger
2890da56dd [dimorph] get_unread_msgs_number function in gajim-remote 2006-02-20 17:25:26 +00:00
Yann Leboulanger
f4e95cdc8d when a child has awaiting events, draw parent with message icon and open chat with this child contact when we dubble click on parent 2006-02-20 17:09:14 +00:00
Yann Leboulanger
76a3bbaf25 icon name is not in roster 2006-02-20 13:08:45 +00:00
Yann Leboulanger
b71fbf0b9d [Jim++] ask twice password when we create an account 2006-02-20 12:32:59 +00:00