Commit Graph

7527 Commits

Author SHA1 Message Date
Julien Pivotto cd8316aa9e Do not count gc messages in tabs if notify_on_all_muc_messages is false. 2007-05-21 19:43:33 +00:00
Yann Leboulanger 94186d6d16 fix missing argument to handle_event_gc_notify function. Thanks sgala 2007-05-21 17:41:31 +00:00
Julien Pivotto 47319e62f5 Fix a bug with highlighing in groupchats. 2007-05-20 16:31:09 +00:00
Yann Leboulanger 959cff3c89 fix TB 2007-05-20 16:20:05 +00:00
Yann Leboulanger a45a14546a handle correctly vcards in groupchats : ask them to real jid if we know it, but considere it arrive from fake jid. Fixes #3172, #3173 2007-05-20 15:41:20 +00:00
Julien Pivotto 241a0f3fda Fix a little bug in [1861]: now countdown starts immediately 2007-05-19 18:04:56 +00:00
Julien Pivotto 93358d1b09 (Fix #2416) Close change status windows after 15 seconds of inactivity 2007-05-19 17:52:20 +00:00
Jean-Marie Traissard cfad535222 Put last highlighter on top on stack if he is already in it. Thanks Yann 2007-05-17 20:50:11 +00:00
Julien Pivotto 30ac161ee9 Fix a small bug with events and groupchats 2007-05-17 19:54:46 +00:00
Jean-Marie Traissard 38d2b822f8 [dema/Jim++]show last highlighters first on empty line nick completion. Fixes
#2975.
2007-05-17 15:54:23 +00:00
Julien Pivotto 91edfcfbdd Fix a bug with highlighing in groupchats 2007-05-17 15:50:55 +00:00
Julien Pivotto 993d72a8c1 Fix a bug with receiving Private Messages when roster is minimized, print the number of unread pm in roster, and change icon when a pm is received. 2007-05-17 12:55:44 +00:00
Julien Pivotto 93dbdd3dd8 (Fix #3174) Groupchats in roster: Open groupchats with middleclick, fix notifications in systray and print number of unread marked messages in roster. 2007-05-17 08:39:21 +00:00
Jean-Marie Traissard 5b758a4977 Do not use single click for roster and gc-roster to open chats if an usefull modifier key is
pressed. See #2072.
2007-05-14 17:29:06 +00:00
Jean-Marie Traissard 983ea67c00 Use good funtion so we can see icon for pynotify notifs 2007-05-14 16:09:53 +00:00
Jean-Marie Traissard 320b500941 No usuable message here 2007-05-14 07:09:57 +00:00
Jean-Marie Traissard 2052410b3c Choosing an avatar : Catch also invalid format errors for files < 16kb 2007-05-14 07:05:18 +00:00
Jean-Marie Traissard c4d10a780e Small typo, made pynotify click to be broken 2007-05-14 05:47:44 +00:00
Jean-Marie Traissard b10981bd03 Use only one (up to date) error dialog for aspell dictionary error. See #3165. 2007-05-14 03:59:57 +00:00
Jean-Marie Traissard 6022a52681 typo 2007-05-14 01:10:31 +00:00
Yann Leboulanger eca640f2f7 don't ask vcard twice to the user when we enter a groupchat (one to fake jid and one to real jid) 2007-05-13 08:11:32 +00:00
Yann Leboulanger d01c4983ad fix traceback with zeroconf 2007-05-13 07:10:12 +00:00
Yann Leboulanger 71a768db72 don't count real jid as fake jid 2007-05-12 21:49:49 +00:00
Yann Leboulanger 936f8f8e93 request vcard to real jid when we ask avatar. Fixes #3054 2007-05-12 21:49:27 +00:00
Yann Leboulanger 1674110503 show transport nickname if there is one and user hasn't set a nickname. fixes #3094 2007-05-12 20:30:26 +00:00
Yann Leboulanger 31101e5049 when we're disconnected because of a resource conflict, ask the user another resource. Fixes #3044 2007-05-09 20:59:29 +00:00
Yann Leboulanger aab2e0d14d fix TB, call correctly ErrorDialog 2007-05-09 20:28:21 +00:00
Yann Leboulanger e8fb4160d1 don't add a line break to the status message when we press ctrl+enter. Fixes #3106 2007-05-09 12:37:06 +00:00
Yann Leboulanger 060d5fa087 re-make vcard window resizable. fixes #2255 2007-05-09 12:29:55 +00:00
Julien Pivotto ced8d45a5f Fix a bug with status in PM window on status change. 2007-05-08 18:32:44 +00:00
Julien Pivotto 1ee858e606 Fix a bug with notifs in systray. 2007-05-08 15:38:23 +00:00
Yann Leboulanger 0317b6af58 send status to connecting accounts when we change global status combobox. Fixes #3133 2007-05-08 12:07:11 +00:00
Julien Pivotto 37a234b1be Remove unneeded commented code. 2007-05-07 21:10:27 +00:00
Julien Pivotto c72d4cfb35 Call self.account directly instead of using an 'account = self.account' in chat_control.py. 2007-05-07 21:07:50 +00:00
Julien Pivotto 19df2a0f9e Fix some bugs and improve coding of minimized groupchats. 2007-05-07 21:02:48 +00:00
Yann Leboulanger fb95530daf prevent TB when closing a window. fixes #3152 2007-05-07 20:18:22 +00:00
Yann Leboulanger 3455d9e578 consider all unknown types in presence as if there were no type. fixes #3144 2007-05-07 19:55:27 +00:00
Yann Leboulanger c276dc679c [Tobu] Fix a bug when srcdir != builddir 2007-05-04 16:38:28 +00:00
Yann Leboulanger 3320bdc551 don't send SASL feature in zeroconf, we don't support it 2007-05-03 21:43:03 +00:00
Julien Pivotto 253c7e6cfc (Fix #3034) Add ability to minimize groupchats in roster, and to minimize autojoigned bookmarked rooms at launch. 2007-05-03 21:02:50 +00:00
Yann Leboulanger f170a8f887 [Maciek Chojnacki] updated polish translation 2007-05-02 20:22:07 +00:00
Yann Leboulanger c0cd9912b1 correctly detect timeout in XHTML image code, print it, and increase timeout. fixes #3122 2007-05-01 10:14:59 +00:00
Yann Leboulanger 9c67eb961c [Peritus] handle confirmation requests sent via messages for XEP-0070. fixes #2995 2007-04-30 20:27:11 +00:00
Yann Leboulanger 1346ec39aa fix TB with zeroconf and blocked contacts. fixes #3141 2007-04-30 17:54:43 +00:00
Yann Leboulanger 7717257a37 catch all exceptions when trying to talk to Awn through dbus 2007-04-30 14:32:58 +00:00
Yann Leboulanger ca271411be always open chat window when we di middle click on a contact 2007-04-29 21:18:07 +00:00
Yann Leboulanger 7cbd1e3a0c draw contacts under a blocked group as striked 2007-04-26 20:33:52 +00:00
Yann Leboulanger 3176f6e1f5 unstrike groups when we remove them from blocked contacts window 2007-04-26 20:05:06 +00:00
Yann Leboulanger 7d5aab332a prevent TB with zeroconf and blocked contacts 2007-04-26 19:46:47 +00:00
Yann Leboulanger 09aa41a4df draw blocked groups striked 2007-04-26 19:46:13 +00:00