Yann Leboulanger
|
2315fa2b4a
|
fix saving avatar in info window. Fixes #4188
|
2008-08-10 20:43:38 +00:00 |
Yann Leboulanger
|
3c7e7f5052
|
idle.c is GPLv3 too. Fixed #4187
|
2008-08-10 20:28:22 +00:00 |
js
|
0f41f0613a
|
Revert r10159 as this breaks it completely. It's not possible to
disable E2E if for example the logging settings differ. Makes
chatting with such contacts impossible.
|
2008-08-09 21:13:41 +00:00 |
js
|
3e0ed305a8
|
Remove useless semicolons.
|
2008-08-09 20:14:24 +00:00 |
Yann Leboulanger
|
4aa33d3421
|
fix closing last muc tab
|
2008-08-09 19:30:40 +00:00 |
js
|
fa4c570a9f
|
Linebreas ftw ;).
|
2008-08-09 17:16:02 +00:00 |
js
|
5638c568e6
|
Fix a typo.
|
2008-08-09 16:40:48 +00:00 |
js
|
d504aad3af
|
The text still wasn't that good. User-friendly texts sure are hard :).
|
2008-08-09 16:19:39 +00:00 |
js
|
31ff68e67c
|
Better XEP-0184 warning text.
Thanks for doing my work, roidelapluie :)
|
2008-08-09 16:14:07 +00:00 |
Brendan Taylor
|
559a8c8b13
|
status change tests, hopefully fix some status change issues
|
2008-08-09 06:10:04 +00:00 |
Brendan Taylor
|
ab70491d56
|
correctly decide whether to autonegotiate after a session was replaced
|
2008-08-08 22:55:12 +00:00 |
Yann Leboulanger
|
f5059b4e26
|
fix closing a tab
|
2008-08-08 17:03:56 +00:00 |
Yann Leboulanger
|
5fbea47130
|
warning dialogs when closing a chat window are non blocking
|
2008-08-08 15:19:08 +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 |
Julien Pivotto
|
d290f1ea91
|
clarify my last commit [10153]
|
2008-08-08 09:08:42 +00:00 |
Julien Pivotto
|
72e4147591
|
Prevent a traceback when dragging a file over a groupchat. Fix #4142.
|
2008-08-08 08:59:31 +00:00 |
Yann Leboulanger
|
9d48c69709
|
coding standards
|
2008-08-07 22:08:08 +00:00 |
Yann Leboulanger
|
90a4a348ca
|
remove no more used function
|
2008-08-07 21:59:20 +00:00 |
Yann Leboulanger
|
df895d4817
|
nearly no blocking dialogs
|
2008-08-07 21:57:19 +00:00 |
Julien Pivotto
|
a6686794ac
|
typo
|
2008-08-07 20:13:34 +00:00 |
Julien Pivotto
|
000b0d908b
|
Add a tooltip to the XEP-0184 warning icon
|
2008-08-07 20:05:08 +00:00 |
Yann Leboulanger
|
303c0f6a71
|
2 less blocking windows
|
2008-08-07 15:51:23 +00:00 |
Julien Pivotto
|
d7c60041ea
|
Don't print twice "ping? pong" when using /ping command in a pm.
|
2008-08-07 15:27:02 +00:00 |
Yann Leboulanger
|
949f83d1db
|
missing file
|
2008-08-07 13:27:36 +00:00 |
Yann Leboulanger
|
9329bcc4c1
|
less and less blocking dialogs
|
2008-08-07 13:25:25 +00:00 |
Yann Leboulanger
|
cb0049a1cb
|
fix zeroconf
|
2008-08-07 11:46:07 +00:00 |
Yann Leboulanger
|
c7d33bb68e
|
register Disconnect handler soon enough
|
2008-08-06 21:37:56 +00:00 |
Yann Leboulanger
|
150979b3ab
|
one less blocking dialog
|
2008-08-06 20:55:40 +00:00 |
Yann Leboulanger
|
d5a8f75080
|
make EditGroups and ChangePassword dialogs asynchronous. see #4147
|
2008-08-06 20:34:36 +00:00 |
Stephan Erb
|
f5be05a14a
|
Coding style
|
2008-08-06 20:19:16 +00:00 |
js
|
59fb1857ef
|
It does not need to be a message.
|
2008-08-05 22:03:31 +00:00 |
js
|
ff129a19a0
|
Just a test if this is more user friendly. If not, revert.
|
2008-08-05 00:51:08 +00:00 |
Yann Leboulanger
|
d6f20965a9
|
update correctly self contact when we get PEP info. fixes #4145
|
2008-08-04 22:44:48 +00:00 |
Yann Leboulanger
|
e13c472e2c
|
implement legacy pep protocol (v1.3). Fixes #4146
|
2008-08-04 22:06:54 +00:00 |
Yann Leboulanger
|
ebe0f96e5c
|
typo
|
2008-08-04 13:48:57 +00:00 |
Yann Leboulanger
|
7eb30a1f77
|
fix call to get_status_message
|
2008-08-04 13:48:36 +00:00 |
Yann Leboulanger
|
1a3a795908
|
make ChangeStatusMessageDialog asychronous. see #4147
|
2008-08-04 13:34:29 +00:00 |
Yann Leboulanger
|
80f6d7909c
|
make gtkexcepthook dialog non modal. fixes #4148
|
2008-08-04 12:11:46 +00:00 |
Yann Leboulanger
|
e22c6e9697
|
fix printing of sent zeroconf messages. fixes #4051
|
2008-08-04 10:54:56 +00:00 |
Yann Leboulanger
|
2b896152a2
|
make back strings translatable
|
2008-08-04 08:07:07 +00:00 |
js
|
9bb8f8c5e6
|
Make "This message is encrypted" bodies consistent.
|
2008-08-03 23:01:43 +00:00 |
Jean-Marie Traissard
|
94a43a03fb
|
Update counting of online transports when a transport change status.
|
2008-08-03 22:21:50 +00:00 |
Yann Leboulanger
|
6bd991882b
|
save config on quitting Gajim. see #4174
|
2008-08-03 21:48:30 +00:00 |
Yann Leboulanger
|
68c5c9e6bc
|
don't indent status row in systray tooltip. fixes #4171
|
2008-08-03 21:36:26 +00:00 |
Yann Leboulanger
|
0317d93561
|
notify GUI about ERROR presences. Fixes #3667
|
2008-08-03 19:11:03 +00:00 |
Brendan Taylor
|
615ed1be06
|
attach an unencrypted explanatory body to XEP-0200 encrypted messages
|
2008-08-03 16:46:27 +00:00 |
Yann Leboulanger
|
6967ced458
|
fix a translatable string
|
2008-08-02 08:14:30 +00:00 |
Yann Leboulanger
|
aae57c2990
|
comment a string on which xgettext fails. see #4166
|
2008-08-02 07:54:28 +00:00 |
Yann Leboulanger
|
b558388db4
|
windows steal focus when clicking on systray. fixes #4168
|
2008-08-01 14:27:09 +00:00 |