Commit graph

5015 commits

Author SHA1 Message Date
Yann Leboulanger
1e99839f20 don't redraw menu instantly when we receive bookmarks 2006-02-19 17:27:48 +00:00
Yann Leboulanger
a081e4411a re-create the actions menu only when needed: when we popup it up, and only when one account has signed in or signed out 2006-02-19 17:25:22 +00:00
Yann Leboulanger
e900f0be62 [grenshad] new tlen iconset 2006-02-19 16:15:39 +00:00
Yann Leboulanger
d27e1f93ca [grenshad] new gadu gadu iconset 2006-02-19 16:13:29 +00:00
Dimitur Kirov
952692098f gajim-remote suport for dbus 33 ~ 50 2006-02-18 16:34:38 +00:00
Dimitur Kirov
54099ff2f1 deleted threads_init, dbus-0.33 users will
fail with TB, instead of segfault
2006-02-18 13:14:05 +00:00
Dimitur Kirov
e748ad7990 make sure data tuple is deleted 2006-02-18 10:16:34 +00:00
Dimitur Kirov
d513b7372b emit signal as structures, instead of strings
(gajim may die with older dbus - it is not
completely tested)
2006-02-18 09:49:26 +00:00
Dimitur Kirov
a13945e062 refacter gajim-remote code, don't use unrepr
(0.23 is not supported)
get cached vcards, instead of signaling server
2006-02-18 08:59:32 +00:00
Dimitur Kirov
32bfde61e2 faster CharacterDataHandler in NodeBuilder 2006-02-18 02:08:49 +00:00
Dimitur Kirov
eacf5fb900 revert to self.DEBUG when SASL is not supported 2006-02-18 00:01:39 +00:00
Nikos Kouremenos
fd6b2dda67 fix #1572 2006-02-17 21:52:22 +00:00
Nikos Kouremenos
5b6adbef4a fix bad logic. c #1578 2006-02-17 19:43:31 +00:00
Nikos Kouremenos
967d278541 [jim++] sound events show in UI as translatable nice words. [me] refactor the whole thing 2006-02-16 15:21:34 +00:00
Dimitur Kirov
11fedebb08 bad var name 2006-02-16 08:59:28 +00:00
Dimitur Kirov
2e7a00cd38 typo, now list_contacts without additional
argument [account] returns a valid result
2006-02-15 23:06:33 +00:00
Nikos Kouremenos
f08ea56cc9 rm self we are not in the class alright. thx jjkobra for noticing 2006-02-15 21:45:20 +00:00
Nikos Kouremenos
cb6f163f02 VCARDPATH --> VCARD_PATH 2006-02-15 10:44:41 +00:00
Nikos Kouremenos
036de12230 generalize into a func creating paths 2006-02-15 10:42:40 +00:00
Nikos Kouremenos
051bff60c7 [jim++] create paths correctly. fixes #1542 2006-02-15 10:35:13 +00:00
Dimitur Kirov
047f7ce21e getpreferredencoding instead of utf-8 2006-02-14 18:44:51 +00:00
Dimitur Kirov
6b615a8d72 delete debug error message, which causes TB
to be printed
2006-02-14 18:13:20 +00:00
Travis Shirk
3ab1fb3539 More fixes for #1386 - Window titles and one_message_window PERTYPE mode 2006-02-12 21:22:49 +00:00
Travis Shirk
f7d4bd7913 Added roles to some of the more often used windows.
This should help WMs like ion "do their thing" easier.
2006-02-12 21:04:15 +00:00
Dimitur Kirov
70191a1959 added command account_info 2006-02-12 19:07:38 +00:00
Dimitur Kirov
d19ce874ee fix some unicode errors in unrepr, show help
message when there are no command arguments
2006-02-12 16:04:45 +00:00
Nikos Kouremenos
02124ea2e8 fix typo of isinstance. fixes #1552 2006-02-12 15:33:45 +00:00
Dimitur Kirov
8448be52f5 paused and stalled states now work 2006-02-12 02:25:21 +00:00
Dimitur Kirov
f84e410e5b plug_idle can have readable and writable False
in this case we wait only for close events
2006-02-12 02:23:20 +00:00
Dimitur Kirov
7576bb4f3e shutdown the reading and writing side of the
socket and close it, when we disconnect
2006-02-12 02:21:18 +00:00
Dimitur Kirov
81873919c5 remove error debug statement,use stderr instead
isinstance, instead of __class__.__name__
2006-02-11 21:49:17 +00:00
Dimitur Kirov
29ab60eaa7 add connect timeout and reconnect to
some other streamhosts when already
established connection has failed
2006-02-11 21:32:48 +00:00
Dimitur Kirov
19ee5917bf try to reconnect when socket error
is raised during data receiving
2006-02-11 21:30:04 +00:00
Dimitur Kirov
79d39ac119 remove fd from selector and timeouts
when pollend event is raised
2006-02-11 21:27:44 +00:00
Nikos Kouremenos
7e20d89ff2 nothing 2006-02-10 16:16:28 +00:00
Nikos Kouremenos
3d21947e2a set home folder as default folder for fchooser and set nice title on fchooser 2006-02-10 16:12:16 +00:00
Nikos Kouremenos
04c5d6bfae we can now export from history manager to txt 2006-02-10 16:01:47 +00:00
Nikos Kouremenos
2c7999af67 typo 2006-02-10 13:19:02 +00:00
Nikos Kouremenos
c1c48d9210 ask locale module to do the job of detecting LANG; this now works in Windows. thanks Stian for testing 2006-02-10 13:18:33 +00:00
Nikos Kouremenos
9acbb49937 let python decide the TMP path 2006-02-10 13:03:32 +00:00
Travis Shirk
1214f8d638 Window title mods for #1386 2006-02-10 04:21:41 +00:00
Nikos Kouremenos
55c434945f save password by default in acct creation wizard 2006-02-09 22:48:30 +00:00
Nikos Kouremenos
1a34074136 if avatar is too big, scale it using notification size (by default to 48x48) and hope that now filesize is small enough. aka we are not Gimp 2006-02-09 16:47:31 +00:00
Nikos Kouremenos
332a8721d1 rm importing unused module; PIDA rocks! 2006-02-09 00:09:44 +00:00
Nikos Kouremenos
f0f7d74a90 isinstance is faster than type and on key bindings that call gajim-remote some ms surely matter 2006-02-09 00:00:17 +00:00
Nikos Kouremenos
07b2d4c16b use locale.getpreferredencoding() and go to sleep 2006-02-08 23:51:46 +00:00
Nikos Kouremenos
9a64a51517 now we also scroll to result 2006-02-08 23:41:01 +00:00
Nikos Kouremenos
01e5bdd7e2 force printing utf8 [afterall it is what i18n will return] else we were tb on could not decode using ascii 2006-02-08 23:35:04 +00:00
Nikos Kouremenos
861a52c3ed redirect to sderr with print 2006-02-08 23:30:20 +00:00
Nikos Kouremenos
2105fb0d93 double click on result row now opens equivalent JID. TODO: also scroll to result 2006-02-08 22:46:20 +00:00