Yann Leboulanger
|
77df1f0986
|
fixe default value to a variable.
|
2006-11-02 21:13:36 +00:00 |
|
Yann Leboulanger
|
18207be244
|
update contact instance in chat control when a resource comes back online (a new contact instance is created). fixes #2619
|
2006-11-02 00:07:15 +00:00 |
|
Yann Leboulanger
|
4c64eb6cce
|
don't show contact in roster if account is offline and no pending events and show_offline is False. fixes #2618
|
2006-11-01 20:12:08 +00:00 |
|
Yann Leboulanger
|
dba0a34a74
|
follow global status for merged account line. fixes #2620
|
2006-11-01 14:50:07 +00:00 |
|
Stefan Bethge
|
4f85656bb0
|
fix previous commit, don't do nm stuff if account is not synchronized to global status
|
2006-10-21 00:54:21 +00:00 |
|
Stefan Bethge
|
0465e3dcdb
|
fix #860, add patch from <jeff at ocjtech.us>, add per account options,
(options are in ACE only)
|
2006-10-21 00:49:30 +00:00 |
|
Stefan Bethge
|
18ef6edb74
|
don't allow sending messages via local account when offline or invisible
|
2006-10-20 17:02:38 +00:00 |
|
Nikos Kouremenos
|
62051dd998
|
use single quotes. Manager with capital in net manager
|
2006-10-20 09:06:36 +00:00 |
|
Yann Leboulanger
|
ac0682e991
|
catch network manager not present error. fixes #2597, #2599
|
2006-10-18 07:41:09 +00:00 |
|
Stefan Bethge
|
8cf6f4c7c2
|
add simple implementation of network manager awareness
(should find a better place) - see #860
|
2006-10-17 22:15:20 +00:00 |
|
Yann Leboulanger
|
e2430062f1
|
add missing () in a test. fices #2589
|
2006-10-17 21:40:48 +00:00 |
|
Stefan Bethge
|
8bfbb62aac
|
complete [7275] - remove send file for offline users (dkirov)
|
2006-10-17 19:38:43 +00:00 |
|
Stefan Bethge
|
ff735c4d36
|
don't allow vcard window for offline local contacts
|
2006-10-17 16:35:56 +00:00 |
|
Yann Leboulanger
|
fafa2d0c0a
|
show our server in roster when we get a message from it, and hide it if show_transports_group is False. Fixes #2568
|
2006-10-17 12:31:16 +00:00 |
|
Yann Leboulanger
|
fa1be18664
|
show transport if they have awaiting events, even if show_transport is off. fixes #2568
|
2006-10-16 20:05:09 +00:00 |
|
Yann Leboulanger
|
92f579aa79
|
use correct account name when DND'ing contacts. fixes #2531
|
2006-10-16 19:02:49 +00:00 |
|
Yann Leboulanger
|
fe5407907a
|
do not take into account offline resources in vcard / roster and tooltips. They may stay here if they are awaiting events.
|
2006-10-15 21:47:35 +00:00 |
|
Nikos Kouremenos
|
a1820a4ed5
|
fix logic for observers to work as XEP 0162 says
|
2006-10-15 13:23:05 +00:00 |
|
Nikos Kouremenos
|
ca65a1a097
|
commit something to complete [7176]
|
2006-10-14 13:22:37 +00:00 |
|
Stefan Bethge
|
7ad0a850d6
|
only show corresponding lines in actions/advanced menu
|
2006-10-14 06:15:43 +00:00 |
|
Stefan Bethge
|
a8c0bbe7c1
|
fix #2555
|
2006-10-12 03:22:57 +00:00 |
|
Jean-Marie Traissard
|
ccf2b261c7
|
Use "group chat" instead of "room" in all strings. Fixes #2523.
|
2006-10-12 02:12:10 +00:00 |
|
Stefan Bethge
|
6621657ccc
|
include patch from misc@zarb.org to only show lock on tls
fixes #2556
|
2006-10-11 23:03:18 +00:00 |
|
Stefan Bethge
|
1dbb2a891f
|
merge zeroconf branch to trunk
|
2006-10-11 02:12:56 +00:00 |
|
Yann Leboulanger
|
78f27533b6
|
remove a test that breaks Gajim, Nikos, look at what you wanted to do.
And fix a func name too
|
2006-10-10 17:33:53 +00:00 |
|
Nikos Kouremenos
|
9448a325c7
|
use introduced functions
|
2006-10-10 15:58:48 +00:00 |
|
Yann Leboulanger
|
aae7e7e99c
|
allow shutdown func now get the method we used to close the tab. So that we check if a row is selected in gc control only if we close tab by pressing Esc key. fixes #2528
|
2006-10-10 15:53:42 +00:00 |
|
Nikos Kouremenos
|
627469e5e0
|
from common.exceptions import GajimGeneralException as GajimGeneralException -> from common.exceptions import GajimGeneralException
|
2006-10-10 15:29:10 +00:00 |
|
Stefan Bethge
|
2bd74a3937
|
don't allow delete key for local accounts
|
2006-10-09 14:58:57 +00:00 |
|
Stefan Bethge
|
0d0ac51fa8
|
merge with trunk
|
2006-10-09 00:27:03 +00:00 |
|
Nikos Kouremenos
|
54265a93bd
|
sort accounts in gc_sub_menu everywhere [both in roster and in tray]
|
2006-10-08 12:03:32 +00:00 |
|
Nikos Kouremenos
|
10ae874cb6
|
We now use one term "group chat" in the place of sometimes used room
|
2006-10-07 14:36:08 +00:00 |
|
Nikos Kouremenos
|
f27453ca6e
|
fix a tb [now I can see them!] preventing joining room
|
2006-10-07 13:24:41 +00:00 |
|
Nikos Kouremenos
|
01e3fc1199
|
introduce GajimGeneralException and use that instead of RunTimeError when raising so instances are not created. This is better because python can also raise RunTimeError, which we will catch by accident and we do not want that to happen
|
2006-10-07 12:41:19 +00:00 |
|
Nikos Kouremenos
|
8dfb1a5a66
|
unite room and server name resulting in a room jid interface [so it aligns with add new contact]. fixes #2504
|
2006-10-07 12:18:51 +00:00 |
|
Yann Leboulanger
|
9b83c74487
|
move gtkgui_helpers.reduce_chars_newlines to common/helpers.py. It's not GTK related.
|
2006-10-06 14:52:25 +00:00 |
|
Nikos Kouremenos
|
ebd6f65460
|
[Gustavo Carneiro] add GnomeKeyring support. see #2493
|
2006-10-05 23:06:54 +00:00 |
|
Jean-Marie Traissard
|
04777639c2
|
comments, use self.regroup
|
2006-10-05 13:14:15 +00:00 |
|
Dimitur Kirov
|
59b6ae468a
|
merge from trunk
automake based instalation
|
2006-10-04 00:10:49 +00:00 |
|
Yann Leboulanger
|
725325eb7e
|
priority is now by default set from status. online: 50, away: 40...
priorities are configurable with autopriority_* ACE options.
Fixes #1999, #1439, #1885, #1076
|
2006-10-03 14:57:19 +00:00 |
|
Yann Leboulanger
|
6b40b5ad32
|
[Santiago Gala] we can now see XHTML (JEP 0071). See #316
|
2006-10-03 14:12:42 +00:00 |
|
Yann Leboulanger
|
f34c41c93b
|
Di not ask "are you sure you want to leave room X" when we remove an account. We already replied to "you have opend chat windows". Fixes #2462
|
2006-10-03 08:54:14 +00:00 |
|
Yann Leboulanger
|
59374a1e39
|
Fix wrong var name.
|
2006-10-02 23:51:50 +00:00 |
|
Nikos Kouremenos
|
7ce1fa4e46
|
self.name not self [in connection.py]
|
2006-10-02 11:42:26 +00:00 |
|
Nikos Kouremenos
|
6bab3917b1
|
make more helper functions out of accounts code found mainly in roster
|
2006-10-02 11:28:28 +00:00 |
|
Nikos Kouremenos
|
923e65db30
|
fix typo
|
2006-10-02 11:04:30 +00:00 |
|
Nikos Kouremenos
|
962c571adb
|
move > 1 < 2 jargon about connected acct to where it belogs [common/gajim] try to use that from now one please.
|
2006-10-02 10:42:59 +00:00 |
|
Nikos Kouremenos
|
1d927b4ff4
|
gmail notification stuff: do not take the risk to show our password [browser history may have exact link and thus link in plain text]
|
2006-10-02 01:04:54 +00:00 |
|
Stefan Bethge
|
207b8cac17
|
remove single message for local account,
change name of zeroconf prefs to modify account
|
2006-10-01 23:32:53 +00:00 |
|
Stefan Bethge
|
227cdb742b
|
proper handling of normal accounts with the name 'Local',
don't use account's name but is_zeroconf flag for checks
|
2006-09-30 18:23:47 +00:00 |
|