Commit Graph

7263 Commits

Author SHA1 Message Date
Stephan Erb 917f6fc3a5 Prevent a group from being hidden when its renamed in roster. 2008-11-23 18:25:27 +00:00
Yann Leboulanger 750af45abe don't consider buggy messages as groupchat messages if there is no nickname. Fixes #3700 2008-11-23 17:17:44 +00:00
Brendan Taylor 2bb2d0132e don't autonegotiate after you've disabled e2e 2008-11-23 04:52:55 +00:00
js 1b1ef68860 Fix typo. 2008-11-21 22:32:35 +00:00
Jean-Marie Traissard c785aee667 [Astro] typo 2008-11-21 13:11:05 +00:00
Yann Leboulanger f059f3948f [Florob] handle xmpp: and mailto: in a nicer way in conversations. Fixes #4245 2008-11-21 11:05:11 +00:00
Yann Leboulanger c69b4e90b6 detect and handle incorrect stream start. Fixes #4499 2008-11-21 10:02:16 +00:00
js 4728a3d960 Show warning after 3 seconds - I don't want to wait 4 before I see if
my message has been received. This is a compromise between my 2 secs
and Jim's 4 sec :).
2008-11-20 16:20:19 +00:00
Yann Leboulanger 7e14a4dd31 fix indentation 2008-11-20 15:47:20 +00:00
js 8bde5748f9 Actually, this caused problems. 2008-11-20 15:44:06 +00:00
Yann Leboulanger 13763e3350 remove bad FIXME. we don't want to move to gtk.statusicon until they support animations and possibility to build tooltip on the fly 2008-11-20 15:37:26 +00:00
js a1c1163d16 Only allow using XHTML if the receiver supports it. 2008-11-20 15:19:25 +00:00
Yann Leboulanger 0b93973c46 [shutnik] improved os info under posix. Fixes #4506 2008-11-20 14:37:38 +00:00
Yann Leboulanger 27dfe571c4 [Florob] use new stop command in pep instead of retract when we temporary stop sending pep item. Fixes #4502 2008-11-20 12:57:29 +00:00
Yann Leboulanger a3f6b82ae5 fix docutils installation under windows. css file was not included in library.zip. Fixes #4495 2008-11-19 21:47:28 +00:00
Yann Leboulanger b00b1ce0f4 correctly decode non-ascii chars when looking in roster. Fixes #4496 2008-11-18 21:59:14 +00:00
Yann Leboulanger 02230e0607 hide tooltip when we press a button in groupchat. Fixes #4479 2008-11-18 21:43:35 +00:00
Yann Leboulanger 8f6d262901 better GTK bug workarround. see #4310 2008-11-18 20:16:23 +00:00
Yann Leboulanger 6af52eef21 don't fail when abnshee don't return every info. Fixes #4492 2008-11-18 08:52:16 +00:00
Stephan Erb f72fc7f2ab Prevent possible traceback when selecting a row while ServiceBrowser is still loading. 2008-11-17 21:13:12 +00:00
Yann Leboulanger f6697682c1 default browser is ToplevelAgentBrowser instead of AgentBrowser. It is more general. 2008-11-17 15:08:22 +00:00
Yann Leboulanger 8a00cf61d8 fix html tag handling. Fixes #4480 2008-11-15 08:23:32 +00:00
Julien Pivotto 5a31ba2ef0 Very basic integration of xHtml GUI 2008-11-14 11:13:15 +00:00
Yann Leboulanger 0641beb5d4 fix auto away after a connection cut. Fixes #4473 2008-11-13 21:37:46 +00:00
Yann Leboulanger 8babbb1de3 revert [10593]. see #4449 2008-11-12 20:04:25 +00:00
Yann Leboulanger 5ea8598686 update groupchat contact instance when we get a pm presence 2008-11-11 22:02:32 +00:00
Yann Leboulanger 96ec9fb6bf alpha -> beta 2008-11-11 20:45:44 +00:00
Yann Leboulanger f1526df243 hide add bookmark menuitem in groupchat banner popup menu when room is already bookmarked 2008-11-11 19:15:55 +00:00
Jean-Marie Traissard e76817e77e If an avatar or vcard filename is > 48, use its hash for filename instead. I used the md5
method already in the same file. Fixes #4273.
2008-11-11 15:00:18 +00:00
Stephan Erb 8b945f69fa Do not draw roster when toggeling compact window mode. Fixes #4469. 2008-11-11 13:54:46 +00:00
Jean-Marie Traissard e2f562b4f8 Removed some unused imports 2008-11-11 00:02:43 +00:00
Stephan Erb 588f659d84 Small bugfix and introduce a new function in roster window.
* draw_completely: draw contact, mood, activity... of a given jid
 * For metacontacts over several accounts, not all avatars were shown correctly when the second accounts connected
2008-11-10 23:11:31 +00:00
Yann Leboulanger 14482c1e36 don't crash when fluxbox restarts. see http://bugzilla.gnome.org/show_bug.cgi?id=449858 2008-11-10 22:07:32 +00:00
js 5b1eb90557 Handle bookmark button in chat window like we handle add contact. 2008-11-10 20:06:28 +00:00
Yann Leboulanger 7bc8f16012 [kalyan] don't show error when we press enter in chat while offline if enter is just for a line break. Fixes #3852 2008-11-10 13:27:25 +00:00
Yann Leboulanger 1078112473 prevent a traceback with completion. Fixes #4461 2008-11-09 21:40:14 +00:00
Yann Leboulanger 015a4ac038 don't show empty group when searching in ACE. see #4465 2008-11-09 09:02:28 +00:00
js 254dcd2f1c Added new activities. 2008-11-08 22:26:05 +00:00
Stephan Erb 246e549012 Improved "is_groupchat" logic. Fixes #4413. 2008-11-08 22:00:56 +00:00
Jean-Marie Traissard 67d38a0b86 Stop hiding options with an empty value in ACE 2008-11-08 11:41:38 +00:00
Jean-Marie Traissard fdc6b9d8bc -Use common format for function documentation.
-Specify separation for 'gc_nicknames_colors' option.
2008-11-08 11:14:31 +00:00
Yann Leboulanger a76f6b0133 show value in dataforms if there is no label 2008-11-07 22:22:58 +00:00
Yann Leboulanger b68a7a944b fix missing import 2008-11-07 21:47:26 +00:00
Yann Leboulanger f87a97b683 get var where it is (missing self.). Fixes #4459 2008-11-07 08:36:55 +00:00
Stephan Erb 0684ec1d3d Disable assertions. Remove a statement which is not supported by python24. 2008-11-06 08:19:24 +00:00
Yann Leboulanger 540fba2aaa prevent some disk write error and show error dialog. 2008-11-06 08:10:36 +00:00
Yann Leboulanger b632a8d2e1 [thorstenp] improve advanced configuration editor speed. see #4457 2008-11-05 20:26:58 +00:00
Yann Leboulanger 2521ea6080 [thorstenp] enable buffering of expat. see #4457 2008-11-05 20:03:27 +00:00
Yann Leboulanger 9b81b5d239 [thorstenp] delay remote control creation to speed up startup 2008-11-05 20:00:57 +00:00
Yann Leboulanger eb93f2a19e [thorstenp] remove useless import 2008-11-05 20:00:18 +00:00