Commit Graph

7705 Commits

Author SHA1 Message Date
Yann Leboulanger cf814269db set custom avatar is now fonctional. fixes #3127 2007-07-10 17:53:42 +00:00
Tomasz Melcer 5a5ed1530c formatting errors 2007-07-09 22:41:53 +00:00
Tomasz Melcer 6c1858224e caps: data stored and retrieved 2007-07-09 21:24:47 +00:00
Yann Leboulanger 952e6d96e3 catch disk full errors. fixes #2937 2007-07-09 16:01:19 +00:00
Yann Leboulanger 8709cdcd07 ability to browse sub nodes in pubsub browser 2007-07-09 00:03:25 +00:00
Yann Leboulanger ccad4e9c81 always add local account to config file 2007-07-08 16:35:05 +00:00
Yann Leboulanger 296c5e7fba [Yakov Bezrukov & Artem Tuchinsky] updated russian translation 2007-07-08 16:23:21 +00:00
Yann Leboulanger 2828e47a24 don't always minimize bookmarked groupchats 2007-07-08 11:28:23 +00:00
Stephan Erb 60a77cd5a1 [sodoku] A few corrections for german translation 2007-07-07 00:41:48 +00:00
Stephan Erb ff2fe1b503 Feature window cleanup and description update. See #2783 2007-07-06 23:51:41 +00:00
Yann Leboulanger 51b4279a06 fix tooltip for merged account row 2007-07-05 16:36:54 +00:00
Yann Leboulanger 74196a65ed fix the show transport icon in add contact dialog 2007-07-05 09:21:31 +00:00
Yann Leboulanger e53a47ebad [misc] fix /say command in chat. Fixes #3284 2007-07-05 08:59:47 +00:00
Yann Leboulanger 0fb9d6dd56 missing glade changement. see #3269 2007-07-05 06:26:57 +00:00
Yann Leboulanger a410e1e66a [gerald] add protocol pixbuf in add contact dialog. Fixes #3269 2007-07-05 06:25:21 +00:00
Yann Leboulanger 5e46f22960 new accounts window. one bug remain, see #2744 2007-07-04 21:10:50 +00:00
Yann Leboulanger 1656ea452b rename gt+ theme to default. fixes #2794 2007-07-04 16:50:54 +00:00
Yann Leboulanger 039bf1e10e use get_contact() when we give the resource. see #3275 2007-07-04 16:33:40 +00:00
Yann Leboulanger dc2dd87a31 prevent message spoofing. Thanks Misc. Fixes #3281 2007-07-04 13:29:06 +00:00
Yann Leboulanger 8abd062365 [Lukas] split get_contact into get_contacts and get_contact. get_contact_from_full_jid uses get_contact. Maybe could be merged with optional argument, but it's clearer this way. Fixes #3275 2007-07-04 13:23:16 +00:00
Yann Leboulanger 070369fc2a ask user before overwriting a preset status message. Fixes #3277 2007-07-03 17:34:33 +00:00
Jean-Marie Traissard 30d7a4b039 Removing me from active devs, I don't have time nor motivation to work on gajim.
I will probably still patch a little sometimes.
2007-07-03 16:52:09 +00:00
Yann Leboulanger 33946aeeef remove useless function get_contcats_from_jid (same as get_contact). see #3275 2007-07-03 10:22:41 +00:00
Yann Leboulanger 20965b9ba5 [lukas and I] improve tooltip to show info about pending events. fixes #1971 2007-07-03 09:31:43 +00:00
Tomasz Melcer 1c0aa7ad10 Caps: caps are queried, results are stored in cache. 2007-06-30 17:31:27 +00:00
Yann Leboulanger 31f3e2f44a redo substitution when we get resource from config. fixes #3060 2007-06-30 08:40:14 +00:00
Yann Leboulanger 965e2b1c78 don't try to do Awn code if it's not available 2007-06-29 22:25:50 +00:00
Travis Shirk 270c956db3 Handle malformed timestamps (which would cause an unhandled exception and hork the connection)
and XEP-82 (dashes in timestamps).
2007-06-29 21:21:08 +00:00
Travis Shirk 6ca2d76cba Fixed a traceback. Not sure how correct the contact=contact[0] is, but it handles the multiple return types from get_contact_from_full_jid 2007-06-29 21:19:47 +00:00
Yann Leboulanger fd03586f2c use helper function. fixes #3263 2007-06-29 16:25:05 +00:00
Yann Leboulanger 30a9202f9d automaticaly fill password entry in groupchat invitation dialog if we get it. fixes #3271 2007-06-29 09:39:13 +00:00
Yann Leboulanger fd2be16f24 make the ask password for groupchat window async and entry visibility to False. fixes #3265 2007-06-29 08:19:13 +00:00
Yann Leboulanger c8d808d956 fix TB when we remove an account. Fixes #3268 2007-06-28 21:22:27 +00:00
Yann Leboulanger e007756ac8 make idle part of preference window insensitive if idle is not supported. fixes #2949 2007-06-28 21:09:29 +00:00
Julien Pivotto 15597f8b37 In features window, show description on select, not on double-click. See #2783. 2007-06-28 10:42:24 +00:00
Tomasz Melcer 4c1fdb1fd8 xmpppy doesn't raise exceptions! 2007-06-28 08:14:25 +00:00
Tomasz Melcer 976cd12eef contacts.py: get_contact_from_full_jid not to raise exceptions on bare jids 2007-06-27 23:26:07 +00:00
Tomasz Melcer 6995730808 Caps: removed debug module import 2007-06-27 22:57:01 +00:00
Tomasz Melcer 744d445c55 Caps: querying caps disco node (no checking result yet) 2007-06-27 22:32:35 +00:00
Stephan Erb a1440388da Feature window cleanup, first part . See #2783 2007-06-27 12:38:00 +00:00
Julien Pivotto 3d85b01123 Add icon to FAQ and Features menu entry in roster 2007-06-27 12:25:03 +00:00
Stephan Erb 2e8a39005e Redraw groups if we add/remove contacts. Fixes #3192 2007-06-27 10:32:54 +00:00
Yann Leboulanger 967d050db2 call beep command instead of print '\a' <- doesn't work. fixes #909 2007-06-27 10:20:24 +00:00
Yann Leboulanger 6099e3eb43 fix missing import 2007-06-27 09:49:58 +00:00
Yann Leboulanger 9dc8404158 add features window in help menu. fixes #2783 2007-06-27 09:37:31 +00:00
Stephan Erb e88d547ed9 See [8324]: do the same in groupchats. Comment added 2007-06-27 09:26:58 +00:00
Yann Leboulanger 497d5d0e0e set visible property to False when there is no secondary pixbuf. 2007-06-27 08:28:36 +00:00
Tomasz Melcer 7a399e980b Comments here and there 2007-06-27 00:51:38 +00:00
Tomasz Melcer 86798a56f0 Caps: Cache object 2007-06-27 00:51:12 +00:00
Yann Leboulanger 7493f29c9c fix stupid traceback 2007-06-26 21:39:22 +00:00