Commit Graph

5247 Commits

Author SHA1 Message Date
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
Nikos Kouremenos 3e4a3199d3 try to obey a bit to GNOME HIG about title 2006-02-08 22:14:48 +00:00
Travis Shirk cd1993037a Added gtkgui_helpers.escape_underscore to not require re module 2006-02-08 05:13:26 +00:00
Travis Shirk 2da7a542f8 Unread message fix when quitting gajim, see #1516 2006-02-08 04:55:06 +00:00
Travis Shirk 6d3696e83c Window title fix for #1386 2006-02-08 04:11:42 +00:00
Travis Shirk 22721cb0db /me idiot 2006-02-08 03:26:19 +00:00
Travis Shirk 64c4300fc4 Fixed distclean description 2006-02-08 03:23:13 +00:00
Travis Shirk a72b7a429a added distclean 2006-02-08 03:21:09 +00:00
Travis Shirk f6e2590eab Fixed the previous TB, but this time at another part of the code 2006-02-08 02:56:58 +00:00
Travis Shirk 3f7217aefe Removed FIXME
Asterix, this method is actually new (i.e., was only in gc before),
but now it is needed (see #1495).  Also, what I was not expecting
was the refresh of self.contact in this same function.  This is
required since the contact goes stale when we go offline.
Not sure if that is a bug or not.
2006-02-08 02:42:24 +00:00
Travis Shirk 37c2441a38 Fixed TB when transport_name was None 2006-02-08 02:27:14 +00:00
Travis Shirk 9f1032c6e1 Updated comment 2006-02-08 02:26:54 +00:00
Yann Leboulanger ec2d9c0ad2 move data/pixmaps/events/TRANSPORT_o*line.png to data/iconsets/transports/TRANSPORT/48x48
TODO: create 48x48 online and offline pngs for all jabber iconsets
2006-02-08 00:55:16 +00:00
Yann Leboulanger 1bf6fa6643 typo 2006-02-07 23:31:02 +00:00
Yann Leboulanger 4c8fb94601 don't send config when we don't have it 2006-02-07 23:28:37 +00:00
Yann Leboulanger 59e6377546 follow RFC 3921 section 8 for subscription. This also fixes #1400 2006-02-07 23:11:24 +00:00
Yann Leboulanger eb055c5bf2 groups must always be a list, fix that 2006-02-07 19:24:19 +00:00
Yann Leboulanger 9c9a7efd6d make configure_room unsensitive when we can't configure anything 2006-02-07 13:31:20 +00:00
Yann Leboulanger d40026cabd an admin can now modify the ban list. for #530 2006-02-07 12:56:20 +00:00