Commit graph

13794 commits

Author SHA1 Message Date
Yann Leboulanger
d8264118de remove send_message from connection object. Use Event everywhere 2013-07-26 14:45:16 +02:00
Yann Leboulanger
49fec47f36 remove send_message from connection object. Use Event everywhere 2013-07-26 14:45:16 +02:00
Yann Leboulanger
3fe6a7b974 update changelog 2013-07-26 11:45:03 +02:00
Yann Leboulanger
37310e4a8f update changelog 2013-07-26 11:45:03 +02:00
Yann Leboulanger
1ebea99258 update tooltip in groupchat window 2013-07-28 18:32:53 +02:00
Denis Fomin
402fed70a4 [Darlan] Update Hebrew translation 2013-07-26 11:42:59 +04:00
Yann Leboulanger
01970b5ef8 set tooltips to buttons rather than to images. Fixes #5924 2013-07-25 20:25:56 +02:00
Yann Leboulanger
27f0fbfbed use correct translation function. Fixes #7267 2013-07-25 19:03:43 +02:00
Yann Leboulanger
59e4ef560b use correct translation function. Fixes #7267 2013-07-25 19:03:43 +02:00
Yann Leboulanger
09d9364306 add hotkeys to tooltips. 2013-07-25 10:37:03 +02:00
Yann Leboulanger
98919edd49 don't import GTK too early. see #7284, #7192 2013-07-25 10:18:41 +02:00
Yann Leboulanger
db9970cd9b don't redraw several time the contacts when redrawing the full roster. See #7125 2013-07-25 08:54:35 +02:00
Yann Leboulanger
c3f784ce59 don't redraw several time the contacts when redrawing the full roster. See #7125 2013-07-25 08:54:35 +02:00
Yann Leboulanger
c586053545 apply tags to puny encoded urls. Fixes #7391 2013-07-24 12:39:07 +02:00
Yann Leboulanger
5b1a1927e4 apply tags to puny encoded urls. Fixes #7391 2013-07-24 12:39:07 +02:00
Yann Leboulanger
e388b94796 more tooltips in chat control 2013-07-24 10:06:58 +02:00
Yann Leboulanger
da80230a01 more tooltips in chat control 2013-07-24 10:06:58 +02:00
Denis Fomin
f9f81c2ee0 [Darlan] Update Hebrew translation 2013-07-23 20:12:55 +04:00
Denis Fomin
2d075e13cf Add missing tooltips again 2013-07-23 19:56:36 +04:00
Denis Fomin
4f2239e7e0 Add missing tooltips again 2013-07-23 19:56:36 +04:00
Denis Fomin
c446150a7e [Darlan & I]Improved BiDi support for banner text, popup with presence info and more status messages (kick, ban, change nick) fixes #7284 #7192 2013-07-23 17:55:24 +04:00
Denis Fomin
2755dece2e [Darlan & I]Improved BiDi support for banner text, popup with presence info and more status messages (kick, ban, change nick) fixes #7284 #7192 2013-07-23 17:55:24 +04:00
Yann Leboulanger
e24f10bd78 correctly find JID column in search result window. Fixes #7347 2013-07-22 20:36:03 +02:00
Yann Leboulanger
b4c3d624e7 port to PyGi 2013-07-28 18:18:22 +02:00
Yann Leboulanger
3bbee5e251 correctly find JID column in search result window. Fixes #7347 2013-07-22 20:36:03 +02:00
Denis Fomin
c13ad75301 [Darlan] Update Hebrew translation 2013-07-22 21:40:59 +04:00
Denis Fomin
c3c1885e8b [Darlan] Improved BiDi support for status messages 2013-07-22 21:10:54 +04:00
Denis Fomin
aa1efa88a5 [Darlan] Improved BiDi support for status messages 2013-07-22 21:10:54 +04:00
Denis Fomin
09c39c5dba [Darlan] Update Hebrew translation 2013-07-22 11:17:24 +04:00
Denis Fomin
839fab0c12 update toolbar when the status has changed 2013-07-21 23:26:58 +04:00
Denis Fomin
81b46ba440 update toolbar when the status has changed 2013-07-21 23:26:58 +04:00
Yann Leboulanger
24d926532d fix showing correct previous sent message. Fixes #7361 2013-07-21 20:44:36 +02:00
Yann Leboulanger
1ca3a759bd fix showing correct previous sent message. Fixes #7361 2013-07-21 20:44:36 +02:00
Yann Leboulanger
c952b6d754 fix placing corrected message when it contains special text. Fixes #7372 2013-07-21 20:37:05 +02:00
Yann Leboulanger
e96a2f2604 fix placing corrected message when it contains special text. Fixes #7372 2013-07-21 20:37:05 +02:00
Yann Leboulanger
5f4fc5463b improve error message when we cannot connect to a host via a proxy. Fixes #7358 2013-07-19 21:12:11 +02:00
Yann Leboulanger
1bd9d8e53c improve error message when we cannot connect to a host via a proxy. Fixes #7358 2013-07-19 21:12:11 +02:00
Denis Fomin
ed5eabfa8e remove unused print 2013-07-19 15:49:47 +04:00
Denis Fomin
a64c8bc809 remove unused print 2013-07-19 15:49:47 +04:00
Yann Leboulanger
beabd1c05d remove no more needed send_gc_message function 2013-07-19 12:46:09 +02:00
Yann Leboulanger
cef70e7431 remove no more needed send_gc_message function 2013-07-19 12:46:09 +02:00
Denis Fomin
bf83aab820 typo 2013-07-19 14:36:46 +04:00
Denis Fomin
1d290a7a2e typo 2013-07-19 14:36:46 +04:00
Denis Fomin
41b1a28a16 handle gc outgoing messages with events. 2013-07-19 13:52:37 +04:00
Denis Fomin
4481b6356e handle gc outgoing messages with events. 2013-07-19 13:52:37 +04:00
Yann Leboulanger
c9f22fdfba clear vcard values before filling them in case we receive vcard a second time when window is opened. Fixes #7366 2013-07-18 21:14:39 +02:00
Yann Leboulanger
a0f7501f44 clear vcard values before filling them in case we receive vcard a second time when window is opened. Fixes #7366 2013-07-18 21:14:39 +02:00
Yann Leboulanger
21a830c2f2 make the Ok button of Insecure connection dialog insensitive when yes checkbox is not checked. Fixes #7373 2013-07-18 20:32:45 +02:00
Yann Leboulanger
5f5afab1e2 make the Ok button of Insecure connection dialog insensitive when yes checkbox is not checked. Fixes #7373 2013-07-18 20:32:45 +02:00
Yann Leboulanger
cb29870dd2 ability to write several JIDs in sender field of send single message dialog. fixes #7206 2013-07-18 17:04:59 +02:00