Commit Graph

7553 Commits

Author SHA1 Message Date
Yann Leboulanger 3d4c7bf547 [elghinn] fix entity time support (xep 90 and 202) 2007-06-03 14:00:09 +00:00
Yann Leboulanger 21a53f70ad [elghinn] code cleanup 2007-06-03 13:57:42 +00:00
Yann Leboulanger 7f3e29f964 [elghinn] typo. fixes #3200 2007-06-03 13:55:46 +00:00
Yann Leboulanger 83a5805c97 [elghinn] ask confirmation when we close the ad hoc window in the middle of a command 2007-06-03 13:54:13 +00:00
Yann Leboulanger 274f8742bb use the new new_private_chat function 2007-06-03 13:45:32 +00:00
Yann Leboulanger 75eb345ff9 prevent TB when we click on a popup notification of an already handled event 2007-06-03 13:42:51 +00:00
Yann Leboulanger 52c6c6cbb7 [roidelapluie] better groupchat support in roster and systray. Better nick support 2007-06-03 13:40:14 +00:00
Yann Leboulanger 170e0af3aa cleanup gc occupant context menu. Fixes #3211 2007-06-02 13:49:37 +00:00
Yann Leboulanger cefac49fdf refactor groupchat popup menu. see #3211 2007-06-02 12:03:02 +00:00
Yann Leboulanger ef8b15c893 cleanup roster contact context menu. see #3127 2007-06-02 11:14:25 +00:00
Yann Leboulanger a0f8ba72dc join bookmarks when we come back from invisibility. fixes #3203 2007-06-01 20:17:13 +00:00
Tomasz Melcer 7cbddfa4d5 Dataforms: 'fixed' fields can have multiple lines of text spanning over
several <value/> elements.
2007-06-01 20:14:06 +00:00
Yann Leboulanger c2825a83f7 prevent a traceback. fixes #3202 2007-06-01 19:49:21 +00:00
Yann Leboulanger 578654b4c8 new translation : galician 2007-06-01 17:22:33 +00:00
Yann Leboulanger 0e3c634ff2 new account registration wizard that follow XEP 77 better. fixes #2700 too (advanced options available while creation an account) 2007-05-31 21:49:49 +00:00
Julien Pivotto b11ad2e5ac Add fritalk.com to the list of Jabber servers 2007-05-31 20:54:46 +00:00
Yann Leboulanger 5a4ba3e323 [Filippos Papadopoulos] updated autopackage files for 0.11.1 2007-05-31 15:14:39 +00:00
Yann Leboulanger 96e6b34cd7 [sgala and I] better support of sizes in XHTML, simplify rst generator 2007-05-29 20:22:41 +00:00
Yann Leboulanger fc59489bdf [Adrian C] updated croatian translation 2007-05-29 19:23:50 +00:00
Julien Pivotto 0863ce8dba Fix a bug with changing status in groupchats. Always print "You are now %s" in groupchats, even if you change from "action menu". 2007-05-27 09:16:21 +00:00
Yann Leboulanger bdf33fb4c1 [lukas] add autocompletion of jid in privacy lists dialog. fixes #2764 2007-05-24 18:12:01 +00:00
Yann Leboulanger cb104420d2 introduce a FakeDataForm class that draws a table from dict {entry: value} and use it for service registration 2007-05-22 17:55:25 +00:00
Yann Leboulanger 0f3071ed06 no need to do a else when there is a return at the end of the if. Unindent some code 2007-05-22 16:09:14 +00:00
Yann Leboulanger f2f0a6496a don't print awn error to console 2007-05-22 14:26:08 +00:00
Julien Pivotto 68ec9fec2e Improve coding of [1869].
--Cette ligne, et les suivantes ci-dessous,
seront ignorées--

M    src/groupchat_control.py
2007-05-21 21:39:58 +00:00
Julien Pivotto 05542130fa Improve [8168]: correct window title and print number of marked messages
in tabs.
2007-05-21 21:33:48 +00:00
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