Commit graph

2461 commits

Author SHA1 Message Date
Nikos Kouremenos
b9e37da407 polish translation updated. thank you Witold Kieras 2005-08-01 23:01:12 +00:00
Dimitur Kirov
760453870f moved socks5 module outside xmpp 2005-08-01 22:58:14 +00:00
Dimitur Kirov
b936f2db52 moved file outside xmpp 2005-08-01 22:50:46 +00:00
Nikos Kouremenos
dd821ac164 use better strings (adhere to HIG, try to describe better what is going on), make code by dkirov adhere to our coding standards, fix comments and FIXME in comments 2005-08-01 22:48:58 +00:00
Nikos Kouremenos
55a5678ee4 add a FIXME 2005-08-01 22:47:11 +00:00
Dimitur Kirov
8ede65961f moved socks5queue to gajim.py 2005-08-01 22:45:29 +00:00
Dimitur Kirov
54e9215ca0 moved socks5queu to gajim.py in order to have
only one queue
2005-08-01 22:44:05 +00:00
Dimitur Kirov
c204880ce5 moved socks5queu to gajim.py in order to have
only one queue
2005-08-01 22:43:33 +00:00
Nikos Kouremenos
8031bed465 I updated partially greek gajim.po and fixed some strings so I commit po and pot. there is a lot of job to be done before all strings are reviewed and become better 2005-08-01 22:42:47 +00:00
Nikos Kouremenos
5f1c9105bc fix a tb 2005-08-01 21:59:34 +00:00
Nikos Kouremenos
9ed7102374 [smoku] 32x32 for gnome iconset. some icons are missing. smoku is on them 2005-08-01 21:59:11 +00:00
Yann Leboulanger
0c51e2fd09 remove unneede line 2005-08-01 20:54:26 +00:00
Yann Leboulanger
8bc5c2fe04 just delete the iter without sending anything to the server when we delete the server contact 2005-08-01 19:37:18 +00:00
Yann Leboulanger
4d661b5042 update info stored on server when we move a contact from edit group window 2005-08-01 19:33:22 +00:00
Dimitur Kirov
9183b73766 status message was not set in some other cases 2005-08-01 18:19:36 +00:00
Dimitur Kirov
79d2459d9f missing ':' 2005-08-01 16:17:32 +00:00
Dimitur Kirov
3c46c13d8d ':' spacing. always set a status message 2005-08-01 16:14:35 +00:00
Dimitur Kirov
8c7d818eca changed comment 2005-08-01 16:00:36 +00:00
Dimitur Kirov
438606b50d show 'offline' to offline users with no
message
2005-08-01 15:54:26 +00:00
Dimitur Kirov
f4c6c41e5b not showing status in tray tooltip 2005-08-01 15:50:43 +00:00
Nikos Kouremenos
f86a65b757 pot/po update 2005-08-01 15:47:47 +00:00
Nikos Kouremenos
28e2203831 do not send chatstate in a contact in pm of MUC if contact left room. thanks deluge 2005-08-01 15:45:33 +00:00
Nikos Kouremenos
c18c9c8ca8 remove glade 2.10 only xml 2005-08-01 15:38:59 +00:00
Dimitur Kirov
6cee963698 this should fix ': No such file or directory'
bug???
2005-08-01 15:38:00 +00:00
Dimitur Kirov
d8d50e0adc removed useless slash 2005-08-01 15:37:09 +00:00
Nikos Kouremenos
431f2142fc fix problem with russian po and plural forms 2005-08-01 15:28:14 +00:00
Nikos Kouremenos
a9525b4a61 fix a commit 2005-08-01 15:25:11 +00:00
Dimitur Kirov
fcdbb820d0 fixed line end characters. 2005-08-01 15:23:45 +00:00
Dimitur Kirov
51b4eafa8c moved add_file_transfer method to FileTransfer
class
2005-08-01 15:04:08 +00:00
Dimitur Kirov
d02118264a long subject in group chat makes window
bigger than the screen
2005-08-01 15:03:26 +00:00
Dimitur Kirov
a6dda66f9d handle file transfer progress 2005-08-01 15:02:46 +00:00
Dimitur Kirov
64853a80a0 file transfer window 2005-08-01 15:02:17 +00:00
Dimitur Kirov
a4af5c24f0 file transfer window 2005-08-01 15:01:36 +00:00
Dimitur Kirov
c84973327d property 'notify_on_file_complete' 2005-08-01 15:00:47 +00:00
Dimitur Kirov
0cd682f2ce file transfer progress notification 2005-08-01 15:00:27 +00:00
Nikos Kouremenos
a628f6ae72 better pattern 2005-08-01 14:38:21 +00:00
Nikos Kouremenos
ca1176bc79 exclude some more chars in mail detection 2005-08-01 14:27:23 +00:00
Nikos Kouremenos
e3e1065e49 add leave part close in muc_commands; add some fixmes 2005-08-01 14:07:16 +00:00
Yann Leboulanger
f9b4bb36fe no need to translate glade strings here 2005-08-01 09:47:00 +00:00
Yann Leboulanger
ce6b470967 no need to translate glade strings in optparser 2005-08-01 09:42:30 +00:00
Dimitur Kirov
d57c420112 show notification if there is no space on the
device
2005-08-01 09:37:41 +00:00
Yann Leboulanger
b00bff7f14 scripts now look for libs in the correct folder 2005-08-01 09:00:18 +00:00
Dimitur Kirov
a6f9f83f31 fixed "Pan Taduesz; Ksiega I" problem 2005-07-31 21:16:20 +00:00
Dimitur Kirov
830f414b4a removed useless code 2005-07-31 19:32:06 +00:00
Dimitur Kirov
f4bacf0989 tooltip positioning... base tooltip class...
custom tooltip in notif. area
2005-07-31 19:21:11 +00:00
Nikos Kouremenos
f51c2b0f95 initial patch: do not throw all xml at once to parser because that freezes UI until process is finished. TODO: a better way to seperate what is left to seperate and send by smaller chunks to parser 2005-07-31 17:18:27 +00:00
Nikos Kouremenos
80b66e13fb fix string 2005-07-31 17:16:39 +00:00
Nikos Kouremenos
f198b6d9f5 /close /part /leave for Group chat window [basic IRC emulation is finished I think] 2005-07-31 17:15:42 +00:00
Dimitur Kirov
a9a2b483cb fcntl not present in windows 2005-07-31 11:29:18 +00:00
Dimitur Kirov
7f25dbd34a thanks to ehh who reported strange behaviour
of tooltip window: each time tooltip gets
bigger this will prevent further bugs of this
king
2005-07-30 19:19:48 +00:00