Stephan Erb
2ccaf5b2b4
Rename advanced.py to advanced_configuration_window.py
2009-10-17 20:28:38 +02:00
Stephan Erb
d0f1b0e746
Depend on Python 2.5. Remove workaround for older versions.
2009-10-17 20:21:32 +02:00
Yann Leboulanger
c4365f7a97
[louizatakk] fix bash completion patch. Fixes #5328
2009-10-17 10:18:11 +02:00
Yann Leboulanger
f2aee9e7cb
add show_self_contact ACE option to show / hide self_contact row as we want. Fixes #4796
2009-10-16 19:51:29 +02:00
Yann Leboulanger
f8654b95b4
stop countdown in change status dialog when we past something. Fixes #5324
2009-10-16 16:20:58 +02:00
Yann Leboulanger
2472a9556d
support XEP-0016 (privacy lists) "block all" feature. Fixes #4552
2009-10-16 15:58:21 +02:00
Yann Leboulanger
43f87899f8
[louizatakk] shell-like completion
2009-10-16 15:20:12 +02:00
Yann Leboulanger
da955fd4da
[hildjj] go away under windows too when screensaver is active. Fixes #4178
2009-10-15 19:51:49 +02:00
Yann Leboulanger
384283d2a4
find_library('c') return None under Windows
2009-10-15 19:43:10 +02:00
Yann Leboulanger
50aac85e88
remove our outgoing nickname color and status message color from gc_nicknames_colors
2009-10-14 16:31:42 +02:00
Stephan Erb
8bffd77a05
Merge local changes
2009-10-14 09:39:18 +02:00
Yann Leboulanger
c59f4f7d73
show incoming and outgoing style in history window too. Fixes #5321
2009-10-14 08:40:28 +02:00
Yann Leboulanger
bf298d4568
prevent traceback in upgrade function
2009-10-13 21:44:14 +02:00
Yann Leboulanger
1ae8339222
typo
2009-10-13 20:27:12 +02:00
Yann Leboulanger
166a70b48e
update some colors. Fixes #5321
2009-10-13 20:05:45 +02:00
Yann Leboulanger
d7a780e60a
fix typo
2009-10-13 19:31:07 +02:00
Yann Leboulanger
f18ede1c88
detect incoming MUC error presences from the ID. Fixes #5309
2009-10-13 19:26:56 +02:00
red-agent
6c2b658a9a
Improved the lookup of the minimized control
2009-10-13 17:38:42 +03:00
Yann Leboulanger
2f1412050c
[Xytovl] ability to configure font and colors of incoming / outgoing messages. Fixes #5311
2009-10-13 13:42:44 +02:00
Yann Leboulanger
997a8f8429
correctly get minimized room
2009-10-13 12:56:14 +02:00
Yann Leboulanger
970aa8c848
fix look in minimized_controls
2009-10-13 07:53:05 +02:00
red-agent
2367dda7c3
Fix for the autorejoin, to handle absent conferences
2009-10-13 00:46:06 +03:00
Stephan Erb
8aaee30f23
Merge with 5b124dac82e5ce6b3be2a3659bcbab12799e2220
2009-10-12 19:55:42 +02:00
Yann Leboulanger
8faf6d23c3
fix group renaming. Fixes #5316 , see #4212
2009-10-11 21:54:40 +02:00
red-agent
86d0ad3cc3
Fix for the command argument constraints
2009-10-09 16:16:59 +03:00
Stephan Erb
5cea6334ef
Move and rename xmpp_stringprep.py
...
It is more consistent to have this code closer to the xmpp protocol handling.
2009-10-08 18:24:21 +02:00
Yann Leboulanger
ad0bb43793
[Dicson] Fix call to history manager
2009-10-08 17:51:49 +02:00
Stephan Erb
3fc9c10caa
Remove old workarounds for Python 2.3.
2009-10-08 17:19:36 +02:00
Stephan Erb
2654ee9d56
Work around failing testcases.
...
It looks like those have not been run for month. A few are failing. They are now commented and wait for a proper fix. (Deferred)
2009-10-08 16:29:10 +02:00
red-agent
90c653b83a
Fixed resource extraction from jid. Fixes #5310
2009-10-08 15:21:18 +03:00
red-agent
3ef8557a8e
Tiny style fixes
2009-10-06 23:26:22 +03:00
Yann Leboulanger
416d2caf05
[waldteufel] stop generating zombies when playing sound. Fixes #5308
2009-10-06 21:35:48 +02:00
Yann Leboulanger
3a13f91162
prevent traceback
2009-10-06 21:27:40 +02:00
Yann Leboulanger
0d37f4f64b
better session handling:
...
- when a new contact with higher prio connect, detach session from chat control. Fixes #5021
- don't re-use a session that was for another sessin
Tests are more than welcome!
2009-10-06 17:35:25 +02:00
Yann Leboulanger
07277df1e2
[gotham] update default colors to be tangoified. see #5307
2009-10-06 11:41:32 +02:00
Yann Leboulanger
95047d3e50
add an enable checkbutton in accounts window for normal accounts too. Fixes #4489
2009-10-06 11:23:31 +02:00
red-agent
8d663c31c5
Yet another fix for the proccess renaming
2009-10-05 19:19:03 +03:00
red-agent
60bb2d0bdd
Process name should correspond to the binary name
2009-10-05 17:33:50 +03:00
red-agent
563a2453ba
Improved proccess renaming
2009-10-05 17:13:12 +03:00
Yann Leboulanger
a6a9a647b2
add a checkbutton in join groupchat dialog to decide if we want to bookmark the room. Fixes #5245
2009-10-05 15:29:37 +02:00
Yann Leboulanger
4723194bca
show message subject in chat history. Fixes #5185
2009-10-05 14:25:47 +02:00
Yann Leboulanger
ea6c062b9a
prevent a traceback when we get a wrong disco#info reply (a feature without a var attribute). Fixes #5232
2009-10-05 13:46:38 +02:00
red-agent
e0dac306f7
Modified @documentation to not depend on order
2009-10-05 12:55:34 +03:00
red-agent
b7ed152624
Added ignore/unignore aliases for block/unblock
2009-10-04 22:11:19 +03:00
red-agent
d7e4ab3eb7
A workaround to make commands documentation easily translatable
...
Though I consider this a major regression, as using doc-strings is a much
cleaner and better solution. It requires not that big scaffolding to support it,
but some of Gajim developers think otherwise.
2009-10-04 20:43:51 +03:00
red-agent
aea0508221
Code style fix
2009-10-04 19:56:07 +03:00
Yann Leboulanger
c6dd2d6666
really check if we press control when we check for Ctrl+h or Ctrl+i in roster
2009-10-04 18:12:04 +02:00
Yann Leboulanger
616125d95e
[praveen & I] ability to Ctrl+ H / I in roster to show history or information dialog of a contact. Fixes #5301
2009-10-04 11:28:20 +02:00
Yann Leboulanger
c9d702b5cd
[Vasily] fix indicator usage. Fixes #5271
2009-10-03 23:29:11 +02:00
Yann Leboulanger
b6d7cb992f
remove some useless len() call
2009-10-03 09:38:13 +02:00