Yann Leboulanger
|
3eb203a504
|
typo
|
2009-03-11 09:58:25 +00:00 |
|
Yann Leboulanger
|
5bc09c2a6a
|
[brubru] don't fail when open pref window with no accoutn configured. Fixes #4895
|
2009-03-11 09:40:08 +00:00 |
|
Yann Leboulanger
|
5301dcd4a0
|
check OSError from gtkspell.py. Fixes #4897
|
2009-03-11 09:17:23 +00:00 |
|
Yann Leboulanger
|
8f4d15f527
|
remove no more used code. Fixes #4853
|
2009-03-05 20:14:08 +00:00 |
|
Yann Leboulanger
|
4ac8b1eb96
|
[Sergiy Yegorov] typo
|
2009-03-01 13:51:20 +00:00 |
|
Yann Leboulanger
|
53de0bda9a
|
fix typo. Fixes #4834
|
2009-02-20 18:56:04 +00:00 |
|
Yann Leboulanger
|
d6c2092977
|
save default custom host/port. Fixes #4820
|
2009-02-17 12:15:25 +00:00 |
|
Yann Leboulanger
|
521239377b
|
option to disable sound when we are busy. Fixes #2256
|
2009-02-13 21:14:50 +00:00 |
|
Yann Leboulanger
|
01bcfe2007
|
[thorstenp] use ctype to have gtkspell. No need to compile it from C. Fixes #4289
|
2009-02-12 22:15:18 +00:00 |
|
Yann Leboulanger
|
894dbc3e73
|
delete account from gajim.config when creation fails.
|
2009-02-08 19:29:27 +00:00 |
|
Yann Leboulanger
|
eba3911dd7
|
set speller language correctly, and show correct error message. Fixes #4737
|
2009-01-28 13:16:02 +00:00 |
|
Yann Leboulanger
|
f11c1b226a
|
allow ignore_unknown_contacts, send_os_info and log_encrypted_sessions to be set per_account in ACE. Fixes #4730
|
2009-01-27 08:48:17 +00:00 |
|
Yann Leboulanger
|
e1ae6ea0fe
|
ability to hide systray icon when there is no pending events. Fixes #4645
|
2009-01-25 09:19:24 +00:00 |
|
Yann Leboulanger
|
7a8b5aa309
|
move sound preferences in a separate window
|
2009-01-24 14:01:15 +00:00 |
|
Yann Leboulanger
|
3813f20888
|
don't allow to have several ssl_error / fingerprint_error / plain_connection / insecure_ssl dialog at the same time for one account. Fixes #4642
|
2009-01-13 19:20:12 +00:00 |
|
Yann Leboulanger
|
5e710de4ea
|
make column resizable and reorderable in configure room dialog. Fixes #4667
|
2009-01-12 14:05:58 +00:00 |
|
Yann Leboulanger
|
b317ffcdae
|
merge BOSH branch to trunk
|
2008-12-15 21:06:08 +00:00 |
|
Yann Leboulanger
|
e389e0b16b
|
[thorstenp] remove whitespace at eol
|
2008-12-03 21:56:12 +00:00 |
|
Yann Leboulanger
|
3392c54dd0
|
[thorstenp] fix empty exception clauses
|
2008-12-03 21:37:05 +00:00 |
|
Yann Leboulanger
|
31dc32eeb9
|
[thorstenp] fix redefined builtins
|
2008-12-03 17:16:04 +00:00 |
|
Yann Leboulanger
|
c163e90b10
|
[thorstenp] fix unused variables
|
2008-12-02 15:53:23 +00:00 |
|
Yann Leboulanger
|
7701f29beb
|
[thorstenp] fix undefined variables
|
2008-12-02 15:10:31 +00:00 |
|
Yann Leboulanger
|
e2118de64c
|
[thorstenp] remove useless import
|
2008-12-02 14:44:26 +00:00 |
|
js
|
1b1ef68860
|
Fix typo.
|
2008-11-21 22:32:35 +00:00 |
|
Stephan Erb
|
8b945f69fa
|
Do not draw roster when toggeling compact window mode. Fixes #4469.
|
2008-11-11 13:54:46 +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
|
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
|
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
|
567f1e17c1
|
[thorstenp] di not use emtpy except clauses
|
2008-10-11 09:37:13 +00:00 |
|
Yann Leboulanger
|
6cc8204319
|
[thorstenp] replace if statement with dict.get()
|
2008-10-11 09:31:48 +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
|
22cc993fa7
|
ability to sort by status in roster and in muc separatly. Fixes #3823
|
2008-09-26 15:22:16 +00:00 |
|
Yann Leboulanger
|
941b7cf974
|
sort group chats by status if option is checked. Fixes #3823
|
2008-09-23 14:39:04 +00:00 |
|
Yann Leboulanger
|
8c381dee81
|
send new presence to correct account in account modification window. Fixes #4313
|
2008-09-15 15:30:45 +00:00 |
|
Yann Leboulanger
|
ad751dc0cd
|
prevent traceback when creating account to an unknown host. Fixes #4309
|
2008-09-10 17:59:53 +00:00 |
|
Yann Leboulanger
|
4fa573a3bd
|
decode strings from GTK
|
2008-09-02 07:12:56 +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 |
|
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 |
|
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 |
|
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 |
|
Yann Leboulanger
|
df895d4817
|
nearly no blocking dialogs
|
2008-08-07 21:57:19 +00:00 |
|
Yann Leboulanger
|
303c0f6a71
|
2 less blocking windows
|
2008-08-07 15:51:23 +00:00 |
|
Yann Leboulanger
|
d5a8f75080
|
make EditGroups and ChangePassword dialogs asynchronous. see #4147
|
2008-08-06 20:34:36 +00:00 |
|
Yann Leboulanger
|
fa2d983354
|
better transltion strings. see #4166
|
2008-08-01 09:30:36 +00:00 |
|
Yann Leboulanger
|
0c662cf2fd
|
use PassphraseDialog only asynchronously. see #4147
|
2008-07-31 06:14:48 +00:00 |
|