Commit Graph

4243 Commits

Author SHA1 Message Date
Nikos Kouremenos 7a45a5c96d fix typo 2005-12-05 15:15:46 +00:00
Nikos Kouremenos 691d9e401d do not break logic 2005-12-05 14:40:29 +00:00
Nikos Kouremenos 43740fce00 call make_python_month_gtk_month in a place 2005-12-05 14:37:37 +00:00
Nikos Kouremenos 2ad4218292 hide query builder button for .9 2005-12-05 14:35:17 +00:00
Nikos Kouremenos b5dc0e4303 also select correct month 2005-12-05 14:00:19 +00:00
Nikos Kouremenos f694ff70e1 try to fix a db locked that sometimes happens 2005-12-05 13:56:02 +00:00
Yann Leboulanger 3cbf89b09b add a join button in the disco window to join IRC rooms or create new MUC rooms 2005-12-05 13:33:14 +00:00
Nikos Kouremenos b9ec8e9109 needs_highlight --> needs_visual_notification 2005-12-05 13:26:08 +00:00
Nikos Kouremenos 032627a96f do not match (2.8) as 8) emoticon 2005-12-05 13:25:50 +00:00
Yann Leboulanger 7636e43a2d don't show * [n] when not needed 2005-12-05 11:57:14 +00:00
Nikos Kouremenos 19dc3b9295 class is Migration 2005-12-05 11:44:28 +00:00
Yann Leboulanger 7050a346c7 typo 2005-12-05 11:39:51 +00:00
Nikos Kouremenos b00022b5e2 [stavrosg] update greek translation 2005-12-05 11:32:22 +00:00
Yann Leboulanger 637c903d68 * when in common, no need to do from common import FOO, just import FOO
* we now migrate automaticaly at startup in a thread
 * progressDialog now scroll textvew to the end
2005-12-05 11:13:08 +00:00
Yann Leboulanger ed47580227 sha is now computed on the raw image data and not the base64 encoded data 2005-12-05 08:45:39 +00:00
Yann Leboulanger 5260f38ea8 no need to import base64 in gajim.py 2005-12-05 08:44:03 +00:00
Yann Leboulanger 28936744a5 make sure windows get focus when we click on systray icon 2005-12-04 23:16:13 +00:00
Yann Leboulanger 734e7ecb21 ne need to duplicate code, show_next_unread in remote_control now does the same thing as click on systray when there is one or more pending event 2005-12-04 23:15:43 +00:00
Yann Leboulanger 4f53f2f769 typo: get -> get_per 2005-12-04 22:58:38 +00:00
Yann Leboulanger 140f03221f take into account the no_log_for option 2005-12-04 22:23:41 +00:00
Nikos Kouremenos a1d3a26464 I am with nick amen and someone says hamen; I do not get highlighted but as is I get * and [] and urgency hint from another place of code I cannot find. what must be done: merge that code with needs_highlight method which should be renamed to needs_visual_notification 2005-12-03 23:52:39 +00:00
Yann Leboulanger e03f3c4870 [SF] new french translation 2005-12-03 19:25:56 +00:00
Yann Leboulanger a337412821 don't print empty restored messages 2005-12-02 22:24:01 +00:00
Nikos Kouremenos 10d0b06d44 deny avatar if > 32kb; used to be 8 but JEP now has it at SHOULD from MUST for 8kb so be more tollerant 2005-12-02 20:35:19 +00:00
Nikos Kouremenos 5300975d31 typo 2005-12-02 19:59:39 +00:00
Yann Leboulanger 51dc8afb09 take into account only the accounts that are synced with global status to compute the global status (for status combobox) 2005-12-02 19:12:21 +00:00
Yann Leboulanger 0cd7356807 escape for pango account names 2005-12-02 19:01:54 +00:00
Yann Leboulanger e5529eb0ac don't write wrong config option when we change option combobox in theme window 2005-12-02 17:47:52 +00:00
Yann Leboulanger f89c0c3baf some cleanup in migration script 2005-12-02 17:24:55 +00:00
Yann Leboulanger 4c1dfe445e don't migrate now, migration window is not ready 2005-12-02 17:19:04 +00:00
Yann Leboulanger ff5e4b32e0 some typo 2005-12-02 17:16:23 +00:00
Nikos Kouremenos ea8cefaac1 commit generic ProgressDialog class to assist us in general for those stuff; now for logs migration 2005-12-02 16:18:04 +00:00
Yann Leboulanger 8983b50f4c migration script is no more in script folder 2005-12-02 16:04:54 +00:00
Nikos Kouremenos 0a5ac5d80c fix strings in places; add comments; updatea bit greek trnaslation [now has 666 translated messages] 666!! that rocks 2005-12-02 14:08:40 +00:00
Nikos Kouremenos 1f18b4901f pot/po update 2005-12-02 13:27:13 +00:00
Nikos Kouremenos 3020c31981 only clear message when needed. (send_message() clears it if no errors) 2005-12-02 13:23:12 +00:00
Nikos Kouremenos 42487409b3 ACE: hide_avatar_of_transport 2005-12-02 13:10:02 +00:00
Nikos Kouremenos 524866db6f add tlen, fix gadu gadu to gg, and use dot because ggore@jabber.FOO can exist 2005-12-02 13:09:43 +00:00
Nikos Kouremenos 6e22a369ee add tlen, fix gadu gadu to gg, and use dot because ggore@jabber.FOO can exist 2005-12-02 13:08:58 +00:00
Nikos Kouremenos 6cc869152c detect and print correct name for history nickname in pm. we could also as logger.jid_is_from_pm but that means asking again HD, so I chose asking gc_contacts (mem super faster) 2005-12-02 12:40:55 +00:00
Nikos Kouremenos e39eb2a4e7 fix string; fix so it default to ok 2005-12-02 11:42:17 +00:00
Yann Leboulanger 796b26883d remove some line that were for tests 2005-12-02 11:20:25 +00:00
Yann Leboulanger 4527348bf1 migration script has moved to src/common 2005-12-02 11:18:42 +00:00
Yann Leboulanger e692624e2c Gajim now ask if we want to migrate at startup 2005-12-02 11:18:00 +00:00
Nikos Kouremenos fbbb1f72c3 no need to inherit StatusTable; thanks deluge for tb 2005-12-01 21:18:12 +00:00
Yann Leboulanger 91d9f0604b fix TB (exceptions have moved) 2005-12-01 21:07:30 +00:00
Yann Leboulanger 775aa283b2 we are now ablt to save a status message that contain sevral lines 2005-12-01 20:11:48 +00:00
Yann Leboulanger 8fd1717afd mk_color_string has moved and its name changed 2005-12-01 19:17:23 +00:00
Yann Leboulanger 2265a42269 escape for pango markup contact's name 2005-12-01 19:04:27 +00:00
Nikos Kouremenos 80b40b77ec chat using acct not chat with account [unless account is human been! :D] 2005-12-01 18:19:51 +00:00