Commit graph

789 commits

Author SHA1 Message Date
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
Yann Leboulanger
7fd8d0a29b add a "open gmail inbox" menuitem for account context menu. Fixes #1673 2006-09-08 22:13:48 +00:00
Yann Leboulanger
29cef733f2 don't count pm messages in roster window, but in groupchat window. Fixes #2401 2006-09-07 14:35:23 +00:00
Yann Leboulanger
b3957742d4 remove useless print 2006-09-07 14:17:09 +00:00
Yann Leboulanger
c2ece68e43 handle correctly pm messages. 2006-09-07 13:19:43 +00:00
Yann Leboulanger
38b3425aac remove offline contact from roster when there is no more unread events 2006-09-03 20:27:19 +00:00
Yann Leboulanger
2b06b55994 close chat window when we remove an account. Fixes #2370 2006-09-03 20:21:26 +00:00
Nikos Kouremenos
fa4080f784 use helpers method. tested it in Windows (svn) and Linux 2006-09-03 15:16:05 +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
Yann Leboulanger
24f1b008a5 do not rename a contact if we are already renaming it. Fixes #2276 2006-08-28 20:03:38 +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
3c4333b66b default to jabber iconset when we try to get unknown transport one. 2006-08-25 10:55:53 +00:00
Yann Leboulanger
07f5b39e58 default status message are now used (if enabled) instead of asking status message. Fixes #2069 2006-08-22 14:40:19 +00:00
Yann Leboulanger
159e782ce9 fix infinite loop when in merged mode and we have twice the same contact in 2 different accounts. Fixes #2160 and #2187 2006-08-03 08:06:04 +00:00
Yann Leboulanger
f496059862 when we select multiple accounts, look into all of them which transport support MUC to enable the New Room in invite submenu. Fixes #2199 2006-08-01 21:21:53 +00:00