Commit graph

5499 commits

Author SHA1 Message Date
Yann Leboulanger
31e54bc2ed remove many call to dialog.run() function. Some are still here, but they happend only when the user do an action (close a chat window, change status, ...). So UI is not blocked when we receive a groupchat invitation or an error message. 2006-04-02 16:11:21 +00:00
Yann Leboulanger
e63de7d933 remove some useless import 2006-04-02 16:07:03 +00:00
Yann Leboulanger
f727ef1c85 remove some useless import 2006-04-02 16:04:33 +00:00
Nikos Kouremenos
bed7a29414 fix a typo 2006-04-02 15:11:27 +00:00
Yann Leboulanger
a803ba2758 take into account notify_on_new_message option for pm 2006-04-01 20:56:34 +00:00
Yann Leboulanger
9541b75559 prevent TB 2006-04-01 20:30:37 +00:00
Yann Leboulanger
c23a517a20 typo 2006-04-01 20:21:21 +00:00
Yann Leboulanger
becf3c4c3a handle correctly pm 2006-04-01 18:55:53 +00:00
Yann Leboulanger
90e5561860 JEP 0091 support: timestamp in presences. Fixes #1675 2006-04-01 18:16:06 +00:00
Yann Leboulanger
81d3d38455 fix logic in handle_event_msg so messages from lower resource doesn't behaves incorrectly. Fixes #1785 2006-04-01 17:03:36 +00:00
Yann Leboulanger
4447ec9406 disable DND when account if offline. Fixes #1754 2006-04-01 12:26:10 +00:00
Yann Leboulanger
c773f0966b unsensitive most menu items in context menus of contact / group / transport / account when account is offline and prevent renaming of contact / group. See #1754 2006-04-01 12:10:02 +00:00
Yann Leboulanger
117acf702c contact.show can be not in roster. Fixes #1792 2006-04-01 10:23:40 +00:00
Nikos Kouremenos
bd4a18b861 if we have status message for contact that signs in/out and we have such notifications, include the status message information in those windows 2006-04-01 09:35:07 +00:00
Nikos Kouremenos
befc5ac529 in notifications say the message and do not dup info that new msg is in. fixes #1790 2006-04-01 09:17:15 +00:00
Travis Shirk
39b2c854d4 Since gajim-remote is a user script and the output of which is often parsed I think
it unwise to include the "inconsistent use of tabs and spaces in indentation" warning.
Filtering stderr works, but may also filter out useful info.
2006-04-01 05:01:42 +00:00
Travis Shirk
a39d946bee Fix TB #1791 2006-04-01 04:58:53 +00:00
Yann Leboulanger
111ea2c9b6 cleanup ichat mode code. No need of timeout. Fixes #1213 2006-03-31 20:08:47 +00:00
Nikos Kouremenos
fcf31413dc fix hawke patch 2006-03-31 18:40:10 +00:00
Yann Leboulanger
d0f7758647 clean common.contacts._contacts when we remove a contact. Fixes #1788 2006-03-31 17:54:52 +00:00
Alex Mauer
ff5fd60861 * Add option 'dont_ack_s10n' to prevent the infinite loop with jabberd2 subscription acknowledgements. 2006-03-31 17:35:05 +00:00
Nikos Kouremenos
b3f1956da9 apply underlines to labels. apply correct focus target for them. fix some strings 2006-03-31 11:45:11 +00:00
Nikos Kouremenos
b4574c341b print time sometimes or never disables being able to change before after time entries 2006-03-31 11:25:29 +00:00
Nikos Kouremenos
60c916b53a [jim] rm a space 2006-03-31 10:44:47 +00:00
Yann Leboulanger
efcc8a1c94 prevent infinite loop when using show all pending events from systray 2006-03-31 07:47:27 +00:00
Nikos Kouremenos
d4cc5cd6c0 update Changelog to match .10 as we slowly approach it 2006-03-31 01:22:40 +00:00
Yann Leboulanger
fe98c5fc55 don't show popup menu for group that can't be renamed 2006-03-30 21:39:32 +00:00
Yann Leboulanger
42fcc71bc0 prevent renaming of General group. Fixes #1780 2006-03-30 21:37:45 +00:00
Yann Leboulanger
ba7ef979b7 common/gajim can't contain _()O so move it to helpers
prevent renaming of special groups
2006-03-30 21:35:43 +00:00
Yann Leboulanger
66a4f406fa Observersa in also a special group than can't be renamed / can't reveive contacts with DND 2006-03-30 21:25:38 +00:00
Yann Leboulanger
204f8b89f3 when sub=to and we remove a contact, don't show the check button "allow other part to view my status" as he is already not interested in it. This result in removing contacts with sub=none, ask=none 2006-03-30 21:00:19 +00:00
Nikos Kouremenos
99276b5b8b revert buttons in notif-daemon popups. notif-daemon new release will fix position bug reported as attach in #1537 2006-03-30 20:08:55 +00:00
Yann Leboulanger
6ecdbb7470 when sub = 'to' and we remove contact (but allow other side to see our status) completely remove contact 2006-03-30 18:52:59 +00:00
Yann Leboulanger
b7e4465ed5 add contact to roster when he becomes observer (and was none before) 2006-03-30 18:48:24 +00:00
Yann Leboulanger
028de148d3 do not remove a contact from roster when he goes offline and showoffline is True 2006-03-30 18:07:56 +00:00
Yann Leboulanger
276415f570 we can now re-add a contact that was ith sub=none (so not shown at all in roster) 2006-03-30 17:55:25 +00:00
Yann Leboulanger
619aaf9f73 prevent to add a contact twice in the same group 2006-03-30 17:25:06 +00:00
Yann Leboulanger
883bff804c we now can't remove / rename accounts with unread events 2006-03-30 17:23:06 +00:00
Nikos Kouremenos
62951fb718 coding standards; convert a TODO to more like testing stuff 2006-03-30 16:10:50 +00:00
Nikos Kouremenos
1dc069f237 overkill to use sre for just replace 2006-03-30 16:08:54 +00:00
Yann Leboulanger
ef6ead5d84 fix TB: button_text is now always set 2006-03-30 14:08:57 +00:00
Yann Leboulanger
a2b7c819a1 re-introduce button in notification in order to see it fully on screen. I just took Andrew's code from #1388 patch04. Fixes #1537 2006-03-30 12:57:38 +00:00
Dimitur Kirov
114264ca13 stop if Process has return 0, meaning that it
closed the connection
2006-03-29 23:33:17 +00:00
Yann Leboulanger
b963fd1b25 clean gajim.groups when we rename a group. Fixes #1778 2006-03-29 22:11:14 +00:00
Nikos Kouremenos
5ff9b0fcba use new icon for rename in group menu too.fixes #1782 2006-03-29 22:05:38 +00:00
Nikos Kouremenos
5a9dfbb20c rm leftover fixme 2006-03-29 22:00:53 +00:00
Yann Leboulanger
e3fb6c2607 we have to remove group from contact instances before removing them from roster so that gajim.groups in cleaned up. Fixes #1778 2006-03-29 21:23:13 +00:00
Yann Leboulanger
4849c2f815 we go offline in rooms when we go invisible 2006-03-29 21:06:01 +00:00
Yann Leboulanger
0e873f24ca edit groups now works for non-metacontacts too :). Fixes #1778 2006-03-29 21:00:33 +00:00
Yann Leboulanger
3a0e6bf000 modify treestore before iter becomes invalid 2006-03-29 20:32:36 +00:00