Commit Graph

7091 Commits

Author SHA1 Message Date
Brendan Taylor 5d6b60be68 fix GPG mysteriously turning on when you open a chat window 2008-08-30 02:50:10 +00:00
Brendan Taylor 32b56a2328 move most of is_loggable out of the session object. fixes #4103 2008-08-30 01:31:25 +00:00
Brendan Taylor 29c6af7e1e removed some odd flow control left behind when one of the session negotiation dialogs was removed 2008-08-30 01:31:11 +00:00
Yann Leboulanger f64cd6d238 don't add twice the same room jid in browser. fixes #4256 2008-08-29 10:38:34 +00:00
Yann Leboulanger 7f1a132caa fix typo 2008-08-29 09:38:34 +00:00
Yann Leboulanger 15b9b3e1c2 show role and affiliation in groupchat correctly. fixes #3871 2008-08-29 09:35:44 +00:00
Yann Leboulanger bcc39c4e1c ask to change nickname for a groupchat only once. Fixes #4250 2008-08-29 08:06:28 +00:00
Yann Leboulanger 88103f03df fix missing self. 2008-08-29 07:37:55 +00:00
Yann Leboulanger 358ac948b7 patch has been announce and is in gettext upstream. Debian includes it, let's remove the FIXME. Fixes #4166 2008-08-29 07:25:34 +00:00
Julien Pivotto 45122a3381 beter way to delete PEP when a user goes oflline 2008-08-28 22:43:28 +00:00
Julien Pivotto 1c2ce732b1 E2E dialogs
* String changes
* Improve SAS visibility
* Add ability to re-verify
* espace text and buttons
* Should fix #3468
2008-08-28 13:14:54 +00:00
Yann Leboulanger 64cc3f907e prevent a traceback when we get 2 'received' XEP-184 message for the same sent message 2008-08-28 13:04:04 +00:00
Yann Leboulanger a0e9a0d905 handle correctly forwarded messages. fixes #4246 2008-08-28 12:24:31 +00:00
Julien Pivotto 269e5a31c7 hide pep-stuffs if a contact goes offline. fix #4206 2008-08-28 11:43:10 +00:00
Mateusz Biliński f0822dcdb4 Fixed problem with saving window properties (position, size) when closing window through window close button (closing through tab close button worked properly). 2008-08-28 09:51:45 +00:00
Yann Leboulanger a2df7d22ed don't pass iters to menuitems callback, that are quickly invalid. Fixes #4034 2008-08-28 08:23:31 +00:00
Yann Leboulanger 9618bb77a4 fix FT proxy testing. We needed a receiver to connect to proxy to really test it 2008-08-27 13:11:46 +00:00
Yann Leboulanger 95b6855aa3 remove test thing 2008-08-27 10:09:38 +00:00
Yann Leboulanger 1e8e0f6067 no need of GUI classes in connection_handlers.py, socks5.py and secrets.py 2008-08-27 07:53:12 +00:00
Yann Leboulanger 20ed561650 better code: list[2:][0] -> list[2] 2008-08-26 12:08:36 +00:00
Yann Leboulanger 26334c7064 fix some coding standards and remove + to merge strings in translated strings. fixes #4211 2008-08-26 11:10:13 +00:00
Yann Leboulanger fc8d21fd5e fix traceback when changing month/year in history window with no selected jid. Fixes #4240 2008-08-26 10:55:18 +00:00
Yann Leboulanger b284b586da allow to renamed the zeroconf account even if not enabled. Fixes #4238 2008-08-26 10:48:24 +00:00
Yann Leboulanger f63dcff5d3 prevent a traceback. Fixes #4236 2008-08-26 10:07:53 +00:00
Julien Pivotto 4df776851f Valid IANI schemes are highlighted. Fix #4229 2008-08-25 21:47:23 +00:00
Yann Leboulanger 4549515669 some coding standards. Fixes #4211 2008-08-25 20:13:16 +00:00
Stephan Erb f55651d905 * Don't hide manage GC Bookmark menuitem when the server doesn't support private storage
* Fix indentation problem
 * Use generators instead of list comprehension (take less memory)
2008-08-25 19:35:47 +00:00
Yann Leboulanger f00f22dd05 translate string correctly. fixes #4203 2008-08-25 18:10:18 +00:00
Yann Leboulanger 6f3cca4669 [Jeff Bailes] better strings 2008-08-25 10:06:22 +00:00
js bd472ba5be Small fix for OS X. Without it, Gajim won't restart if it crashed. 2008-08-24 06:15:14 +00:00
Travis Shirk 49ad57084e Updated copyright years for myself. 2008-08-22 03:15:54 +00:00
Travis Shirk 55c1868d92 Make the message control text entry grab focus when new controls are created and each time the tabs
are switched.  Fixes #4227
2008-08-22 03:03:15 +00:00
Nikos Kouremenos aae8ceb4ce commit a FIXME 2008-08-20 20:36:34 +00:00
Nikos Kouremenos 6527c797b2 TODO -> FIXME; and a typo (aka yes you guessed it!: cosmetic) 2008-08-20 20:07:18 +00:00
Stephan Erb 433fcafc52 Correctly sort metacontact data if one of the jids is a transport and not in our roster. Fixes #4208, #4195. 2008-08-19 21:41:43 +00:00
tomk 2712786383 Corrected return values of zeroconf client in order to return true-evaluable values. related to #4051 2008-08-18 14:20:03 +00:00
js 8d0d85ee99 Make a string translatable. Fixes #4203. 2008-08-16 19:49:56 +00:00
Julien Pivotto de4a23e751 See #4200.
* remove js from some headers
 * set coding:utf-8 to allow real names in headers
2008-08-15 17:31:51 +00:00
Yann Leboulanger 4e320ed36f CTRL+i in private message now works. Fixes #4066 2008-08-15 09:35:44 +00:00
Julien Pivotto b58dfd6a59 Prevent many traceback due to headers and my last commit (it's late,
sorry)
2008-08-15 03:39:27 +00:00
Julien Pivotto 8bc9bc29ae * Big headers review
* Remove some licencing problems
 * To do: same for images
 * See #4200
2008-08-15 03:20:23 +00:00
Jean-Marie Traissard 34964401ab [acm] Typo in [10241] 2008-08-14 18:01:56 +00:00
Yann Leboulanger 37014a2ace don't remove label in dataforms if there is no. Fixes #4202 2008-08-14 17:51:14 +00:00
Yann Leboulanger 7efaecc5d8 make a string translatable. Fixes #4203 2008-08-14 17:19:21 +00:00
Yann Leboulanger 4e52e954d0 use accel func for all key in chat controls. Fixes #1503 2008-08-14 16:17:32 +00:00
js 150d109434 Sort activities. 2008-08-14 14:49:03 +00:00
js 429fc2d1b3 Don't hardcode 'python' as our Python interpreter.
Should save OpenBSD a patch for the next alpha :).
2008-08-14 11:59:02 +00:00
Yann Leboulanger 7082d66dfc send other sub activity when none is selected. Fixes #4019 2008-08-14 10:54:29 +00:00
Julien Pivotto 4b039ce4d6 hide verify button in E2E dialog if identity is alerady verified 2008-08-13 21:44:52 +00:00
Julien Pivotto ff96a236e0 add a title to E2E dialog 2008-08-13 21:30:18 +00:00
Julien Pivotto 3eb1b551e5 Nicer E2E dialog 2008-08-13 21:25:26 +00:00
Yann Leboulanger 04de76b65a don't look for history in database when none is typed in history window. Fixes #4192 2008-08-13 11:46:06 +00:00
Julien Pivotto db0be5c05a improve CSS property text-decoration (allow multi text-decoration) 2008-08-13 11:21:39 +00:00
js ad901d645f Make string better translatable. 2008-08-12 14:33:13 +00:00
Yann Leboulanger 1b160115ec fix version name 2008-08-12 10:42:50 +00:00
Yann Leboulanger a5c2b1d3dd prepare sources for 0.12-alpha 2008-08-12 09:10:07 +00:00
Yann Leboulanger d9544baff1 send invitation to groupchat to correct resource when inviting self contact. fixes #3799 2008-08-12 09:08:47 +00:00
Yann Leboulanger d2669df77b fix some resource problems. see #3799 2008-08-12 08:53:09 +00:00
Yann Leboulanger cdffa94641 some coding standards 2008-08-12 08:17:02 +00:00
Yann Leboulanger a6ff8bac5e use highest prio contact when we dubble click on a contact 2008-08-12 08:07:39 +00:00
Yann Leboulanger c619f59b84 show status of not in roster contacts in roster. Fixes #4144 2008-08-12 06:31:32 +00:00
Yann Leboulanger 7f908667a4 don't take into account keyid in error presence: it's our own signed message 2008-08-11 15:30:24 +00:00
Yann Leboulanger 168fb471cd typo 2008-08-11 14:10:30 +00:00
Yann Leboulanger 31b3c543ec make room participants list private when continuing a conversation. Fixes #4102 2008-08-11 13:23:09 +00:00
Yann Leboulanger f36b1643ab better DubbleInputDialog 2008-08-11 08:47:06 +00:00
Yann Leboulanger f18d97b97a remove unused function 2008-08-11 08:41:44 +00:00
Yann Leboulanger 3184cb24d0 make ad-hoc cancel warning dialog non-blocking. It was the last blocking dialog ! Fixes #4147 2008-08-11 08:38:35 +00:00
Julien Pivotto db9440c7c3 remove testing stuff... I am distracted 2008-08-11 08:13:27 +00:00
Julien Pivotto 2733ffb3d0 Make continued conversations (chat2muc) members-only (fix #4102) 2008-08-11 08:12:11 +00:00
Yann Leboulanger bda1d9cd56 fix typo. Now caps are correctly reset when a contact goes offline. Fixes #4181 2008-08-11 08:01:03 +00:00
Yann Leboulanger 2315fa2b4a fix saving avatar in info window. Fixes #4188 2008-08-10 20:43:38 +00:00
Yann Leboulanger 3c7e7f5052 idle.c is GPLv3 too. Fixed #4187 2008-08-10 20:28:22 +00:00
js 0f41f0613a Revert r10159 as this breaks it completely. It's not possible to
disable E2E if for example the logging settings differ. Makes
chatting with such contacts impossible.
2008-08-09 21:13:41 +00:00
js 3e0ed305a8 Remove useless semicolons. 2008-08-09 20:14:24 +00:00
Yann Leboulanger 4aa33d3421 fix closing last muc tab 2008-08-09 19:30:40 +00:00
js fa4c570a9f Linebreas ftw ;). 2008-08-09 17:16:02 +00:00
js 5638c568e6 Fix a typo. 2008-08-09 16:40:48 +00:00
js d504aad3af The text still wasn't that good. User-friendly texts sure are hard :). 2008-08-09 16:19:39 +00:00
js 31ff68e67c Better XEP-0184 warning text.
Thanks for doing my work, roidelapluie :)
2008-08-09 16:14:07 +00:00
Brendan Taylor 559a8c8b13 status change tests, hopefully fix some status change issues 2008-08-09 06:10:04 +00:00
Brendan Taylor ab70491d56 correctly decide whether to autonegotiate after a session was replaced 2008-08-08 22:55:12 +00:00
Yann Leboulanger f5059b4e26 fix closing a tab 2008-08-08 17:03:56 +00:00
Yann Leboulanger 5fbea47130 warning dialogs when closing a chat window are non blocking 2008-08-08 15:19:08 +00:00
Yann Leboulanger 587a4a4e68 remove no more used class 2008-08-08 10:30:28 +00:00
Yann Leboulanger e02beb9eee gpg key chooser dialog not blocker 2008-08-08 10:26:11 +00:00
Julien Pivotto d290f1ea91 clarify my last commit [10153] 2008-08-08 09:08:42 +00:00
Julien Pivotto 72e4147591 Prevent a traceback when dragging a file over a groupchat. Fix #4142. 2008-08-08 08:59:31 +00:00
Yann Leboulanger 9d48c69709 coding standards 2008-08-07 22:08:08 +00:00
Yann Leboulanger 90a4a348ca remove no more used function 2008-08-07 21:59:20 +00:00
Yann Leboulanger df895d4817 nearly no blocking dialogs 2008-08-07 21:57:19 +00:00
Julien Pivotto a6686794ac typo 2008-08-07 20:13:34 +00:00
Julien Pivotto 000b0d908b Add a tooltip to the XEP-0184 warning icon 2008-08-07 20:05:08 +00:00
Yann Leboulanger 303c0f6a71 2 less blocking windows 2008-08-07 15:51:23 +00:00
Julien Pivotto d7c60041ea Don't print twice "ping? pong" when using /ping command in a pm. 2008-08-07 15:27:02 +00:00
Yann Leboulanger 949f83d1db missing file 2008-08-07 13:27:36 +00:00
Yann Leboulanger 9329bcc4c1 less and less blocking dialogs 2008-08-07 13:25:25 +00:00
Yann Leboulanger cb0049a1cb fix zeroconf 2008-08-07 11:46:07 +00:00
Yann Leboulanger c7d33bb68e register Disconnect handler soon enough 2008-08-06 21:37:56 +00:00
Yann Leboulanger 150979b3ab one less blocking dialog 2008-08-06 20:55:40 +00:00
Yann Leboulanger d5a8f75080 make EditGroups and ChangePassword dialogs asynchronous. see #4147 2008-08-06 20:34:36 +00:00