Yann Leboulanger
8f50d04ea8
we can now remove a contact from not in roster group which has unread events. there are just removed. fixes #2888
2007-01-31 19:45:13 +00:00
Yann Leboulanger
b4b2ecb41d
Do not remove resource from jid when using Actions -> Start chat. fixes #2942
2007-01-27 18:43:28 +00:00
Yann Leboulanger
0f43fa9840
fix call to self
2007-01-24 10:01:25 +00:00
Yann Leboulanger
b30e454848
Gnomekeyring -> Gnoem Keyring. see #2916 (2.)
2007-01-22 18:21:13 +00:00
Nikos Kouremenos
e9afe36ff3
clean code and update to using GTK/PyGTK 2.8; see #2248
2007-01-16 23:26:38 +00:00
Jean-Marie Traissard
bb306163a6
Implement choice of resource (when more than one) for "Invite to -> room"
...
Fix "Invite to -> room" on other-resource-of-us-line
2007-01-14 20:43:42 +00:00
Yann Leboulanger
74c447f46b
unassign GPG key in contact instances when we unassign it, and redraw chat control. fixes #2590
2007-01-11 18:19:24 +00:00
Yann Leboulanger
f5986fec43
don't reassign control.contact to a control when not needed
2007-01-09 20:01:30 +00:00
Jean-Marie Traissard
eea2e1c881
Remove a LOT of useless draw_banner()
...
(stop drawing it 5 times when joining muc, stop reloading banner state icon on ALL
notifications, ...)
roster.py one seems useless because ctrl.update_ui() did it already
2007-01-09 14:23:28 +00:00
Yann Leboulanger
a1349f9c3d
add a space between account name and (. fixes #2873
2007-01-06 19:48:18 +00:00
Yann Leboulanger
f5108c745f
change var name. type is a reserved word
2007-01-02 17:43:32 +00:00
Yann Leboulanger
47f9461584
[Jeff Bailes] improved english strings
2007-01-02 13:36:54 +00:00
Yann Leboulanger
53b901cf4e
[Yavor Doganov] some typoe in strings and comments
2007-01-02 12:17:51 +00:00
Yann Leboulanger
483481c586
ask transport contact avatars only when transport is connected. fixes #2832
2007-01-02 11:43:57 +00:00
Yann Leboulanger
08f21700ad
update message_control contact correctly to show correct status message. fixes #2851
2007-01-02 00:04:31 +00:00
Yann Leboulanger
ae16d8956d
add missins var initialization.
2006-12-29 21:23:24 +00:00
Yann Leboulanger
0ac37a3b6c
add an ACE option to show or not number of online / total contacts. fixes #2811
2006-12-29 18:39:33 +00:00
Yann Leboulanger
9284e84f3e
don't change selection while Drag and Droping. fixes #2532
2006-12-29 17:41:13 +00:00
Yann Leboulanger
d1c01945be
show a message to user when gnomekeyring is installed but not well started. fixes #2834
2006-12-28 10:01:15 +00:00
Yann Leboulanger
badf46a852
redraw account row when we remove a group and when an observer removes us. see #2801
2006-12-26 13:30:35 +00:00
Yann Leboulanger
8e0def0a0d
translate correctly song status. ♪ was badly understood by msgfmt, so moved out from translated string.
2006-12-18 09:32:23 +00:00
Yann Leboulanger
b902d06eaa
redraw account row too. see #2801
2006-12-16 23:07:18 +00:00
Yann Leboulanger
de6dcc57bd
redraw group row when we remove a contact. fixes #2801
2006-12-16 22:49:17 +00:00
Yann Leboulanger
3289f8fdd1
update gc roster instantly when we change theme. fixes #2766
2006-12-16 20:12:16 +00:00
Yann Leboulanger
0fb837f74f
detect when gpg is not installed and print a warning. fixes #2760
2006-12-13 12:29:24 +00:00
Jean-Marie Traissard
bf99ab82f7
Ask for status message for invisible status if ask_offline_status is True
2006-12-12 22:26:31 +00:00
Yann Leboulanger
bd2f62ab0d
keep nickname and group when we re-ask auth. fixes #2741
2006-12-10 14:18:31 +00:00
Yann Leboulanger
ec66722faa
revert [7551]. fixes #2722 . see #2720
2006-11-28 12:49:36 +00:00
Yann Leboulanger
9097f9d311
[dsh] use same python version to launch history manager than the one used to launch gajim itself. fixes #2720
2006-11-28 08:14:19 +00:00
Stefan Bethge
a6e2610038
call proper info win for zeroconf accounts. fix : #2703
2006-11-24 17:38:12 +00:00
Yann Leboulanger
e0f2ec0915
show new MUC icon in account context menu. fixes #2701 .
2006-11-24 14:30:29 +00:00
Yann Leboulanger
e2c86d5c2e
[avm] improve strings for translation and update ru.po. fixes #2698
2006-11-23 06:49:22 +00:00
Yann Leboulanger
1377aa875c
count events from other resources to decide if we must remove contact from roster or not. see #2657
2006-11-21 20:07:18 +00:00
Jean-Marie Traissard
f041f8dd5e
JID->Jabber ID in gc tooltip
...
if print_time==sometimes : Show the day if needed also. Use locale for time format (do
not force
24h)
Delete a lot of unused locale variables (thanks pychecker)
del gajim.py useless global vars after use
configpaths.py : use self. not this.
2006-11-21 18:46:33 +00:00
Jean-Marie Traissard
2ca94a530a
Fix send message to group.
...
Delete duplicate code
2006-11-20 22:22:30 +00:00
Yann Leboulanger
9259d870d5
get group name from jid column, not name column (it contains number of online / total contacts)
2006-11-20 22:02:08 +00:00
Jean-Marie Traissard
173ab72b46
var name
2006-11-20 17:24:52 +00:00
Yann Leboulanger
1c09951eb2
put just_connected_bg_color and just_disconnected_bg_color in ACE. fixes #2677
2006-11-20 08:03:05 +00:00
Yann Leboulanger
a6c6d6a27f
80 margin
2006-11-20 07:53:58 +00:00
Yann Leboulanger
27a6a1d7f1
redraw group row after we rename it. fixes #1728
2006-11-19 23:29:45 +00:00
Jean-Marie Traissard
31c3deb86e
Merge back [7466], [7467] and [7472] that were overwritten by ad_hoc merge. Fixes
...
#2200 .
2006-11-19 19:45:43 +00:00
Jean-Marie Traissard
917f7e8db6
Fix ad_hoc menu for transports. Fixes #2678 .
2006-11-19 17:53:04 +00:00
Tomasz Melcer
175a792cfe
Merging changes from trunk (6774:7465)
2006-11-18 20:52:28 +00:00
Tomasz Melcer
9b29c4c8b8
Merging changes from trunk (6561:6774)
2006-09-13 16:47:58 +00:00
Yann Leboulanger
4682b5bed7
add ability to execute ad hoc commands on server
2006-08-07 16:18:01 +00:00
Yann Leboulanger
c1f211b2ca
allow ad hoc commands on transports too
2006-08-01 12:56:16 +00:00
Yann Leboulanger
fd5294bd21
fix some bugs with self contact row
2006-07-19 11:08:25 +00:00
Yann Leboulanger
1f93e36844
add a self contact row when another resource is connected. we can now use ad_hoc commands in gajim
2006-07-19 11:01:09 +00:00
Tomasz Melcer
585ab90e92
Merging changes from trunk (6496:6561)
2006-07-17 19:30:53 +00:00
Tomasz Melcer
23fa0bf8e6
First version of commands window.
...
Added: glade file for commands window, src/adhoc_commands.py with a class
to create/manage the window. For now, progressbar bounces :-).
2006-06-22 22:49:39 +00:00