Jean-Marie Traissard
|
ccb23a9e0c
|
Fix TB introduced in [9400] if using minimized muc
|
2008-03-20 20:39:51 +00:00 |
|
Jean-Marie Traissard
|
9e15e4bcab
|
do not redraw_tab too much if not needed
|
2008-03-20 19:37:20 +00:00 |
|
Brendan Taylor
|
c8cae71099
|
merged trunk
|
2008-02-14 02:20:07 +00:00 |
|
Yann Leboulanger
|
36438f44b6
|
fix the draw avatar calls
|
2008-02-05 21:24:48 +00:00 |
|
Jean-Marie Traissard
|
37ea4052e1
|
Cleaner way to check for 'show_avatars_in_roster'
|
2008-02-05 17:48:25 +00:00 |
|
Jean-Marie Traissard
|
4d675c42b1
|
Never load avatars for roster and gc-roster if we don't want them.
See #3718. See also [9287].
|
2008-02-05 17:02:05 +00:00 |
|
Brendan Taylor
|
0b48b05218
|
merged trunk into session_centric branch
|
2008-02-05 03:09:31 +00:00 |
|
Yann Leboulanger
|
d85e0fdc75
|
prevent a GTK warning
|
2008-01-30 08:12:59 +00:00 |
|
Stephan Erb
|
67b9f1cdae
|
We may not add ourself to roster. Make entry in occupants menu insensitive.
|
2008-01-28 21:22:38 +00:00 |
|
Stephan Erb
|
1b5b9138a4
|
Kill risk of double color usage when color pool is not exhausted.
Make code a bit more pythonic.
|
2008-01-05 22:07:53 +00:00 |
|
Stephan Erb
|
ea5db436e1
|
Do not duplicate accounts with pep support in Edit->Profile menu.
Fix some strange encoding error.
|
2008-01-02 13:41:41 +00:00 |
|
Yann Leboulanger
|
2acc696716
|
improve look when we set avatar to the left. fixes #2102
|
2008-01-02 13:08:42 +00:00 |
|
Jean-Marie Traissard
|
ddbcfcd7a2
|
Highlight on (nick/muc_highlight_words) that contains a space too. Fixes #3624.
|
2007-12-17 21:54:18 +00:00 |
|
Jean-Marie Traissard
|
674b4f57d5
|
Readd part of [8904] removed in [8938]. Then mix them. So we fix #3495/#3506 and problem when connecting
with an already used nick.
Fixes problem when we change nick with dialog to an already used one and then cancel. Fixes #3506.
|
2007-12-03 19:39:40 +00:00 |
|
Stephan Erb
|
7b563e3734
|
Remove tooltips when we close a groupchat window.
|
2007-11-29 21:43:39 +00:00 |
|
Stephan Erb
|
5c92566a1d
|
Hide status/topic label when there is nothing to show.
Disable empty tooltips.
|
2007-11-29 20:33:10 +00:00 |
|
Stephan Erb
|
16e8369e23
|
Fix some random indentation errors and missing imports.
|
2007-11-27 21:14:04 +00:00 |
|
Yann Leboulanger
|
1f7a462788
|
[James Newton] osx port for Gajim. a GREAT thanks!!!
|
2007-11-14 19:47:52 +00:00 |
|
Yann Leboulanger
|
bf6e25576e
|
fix nick behaviour when we enter a room with an already used nick.
|
2007-11-05 21:49:42 +00:00 |
|
Yann Leboulanger
|
c4bc44adb1
|
empty subject label whn there is no subject
|
2007-10-22 12:06:16 +00:00 |
|
Yann Leboulanger
|
605caae2b8
|
My name has changed
|
2007-10-22 11:33:50 +00:00 |
|
Yann Leboulanger
|
22c1aeda29
|
next release will be GPL v3. fixes #3290
|
2007-10-22 11:13:13 +00:00 |
|
Yann Leboulanger
|
bbb7f5b0d4
|
fix unicode error in groupchat. Fixes #3480
|
2007-10-21 09:28:34 +00:00 |
|
Yann Leboulanger
|
c9c066f8e6
|
jid when destroying room is optional
|
2007-10-17 15:16:26 +00:00 |
|
Yann Leboulanger
|
37851df6e9
|
prevent file rename when new nick is the same as old nick.
|
2007-10-15 20:16:57 +00:00 |
|
Yann Leboulanger
|
d0649b8f81
|
[misc] fix change nick behaviour. fixes #3495
|
2007-10-13 17:47:13 +00:00 |
|
Yann Leboulanger
|
0869ce362c
|
Follow nick change in private message. fixes #3455
|
2007-10-13 14:37:22 +00:00 |
|
Yann Leboulanger
|
aff3697f06
|
use python-sexy if available to have clickable links in chat window banner. fixes #2962
|
2007-10-09 17:48:22 +00:00 |
|
Yann Leboulanger
|
10f8279e57
|
NonModalConfirmationDialog and ConfirmationDialognow automaticaly close window on ok or cancel. fixes #3486
|
2007-10-07 17:22:47 +00:00 |
|
Yann Leboulanger
|
0585a8475f
|
fix ConfirmationDialogCheck callback behaviour
|
2007-10-01 17:11:47 +00:00 |
|
Yann Leboulanger
|
f9a7a5c373
|
move accelerators tom (group)chat_control to message_window. fixes traceback with minimized groupchats
|
2007-09-16 09:02:04 +00:00 |
|
Yann Leboulanger
|
29cc2d0939
|
add key shortcut to open history and information window. fixes #3233
|
2007-09-15 10:11:46 +00:00 |
|
Yann Leboulanger
|
8ec061f5f6
|
prevent the user before sending a file to a groupchat contact that doesn't know his real jid.
|
2007-09-12 23:12:29 +00:00 |
|
Yann Leboulanger
|
0020c95c02
|
[Maxime Chéramy] /join room works. Gajim uses actual's MUC server.
|
2007-09-09 17:35:21 +00:00 |
|
Yann Leboulanger
|
55ba23881e
|
don't check if there is a @ when we invite a JID.
|
2007-09-05 18:23:16 +00:00 |
|
Yann Leboulanger
|
c3e40ea498
|
catch traceback and show error message when we try to change our nickname with not allowed chars
|
2007-09-04 21:46:22 +00:00 |
|
Stephan Erb
|
2fdeabc012
|
Add my copyright :-)
|
2007-08-31 23:19:23 +00:00 |
|
Yann Leboulanger
|
765b5eb2b2
|
/join command without argument now pre-fill join_groupchat dialog with current server and nickname
|
2007-08-27 12:09:07 +00:00 |
|
Yann Leboulanger
|
c9a407ca52
|
[Brendan Taylor] Gsoc 2007 work : end to end encryptions. Fixes #544
|
2007-08-25 22:42:35 +00:00 |
|
Yann Leboulanger
|
78f2c8c021
|
[roidelapluie, elghinn, msieurhappy, xbright and me] chat to muc convertion. see #2095 and #1408. TODO: DND
|
2007-08-21 23:13:03 +00:00 |
|
Brendan Taylor
|
88e49ffa46
|
don't create uneccessary sessions (eg. for groupchat messages), bugfix for pms
|
2007-08-20 17:33:12 +00:00 |
|
Yann Leboulanger
|
176593db97
|
don't allow to bookmark a room on server that don't support private storage.
|
2007-08-19 15:32:41 +00:00 |
|
Stephan Erb
|
cd4a620d94
|
Prevent possible traceback
|
2007-07-25 17:30:43 +00:00 |
|
Stephan Erb
|
07a3393b72
|
DnD of contact on a MUC window to invite
|
2007-07-23 21:20:33 +00:00 |
|
Stephan Erb
|
e308b8f15a
|
Gerneralize DND on chat windows and enable it for msg_textview. ToDo: Invite to groupchat via DND
|
2007-07-23 13:07:04 +00:00 |
|
Julien Pivotto
|
8fb9b69874
|
Fix a stupid bug
|
2007-07-19 18:44:50 +00:00 |
|
Julien Pivotto
|
3087a66ccb
|
Fix a bug with my last commits
|
2007-07-19 18:37:11 +00:00 |
|
Julien Pivotto
|
3a1b83228d
|
Beter handling of status code in MUC. see #3270.
|
2007-07-19 13:12:11 +00:00 |
|
Julien Pivotto
|
97d5ffdb7d
|
Beter handling of status codes. See #3270.
http://www.xmpp.org/extensions/xep-0045.html#registrar-statuscodes-init
|
2007-07-19 11:54:15 +00:00 |
|
Julien Pivotto
|
0314f23aa4
|
Add notification of Configuration Changes in MUC. See #3270.
http://www.xmpp.org/extensions/xep-0045.html#roomconfig-notify
|
2007-07-19 10:06:59 +00:00 |
|