Commit graph

4261 commits

Author SHA1 Message Date
Dimitur Kirov
b6ca28f342 make sure ChatControl instances are destroyed
when chat tab is closed
1/2 fixes #1829
2006-04-17 21:59:04 +00:00
Yann Leboulanger
0b9868b82a typo. Fixes #1862 2006-04-17 09:07:58 +00:00
Yann Leboulanger
1f815113f8 Fix strange behavior in systray while in connecting state 2006-04-16 13:13:44 +00:00
Yann Leboulanger
9efa1a9cb4 use the correct size of the icon when computing transparent lock icon 2006-04-16 12:43:14 +00:00
Yann Leboulanger
2d7b41ecb9 enable GPG by default if I assigned a GPG key 2006-04-15 12:02:19 +00:00
Dimitur Kirov
9768940b3a show connect failure dialog when Unhandled data
is received (wrong protocol)
2006-04-15 09:43:15 +00:00
Dimitur Kirov
ad1ec1ab40 lock icon in tooltip for merged accounts row
and notif area
2006-04-15 09:24:07 +00:00
Yann Leboulanger
c4a3262488 [sol] save GPG status 2006-04-15 08:10:24 +00:00
Dimitur Kirov
14588f5e0f win32: check against 2,8 for gtk too 2006-04-14 11:16:00 +00:00
Dimitur Kirov
e6981f6f2b show error dialog for lost connection, after
10 reconnect attempts has failed.
No need of po update.
2006-04-14 09:01:24 +00:00
Dimitur Kirov
a7fe49be20 on_connect_failure is None after we auth 2006-04-14 05:23:19 +00:00
Dimitur Kirov
927b6d09bc destroy dialogs on delete event
don't send streamhosts if they have been
already sent
2006-04-13 18:00:04 +00:00
Yann Leboulanger
66c198a67f don't use confirm-overwrite signal in fileChooserDialog as we don't use run() anymore 2006-04-13 10:30:21 +00:00
Yann Leboulanger
e76b1a4fd6 draw lock icon transparent in merge accounts mode if not all accounts are secured connected. 2006-04-13 09:36:55 +00:00
Dimitur Kirov
19b7e6b0fc disconnect without reconnect, when we notify
user about connection errors
2006-04-12 20:56:25 +00:00
Jean-Marie Traissard
839b75f2dd systray->chat with : sort in the same order than roster (name.lower()), really connect the menuitem to the jid... 2006-04-12 18:39:12 +00:00
Yann Leboulanger
a5ce1a1503 print gtk and pygtk version in about dialog 2006-04-12 16:31:35 +00:00
Dimitur Kirov
8f645b8661 msg should be string, not object instance
show error dialog if file_path is not a file
   or file_size is 0
2006-04-12 14:47:31 +00:00
Jean-Marie Traissard
ca6668d83e In account and systray menu, put groupchat before single so menuitems with submenus are grouped and it's easier to choose
where to click.
Add back disco to account menu.
Use the good label for account->group chat (doesn't break string freeze)
2006-04-12 14:30:30 +00:00
Yann Leboulanger
7a723b51ee decode filename only once 2006-04-12 14:25:33 +00:00
Yann Leboulanger
af424d5bb9 fixes encoding problems when choosing a file in FileChooserDialog on non-utf-8 systems 2006-04-12 13:56:30 +00:00
Yann Leboulanger
2a5e41e06a update groupchat contacts avatar when they change it, and send our presence to groupchat when we change our vcard 2006-04-12 12:55:06 +00:00
Dimitur Kirov
0a7e840756 last_selected_contact is None if new selection
is not a contact
2006-04-12 11:33:23 +00:00
Yann Leboulanger
ba558c03e7 typo 2006-04-12 10:08:59 +00:00
Dimitur Kirov
9d3976c2d7 restored proxy.jabber.cd.chalmers.se in the
list of default proxies
2006-04-12 09:13:38 +00:00
Yann Leboulanger
ad04559cbf try to create unread_messages table only once when we update config file. 2006-04-12 08:38:51 +00:00
Dimitur Kirov
c45426b18f register resultCB for testing proxy activation
results
2006-04-11 22:23:51 +00:00
Dimitur Kirov
64271eb325 set GC list text colors 2006-04-11 22:03:43 +00:00
Dimitur Kirov
c6de60d13c set GC theme color for group row 2006-04-11 21:54:15 +00:00
Yann Leboulanger
bd7b4bc035 use STATE_PRELIGHT colors for group rows and STATE_ACTIVE for account rows 2006-04-11 21:04:38 +00:00
Dimitur Kirov
501394553a ACTIVE, instead of PRELIGHT 2006-04-11 20:32:50 +00:00
Yann Leboulanger
1252786642 remove useless code. old metacontact stuff is removed for everyone 2006-04-11 20:18:33 +00:00
Yann Leboulanger
fe2ec40ad7 new metacontacts JEP (not yet published) uses order instead of priority. 2006-04-11 20:16:33 +00:00
Dimitur Kirov
40c61de7cf set group and account colors to tv bg prelight
if there are no colors specified
2006-04-11 20:02:40 +00:00
Yann Leboulanger
918884fa54 fix TB 2006-04-11 19:39:54 +00:00
Yann Leboulanger
19cb8269c0 resset connection type when we go offline 2006-04-11 18:54:28 +00:00
Yann Leboulanger
4e2f02c725 fix import (add missing, remove useless) 2006-04-11 18:36:09 +00:00
Yann Leboulanger
be246e984d update avatar files when we update our vcard 2006-04-11 18:28:31 +00:00
Yann Leboulanger
f57cd7b0d3 remove status message before renaming an agent, and redraw it if we cancel. Fixes #1154 2006-04-11 18:20:47 +00:00
Nikos Kouremenos
76da3f4b5a past in about dlg too 2006-04-11 13:38:51 +00:00
Yann Leboulanger
d5d2f3c055 call got_[dis]connected() for all controls. Fixes #1845 2006-04-11 12:35:50 +00:00
Dimitur Kirov
a9199bf921 commit after each query 2006-04-11 11:52:42 +00:00
Yann Leboulanger
01a9da1e35 typo 2006-04-11 11:41:02 +00:00
Yann Leboulanger
84f0307085 update unread_messages table for those who already have it 2006-04-11 11:31:16 +00:00
Yann Leboulanger
145db1a107 save jid_id in unread_messages table too to increase speed (it was definitively too slow) 2006-04-11 11:28:36 +00:00
Yann Leboulanger
4b43cda815 call fire_up_unread_messages_events when needed 2006-04-11 10:32:16 +00:00
Dimitur Kirov
fbb2ab6a4c put executescript in try block 2006-04-11 08:16:22 +00:00
Yann Leboulanger
01f5effcef fall back to a working (but not optimal) table creation until better is done. see #1844 2006-04-11 07:29:43 +00:00
Yann Leboulanger
b383a17cfd nk: call fire_up_unread_messages_events where it is really needed, fix coding standards 2006-04-11 07:27:04 +00:00
Nikos Kouremenos
924528aadb first f##ck lazy hacking and respect the API. add_accounts_contacts cannot also mess with messages; second move it to new method (instead of f.e. renaming the current method) because we want to have all contacts in roster and then see events about them 2006-04-10 23:30:18 +00:00