Commit Graph

2375 Commits

Author SHA1 Message Date
Dimitur Kirov a43aae3a26 fixes TB, that causes bug #613 and #612 2005-07-26 07:22:08 +00:00
Dimitur Kirov 07f52fce9c removed vpane in chat windows 2005-07-25 23:52:22 +00:00
Nikos Kouremenos 22cf4b7433 fix a traceback 2005-07-25 22:24:58 +00:00
Dimitur Kirov 6eb31e283c Make textviews scroll to the end when their
size is changed
2005-07-25 20:58:19 +00:00
Yann Leboulanger a3cbad7ad7 move groupchat.contacts to gajim.gc_contacts 2005-07-25 20:04:24 +00:00
Yann Leboulanger c622f62607 remove unneeded line 2005-07-25 19:51:47 +00:00
Nikos Kouremenos fc761daaee remove above below margin for conversation textviews 2005-07-25 19:51:00 +00:00
Nikos Kouremenos fdebbc40bc do not accept /topicX 2005-07-25 19:33:03 +00:00
Nikos Kouremenos d0eabdfa1b glade fixes in margin 2005-07-25 18:58:42 +00:00
Nikos Kouremenos 5720ddba59 try to fix a TB 2005-07-25 18:48:15 +00:00
Nikos Kouremenos 435f4ad0a0 minor fixes in glade 2005-07-25 14:59:49 +00:00
Nikos Kouremenos 71a7f32032 fixes in dkirovs commit about autoresize of msg textview 2005-07-25 14:56:48 +00:00
Nikos Kouremenos dcfdc006e0 nothing 2005-07-25 14:38:41 +00:00
Nikos Kouremenos bae6755899 [liorithiel] autodetect everytime browser/mailer by default 2005-07-25 14:38:21 +00:00
Dimitur Kirov 8521c7b8e3 extendable message view -
a solution for ticket #313
2005-07-25 14:27:48 +00:00
Dimitur Kirov 0b0e605bb1 added cancelbutton handler, which destroys the
dialog
2005-07-25 14:21:01 +00:00
Yann Leboulanger 3ec2d68304 add missing _ 2005-07-25 07:52:04 +00:00
Dimitur Kirov 98460f0f35 InputDialog can be non modal with parameters
is_modal=True and callback ok_handler
2005-07-25 07:47:05 +00:00
Nikos Kouremenos e7952867d2 55 seconds for keepalive [some web proxies disconnect at 60] and try to connect for 1 minute and not 2 2005-07-25 00:32:02 +00:00
Nikos Kouremenos 13d6c491c1 add missing code 2005-07-25 00:31:20 +00:00
Dimitur Kirov 948aa286e1 disconnect from server after 'register new' -
fixes bug 603
2005-07-24 22:42:36 +00:00
Nikos Kouremenos 472ebade74 make a update_preferences_window func and add a FIXME there 2005-07-24 21:05:44 +00:00
Nikos Kouremenos 72729a1fd9 <plato> becomes plato: 2005-07-24 20:34:39 +00:00
Nikos Kouremenos ec7fd8af99 we now have "print_ichat_every_foo_minutes" in expert. 2005-07-24 20:29:32 +00:00
Nikos Kouremenos 26b5bee4d1 mark some strings for translation 2005-07-24 20:00:38 +00:00
Nikos Kouremenos 287902c9ec fix a var name 2005-07-24 19:56:47 +00:00
Nikos Kouremenos 2bf0f3e625 remove some user in favor of contact and fix a CB name 2005-07-24 19:36:26 +00:00
Nikos Kouremenos e06c4551c3 we now explain Resource (5) in a tooltip 2005-07-24 19:31:37 +00:00
Nikos Kouremenos d4f0994f77 commit a missing file; revert one that hsould be commited [sorry] 2005-07-24 19:04:29 +00:00
Nikos Kouremenos 59050d4134 get_nb_line becomes get_no_of_lines; marked for translation title in history window 2005-07-24 19:01:44 +00:00
Nikos Kouremenos d29d825ac3 send composing only if ctrl or alt key is not present 2005-07-24 18:41:31 +00:00
Nikos Kouremenos 3227d67666 try to prevent a TB 2005-07-24 15:42:19 +00:00
Nikos Kouremenos 713b996d2f assist delmonico to patch firsttime wizard 2005-07-24 14:31:03 +00:00
Nikos Kouremenos b550a10cf8 motion-notify on TC window now works and works as expected 2005-07-23 22:37:18 +00:00
Nikos Kouremenos dea0e53dbb we were sending inactive chatstate because focus-out is called when we ask the context menu. now with some pointer and geometry stuff that is fixed 2005-07-23 20:48:08 +00:00
Nikos Kouremenos 11b81d269d just /topic prints the subject of the room 2005-07-23 16:32:04 +00:00
Nikos Kouremenos 6718408bae [rohan] increase the position counter only when adding something to history list 2005-07-23 16:08:33 +00:00
Nikos Kouremenos 3722402bbc use of in: code is cleaner 2005-07-23 15:23:45 +00:00
Nikos Kouremenos 9550e80220 use in which is cleaner and add a FIXME for discussion 2005-07-23 14:12:59 +00:00
Nikos Kouremenos 586d268c72 do not detect abc@doremi.org: with : in it 2005-07-23 13:50:38 +00:00
Nikos Kouremenos 332ce86bc1 forgot an import 2005-07-23 13:13:15 +00:00
Nikos Kouremenos 8b24eb4cb8 escape subject in set_subject and do not TB 2005-07-23 13:09:36 +00:00
Nikos Kouremenos d9ff414ac5 escape pango markup for all characters that break it 2005-07-23 12:45:17 +00:00
Yann Leboulanger a037ca8369 fix a TB 2005-07-23 11:54:01 +00:00
Nikos Kouremenos 55e3a64f0b use of in 2005-07-23 11:52:53 +00:00
Nikos Kouremenos 4e31156bbd a is None is faster than a == None IIRC [it is for sure nicer :$] 2005-07-23 11:44:54 +00:00
Yann Leboulanger f6892ea4f4 fix autoaway 2005-07-23 11:29:31 +00:00
Nikos Kouremenos 422367f28b mention Debian as being one 2005-07-23 10:16:34 +00:00
Nikos Kouremenos fef07cf825 fix a comment and use [model[iter][x] 2005-07-23 08:11:50 +00:00
Yann Leboulanger 3228de29fe filter now works with sub-rows 2005-07-23 08:04:44 +00:00