Commit graph

708 commits

Author SHA1 Message Date
Yann Leboulanger
15bfa2e095 handle correctly full_jid / jid in events (try to find one with fulljid before trying with jid). SHould fix #2414 2006-09-22 08:17:25 +00:00
Yann Leboulanger
af68b178a1 add progressbar in vcard window and hide it when we get vcard and os info. For #1840 2006-09-19 08:17:36 +00:00
Yann Leboulanger
b5c4edb60a add progressbar in profile window. For #1840 2006-09-19 07:52:40 +00:00
Stefan Bethge
5116cb0205 add checkbutton to preferences window to toggle zeroconf 2006-09-17 15:49:47 +00:00
Stefan Bethge
2b3120244f merged trunk r6780
removed i18n imports from zeroconf/connection files
2006-09-14 16:48:03 +00:00
Yann Leboulanger
15b44f5eec detect and print old gc messages as restored messages. Fixes #2253 2006-09-14 13:31:14 +00:00
Yann Leboulanger
e18e1079a9 send correct error message when we decline a FT, and print error message when we get it. Fixes #2330 2006-09-14 12:19:40 +00:00
Yann Leboulanger
70399c84fa [sgala] missing import 2006-09-12 06:07:44 +00:00
Yann Leboulanger
875f4f8894 check if dictionary is installed when enabling spell checking and at gajim startup. For #2387 2006-09-10 22:25:07 +00:00
Yann Leboulanger
746a0bf98e show connection lost error in popups instead of error dialogs. Fixes #2138 2006-09-10 10:22:16 +00:00
Nikos Kouremenos
d1ab748cfd get it at instead of get it here 2006-09-09 13:00:49 +00:00
Yann Leboulanger
92d94aec00 require pywin32 or gajim doesn't start. Fixes #2393 2006-09-08 22:33:23 +00:00
Yann Leboulanger
152093e42e [bronger] translate correclt strings during runtime. Fixes #2394 2006-09-08 22:27:04 +00:00
Yann Leboulanger
a678c35b3f vcard window now uses label instead of entry
new profile_window to edit our vcard. For #2381
2006-09-08 17:35:28 +00:00
Yann Leboulanger
5ac4a0d86c remove no more used var. chat and gc are now handles by message window manager 2006-09-03 11:34:06 +00:00
Yann Leboulanger
a67eaba727 events are now saved in an Event class. show in roster/systray options in Advanced Notification Control (for incomming messages) now work. 2006-09-02 21:01:11 +00:00
Nikos Kouremenos
13a50ad633 dl module commit rocks, just put a comment, do it only in POSIX, pythonify (space after comma and all that stuff) 2006-08-29 21:59:58 +00:00
Yann Leboulanger
6e524e0b4f [zloygod] ps aux now shows gajim, and killall gajim works. Fixes #1620 2006-08-29 16:11:23 +00:00
Nikos Kouremenos
7abacab6a4 fix accidental commit 2006-08-27 15:42:36 +00:00
Nikos Kouremenos
89edefc053 default status msg remove bold add border to make it HIG 2006-08-27 15:39:11 +00:00
Yann Leboulanger
75fe384da4 handle advanced notification for new_message event only (without systray / roster / urgency hint that require a event refactorizatin)
use subprocess module as we depend on python2.4
2006-08-26 22:51:33 +00:00
Yann Leboulanger
87e46f49f1 show subject in notification popups. Fixes #2217 2006-08-21 09:01:16 +00:00
Yann Leboulanger
57aeb0d0ef we can now register to a transport in add contact window is server has such a transport. Fixes #1944 2006-07-31 17:08:21 +00:00
Yann Leboulanger
32b18d9237 we now get transport type from disco info and save that in DB. Fixes #1990 and #1938 2006-07-29 22:29:59 +00:00
Yann Leboulanger
b3eba1767b remove log migration process, 0.8 is old 2006-07-28 11:47:43 +00:00
Yann Leboulanger
40efbfd657 don't show tray icon when we don't want to. Fixes #2188 2006-07-28 05:54:46 +00:00
Yann Leboulanger
65d57253c9 we can now invite to new room 2006-07-25 22:26:07 +00:00
Dimitur Kirov
dc29f1d744 prevent TB from previous commit 2006-07-20 08:48:29 +00:00
Dimitur Kirov
ba3ac3a592 dont create self_contact if we receive our
presence
2006-07-20 08:41:16 +00:00
Dimitur Kirov
81be580422 don't accept server resource as another
resource of our contact
2006-07-19 15:44:13 +00:00
Yann Leboulanger
b3b3431072 add a self contact when another resource is connected to our account. Fixes #744 and usefull for ad-hoc commands 2006-07-19 10:49:23 +00:00
Yann Leboulanger
964cf7ef2d remove duplicate code. update_ui() already call draw_banner() 2006-07-18 09:54:21 +00:00
Yann Leboulanger
fec491607f set systray_enabled to True before we show_icon() 2006-07-18 09:08:26 +00:00
Yann Leboulanger
f8515777db typo 2006-07-18 09:00:01 +00:00
Yann Leboulanger
3895724710 systray now saves unread messages even if it is not enabled (but module is present). Fixes #2134 2006-07-17 21:41:11 +00:00
Yann Leboulanger
5a9320c85c Fixed TB qith ICQ transport. Fixes #2159 2006-07-17 11:31:42 +00:00
Yann Leboulanger
95bdf480b4 indentation 2006-07-17 10:06:04 +00:00
Dimitur Kirov
56cd8ba43b config option 'zeroconf_enabled' indicates
that zeroconf connection should be used.
Create the neccessary config values if zeroconf
account is not present
2006-07-11 15:22:59 +00:00
Yann Leboulanger
96b21bbc6f [roidelapluie & asterix] Privacy lists. Fixes #253 2006-07-03 20:49:20 +00:00
Yann Leboulanger
88cf8b5c84 [bluegray] extra gmail info (from field) in popup notification. Fixes #1982 2006-07-02 18:39:43 +00:00
Stefan Bethge
b43d9ffd5e fix module imports (woops :) 2006-06-27 23:09:21 +00:00
Dimitur Kirov
8e4131fc93 create .gajim dir if it doesn't exist 2006-06-15 09:49:44 +00:00
Dimitur Kirov
fff37fe869 check if pid file is already removed 2006-06-15 09:43:08 +00:00
Yann Leboulanger
bc26593974 use gettext.install. Fixes #497 2006-06-15 06:49:04 +00:00
Dimitur Kirov
0b0e32ca32 [Anton Shmigirilov] Confirmation dialog,
instead of Error dialog for pid file
2006-06-14 08:45:30 +00:00
Stefan Bethge
908a4782d4 add bookmarks variable again (for right click account menu) 2006-06-13 22:50:18 +00:00
Dimitur Kirov
900d6d01b1 var name is 'account' 2006-06-13 06:41:33 +00:00
Yann Leboulanger
d10d8f7815 don't show signed in/out popup notification for 30 seconds for transport contacts when we log in/out this transport. Fixes #2041 2006-06-12 15:24:58 +00:00
Yann Leboulanger
59c3b7b3c8 JEP 172 support (user nickname) Fixes #464 and #884 2006-06-01 15:23:38 +00:00
Stefan Bethge
589abe37f7 Added publishing of status and status changes for account with name 'zeroconf' 2006-05-29 15:36:18 +00:00