Commit graph

4550 commits

Author SHA1 Message Date
Yann Leboulanger
b60b488233 auto open groupchat configuration window when we create a new room 2006-01-07 14:19:25 +00:00
Yann Leboulanger
c515f56613 make all buttons insensitive on a category row in disco 2006-01-07 13:54:30 +00:00
Yann Leboulanger
ae55c7149f contact.groups is always a list, even if emtpy 2006-01-07 13:26:28 +00:00
Yann Leboulanger
205dc155c6 we can now drag a file on a contact in the roster to send him a file 2006-01-07 12:36:55 +00:00
Yann Leboulanger
5f95458393 fix a TB 2006-01-07 11:14:32 +00:00
Yann Leboulanger
24fc492ac3 better string 2006-01-07 11:02:16 +00:00
Yann Leboulanger
4dc704c399 [Knuckles] Google E-Mail Notification 2006-01-07 10:56:31 +00:00
Yann Leboulanger
aad4e2cd71 we can now resume filetransfert 2006-01-07 10:43:47 +00:00
Yann Leboulanger
507fae1ccb use the saved size even if a chat window is already opened 2006-01-06 18:14:14 +00:00
Yann Leboulanger
e852c9a2b0 handle the click on toggle_gpg_encryption menuitem 2006-01-06 18:03:07 +00:00
Yann Leboulanger
601e7558e4 missing new contacts function 2006-01-06 09:21:39 +00:00
Yann Leboulanger
0ffc6f1169 use escape for pango markup 2006-01-06 08:55:51 +00:00
Yann Leboulanger
cf247f36e3 check correctly if a contact leaves the groupchat 2006-01-05 19:59:35 +00:00
Yann Leboulanger
9c2e974bfb get_first_contact_from_jid doesn't return a GC_Contact instance 2006-01-05 19:59:06 +00:00
Yann Leboulanger
d8c9eccd70 use new contacts functions in common/gajim.py 2006-01-05 19:56:35 +00:00
Yann Leboulanger
95c7aef84c new_chat must be called with a Contact instance instead of GC_Contact 2006-01-05 19:55:22 +00:00
Yann Leboulanger
3c69470be2 handle correctly unlabeled option values in DataForms 2006-01-04 16:03:42 +00:00
Yann Leboulanger
edaa70740e prevent TB when we move a contact that was in no group 2006-01-04 12:52:26 +00:00
Yann Leboulanger
8e3d85c746 in DataForm, a field of type 'list-single' can have no <value> element. Create a default one in such a case to prevent TB 2006-01-03 18:17:43 +00:00
Yann Leboulanger
5f3ceb5766 we save gc_contact vcard instance in instances[self.account]['infos'][Fake_jid] 2006-01-03 17:36:41 +00:00
Yann Leboulanger
87171a3460 missing argument in create_gc_contact 2006-01-03 16:32:58 +00:00
Yann Leboulanger
9cf05efb74 a GC_Contact can have a resource if we knoe his real JID 2006-01-03 16:04:14 +00:00
Yann Leboulanger
c6978c15e0 fix logic 2006-01-03 15:18:30 +00:00
Yann Leboulanger
c7337f5d1c don't remove the jid entry in _contacts[account] when we remove a contact 2006-01-03 15:08:21 +00:00
Nikos Kouremenos
787f253992 all strings I got report about them, are not translatable; pot/po update 2006-01-03 11:40:44 +00:00
Nikos Kouremenos
dc6b296848 icon in notification window not always jabber now. MSN if he uses msn etc. thanks stian barmen for helping me test 2006-01-03 11:32:01 +00:00
Nikos Kouremenos
405b9364f4 commit 48x48 transport online/offline imgs by Grenshad (I pngcrushed them) 2006-01-03 11:00:51 +00:00
Travis Shirk
5bebd10277 Removed unused member jids_for_which_we_asked_vcard_already 2006-01-02 21:39:16 +00:00
Nikos Kouremenos
0f7d487a26 add no folder in Makefile. thx stian. it is wise we build -3 for .exe 2006-01-02 12:32:17 +00:00
Yann Leboulanger
dc2df539f4 remove already applied patch in debian/patches 2006-01-02 07:01:33 +00:00
Yann Leboulanger
9a4985930b typo: wrong function name 2006-01-02 06:47:48 +00:00
Yann Leboulanger
412ba85154 fix a TB 2006-01-02 06:46:27 +00:00
Yann Leboulanger
92df303991 typo 2006-01-01 19:31:13 +00:00
Yann Leboulanger
a679fab1ce 0.9.1-2 in debian that solve the group bug (commit [4924]) 2006-01-01 19:12:36 +00:00
Yann Leboulanger
f455e974c1 new ACE option: send_sha_in_gc_presence that allow to send sha info in groupchat presences 2006-01-01 19:05:59 +00:00
Yann Leboulanger
7928e82d48 end of gc_contact.nick -> gc_contact.name 2006-01-01 18:53:30 +00:00
Yann Leboulanger
1a96012420 some missing commits from branch 2006-01-01 18:50:15 +00:00
Yann Leboulanger
0b9e57a16d dict.remove() doesn't exists, it's del dict[] 2006-01-01 18:47:26 +00:00
Yann Leboulanger
6bcc3c746c correct contacts file 2006-01-01 18:43:24 +00:00
Yann Leboulanger
63e5defe39 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. 2006-01-01 18:41:04 +00:00
Nikos Kouremenos
5caf7d3cbd fixes in greek transl 2005-12-30 23:50:36 +00:00
Nikos Kouremenos
a56fcd5a13 add launch.bat so svn runners in GNU and Windows are equal 2005-12-30 14:10:36 +00:00
Yann Leboulanger
f3deefc372 support of contacts in no group 2005-12-30 14:04:01 +00:00
Yann Leboulanger
96419ac1d8 always create TC tab with a contact instance, not a gc_contact instance 2005-12-30 12:19:49 +00:00
Yann Leboulanger
dab85845de gc_contact.nick -> gc_contact.name (same attr as contact) 2005-12-30 12:16:46 +00:00
Yann Leboulanger
d4ac8a23a7 typo 2005-12-30 12:05:53 +00:00
Yann Leboulanger
56ebaa475c typo 2005-12-30 12:00:09 +00:00
Yann Leboulanger
61c27375fa prevent TB 2005-12-30 11:48:43 +00:00
Yann Leboulanger
9eeecca91c typo 2005-12-30 11:44:28 +00:00
Yann Leboulanger
3522c89b31 typo 2005-12-30 11:43:17 +00:00