Brendan Taylor
e3613be1fa
first pass at stripping out the one-tab-per-session code
2008-06-26 23:36:58 +00:00
Brendan Taylor
d511b5afc4
merged in session-centric branch, with fixes for OTR compatibility
2008-05-13 01:59:10 +00:00
js
573568f9ac
Reverted r9614 and r9615.
...
Sorry, bct, but I think it is to early to merge that as it completely
breaks. It seems nobody in gajim@conference.gajim.org considers it
usable yet.
I don't know if you got asterix' ok for it and I'm sorry if I reverted
it now although you had his ok, but having broken trunk is very
contra-productive. I think it was just too early to merge.
2008-05-11 13:17:28 +00:00
Brendan Taylor
2162c3730a
merged in session_centric branch
2008-05-11 01:19:59 +00:00
Brendan Taylor
20beea4b49
fixed groupchat
2008-05-02 02:32:28 +00:00
Jean-Marie Traissard
b6c10c31d4
Remove useless import
2008-05-02 02:12:16 +00:00
Stephan Erb
b991b32886
Add missing tooltip and markup in vcard window. See #1069 . Make string a doc string.
2008-04-04 15:10:50 +00:00
Stephan Erb
b973c4c2bc
Alignement and bold typing changes in vcard and profile window. Nothing as usual.
2008-02-28 18:53:49 +00:00
Yann Leboulanger
cc6b2dd7a1
don't request vcard to full_jid when we know the real jid in MUC. fixes #3723
2008-02-09 10:08:44 +00:00
Brendan Taylor
0b48b05218
merged trunk into session_centric branch
2008-02-05 03:09:31 +00:00
Stephan Erb
40af7bfc1c
Do not mess up vcard window when there is no user avatar or when it is resized. Fixes #3674
2008-01-11 17:23:26 +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
aefe6fd370
order resources and status the same way in information window. fixes #3225
2007-08-20 08:16:26 +00:00
Yann Leboulanger
c131a04df8
request last_status_time and os_info to real jid if we know it. fixes #3304
2007-07-22 18:25:43 +00:00
Yann Leboulanger
56afa7012f
request vcard to real jid if we know it. see #3054 . TODO: request last time and os information to real jid too
2007-07-22 13:39:18 +00:00
Yann Leboulanger
cf814269db
set custom avatar is now fonctional. fixes #3127
2007-07-10 17:53:42 +00:00
Yann Leboulanger
8abd062365
[Lukas] split get_contact into get_contacts and get_contact. get_contact_from_full_jid uses get_contact. Maybe could be merged with optional argument, but it's clearer this way. Fixes #3275
2007-07-04 13:23:16 +00:00
Yann Leboulanger
a45a14546a
handle correctly vcards in groupchats : ask them to real jid if we know it, but considere it arrive from fake jid. Fixes #3172 , #3173
2007-05-20 15:41:20 +00:00
Jean-Marie Traissard
2052410b3c
Choosing an avatar : Catch also invalid format errors for files < 16kb
2007-05-14 07:05:18 +00:00
Jean-Marie Traissard
6022a52681
typo
2007-05-14 01:10:31 +00:00
Yann Leboulanger
71a768db72
don't count real jid as fake jid
2007-05-12 21:49:49 +00:00
Yann Leboulanger
7a5c6ada11
fix typo that prevent to click on user-provided photo button in vcard
2007-04-24 07:39:34 +00:00
Yann Leboulanger
2ef20efac5
add ability to set an avatar for a contact. fixes #2967
2007-04-22 10:23:23 +00:00
Jean-Marie Traissard
8c2c43be0f
Move log_for_this_contact checkbutton from vcard dialog to history dialog. So you can NOT
...
log some chatrooms. Fixes #2592 .
2007-03-31 13:40:23 +00:00
Yann Leboulanger
9c1fdad5ec
don't show image in vcard if we don't show first tab. fixes #2669
2006-11-15 19:29:53 +00:00
Jean-Marie Traissard
9347fe10e1
Remove lot of useless imports
...
Fix gajim-remote contact_info
Fix profile_win right click on avatar
Fix a call and a comment
Thanks pyflakes (a program, not a person) for the whole.
2006-11-15 01:59:21 +00:00
junglecow
29431cb04c
Fixed KeyError TB
2006-11-13 20:34:24 +00:00
Yann Leboulanger
0969df7ce1
store annotation on server only if it has changed
2006-11-13 17:52:08 +00:00
Yann Leboulanger
3fd64392c4
make homepage selectable
2006-11-10 19:18:40 +00:00
Yann Leboulanger
a6201bff11
number of tab in vcard.py has changed
2006-11-10 08:24:36 +00:00
Yann Leboulanger
a4c29cd6c2
[misc] XEP-145 (annotations) support. Thanks fixes #776
2006-11-09 19:13:53 +00:00
Yann Leboulanger
038c4e4c77
use good filename when saving avatar of a contact from info window. Fixes #2650
2006-11-08 14:31:40 +00:00
Yann Leboulanger
fdb0a9b099
focus on close button in vcard.py when we open it. fixes #2537
2006-11-02 16:13:39 +00:00
Yann Leboulanger
2d4f689891
remove unneeded import
2006-10-17 16:03:12 +00:00
Nikos Kouremenos
ae108fb633
make homepage label in vcard selectable. see #2579
2006-10-16 13:53:35 +00:00
Yann Leboulanger
fe5407907a
do not take into account offline resources in vcard / roster and tooltips. They may stay here if they are awaiting events.
2006-10-15 21:47:35 +00:00
Dimitur Kirov
1fcea90561
enable utf-8 strings in txt records
2006-10-15 02:09:23 +00:00
Stefan Bethge
1dbb2a891f
merge zeroconf branch to trunk
2006-10-11 02:12:56 +00:00
Nikos Kouremenos
d2261775c1
ask os_info for observers. fixes #2476 . the same happens (and cannot be fixed) for invisible, but how often we ask os info on invisible people? (and also that can betray their invisibility eventhough it is their client that hsould not reply if they are invisible. anyways..)
2006-10-10 16:01:15 +00:00
Stefan Bethge
0d0ac51fa8
merge with trunk
2006-10-09 00:27:03 +00:00
Yann Leboulanger
1ee6cbc8cf
in vcard window, print role and affiliation when it's a gc vcard. Fixes #2457
2006-10-06 14:29:15 +00:00
Dimitur Kirov
59b6ae468a
merge from trunk
...
automake based instalation
2006-10-04 00:10:49 +00:00
Nikos Kouremenos
59d5f23182
show the widget (linkbutton or label) before adding it
2006-10-02 16:24:10 +00:00
Stefan Bethge
42cf836b7a
add copyright line
2006-10-02 12:14:56 +00:00
Stefan Bethge
6a38879014
add new zeroconf 'vcard' window, shows the information from the txt record
2006-09-29 14:39:29 +00:00
Dimitur Kirov
5fc8cf20f3
merge from trunk
2006-09-26 15:57:47 +00:00
Jean-Marie Traissard
1cf3a69d7b
Do not wait for os_info if contact is not connected
2006-09-26 03:07:52 +00:00
Nikos Kouremenos
bbc0940942
better varname
2006-09-25 21:14:59 +00:00
Jean-Marie Traissard
8a12655ec7
Close button in vcard and profile windows
2006-09-25 05:20:06 +00:00