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
Yann Leboulanger
202d7861dd
restore some commented code
2009-10-03 09:32:11 +02:00
red-agent
247a92b527
Fixed the build system for the reworked version of the command system
2009-10-03 00:10:30 +03:00
red-agent
958d937d5c
Dropped in the reworked version of the new command system
...
The reworked version has refactored and simplified architecture, which also
involves simplified dispatching.
2009-10-02 23:57:11 +03:00
Yann Leboulanger
ca127b8d31
fix printing HTML messages. Fixes #5298
2009-10-02 17:57:17 +02:00
Yann Leboulanger
b954492bc2
fix typo
2009-10-02 17:18:36 +02:00
Yann Leboulanger
93e9d72dd5
don't show RIE dialog when we already have all proposed contacts. Fixes #5299
2009-10-02 17:05:04 +02:00
Yann Leboulanger
7e79f710e8
acknoledge rosterx messages
2009-10-02 16:54:33 +02:00
Yann Leboulanger
5406f8b49c
improve connection time to muc.
2009-10-02 16:47:42 +02:00
Yann Leboulanger
6781600942
add a graphics optio nto all print text function to not display emoticons and latex formulas in nicks. Fixes #4651
2009-10-02 16:28:51 +02:00
Yann Leboulanger
887b8d31b2
don't show empty RIE requests. Fixes #5299
2009-10-02 14:58:47 +02:00
Yann Leboulanger
da398aa418
coding standards
2009-09-29 16:31:36 +02:00
Yann Leboulanger
4cfd56a69b
add a workarround for backward compatibility about esession. see #4396
2009-10-01 22:17:19 +02:00
Yann Leboulanger
678e3807e9
[Mattj & Florob] fix canonicalize function to prevent having twice xmlns in the attributes. Fixes #4396
2009-10-01 19:13:52 +02:00
Yann Leboulanger
c5b60e8df5
don't allow to check "enable e2e encryption" when enable_esessions is False. Fixes #5295
2009-10-01 09:51:10 +02:00
Yann Leboulanger
c31d3e526a
stop sending chatstates when remote server doesn't respond anymore. Don't acknoledge error message receipes. Fixes #4064
2009-10-01 09:41:46 +02:00
Yann Leboulanger
3802e01bba
[Florob] fix module name for sha256. Fixes #5297
2009-10-01 08:26:08 +02:00
Yann Leboulanger
a3e80d2c76
[Florob] handle new error code in groupchat. Fixes #5285
2009-09-30 17:21:58 +02:00
Yann Leboulanger
3afea608e2
use python sha and hmac built-in modules rather than those in python-crypto. Fixes #5294
2009-09-30 17:02:51 +02:00
Yann Leboulanger
a9c7731cbb
don't use same var for different things in the same function! Fixes #5235
2009-09-29 14:52:25 +02:00
Yann Leboulanger
c2e15ae9d2
prevent traceback when closing single message window. Fixes #5292
2009-09-29 13:51:20 +02:00
Yann Leboulanger
4d8454a242
request bookmarks via XML if server announce it supports pubsub but doesn't answer in the next 30 seconds. Fixes #5198
2009-09-29 11:08:42 +02:00
red-agent
c5b63d948d
Fixed a bug with a raw commands
2009-09-28 08:20:24 +03:00
Yann Leboulanger
a8cd67706b
merge bug 4212 branch
2009-09-27 11:52:51 +02:00
red-agent
4112dcd538
Fixed the duplication of input history
2009-09-27 12:32:57 +03:00
Benjamin Richter
7378efcb21
Improve group renaming efficiency. Fixes #4212
2009-09-26 20:23:59 +02:00
Yann Leboulanger
db4f73f058
fix indentation
2009-09-26 13:16:48 +02:00
red-agent
36a3db5e29
Tiny code style corrections
2009-09-26 13:44:08 +03:00
Yann Leboulanger
16cd926e36
merge bug4293 branch
2009-09-26 11:55:49 +02:00
Benjamin Richter
568e1edd1e
Improved handling of RTL nicknames in roster. Fixes #4293
...
If the number of connected resources is appended in parentheses,
the appropriate ltr or rtl mark is inserted before, so that the
writing direction at the end of the nickname matches the writing
direction of the whole displayed string as determined by
http://www.unicode.org/reports/tr9/#The_Paragraph_Level
2009-09-25 17:11:38 +02:00
Yann Leboulanger
2e1eeae6f1
[Djavan Fagundes] updated brazilian translation
2009-09-24 11:26:46 +02:00
red-agent
cca6cfe17b
Keep the code consistent
2009-09-24 01:28:35 +03:00
Yann Leboulanger
245c3f12d4
don't remove a file before renaming under windows because os.remove('test') will remove 'TEST' under window. Fixes #5279
2009-09-23 22:27:52 +02:00
Yann Leboulanger
cb1fccca7c
fix /join command to use the same account as the one we're connected in the current room.
2009-09-23 21:35:27 +02:00
Yann Leboulanger
70e145a827
fix traceback preventing showing ALT text of an image. Fixes #5247
2009-09-23 19:07:58 +02:00
Yann Leboulanger
4db1d2738c
process links and latex in HTML messages. Fixes #5053 , #4539
2009-09-23 19:04:12 +02:00
Yann Leboulanger
e8e2b219ba
add a interface.run() function to really start Interface
2009-09-23 18:54:35 +02:00
Yann Leboulanger
17f17267ea
call gtk.gdk.window.focus() with current timestamp rather than 0. This fixes some WM issues.
2009-09-23 17:35:42 +02:00
Yann Leboulanger
abba30b439
Totem now uses MPRIS API. Fixes #4705
2009-09-23 16:43:31 +02:00
Yann Leboulanger
40160ecdc2
ignore when dropping file on a contact that doesn't support file transfer. Fixes #4058
2009-09-22 08:21:01 +02:00
Yann Leboulanger
80e4d0a36d
disable Ubuntu indicator support. see #4942 , Fixes #5271
2009-09-21 21:36:04 +02:00
Yann Leboulanger
086469a594
[g.livid] fix xfce4 notifd usage with git version of notifyd. Fixes #5280
2009-09-21 21:31:40 +02:00
Yann Leboulanger
6124a60b8f
don't fail when we get chat / normal messages from a room_jid. Fixes #5276
2009-09-21 21:22:57 +02:00
Yann Leboulanger
d89abc9195
prevent traceback when enabling Tune. Fixes #5277
2009-09-20 20:19:31 +02:00
red-agent
89bfa782dc
Gajim's build system is a little bit funky. Fixes 5274
2009-09-18 18:45:08 +03:00
red-agent
8ae6679fe8
Added the new command system to the build system
2009-09-18 17:32:27 +03:00