Commit graph

9704 commits

Author SHA1 Message Date
Yann Leboulanger
db2bcb43e6 don't allow focus on click on action button in chat / groupchat control. Fixes #4415 2008-10-21 10:04:18 +00:00
Yann Leboulanger
06ab4a7b6d revert thorstenp patches for now. They introduce bugs. 2008-10-20 21:38:06 +00:00
Yann Leboulanger
f801a50260 [thorstenp] fix unused variables 2008-10-20 21:17:48 +00:00
Yann Leboulanger
297a81325b [thorstenp] fix globals 2008-10-20 18:08:25 +00:00
Yann Leboulanger
dc5d7bcf7c [thorstenp] fix undefined variables 2008-10-20 18:05:33 +00:00
Yann Leboulanger
c2c681e05c [thorstenp] remove useless import 2008-10-20 17:54:02 +00:00
Yann Leboulanger
86271b6e3c [thorstenp] string to comment 2008-10-20 15:30:52 +00:00
Yann Leboulanger
010be12d8c [thorstenp] remove duplicate function 2008-10-20 15:25:53 +00:00
Yann Leboulanger
c638f0c6ad [thorstenp] fix unreachable code 2008-10-20 15:24:54 +00:00
Yann Leboulanger
c9f3c94bb3 [thorstenp] remove useless pass 2008-10-20 15:21:26 +00:00
Yann Leboulanger
464f62d580 [thorstenp] remove statements without effect 2008-10-20 15:20:51 +00:00
Yann Leboulanger
98255a0671 [thorstenp] remove useless ; 2008-10-20 15:16:01 +00:00
Yann Leboulanger
2f3e0107ef fix errors in swedish translation. Fixes #4414 2008-10-20 11:46:09 +00:00
Yann Leboulanger
f28d5a4402 Fix swedish translation syntax. Fixes #4414 2008-10-19 17:36:36 +00:00
Yann Leboulanger
7055eec326 fix typo 2008-10-16 18:40:00 +00:00
Yann Leboulanger
44277d6c40 prevent traceback. Fixes #4319 2008-10-16 17:19:22 +00:00
Jean-Marie Traissard
4917e0c3df Changing receipt not received warning timeout from 2 to 4 seconds, not everybody has a
good connection.
2008-10-13 08:09:29 +00:00
Jean-Marie Traissard
269028ec78 GC are now opened without automatic switch to tab, stop them stealing current tab focus
when connected. Still no fix for #3908 :/
2008-10-13 08:01:22 +00:00
Yann Leboulanger
d37ca09fc0 better var name 2008-10-12 20:32:24 +00:00
Yann Leboulanger
974543edf0 show minimized room in roster in red if we have been highlighted. 2008-10-12 19:17:09 +00:00
Yann Leboulanger
02ac05ed19 don't close a MUC when we said we don't want. 2008-10-12 12:52:26 +00:00
Yann Leboulanger
7d3bff5b58 update Contact instance in privateChatControl. see #4292 2008-10-12 11:20:35 +00:00
Brendan Taylor
b9db39e0a9 disable autonegotiation if e2e is manually started or started by a
failed decrypt
2008-10-12 00:51:24 +00:00
Brendan Taylor
8757449816 fix renegotiation when a message was unable to decrypt. fixes #4360. 2008-10-11 22:37:11 +00:00
Brendan Taylor
6e596e3db0 renegotiate e2e after somebody reconnects (still doesn't work for PM) 2008-10-11 22:02:20 +00:00
Brendan Taylor
addbc34bc6 fix tb when closing a message window 2008-10-11 19:58:22 +00:00
Yann Leboulanger
4f55c1826a fix var names. type -> type_. see #4403 2008-10-11 13:21:25 +00:00
Yann Leboulanger
ecba68961d fix dict.get() call. Fixes #4402 2008-10-11 13:10:53 +00:00
Yann Leboulanger
0afc57ad6d [Mishail] fix var name. Fixes #4403 2008-10-11 13:06:59 +00:00
Yann Leboulanger
0b56b3c44d re-add badly removed line in [10506] 2008-10-11 10:51:26 +00:00
Yann Leboulanger
5d2790ab11 remove debuging ipython window creation. Fixes #4401 2008-10-11 10:49:52 +00:00
Yann Leboulanger
158538b81c [thorstenp] rename some var to not hide builts-in functions (list -> list_, ...) 2008-10-11 10:22:04 +00:00
Yann Leboulanger
7ca3dabbb9 [thorstenp] don't use tuple as parameters 2008-10-11 10:11:24 +00:00
Yann Leboulanger
fd54e68e6d [thorstenp] some fixes with type() -> isinstance() 2008-10-11 10:06:49 +00:00
Yann Leboulanger
992e90208e [thorstenp] use != instead of <> 2008-10-11 10:02:49 +00:00
Yann Leboulanger
196dd7e30a [thorstenp] use isinstance rather than type(x) == y. use sorted() 2008-10-11 09:59:52 +00:00
Yann Leboulanger
00543277e4 [thorstenp] replace ` with repr 2008-10-11 09:51:27 +00:00
Yann Leboulanger
2ffad66473 [thorstenp] replace reduce instances 2008-10-11 09:49:30 +00:00
Yann Leboulanger
73aee40542 [thorstenp] replace none equality test with identity test 2008-10-11 09:44:12 +00:00
Yann Leboulanger
ed748fdda3 [thorstenp] replace list with tuple in for and if 2008-10-11 09:42:59 +00:00
Yann Leboulanger
ba12a63d55 [thorstenp] replace file with open 2008-10-11 09:38:17 +00:00
Yann Leboulanger
567f1e17c1 [thorstenp] di not use emtpy except clauses 2008-10-11 09:37:13 +00:00
Yann Leboulanger
84e717c8df [thorstenp] use startswith and endswith instead of array indices on strings 2008-10-11 09:32:59 +00:00
Yann Leboulanger
6cc8204319 [thorstenp] replace if statement with dict.get() 2008-10-11 09:31:48 +00:00
Yann Leboulanger
9262133315 reconnect correctly when you were conencted with plain connection. Fixes #4390 2008-10-10 18:03:25 +00:00
js
1d86a11bf7 Remove gajim.iss - we use NSIS now. 2008-10-09 17:38:07 +00:00
Yann Leboulanger
ecce19505c prevent traceback when private message window creation fails. Fixes #4393 2008-10-09 14:27:52 +00:00
Yann Leboulanger
bb22fbda50 add missing files to archive. Fixes #4398 2008-10-09 08:17:56 +00:00
Yann Leboulanger
eef9cf2de9 don't allow to enable GPG encryption if no GPG key is assigned.
Better getInfoDialog when no key is assigned. Fixes #4330
2008-10-08 20:11:06 +00:00
Yann Leboulanger
9850bfccc8 latex simply works on windows. Fixes #4378 2008-10-08 17:48:05 +00:00