Yann Leboulanger
|
fdcf75ae59
|
minimize groupchats when closing several windows at the same time. Fixes #4987
|
2009-04-23 07:26:08 +00:00 |
Yann Leboulanger
|
dc69e49db6
|
don't send NS_MUX <x> element when we change nickname in room
|
2009-04-08 16:38:28 +00:00 |
Yann Leboulanger
|
0c27b86cc1
|
Warn user before closing chat window with tabs where we can loose data. Fixes #3645
|
2009-04-08 16:28:51 +00:00 |
Yann Leboulanger
|
8514e51675
|
factorize send_file action in chat / groupchat / private chat. see #3948
|
2009-04-07 17:07:04 +00:00 |
Yann Leboulanger
|
2fc1532104
|
don't show "file-send-real-jid-is-known-warning" dialog when contact is known. see #3948
|
2009-04-07 11:08:12 +00:00 |
Yann Leboulanger
|
06d4188411
|
don't draw a black square for groupchat occupants that have no affiliation
|
2009-02-15 10:16:08 +00:00 |
Yann Leboulanger
|
43fe19d73e
|
add a small square ti differentiate room member's affiliation. Fixes #3964
|
2009-02-12 13:12:38 +00:00 |
Mateusz Biliński
|
405f2d11b3
|
Removed premature triple-dots in contact's status message (MUC). Fixes #4741 (caused by changeset [11042]).
|
2009-01-30 00:52:48 +00:00 |
Mateusz Biliński
|
b6b1f2bdb0
|
[dicson] fix #4741 (removed TBs in MUC)
|
2009-01-28 16:50:32 +00:00 |
Yann Leboulanger
|
554764400b
|
coding standards
|
2009-01-28 12:12:13 +00:00 |
Yann Leboulanger
|
68cdc3a5f8
|
don't traceback when quitting a groupchat. Fixes #4684
|
2009-01-23 08:33:21 +00:00 |
Jean-Marie Traissard
|
f8831b947d
|
Faster and cleaner version of groupchat_control.needs_visual_notification().
Thanks to omega for idea.
Now also highlighted for @nick or <nick> but not for "Gajim" if you are "jim"
|
2008-12-21 20:41:14 +00:00 |
Yann Leboulanger
|
2633b5bf16
|
don't require to still be in the room to read pm. Fixes #4570
|
2008-12-11 21:15:52 +00:00 |
Yann Leboulanger
|
e389e0b16b
|
[thorstenp] remove whitespace at eol
|
2008-12-03 21:56:12 +00:00 |
Yann Leboulanger
|
31dc32eeb9
|
[thorstenp] fix redefined builtins
|
2008-12-03 17:16:04 +00:00 |
Yann Leboulanger
|
c163e90b10
|
[thorstenp] fix unused variables
|
2008-12-02 15:53:23 +00:00 |
Yann Leboulanger
|
e2118de64c
|
[thorstenp] remove useless import
|
2008-12-02 14:44:26 +00:00 |
Yann Leboulanger
|
eed5dc4e72
|
[thorstenp] remove useless semicolons
|
2008-12-02 13:58:54 +00:00 |
Yann Leboulanger
|
02230e0607
|
hide tooltip when we press a button in groupchat. Fixes #4479
|
2008-11-18 21:43:35 +00:00 |
Julien Pivotto
|
5a31ba2ef0
|
Very basic integration of xHtml GUI
|
2008-11-14 11:13:15 +00:00 |
Yann Leboulanger
|
f1526df243
|
hide add bookmark menuitem in groupchat banner popup menu when room is already bookmarked
|
2008-11-11 19:15:55 +00:00 |
js
|
5b1eb90557
|
Handle bookmark button in chat window like we handle add contact.
|
2008-11-10 20:06:28 +00:00 |
Yann Leboulanger
|
e706e86c2e
|
disable bookmark button / menuitem when room is already bookmarked. Fixes #4156
|
2008-11-03 06:08:10 +00:00 |
Yann Leboulanger
|
f5ae955764
|
show bookmark title instead of jid in tabs and roster. Fixes #4420
|
2008-11-02 14:31:11 +00:00 |
Yann Leboulanger
|
bd8ae59a76
|
Use Alt+T to change subject in a room instead of Ctrl+T
|
2008-11-02 14:04:46 +00:00 |
Yann Leboulanger
|
06ab4a7b6d
|
revert thorstenp patches for now. They introduce bugs.
|
2008-10-20 21:38:06 +00:00 |
Yann Leboulanger
|
f801a50260
|
[thorstenp] fix unused variables
|
2008-10-20 21:17:48 +00:00 |
Yann Leboulanger
|
c2c681e05c
|
[thorstenp] remove useless import
|
2008-10-20 17:54:02 +00:00 |
Yann Leboulanger
|
98255a0671
|
[thorstenp] remove useless ;
|
2008-10-20 15:16:01 +00:00 |
Jean-Marie Traissard
|
269028ec78
|
GC are now opened without automatic switch to tab, stop them stealing current tab focus
when connected. Still no fix for #3908 :/
|
2008-10-13 08:01:22 +00:00 |
Yann Leboulanger
|
974543edf0
|
show minimized room in roster in red if we have been highlighted.
|
2008-10-12 19:17:09 +00:00 |
Yann Leboulanger
|
7d3bff5b58
|
update Contact instance in privateChatControl. see #4292
|
2008-10-12 11:20:35 +00:00 |
Yann Leboulanger
|
158538b81c
|
[thorstenp] rename some var to not hide builts-in functions (list -> list_, ...)
|
2008-10-11 10:22:04 +00:00 |
Yann Leboulanger
|
ed748fdda3
|
[thorstenp] replace list with tuple in for and if
|
2008-10-11 09:42:59 +00:00 |
Yann Leboulanger
|
567f1e17c1
|
[thorstenp] di not use emtpy except clauses
|
2008-10-11 09:37:13 +00:00 |
Yann Leboulanger
|
6cc8204319
|
[thorstenp] replace if statement with dict.get()
|
2008-10-11 09:31:48 +00:00 |
Yann Leboulanger
|
ecce19505c
|
prevent traceback when private message window creation fails. Fixes #4393
|
2008-10-09 14:27:52 +00:00 |
Yann Leboulanger
|
9d7c80d522
|
[thorstenp] replace has_key by key in dict. Fixes #4392
|
2008-10-07 20:41:59 +00:00 |
Yann Leboulanger
|
82c8516c0b
|
prevent sending invalid XML chars in pm and in muc. Fixes #4354
|
2008-09-29 11:11:49 +00:00 |
Yann Leboulanger
|
a9e64fb65f
|
don't prevent removing contact iter in groupchat if there are pending event with an opened chat window. Fixes #4340
|
2008-09-27 16:14:37 +00:00 |
Yann Leboulanger
|
5da238ee54
|
show free for chat contacts before online contacts in roster when sorting by status. Fixes #4301
|
2008-09-27 14:20:44 +00:00 |
Yann Leboulanger
|
22cc993fa7
|
ability to sort by status in roster and in muc separatly. Fixes #3823
|
2008-09-26 15:22:16 +00:00 |
Yann Leboulanger
|
941b7cf974
|
sort group chats by status if option is checked. Fixes #3823
|
2008-09-23 14:39:04 +00:00 |
Yann Leboulanger
|
9a8dd5db02
|
show better icon for send file menuitems / buttons. Fixes #4282
|
2008-09-08 11:27:37 +00:00 |
Yann Leboulanger
|
66f8bab7d6
|
show number of participants in groupchats. fixes #3418
|
2008-09-02 07:00:35 +00:00 |
Yann Leboulanger
|
7f1a132caa
|
fix typo
|
2008-08-29 09:38:34 +00:00 |
Yann Leboulanger
|
15b9b3e1c2
|
show role and affiliation in groupchat correctly. fixes #3871
|
2008-08-29 09:35:44 +00:00 |
Yann Leboulanger
|
bcc39c4e1c
|
ask to change nickname for a groupchat only once. Fixes #4250
|
2008-08-29 08:06:28 +00:00 |
Travis Shirk
|
49ad57084e
|
Updated copyright years for myself.
|
2008-08-22 03:15:54 +00:00 |
Travis Shirk
|
55c1868d92
|
Make the message control text entry grab focus when new controls are created and each time the tabs
are switched. Fixes #4227
|
2008-08-22 03:03:15 +00:00 |