Commit graph

1755 commits

Author SHA1 Message Date
Nikos Kouremenos
40c17be36a [stephan k.] gettext to return unicode isntances 2005-08-29 12:11:14 +00:00
Nikos Kouremenos
79a3ee06ed fix typo 2005-08-28 15:56:08 +00:00
Nikos Kouremenos
215be2bb5c [nicfit] tabs_position (this needs UI option for .9) tabs_always_show tabs_border tabs_close_button are now configurable. USERS: you can have tabs in the bottom now if you like that :$ 2005-08-28 14:40:06 +00:00
Nikos Kouremenos
83c63e85de fix parsing config file 2005-08-28 10:45:29 +00:00
Nikos Kouremenos
408aae5084 [nicfit] do keepalive without iq:last but just send " "
good because google talk (and other servers) do not support iq:last
good because we do not disconnect ourselves if time changes
good because we do not disconnect ourselves on modal dialogs
good because even stpeter thinks that is the best way to do keepalives
good because we do not flood the server with iq:last
bad because I say it is good :D
2005-08-27 00:07:43 +00:00
Nikos Kouremenos
eabc5e6ebc prevent a TB and add FIXMEs for Yann 2005-08-26 14:44:46 +00:00
Nikos Kouremenos
057287925b typo 2005-08-26 13:24:29 +00:00
Nikos Kouremenos
9bfdf092e8 typo 2005-08-26 13:22:08 +00:00
Nikos Kouremenos
05dbf5bad6 typo 2005-08-26 13:17:03 +00:00
Nikos Kouremenos
e12e0819dc typo 2005-08-26 13:15:16 +00:00
Nikos Kouremenos
21a3971952 some more helpers for our API 2005-08-26 13:11:20 +00:00
Nikos Kouremenos
20a7a0c426 isinstance() is faster than type. pydoc timeit 2005-08-26 12:34:11 +00:00
Nikos Kouremenos
1a1ec7bfa2 typo 2005-08-26 12:14:08 +00:00
Nikos Kouremenos
b5c71cd2f2 ensure_unicode_string is back 2005-08-26 12:08:14 +00:00
Nikos Kouremenos
cec336112d [Stéphan K.] make most strings we use unicode instacnes 2005-08-26 00:52:44 +00:00
Dimitur Kirov
9f91b28e12 FT works on win32 2005-08-25 20:31:58 +00:00
Nikos Kouremenos
5800df0d44 say 0.8.1: we are freezing tomorrow evening/night 2005-08-25 19:51:57 +00:00
Nikos Kouremenos
e0c3e309db remove a fixme 2005-08-25 18:33:40 +00:00
Nikos Kouremenos
ed2516b2ba fix a typo and an overl00k 2005-08-25 17:33:04 +00:00
Nikos Kouremenos
9cabb5e830 chmod bad permisioned dirs 2005-08-25 16:50:02 +00:00
Dimitur Kirov
8adeb33fa1 fixed tb on server connect 2005-08-25 14:07:17 +00:00
Dimitur Kirov
9e044cbd4c removed not-in-the-right-place line,
replaced os.path.slpit with basename when only
file_name is needed
2005-08-25 11:12:37 +00:00
Nikos Kouremenos
61f1c8c5d4 better message for nick conflict 2005-08-25 10:06:33 +00:00
Dimitur Kirov
fd83a95032 prevent TB on removing online account 2005-08-24 15:59:51 +00:00
Nikos Kouremenos
3d7be5a2dc typo 2005-08-24 14:09:03 +00:00
Nikos Kouremenos
a16d8f84e6 fix i18n to gc tooltips 2005-08-24 14:08:35 +00:00
Nikos Kouremenos
e3733b0827 fix srv l00kup 2005-08-24 13:04:42 +00:00
Nikos Kouremenos
3cd7d46e68 fix strings/comments 2005-08-24 12:38:41 +00:00
Nikos Kouremenos
eba6131a59 use my ngettext() in other places too 2005-08-24 12:23:35 +00:00
Nikos Kouremenos
d74f43144a we now use our own function with ngettext() which rocks 2005-08-24 11:54:47 +00:00
Dimitur Kirov
a51c320245 prevent transfer to offline contact, remove
listener when last there are no more senders
2005-08-23 21:52:56 +00:00
Nikos Kouremenos
4aaa36fbae [hawke] show_ascii_formatting_chars advanced setting 2005-08-23 14:58:53 +00:00
Nikos Kouremenos
e7b1247b38 add proxy.netlab.cz for FT 2005-08-23 14:29:12 +00:00
Nikos Kouremenos
0b457357a9 save last dir used for emoticons, sounds, sending file, recv files in config and if empty use $HOME. no more bad paths (the dir were we started Gajim, no more saving such info only per session) 2005-08-23 13:22:14 +00:00
Nikos Kouremenos
9b483b62ee svn to say 0.9 and removing some code for 0.8 only 2005-08-23 12:52:16 +00:00
Nikos Kouremenos
92903afd4c chmod in the correct place 2005-08-23 09:30:54 +00:00
Nikos Kouremenos
6e29a8b524 create config file with 0600 [and remove \n from print!!!!! 2005-08-23 09:17:48 +00:00
Nikos Kouremenos
5570639beb create logs and .gajim dir with 0700 2005-08-23 09:14:35 +00:00
Nikos Kouremenos
4abf4f53b3 check if dir before write, and do not write if it is 2005-08-19 10:32:42 +00:00
Nikos Kouremenos
4edf5e69ea create file when writing! 2005-08-18 19:46:50 +00:00
Nikos Kouremenos
0455ce1e3f typo 2005-08-18 19:25:12 +00:00
Nikos Kouremenos
bd0a5230d9 xs:boolean is '0', '1', 'true', 'false'. so update bookmark to handle the last two 2005-08-18 19:06:24 +00:00
Nikos Kouremenos
1449be9bad commit a patch for xmpppy 2005-08-18 18:50:30 +00:00
Yann Leboulanger
903941fe03 send priority on EVERY presences 2005-08-18 08:33:51 +00:00
Dimitur Kirov
98273d7aec removed the last affinix non jep tag 2005-08-17 15:48:14 +00:00
Dimitur Kirov
ec20af6941 open file only once on sending 2005-08-17 15:38:57 +00:00
Dimitur Kirov
2f0f52e49f checks for 2 more socket exceptions..
open/close file on each read
2005-08-17 15:10:37 +00:00
Nikos Kouremenos
fc21e86f01 remove unused and with typos var 2005-08-17 10:38:47 +00:00
Nikos Kouremenos
7c2e69cf8b dnd now works in windows too 2005-08-16 22:38:21 +00:00
Nikos Kouremenos
ea47fd6f08 cleanup and a FIXME for dkirov 2005-08-16 19:26:11 +00:00