Commit Graph

223 Commits

Author SHA1 Message Date
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
Yann Leboulanger 2ebd0af9de show URL in linkbutton. Fixes #2439 2006-09-22 15:03:54 +00:00
Yann Leboulanger b02eeac875 remove useless self. 2006-09-22 15:00:51 +00:00
Yann Leboulanger a698a969ae do not override jid_label in vcard when we get the vcard. Fixes #1840 2006-09-19 08:52:51 +00:00
Yann Leboulanger af68b178a1 add progressbar in vcard window and hide it when we get vcard and os info. For #1840 2006-09-19 08:17:36 +00:00
Yann Leboulanger 3729e89099 use LinkButton in vcard window only if there is an URL. 2006-09-16 15:56:39 +00:00
Yann Leboulanger f69cd8ad5c use Linkbutton in vcard window if we have PyGTK2.10. For #1840 2006-09-16 12:20:12 +00:00
Stefan Bethge 2b3120244f merged trunk r6780
removed i18n imports from zeroconf/connection files
2006-09-14 16:48:03 +00:00
Yann Leboulanger 3399924761 don't put contact's avatar in a button. Fixes #2381 2006-09-08 21:34:10 +00:00
Yann Leboulanger 63b3c93a6f fix TB when viewing gc vcard 2006-09-08 18:53:10 +00:00
Yann Leboulanger a678c35b3f vcard window now uses label instead of entry
new profile_window to edit our vcard. For #2381
2006-09-08 17:35:28 +00:00
Yann Leboulanger 8896419494 [patrys] new vcard window. For #1840 2006-09-02 21:51:16 +00:00
Travis Shirk 6fe8efff64 Removed set_transient_for(roster) for windows/dialogs that can be launched from
message windows (i.e., the window appears on the roster desktop rather than the current
desktop).  There may be some more places where this may be wanted, but this hits the
major ones.
2006-08-30 03:25:28 +00:00
Yann Leboulanger 3175c9113a don't ask os info when we are invisible. For #1964 2006-08-21 19:54:09 +00:00
Yann Leboulanger 196062bbc2 use window.set_transient_for(parent) for some windows. Fixes #1024 2006-07-17 20:27:30 +00:00
Yann Leboulanger 5a9320c85c Fixed TB qith ICQ transport. Fixes #2159 2006-07-17 11:31:42 +00:00
Yann Leboulanger bc26593974 use gettext.install. Fixes #497 2006-06-15 06:49:04 +00:00
Dimitur Kirov 5b019e9341 save avatar from our own vcard 2006-06-09 14:42:20 +00:00
Dimitur Kirov bfe397a27d show avatars in roster, if there is no 'TYPE'
attribute in vcard
2006-06-09 13:41:31 +00:00
Jean-Marie Traissard 936b99cc3e Don't try to disconnect signal that has been disconnected before. Fixes #2030. 2006-06-05 15:11:27 +00:00
Yann Leboulanger 3e1dd88ee0 we can now save avatars on HD where we want (right click on image). Fixes #1817 2006-05-26 13:19:52 +00:00
Yann Leboulanger 5748b3c276 avatar size (when the original one is too big) is now 125x125 instead of 48x48 2006-05-07 19:00:38 +00:00
Dimitur Kirov 5e6b016af1 split gtkgui.glade in several small glade
files, which are now located in data/glade/
2006-05-02 15:53:25 +00:00
Yann Leboulanger f7c8ccea94 VcardWindow now takes a new argument: is_fake, need to be true when we open a vcard for a fake jid 2006-04-28 20:55:45 +00:00
Dimitur Kirov 8f645b8661 msg should be string, not object instance
show error dialog if file_path is not a file
   or file_size is 0
2006-04-12 14:47:31 +00:00
Yann Leboulanger 7a723b51ee decode filename only once 2006-04-12 14:25:33 +00:00
Yann Leboulanger 6b1e1d1c8b remove useless function. It has moved to dialogs.py. 2006-04-10 21:29:50 +00:00
Yann Leboulanger e2ed5d82ff new non-blocking ImageChooserDialog. Fixes #777 2006-04-10 19:49:24 +00:00
Nikos Kouremenos db1cffb299 parent.destroy() destroys childs too 2006-04-07 11:09:11 +00:00
Yann Leboulanger 29f41b223a we can now disable avatars by setting width or height to 0. Partially fixes #1816 2006-04-06 16:20:59 +00:00
Nikos Kouremenos a899295d80 enrich comment 2006-04-05 12:12:37 +00:00
Yann Leboulanger 2f9b0eab28 [dkirov] JEP says we should not use EXTVAL in vcard 2006-04-05 11:29:35 +00:00
Yann Leboulanger 31e54bc2ed remove many call to dialog.run() function. Some are still here, but they happend only when the user do an action (close a chat window, change status, ...). So UI is not blocked when we receive a groupchat invitation or an error message. 2006-04-02 16:11:21 +00:00
Yann Leboulanger 8e9444d880 nickname is no more editable in gc vcard. Fixes #1766 2006-03-29 15:46:34 +00:00
Yann Leboulanger c165c12334 fix status for gc vcard. Fixes #1765 2006-03-28 20:17:13 +00:00
Yann Leboulanger ac1b00ec8b status in gc vcard. Fixes #1765 2006-03-28 14:51:02 +00:00
Nikos Kouremenos 1524521c7f pychecker on our files. everyone please have a look so we do not do the same mistakes and in case you catch a mistake I did when cleaning 2006-03-24 18:48:26 +00:00
Nikos Kouremenos 036265081b fix typo; also saner defaults [only first time] for last_save_dir and last_send_dir 2006-03-15 02:09:57 +00:00
Nikos Kouremenos 396c66f8f8 set avatar filechooser defaults to My Pictures in the OS that understand user needs [aka Windows] 2006-03-15 01:40:10 +00:00
Yann Leboulanger 1c992be553 default to home folder when choosing an avatar. Fixes #1701 2006-03-14 23:07:45 +00:00
Yann Leboulanger dce057d29e avatars are in gc roster. gc avatar images are saved in room_jid folder. Fixes #1121 2006-03-13 13:25:51 +00:00
Yann Leboulanger 903393d172 prevent TB 2006-03-10 21:58:23 +00:00
Yann Leboulanger 9d045fc69b avatar is now 200x200 max in vcar window. Fixes #1582 2006-03-08 16:01:01 +00:00
Yann Leboulanger 743d514997 strftime returns local-encoded string. decode it. Fixes #1662 2006-03-05 22:09:39 +00:00
Nikos Kouremenos 0584025f8c italic instead of bold. use since for not offline contacts and last status for offline; fix spacing in vcard text 2006-02-23 21:44:05 +00:00
Nikos Kouremenos 04d6b58dc3 use focus-out-event and not changed 2006-02-23 15:54:16 +00:00
Nikos Kouremenos 506e6752ea nickname changes do instant apply now. fixes #1612 2006-02-23 14:36:41 +00:00
Yann Leboulanger 0b2f9d4617 we now keep last_status_time, show it in tooltip and information window, ask it (jabber:iq:last, JEP-0012) when we open information window. Fixes #1133 2006-02-22 14:31:01 +00:00
Yann Leboulanger 9197cbf61b update opened chat window when we change nick in information window. Fixes #1599 2006-02-21 20:51:01 +00:00
Nikos Kouremenos 36fd9dc0a8 better english and typo 2006-02-21 11:15:54 +00:00
Yann Leboulanger 9fe2475eba show a correct vcard when it's the one of a contact that request our subscription. Fixes #1524 2006-02-20 21:30:45 +00:00
Nikos Kouremenos 1a34074136 if avatar is too big, scale it using notification size (by default to 48x48) and hope that now filesize is small enough. aka we are not Gimp 2006-02-09 16:47:31 +00:00
Nikos Kouremenos c4ea6556bb 16 kb as max for avatar. to follow: auto resize bigger images 2006-01-20 13:58:52 +00:00
Nikos Kouremenos 8c33fab699 make decode filenames work allover 2006-01-18 19:50:16 +00:00
Yann Leboulanger 9d7f27bf66 gtk always return utf-8 strings. fixes #1375 2006-01-11 08:58:56 +00:00
Yann Leboulanger d2ab3031f1 contact.name can now be empty. So use contact.get_shown_name() that returns a user friendly name 2006-01-10 18:30:57 +00:00
Travis Shirk 757ed426e3 Merged revisions 4987-4989,4991-4996,4999,5003 via svnmerge from
svn://svn.gajim.org/gajim/trunk

........
r4987 | nk | 2006-01-03 04:00:51 -0700 (Tue, 03 Jan 2006) | 1 line

commit 48x48 transport online/offline imgs by Grenshad (I pngcrushed them)
........
r4988 | nk | 2006-01-03 04:32:01 -0700 (Tue, 03 Jan 2006) | 1 line

icon in notification window not always jabber now. MSN if he uses msn etc. thanks stian barmen for helping me test
........
r4989 | nk | 2006-01-03 04:40:44 -0700 (Tue, 03 Jan 2006) | 1 line

all strings I got report about them, are not translatable; pot/po update
........
r4991 | asterix | 2006-01-03 08:08:21 -0700 (Tue, 03 Jan 2006) | 2 lines

don't remove the jid entry in _contacts[account] when we remove a contact

........
r4992 | asterix | 2006-01-03 08:18:30 -0700 (Tue, 03 Jan 2006) | 2 lines

fix logic

........
r4993 | asterix | 2006-01-03 09:04:14 -0700 (Tue, 03 Jan 2006) | 2 lines

a GC_Contact can have a resource if we knoe his real JID

........
r4994 | asterix | 2006-01-03 09:32:58 -0700 (Tue, 03 Jan 2006) | 2 lines

missing argument in create_gc_contact

........
r4995 | asterix | 2006-01-03 10:36:41 -0700 (Tue, 03 Jan 2006) | 2 lines

we save gc_contact vcard instance in instances[self.account]['infos'][Fake_jid]

........
r4996 | asterix | 2006-01-03 11:17:43 -0700 (Tue, 03 Jan 2006) | 2 lines

in DataForm, a field of type 'list-single' can have no <value> element. Create a default one in such a case to prevent TB

........
r4999 | asterix | 2006-01-04 05:52:26 -0700 (Wed, 04 Jan 2006) | 2 lines

prevent TB when we move a contact that was in no group

........
r5003 | asterix | 2006-01-04 09:03:42 -0700 (Wed, 04 Jan 2006) | 2 lines

handle correctly unlabeled option values in DataForms

........
2006-01-05 03:17:36 +00:00
Travis Shirk 1360933ba9 Merged in trunk updates, including meta_contacts
Merged revisions 4951,4962-4969 via svnmerge from
svn://svn.gajim.org/gajim/trunk

........
r4951 | nk | 2005-12-30 16:50:36 -0700 (Fri, 30 Dec 2005) | 1 line

fixes in greek transl
........
r4962 | asterix | 2006-01-01 11:41:04 -0700 (Sun, 01 Jan 2006) | 2 lines

merge meta_contacts branch with trunk. Meta contacts are not in gajim yet, but framework is here. We now use gajim.contacts.many_functions() to handle contacts and groupchat_contacts.

........
r4963 | asterix | 2006-01-01 11:43:24 -0700 (Sun, 01 Jan 2006) | 2 lines

correct contacts file

........
r4964 | asterix | 2006-01-01 11:47:26 -0700 (Sun, 01 Jan 2006) | 2 lines

dict.remove() doesn't exists, it's del dict[]

........
r4965 | asterix | 2006-01-01 11:50:15 -0700 (Sun, 01 Jan 2006) | 2 lines

some missing commits from branch

........
r4966 | asterix | 2006-01-01 11:53:30 -0700 (Sun, 01 Jan 2006) | 2 lines

end of gc_contact.nick -> gc_contact.name

........
r4967 | asterix | 2006-01-01 12:05:59 -0700 (Sun, 01 Jan 2006) | 2 lines

new ACE option: send_sha_in_gc_presence that allow to send sha info in groupchat presences

........
r4968 | asterix | 2006-01-01 12:12:36 -0700 (Sun, 01 Jan 2006) | 2 lines

0.9.1-2 in debian that solve the group bug (commit [4924])

........
r4969 | asterix | 2006-01-01 12:31:13 -0700 (Sun, 01 Jan 2006) | 2 lines

typo

........
2006-01-01 20:06:26 +00:00
Yann Leboulanger 612716e2db change copyright from "Gajim Team" to real people 2005-12-09 23:30:28 +00:00