Commit graph

809 commits

Author SHA1 Message Date
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
dc5d7bcf7c [thorstenp] fix undefined variables 2008-10-20 18:05:33 +00:00
Yann Leboulanger
d37ca09fc0 better var name 2008-10-12 20:32:24 +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
196dd7e30a [thorstenp] use isinstance rather than type(x) == y. use sorted() 2008-10-11 09:59:52 +00:00
Yann Leboulanger
ed748fdda3 [thorstenp] replace list with tuple in for and if 2008-10-11 09:42:59 +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
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
9d7c80d522 [thorstenp] replace has_key by key in dict. Fixes #4392 2008-10-07 20:41:59 +00:00
Yann Leboulanger
392cd3a77a show GPG info dialog when we click on the shield icon in chat window. Fixes #4330 2008-10-02 20:20:15 +00:00
Brendan Taylor
f640e7c860 add verified/not verified title text to the body of the esession dialog 2008-09-12 05:25:10 +00:00
Yann Leboulanger
c8d97aaa17 coding standards 2008-09-03 11:25:27 +00:00
Yann Leboulanger
4bd35a715b improve SAS dialog. Fixes #3468 2008-09-01 14:11:28 +00:00
Yann Leboulanger
88103f03df fix missing self. 2008-08-29 07:37:55 +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
1e8e0f6067 no need of GUI classes in connection_handlers.py, socks5.py and secrets.py 2008-08-27 07:53:12 +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
js
150d109434 Sort activities. 2008-08-14 14:49:03 +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
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
5fbea47130 warning dialogs when closing a chat window are non blocking 2008-08-08 15:19:08 +00:00
Yann Leboulanger
e02beb9eee gpg key chooser dialog not blocker 2008-08-08 10:26:11 +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
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
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
js
ff129a19a0 Just a test if this is more user friendly. If not, revert. 2008-08-05 00:51:08 +00:00
Yann Leboulanger
1a3a795908 make ChangeStatusMessageDialog asychronous. see #4147 2008-08-04 13:34:29 +00:00
Yann Leboulanger
fa2d983354 better transltion strings. see #4166 2008-08-01 09:30:36 +00:00
Yann Leboulanger
f586c8dd55 block adding ourself in our roster. Fixes #4073 2008-07-31 08:08:54 +00:00
Yann Leboulanger
a5584151c2 Use InvitationReceivedDialog asynchronously. see #4147 2008-07-31 06:23:03 +00:00
Yann Leboulanger
0c662cf2fd use PassphraseDialog only asynchronously. see #4147 2008-07-31 06:14:48 +00:00
Yann Leboulanger
d030cd8b03 prevent sending invalid XML chars in chat / groupchat and status. Fixes #3296 2008-07-30 12:21:47 +00:00
js
8605cd3f38 For historical reasons, we have a tab width of 3. This is strange, but
we have that in all files. To at least lesser the confusion a bit, add
vim tags for that.
Additionally, fix wrong #! in a few files.
2008-07-29 19:49:31 +00:00
js
993d0d8609 Revert r10064 and to it the right way™. 2008-07-29 19:42:31 +00:00
js
a226760275 Make moods better translatable. 2008-07-29 19:02:57 +00:00
Yann Leboulanger
e7b7e01b54 don't require python2.5 2008-07-29 06:59:14 +00:00
js
c06c258b2f Show activity in conversation window. 2008-07-28 22:33:20 +00:00
js
ebea2ef2b0 Actually, that didn't really fix it. But this does. 2008-07-28 21:43:41 +00:00
js
50406b13e6 Disable ok button if no activity is set, but enable is selected. 2008-07-28 21:36:11 +00:00
js
f7d8631a5c New activity dialog. 2008-07-28 20:57:56 +00:00