Commit Graph

1429 Commits

Author SHA1 Message Date
Nikos Kouremenos 9a70ab0218 Some distros put to optional LSB vars n/a, so detect that and remove it.
SUSE uses lsb_release for quite a lot of versions I've been told so depend only on lsb for SuSE [the files things was untested in SUSE anyways]
2005-05-18 16:42:28 +00:00
Nikos Kouremenos 79c5b5d0e2 hidden_rows ==> collapsed_rows 2005-05-18 16:30:59 +00:00
Yann Leboulanger 2ca90dba48 bugfix in make install 2005-05-18 16:04:58 +00:00
Yann Leboulanger d5c71d4fcd wrong filenames (no space in the filename) 2005-05-18 15:56:59 +00:00
Nikos Kouremenos c0e8557f52 userfriendly status string used in tabbed_chat window too 2005-05-18 15:40:42 +00:00
Yann Leboulanger f92cdf02cb set self.connected to 0 before dispatching the status to the GUI so the connectiing icon should disapear if connection failed 2005-05-18 14:05:54 +00:00
Yann Leboulanger 5b2d068c58 update french translation 2005-05-18 13:56:51 +00:00
Yann Leboulanger 880fb518cd update pot file 2005-05-18 13:56:33 +00:00
Yann Leboulanger bb424fecf1 put xmpp.Process() in a try/except (see ticket #291) 2005-05-18 13:42:12 +00:00
Nikos Kouremenos 86b7862d2c better strings complete 2005-05-18 13:28:51 +00:00
Yann Leboulanger 338cb7dd7d re-add event in make_menu function in systray so we can rightclick on it 2005-05-18 12:51:01 +00:00
Nikos Kouremenos 7eb8a879b5 better strings 2005-05-18 12:34:20 +00:00
Yann Leboulanger a730ab8e90 missing import 2005-05-18 12:28:29 +00:00
Yann Leboulanger b97b4654a5 french translation is ready 2005-05-18 12:28:01 +00:00
Yann Leboulanger 373498ba5c updated gajim.pot 2005-05-18 12:05:30 +00:00
Yann Leboulanger 6a10743ce5 add strings to translate in advanced configuration editor 2005-05-18 12:02:57 +00:00
Yann Leboulanger d479973e2c do not translate debug messages 2005-05-18 12:02:27 +00:00
Yann Leboulanger 246540606b add not in the roster icons for transports iconsets 2005-05-18 11:09:22 +00:00
Yann Leboulanger a0a9a674c0 updated french translation (not finished yet) 2005-05-18 10:45:37 +00:00
Yann Leboulanger ff2a6f4214 no need of connectiong icons in transports iconsets 2005-05-18 09:25:41 +00:00
Yann Leboulanger 35e6ac3de8 we can now join password protected groupchats 2005-05-18 09:18:29 +00:00
Yann Leboulanger 5a775c8214 little bugfix with namespaces 2005-05-18 09:17:41 +00:00
Yann Leboulanger 5d8ea9d3bc we can now ask vcard when we recieve a subscription request 2005-05-18 08:47:38 +00:00
Yann Leboulanger 19a1f45159 set the log level after the config file has been parsed 2005-05-18 07:38:47 +00:00
Nikos Kouremenos 277616adf2 adding /clear in GC 2005-05-18 01:01:49 +00:00
Nikos Kouremenos 41e9deceff typo 2005-05-18 01:00:13 +00:00
Nikos Kouremenos 1c25e7a930 fixing #170 2005-05-18 00:44:39 +00:00
Yann Leboulanger d8c07c5d57 add gajim.pot to the tarball (when build with make dist) 2005-05-17 22:39:23 +00:00
Yann Leboulanger ee176e1a68 add gajim.pot file for translators 2005-05-17 22:23:44 +00:00
Yann Leboulanger bf05e29ebb do not print debubg if verbose = False 2005-05-17 21:33:41 +00:00
Yann Leboulanger 9fcb9f1d70 no need of global things in systray.py 2005-05-17 20:31:43 +00:00
Nikos Kouremenos 0393a34a65 removing unnecessary arg in make_menu 2005-05-17 19:23:55 +00:00
Yann Leboulanger 8b68b11db8 gajim.iss is ready for 0.7 2005-05-17 18:52:22 +00:00
Yann Leboulanger 5bc4bef9f6 setup_win32.py is now ready for 0.7 2005-05-17 18:52:04 +00:00
Yann Leboulanger 99401f2abb add a DATA_DIR in gajim 2005-05-17 17:37:50 +00:00
Nikos Kouremenos fea1f2c41d setup_win32.py still needs care to work. someone else may be more lucky 2005-05-17 15:48:57 +00:00
Nikos Kouremenos 36bf675fd3 when in windows open links/mailtos with default application. arnaud njoy 2005-05-17 15:04:54 +00:00
Nikos Kouremenos 7aaffae0dc better strings 2005-05-17 11:55:30 +00:00
Yann Leboulanger 7e7bceea97 if sound is not available under windows, don't crash 2005-05-17 08:01:49 +00:00
Yann Leboulanger 9aa5b02fc5 minimum width for left widget in gc hpaned 2005-05-16 20:17:53 +00:00
Nikos Kouremenos 8a6132d929 clean up in vcard.py 2005-05-16 14:15:13 +00:00
Nikos Kouremenos 375b56401b subscription_request_window ==> Subscription_request_window 2005-05-16 13:56:46 +00:00
Yann Leboulanger f6076a520a update makefile for 0.7 release 2005-05-15 21:40:42 +00:00
Yann Leboulanger c2481dc949 use
keyval == keysyms.Tab or keyval == keysyms.ISO_Left_Tab
instead of:
hardware_keycode == 23
so it works under win too.
2005-05-15 20:58:04 +00:00
Yann Leboulanger 5555d6e317 hide tls option in gui until it is fixed in xmpppy 2005-05-15 20:17:44 +00:00
Nikos Kouremenos 67dd479d35 making previous commit a bit more clear 2005-05-15 19:23:44 +00:00
Nikos Kouremenos 9dcf2d0e79 removing colors from DEBUG when in windows 2005-05-15 19:19:00 +00:00
Yann Leboulanger 9a36ba4063 we can now print tabulations in gc 2005-05-15 17:49:40 +00:00
Yann Leboulanger 9cd8304502 contacts are alphabetically sorted in gc 2005-05-15 17:36:43 +00:00
Yann Leboulanger 44bf5e7422 reset allow_notification when we go offline 2005-05-15 16:54:04 +00:00