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
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
Jean-Marie Traissard
452f8bea2b
Count only gc HIGHLIGHTED messages, except if notify_o_all_muc_meessages. Show count in tab.
...
Note that this disable previous inconsistent behaviour where all gc_messages were counted in
systray
whereas tray icon was not animated. notify_on_all_muc_messages can still be used for that.
2006-09-30 14:28:10 +00:00
Jean-Marie Traissard
60ac8caf8c
[nk'slave]Cut status message to 100 in tray also, better var names
...
:D
2006-09-30 02:13:51 +00:00
Jean-Marie Traissard
97abe6b27e
Open gc-invit via roster
2006-09-30 01:42:46 +00:00
Jean-Marie Traissard
54155ad3e6
Sort accounts in advanced menuitem. Can't we sort gajim.connections when loading from config and when
...
adding an account instead of sorting this 100 times per session?
2006-09-29 22:45:06 +00:00
Nikos Kouremenos
1f6e5bcd7e
move dbus_support to common; try to do exceptions for D-Bus [Dimitur please have a look]
2006-09-29 20:49:15 +00:00
Jean-Marie Traissard
9659b03732
do not load full iconset when we want only one icon
2006-09-29 20:16:19 +00:00
Nikos Kouremenos
c118ce3ad6
add code for [] show transports menuitem to work
2006-09-29 15:37:46 +00:00
Nikos Kouremenos
d72a1ef9b1
say hi to View menu and GNOME HIG. partially fixes #2150 [code is needed for show/hide transports]
2006-09-29 15:13:10 +00:00
Jean-Marie Traissard
99f8b6aee9
In merged mode, don't add account name in roster if other contact is in same account. Use get_shown_name
...
so we don't print account name for all contacts with jid.split('@')[0]] as name
2006-09-28 17:42:01 +00:00
Yann Leboulanger
1f489b0b97
send new status when song changes only to connect accounts that have sync with global status on.
2006-09-26 14:16:19 +00:00
Yann Leboulanger
382b245062
don't allow privacy rules window if server doesn't support it. Fixes #253
2006-09-26 11:54:03 +00:00
Nikos Kouremenos
cbbb8c1faa
use one global variable in one place
2006-09-25 09:44:19 +00:00
Nikos Kouremenos
229d9cac50
remove if not iconset checks. it is our philosophy that if user changes his config to set "" to iconset we must fail. else we have to take care of every possible bad config there can exist by his inability to understand what he touches
2006-09-25 09:43:08 +00:00
Yann Leboulanger
44c40a6ed6
read correctly iconsets even if our iconset is brocken by using dcraven one.
2006-09-25 07:53:07 +00:00
Yann Leboulanger
e4cda079e3
16x16 folder in iconset is required, not 32x32. Fixes #2450
2006-09-25 07:21:30 +00:00
Jean-Marie Traissard
edc176975e
Don't show ressource in join/left in gc, and neither in chat, except if more than
...
one ressource connected.
2006-09-24 23:41:54 +00:00
Nikos Kouremenos
4062d3d3a8
improve comments
2006-09-24 19:27:52 +00:00
Nikos Kouremenos
70a28b4724
do not fail because of music track listener if user does not have D-Bus bindings
2006-09-24 19:25:44 +00:00
Nikos Kouremenos
ab4ecb5ea3
move inside the if
2006-09-23 14:56:16 +00:00
Nikos Kouremenos
712a4955d6
fix typo
2006-09-23 14:51:10 +00:00
Nikos Kouremenos
d6d6b90c03
[gjc] improve patch; he adds a timeout with a FIXME. Yann plz have a look if that is the only way
2006-09-23 14:39:58 +00:00
Nikos Kouremenos
5851230084
make sure we do not fail if path to iconset no longer exists. fixes #2444
2006-09-23 13:58:46 +00:00
Nikos Kouremenos
65fc27e573
Improve in style, varnames, docstrings [make it readable after months have passed], a great patch by Gustavo Carneiro with which we can get currently playing music track from Rhythmbox and Muine to be shown in our status message. fixes #564
2006-09-23 13:49:33 +00:00
Yann Leboulanger
74471acd95
don't allow account name to be hoovered in systray menu. Fixes #2430
2006-09-22 13:39:07 +00:00
Yann Leboulanger
351e666f97
show MUC icon in actions -> join_gc menuitem. Fixes #2430
2006-09-20 10:37:24 +00:00
Dimitur Kirov
1ed3a31f40
[anonymous] fix bug of renaming contact from
...
contextmenu
2006-09-19 15:31:34 +00:00
Yann Leboulanger
b49eb06010
differentiate single messages and chat messages when checking notifications. Fixes #2420
2006-09-16 11:17:24 +00:00
Jean-Marie Traissard
124f1c641e
Do not TB if systray is not available.
2006-09-15 11:10:49 +00:00
Yann Leboulanger
3504a77713
show the MUC icon in the contact context menu for invite menuitem. Fixes #2407
2006-09-15 09:39:37 +00:00
Yann Leboulanger
ee5082485f
don't remove a transport if there are unread events from contacts from this transport. Fixes #2144
2006-09-14 19:14:59 +00:00
Yann Leboulanger
e421c539e7
draw account name between [] only if it has child, and redraw account row after we add children. Fixes #2151
2006-09-11 07:41:42 +00:00
Yann Leboulanger
532e0bb60a
when removing an account, close only windows that belong to this account. Fixes #2408
2006-09-10 17:28:47 +00:00
Yann Leboulanger
5c73441078
show Merged account in account row correctly. Fixes #2406
2006-09-10 09:48:31 +00:00
Yann Leboulanger
0491be8d66
print account row between [] if row is collapsed. Fixes #2152
2006-09-09 16:41:24 +00:00
Nikos Kouremenos
fab576e10f
open gmail inbox in a better position (third, just after two submenus and not in between) fix childs position mess by mentioning by name [thus making it less difficult to break]; also use better name for open gmail inbox menuitem widget
2006-09-09 13:23:14 +00:00