Yann Leboulanger
994e3895a7
fix handler name in glade to change correct color when changing incoming nick color. Fixes #5372
2009-11-08 17:49:07 +01:00
Yann Leboulanger
d70b74e6b6
[Gotham48] add nice icons to toggle audio / video
2009-11-08 10:08:15 +01:00
Yann Leboulanger
17b60033ab
optimize compiled modules in win32
2009-11-07 14:44:15 +01:00
Yann Leboulanger
8f2120371b
update correctly self_contact Contact instance and roster row when we use an anonymous account (our jid changes in this case). Fixes #5370
2009-11-07 12:37:16 +01:00
Yann Leboulanger
e7a6dffe7b
no need of the jid parameter when we look for self contact iter
2009-11-07 09:34:23 +01:00
Yann Leboulanger
4bf3be4665
don't remove a _control when we try to rename it to the same name. Fixes #5346
2009-11-06 20:51:16 +01:00
Yann Leboulanger
bf46c5dd12
use correct color for links in received XHTML messages. Fixes #5411
2009-11-06 08:19:32 +01:00
Yann Leboulanger
ea5429b248
fix XEP-202 implementation, child element must be <time>, not <query>. Fixes #5412
2009-11-06 08:11:07 +01:00
Yann Leboulanger
dec49976c4
Use a separate label in RIE dialog instead of a stock button. This way we can change label easily.
2009-11-05 22:20:45 +01:00
Yann Leboulanger
4743d224fd
fix sending message to several contacts (in this case we cannot get a contact instance as there are several jids in one. Fixes #5408
2009-11-05 19:44:01 +01:00
Yann Leboulanger
eb32680a91
fix caps query verification.
2009-11-05 19:24:27 +01:00
Yann Leboulanger
c8cc5be366
don't print libasyncns warning on stdout. Fixes #5407
2009-11-05 19:14:19 +01:00
Yann Leboulanger
32309d2a30
[marcin.bachry] disconnect once proxy has been tested. Fixes #5409
2009-11-05 19:11:31 +01:00
Stephan Erb
dce2ea58b3
Merge local changes with default.
2009-11-05 09:11:15 +01:00
Stephan Erb
2e5bf4d0d2
Organize tests into unit and integration tests.
...
Integration tests can depend on UI, network or both. Unittests use neither.
2009-11-05 09:06:46 +01:00
Stephan Erb
3157cf0b1b
Allow multiple event handlers for a single Interface event.
...
We can use that until the plugin branch is available.
2009-11-05 08:53:19 +01:00
Yann Leboulanger
1a76b72b58
fix bosh url parsing (wrong regex replaced by urlparse.urlsplit() funxtion)
2009-11-05 08:50:21 +01:00
Stephan Erb
addaaa9242
Fix regex used in urisplit. It failed to split the host:port part.
2009-11-04 23:46:16 +01:00
Stephan Erb
c1cbc07645
Check for empty caps values and not just for None. See #5399
...
This prevents our caps cache from getting filled with invalid caps values. Furtheremore, NullClientCaps has been saveguarded so that it won't fail for people with already tainted caches.
2009-11-04 23:05:20 +01:00
Yann Leboulanger
b2a4c92e7a
better error handling
2009-11-04 22:06:45 +01:00
Yann Leboulanger
2aef55ad2a
better URI splitting code. see #5400 , #5401
2009-11-04 21:56:33 +01:00
Yann Leboulanger
4343d706a0
use default port for bosh proxy when none is provided. Fixes #5400 , #5401
2009-11-04 21:17:57 +01:00
Yann Leboulanger
124483ea49
prevent traceback. Fixes #5402
2009-11-04 20:37:22 +01:00
Stephan Erb
e1ccec089c
Add missing file
2009-11-03 23:37:11 +01:00
Stephan Erb
3a98a4170c
Move Interface() god class from gajim.py to gui_interface.py.
2009-11-03 22:14:19 +01:00
Yann Leboulanger
255c16c79f
fix window installer script
2009-11-03 19:59:39 +01:00
Yann Leboulanger
a202367fda
remove unused file from windows installer script
2009-11-03 19:53:11 +01:00
red-agent
0e38897445
Minor refactoring
2009-11-03 10:14:23 +02:00
Yann Leboulanger
b4d45a120f
Changeleog for 0.13
2009-11-02 22:41:43 +01:00
red-agent
aae1dd6c38
Fixed an issue with the bare command prefix
2009-11-02 17:42:00 +02:00
Yann Leboulanger
d19df32c16
reorder imports in history_manager so that it can bu run. Fixes #5391
2009-11-02 06:59:56 +01:00
Yann Leboulanger
cb1fcc8cf8
update ft proxies list
2009-11-01 16:50:27 +01:00
Yann Leboulanger
ea973ddc2e
fix exception handling in command system
2009-11-01 13:50:34 +01:00
Yann Leboulanger
a75fba495b
better error message
2009-11-01 12:40:29 +01:00
Yann Leboulanger
6914546f2b
merge backout branch
2009-11-01 12:15:41 +01:00
Yann Leboulanger
21ffce890c
Backed out changeset f169c518cd8d
...
sqlite with ? doesn't work as expected
2009-11-01 12:14:42 +01:00
Yann Leboulanger
e9264abb8a
fix variable name
2009-11-01 09:52:33 +01:00
Yann Leboulanger
09496b1fbd
[Gotham48] added new wroop iconset
2009-11-01 09:43:31 +01:00
Yann Leboulanger
b0712e1774
replace all %d / %s things in SQL queries by ? for security reasons
2009-10-31 23:57:14 +01:00
Yann Leboulanger
d5351f6328
ignore unknown show types when we receive strange stanza.
2009-10-31 23:22:12 +01:00
Yann Leboulanger
4824db0923
[Grigroy] align colors buttons. Fixes #5385
2009-10-31 22:57:14 +01:00
Yann Leboulanger
48c82ae7fa
[Mattj] improve join groupchat behaviour. Fixes #5383
2009-10-31 19:35:46 +01:00
Yann Leboulanger
e10ff2c907
fix typo in a string
2009-10-31 19:15:18 +01:00
Yann Leboulanger
4ae64ff6e6
ability to configure out/inmsgtxt color in preference window. Fixes #5372
2009-10-31 19:03:03 +01:00
Stephan Erb
07d0811439
Merge refactoring branch back to default
2009-10-31 18:08:06 +01:00
Stephan Erb
a9f5bb59d7
Merge changes from default branch into refactoring branch
2009-10-31 17:25:47 +01:00
Stephan Erb
47700e67da
Rename CacheItem.update to CacheItem.set_and_store as this seems more intense giving.
2009-10-31 09:14:55 +01:00
Stephan Erb
99e8487db9
Move compute_caps_hash from helpers to caps module.
2009-10-30 23:55:03 +01:00
Stephan Erb
47f875a4bc
Move CapsCache global from gajim.capscache to caps.capscache.
2009-10-30 23:01:25 +01:00
Yann Leboulanger
1991f32a74
import Changelog file from 0.12 branch. Fixes #5380
2009-10-30 20:08:33 +01:00