Commit graph

4417 commits

Author SHA1 Message Date
Yann Leboulanger
8eebd2c26f remove a useless test that introduced a bug: when we restore conversation we are not active tab yet (tab is not drawn yet), but we'll in some ms, so we can safely do systray.remove_jid() as we already removed the events from awaiting_messages 2005-12-07 17:01:15 +00:00
Nikos Kouremenos
5b56308c68 add an empty line after we print subject 2005-12-07 16:35:51 +00:00
Yann Leboulanger
76139fefdc print subject BEFORE conversation lines in chat mode 2005-12-07 16:28:04 +00:00
Yann Leboulanger
43564ccefa consider incomming messages without type as normal (single) messages 2005-12-07 16:09:03 +00:00
Nikos Kouremenos
b06a5718c4 log conversation history better string and catch change on the fly 2005-12-07 14:32:42 +00:00
Nikos Kouremenos
9e85df37b1 remove last dot (which is RFC possiblity) the dnspython way. thank Bob Halley 2005-12-06 22:08:10 +00:00
Nikos Kouremenos
eae33b3677 remove deprecated fixme 2005-12-06 22:07:14 +00:00
Nikos Kouremenos
a2c430f899 add missing sun ico files 2005-12-06 21:15:51 +00:00
Nikos Kouremenos
6417a0ada1 fix some glade strings 2005-12-06 17:53:30 +00:00
Nikos Kouremenos
eb94b9632a remove trailing whitespaces and fix coding styles etc and add a FIXME 2005-12-06 17:43:21 +00:00
Nikos Kouremenos
5868901824 dnspython target returns with dot in the end. catch and fix that; thanks della for helping me and reporting this 2005-12-06 17:37:54 +00:00
Nikos Kouremenos
9f2a002351 put the gc subject tooltip with text not pango escaped 2005-12-06 15:33:25 +00:00
Nikos Kouremenos
583e4ad6aa remove new_version_dialog 2005-12-06 15:25:58 +00:00
Nikos Kouremenos
22f5e0f073 remove trailing whitespaces and tabs from lines 2005-12-06 12:45:32 +00:00
Nikos Kouremenos
07644a2a40 add some comments 2005-12-06 12:36:57 +00:00
Nikos Kouremenos
381fe7a889 fixes in changelog 2005-12-06 00:22:09 +00:00
Nikos Kouremenos
ca37709ab3 commit changelog with changes in the bottom [when 0.9 is out move it up] 2005-12-06 00:16:19 +00:00
Nikos Kouremenos
881e1e3609 check for new version [one of the first thing I did for Gajim :)] is not needed anymore as most distros have us. remove it. this also means we can now update Changelog periodically in svn. YUPPIE! 2005-12-06 00:09:28 +00:00
Nikos Kouremenos
fa33b1ad30 until we find a way to detect snaps from releases revert a commit I did some weeks ago to assist Yann release .exe faster 2005-12-06 00:08:57 +00:00
Nikos Kouremenos
4f9404e8b2 migration is okay now if no ~/.gajim; also many other small fixes 2005-12-05 23:25:02 +00:00
Nikos Kouremenos
acebad0196 query entrys has focus and search button grabs default 2005-12-05 20:23:49 +00:00
Yann Leboulanger
d3a6163729 no need of global vars, prefer self.var 2005-12-05 17:22:50 +00:00
Yann Leboulanger
faa46882ec [SF] we now have all iconsets in .ico format for systray under windows 2005-12-05 16:36:30 +00:00
Nikos Kouremenos
3f00cea2c6 [urtzi] update basque; update pot/po 2005-12-05 15:18:28 +00:00
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