Commit graph

1570 commits

Author SHA1 Message Date
Nikos Kouremenos
549b10369e moving contacts-related functions to common/gajim.py 2005-07-22 00:01:05 +00:00
Nikos Kouremenos
f6d16b1db0 sleeper_state now holds string instead of 0 1 2 3 2005-07-21 23:47:27 +00:00
Nikos Kouremenos
3aa0363a2a prefix with roster_ 2005-07-21 21:19:08 +00:00
Nikos Kouremenos
ef6643b24d status message in the banner instaed of jid; remove_user => remove_contact 2005-07-21 17:54:58 +00:00
Nikos Kouremenos
4ec127aa92 cleanups 2005-07-21 17:00:05 +00:00
Yann Leboulanger
d2c9d3b253 fix a TB 2005-07-21 15:43:53 +00:00
Nikos Kouremenos
2db64d9ce8 put chatstate in the banner 2005-07-21 14:56:39 +00:00
Yann Leboulanger
fa69961f57 remove unneeded print 2005-07-21 13:28:07 +00:00
Nikos Kouremenos
128800be28 fix a renaming group tb 2005-07-21 13:16:31 +00:00
Dimitur Kirov
23dbb25763 hide one of the two consecutive separators in
popup menu on item from 'not in roster' group
2005-07-21 09:45:55 +00:00
Yann Leboulanger
7108bcf6d9 typo 2005-07-19 18:09:41 +00:00
Yann Leboulanger
52d573e58c no need of sre 2005-07-19 16:59:42 +00:00
Nikos Kouremenos
5654843eae fix a tb 2005-07-19 15:17:13 +00:00
Nikos Kouremenos
e9e9c24d0a [delmonico] on renaming remove resource number and add it after renaming is done 2005-07-19 14:53:35 +00:00
Nikos Kouremenos
d6c9c7cbc6 [peralta] Chat State Notifications inital patch. I assume that every wm will focus-out before iconify. If that is not the case I am going to use window-state-changed too [to be tested] 2005-07-19 14:38:58 +00:00
Yann Leboulanger
a47cca07f0 move var that have nothing to do with GTK to gajim instead of roster or gajim.py: contacts, groups, newly_added, to_be_removed, awaiting_messages (was queues), nicks, allow_notifications, con_types, sleeper_state 2005-07-18 21:08:31 +00:00
Nikos Kouremenos
4ec2eea678 update_user => update_contact 2005-07-18 14:52:28 +00:00
Nikos Kouremenos
5b4c3b4ca8 comment out some code until I can overcome a gtk+ limit 2005-07-18 12:26:21 +00:00
Nikos Kouremenos
ff18a88d92 advanced menuitem does not segfault any more 2005-07-18 09:55:55 +00:00
Nikos Kouremenos
9f2c75163f typo fixes in previous commit 2005-07-17 20:32:49 +00:00
Nikos Kouremenos
4a2014a9d0 dkirov patch to show popup on menu kbd key; I removed duplication of code 2005-07-17 20:29:44 +00:00
Yann Leboulanger
2ec1d31e11 missing substitution 2005-07-17 17:38:03 +00:00
Nikos Kouremenos
537d1e6026 [dkirov] fix to show correct state icon 2005-07-17 11:49:29 +00:00
Nikos Kouremenos
abe9c7708d [dkirov] show transport status icon in tooltip 2005-07-15 18:13:54 +00:00
Nikos Kouremenos
ef7c64acf2 Show the real status icon on new message patch by Dimitur Kirov 2005-07-08 23:43:11 +00:00
Nikos Kouremenos
2aa4f0fa96 hide tooltip on certain events 2005-07-08 22:26:46 +00:00
Nikos Kouremenos
4fe2414534 tooltip to show multiple resources [thanks Dimitur Kirov!!] 2005-07-08 00:04:59 +00:00
Nikos Kouremenos
b75562490b fix a Traceback, a typo in string, and adhere to coding style 2005-07-07 23:37:04 +00:00
Nikos Kouremenos
4240fd7ecc fix a traceback 2005-07-07 22:22:13 +00:00
Yann Leboulanger
0acf9c168c we now have tooltip in roster window ! A great thanks to Dimitur 2005-07-07 21:27:53 +00:00
Nikos Kouremenos
f8a4675174 not in the roster string can be translated now 2005-07-07 17:33:15 +00:00
Nikos Kouremenos
e2a3c1121a Transports string is now marked for translation 2005-07-07 17:25:04 +00:00
Nikos Kouremenos
2c44dfa19d remove sth that should not have been commmited 2005-07-07 17:01:35 +00:00
Nikos Kouremenos
f2cb015f73 user --> contact in some functions name, also type is contact too now 2005-07-07 16:38:36 +00:00
Nikos Kouremenos
6c9d148e07 advanced actions show account if multiple acocunts 2005-07-07 15:41:03 +00:00
Nikos Kouremenos
0da81481ca edit groups dialog now works again [repoter: ehh] 2005-07-06 16:46:50 +00:00
Nikos Kouremenos
e8917d200b usage of stockitems in some menuitems and less code 2005-07-06 14:34:59 +00:00
Yann Leboulanger
b81747f483 typo 2005-07-06 14:26:10 +00:00
Yann Leboulanger
f933b29b2e when we choose None in ChooseGPGWindow, we don't print None in config file 2005-07-06 14:07:20 +00:00
Nikos Kouremenos
e4932f56be more glade stuff for advanced menuitem [I will do the code too] 2005-07-06 13:34:47 +00:00
Nikos Kouremenos
94c01aeecc we can now receive normal and chat messages with subject and handle them ok. we can also reply to received normal message with RE: previous message and all the good stuff! hoooray! 2005-07-05 21:35:37 +00:00
Yann Leboulanger
fd03253594 show Ctrl+N only when we have only one account 2005-07-05 20:47:25 +00:00
Nikos Kouremenos
192ccf2075 General group marked for translation. pending: Transports and not in the roster 2005-07-04 23:18:29 +00:00
Nikos Kouremenos
4e66548813 gajim now sends xml stanza via xml console 2005-07-04 21:29:22 +00:00
Nikos Kouremenos
5032f888f9 yet another menu now in glade 2005-07-04 16:59:43 +00:00
Yann Leboulanger
669b7bde6b last_message_time is now saved in gajim.py so we begin to count time when we receive the message and not when we print it (fix #162) 2005-07-03 15:27:41 +00:00
Nikos Kouremenos
9b11b98af2 Gajim now can send type=normal messages [TODO: handle incoming normal better] 2005-07-02 15:49:25 +00:00
Yann Leboulanger
dc2d1924f8 separate gpg keys in config file 2005-07-02 08:50:11 +00:00
Yann Leboulanger
48d36a16e5 more beautifull code 2005-07-01 22:20:01 +00:00
Nikos Kouremenos
11434df567 roster contact context menu now via glade, also has a non working yet menuitem to single message (eg. type=normal and not chat); last but not we now use ImageMenuItem and not hbox + MenuItem to have images where we implement gui on code and not on glade [as we prefer] 2005-07-01 15:15:35 +00:00