Commit Graph

4572 Commits

Author SHA1 Message Date
Yann Leboulanger e4d77bde2f fix german translation 2006-01-10 09:05:43 +00:00
Yann Leboulanger 52c9fa0e53 initialize gajim.gc_connected[account][room_jid] when we create a new room 2006-01-09 19:48:33 +00:00
Yann Leboulanger b423204dea [Tomasz Torcz] libnotify API changed in 0.3. Fixes #1347 2006-01-09 19:12:52 +00:00
Yann Leboulanger 32f5e74ef2 the Contact.jid returned by contact_from_gc_contact() function is the fake jid, even if we know the real jid. this means pm windows are index by the fake jid (gajim.interface.instances[account]['chats'][FAKE_JID]) 2006-01-08 19:14:19 +00:00
Yann Leboulanger 3634814ce4 remove the Gmail option from GUI, it's only in ACE. fixes #883 2006-01-08 17:03:32 +00:00
Travis Shirk 8196fc11b6 typo fix 2006-01-08 05:06:08 +00:00
Yann Leboulanger 7fdbba76d7 add an ACE option to hide the avatar in tabbed chat window 2006-01-08 01:18:16 +00:00
Yann Leboulanger ca2f5f7c32 don't use underline in all menus that contact an account name 2006-01-08 01:12:09 +00:00
Yann Leboulanger 47a13bdd2f do not use underline in join_gc menu 2006-01-08 01:08:21 +00:00
Yann Leboulanger 29071dda00 fix logic in contacts.add_contact() function 2006-01-08 00:39:05 +00:00
Yann Leboulanger c39a69de27 don't ask vcard when we get an error presence 2006-01-08 00:30:58 +00:00
Yann Leboulanger f8f200ebe7 get contact from the self.contacts so that even if it's pm we get a Contact instance 2006-01-08 00:27:38 +00:00
Yann Leboulanger 13dad4a17e use real jid when we open a pm message if we know it 2006-01-08 00:23:33 +00:00
Yann Leboulanger d56a028423 open the vcard on the real jid in gc if we know it 2006-01-08 00:17:05 +00:00
Travis Shirk 044df9468f Fixed syntax error 2006-01-07 20:29:05 +00:00
Travis Shirk 650cba6b16 Increment later 2006-01-07 20:26:08 +00:00
Yann Leboulanger b44469ba19 prevent a TB 2006-01-07 18:39:41 +00:00
Yann Leboulanger 605706f4b0 don't show header in emoticonManager so that cellrenderer correctly compute the area to redraw 2006-01-07 18:38:18 +00:00
Yann Leboulanger 297976a511 typo 2006-01-07 18:37:28 +00:00
Yann Leboulanger 4b6ff22001 cell_renderer_image now take in argument the index of the column and the index in the model 2006-01-07 18:36:56 +00:00
Travis Shirk 9c954dfe15 Grammatical fix 2006-01-07 17:24:50 +00:00
Yann Leboulanger e69bbc235f when we add a bookmark, we add our nick by default 2006-01-07 17:04:18 +00:00
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