Yann Leboulanger
|
bc26593974
|
use gettext.install. Fixes #497
|
2006-06-15 06:49:04 +00:00 |
Jean-Marie Traissard
|
30f83fc2cb
|
Typo + Really delete unused make_groups_submenus_for_chat_with() + redraw pm tab AFTER muc contact
disconnected + fix reference before assignement TB
|
2006-05-18 18:07:53 +00:00 |
Dimitur Kirov
|
a727700780
|
show Start Chat dialog, instead of contacts
list in systray context menu
|
2006-05-08 22:22:40 +00:00 |
Dimitur Kirov
|
5e6b016af1
|
split gtkgui.glade in several small glade
files, which are now located in data/glade/
|
2006-05-02 15:53:25 +00:00 |
Yann Leboulanger
|
933d84ebd3
|
a group can be ''. Fixes #1900
|
2006-04-26 07:06:11 +00:00 |
Jean-Marie Traissard
|
3a27a78e36
|
Deal with unknow status, thanks Yann for idea.
|
2006-04-18 18:01:07 +00:00 |
Yann Leboulanger
|
1f815113f8
|
Fix strange behavior in systray while in connecting state
|
2006-04-16 13:13:44 +00:00 |
Jean-Marie Traissard
|
839b75f2dd
|
systray->chat with : sort in the same order than roster (name.lower()), really connect the menuitem to the jid...
|
2006-04-12 18:39:12 +00:00 |
Jean-Marie Traissard
|
4dce6d9e82
|
typo, thanks bb for report.
|
2006-04-09 21:46:51 +00:00 |
Nikos Kouremenos
|
e3c9a07aaa
|
ask C to copy list; respect 80 chars margin; use show and not print when you mean show
|
2006-04-09 16:48:24 +00:00 |
Jean-Marie Traissard
|
4018894f41
|
Use the right way to copy a list in python, thanks Yann.
|
2006-04-09 16:03:50 +00:00 |
Jean-Marie Traissard
|
ba2f6221fb
|
If a contact is in 'Not in Roster' group in the roster, see him in systray->chat_with->'Not in Roster'
|
2006-04-09 14:08:46 +00:00 |
Jean-Marie Traissard
|
ce2269e73f
|
Join gc menu in systray. Fixes #690.
Should I move add_bookmarks_list() in another file ?
|
2006-04-09 11:13:39 +00:00 |
Jean-Marie Traissard
|
3fbe15edab
|
Do not TB in systray when a contact has 'not in the roster' for show, don't list him in chat
with.
|
2006-04-09 00:08:34 +00:00 |
Jean-Marie Traissard
|
039a74adff
|
Sort contact by show in systray->chat with if sort_by_show is on. Fixes #1539
|
2006-04-08 14:33:04 +00:00 |
Nikos Kouremenos
|
9e35ac7aeb
|
improve function name; move it to where we keep those
|
2006-04-08 10:28:53 +00:00 |
Yann Leboulanger
|
e9bd817680
|
destroy sub menus in systray popup menu before creating new. Fixes #1820
|
2006-04-07 23:07:14 +00:00 |
Jean-Marie Traissard
|
7c85a32cbb
|
Include users with no group un "General" group in systray->chat with
|
2006-04-06 21:19:26 +00:00 |
Jean-Marie Traissard
|
f2355f9e6c
|
print submenus only when more than one account is connected, not when more than one is configured, sort
some menus in systray->chat
|
2006-04-06 18:37:24 +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
|
cb28e2124d
|
use kbd_input.png (previously rename.png) for rename menuitems in roster;better names for making menus methods in roster;add (comment out though as it has a problem) rename for transport
|
2006-03-29 16:42:06 +00:00 |
Nikos Kouremenos
|
1524521c7f
|
pychecker on our files. everyone please have a look so we do not do the same mistakes and in case you catch a mistake I did when cleaning
|
2006-03-24 18:48:26 +00:00 |
Nikos Kouremenos
|
b3f9fc764e
|
fix a TB in trayicon menu functionality. fix varname which lead to bad functionality for single message [we were doing new message] and also fix functionality for it, add %s in strings and not +, use gtkgui helper function
|
2006-03-08 01:27:01 +00:00 |
Nikos Kouremenos
|
35e7328e19
|
systray show prefs menuitem now works again
|
2006-03-05 16:07:27 +00:00 |
Dimitur Kirov
|
1f467c0fc3
|
show_tooltip uses less argumens, added some
docs, explaining what this arguments are for
|
2006-02-28 10:13:42 +00:00 |
Yann Leboulanger
|
946a28b26b
|
[Jim++] some elif instead of if
|
2006-02-26 23:29:49 +00:00 |
Travis Shirk
|
a63132500b
|
Pass account to window/control lookup methods
|
2006-01-25 02:43:55 +00:00 |
Yann Leboulanger
|
a89be870a7
|
fix indentation (no space in indentation)
|
2006-01-11 07:07:45 +00:00 |
Yann Leboulanger
|
d2ab3031f1
|
contact.name can now be empty. So use contact.get_shown_name() that returns a user friendly name
|
2006-01-10 18:30:57 +00:00 |
Travis Shirk
|
f195c47ea7
|
Migrating code into the new classes
|
2006-01-02 22:08:50 +00:00 |
Travis Shirk
|
1360933ba9
|
Merged in trunk updates, including meta_contacts
Merged revisions 4951,4962-4969 via svnmerge from
svn://svn.gajim.org/gajim/trunk
........
r4951 | nk | 2005-12-30 16:50:36 -0700 (Fri, 30 Dec 2005) | 1 line
fixes in greek transl
........
r4962 | asterix | 2006-01-01 11:41:04 -0700 (Sun, 01 Jan 2006) | 2 lines
merge meta_contacts branch with trunk. Meta contacts are not in gajim yet, but framework is here. We now use gajim.contacts.many_functions() to handle contacts and groupchat_contacts.
........
r4963 | asterix | 2006-01-01 11:43:24 -0700 (Sun, 01 Jan 2006) | 2 lines
correct contacts file
........
r4964 | asterix | 2006-01-01 11:47:26 -0700 (Sun, 01 Jan 2006) | 2 lines
dict.remove() doesn't exists, it's del dict[]
........
r4965 | asterix | 2006-01-01 11:50:15 -0700 (Sun, 01 Jan 2006) | 2 lines
some missing commits from branch
........
r4966 | asterix | 2006-01-01 11:53:30 -0700 (Sun, 01 Jan 2006) | 2 lines
end of gc_contact.nick -> gc_contact.name
........
r4967 | asterix | 2006-01-01 12:05:59 -0700 (Sun, 01 Jan 2006) | 2 lines
new ACE option: send_sha_in_gc_presence that allow to send sha info in groupchat presences
........
r4968 | asterix | 2006-01-01 12:12:36 -0700 (Sun, 01 Jan 2006) | 2 lines
0.9.1-2 in debian that solve the group bug (commit [4924])
........
r4969 | asterix | 2006-01-01 12:31:13 -0700 (Sun, 01 Jan 2006) | 2 lines
typo
........
|
2006-01-01 20:06:26 +00:00 |
Travis Shirk
|
c30ee542dc
|
Close to usable for chat, receiving messages, etc.
|
2005-12-31 21:55:44 +00:00 |
Nikos Kouremenos
|
19a64469f4
|
failsafe to dcraven
|
2005-12-12 15:14:58 +00:00 |
Nikos Kouremenos
|
f7ee0dffd9
|
we now use 32x32 in Tabbed Chat banner img for state; and can control the size between 32x32 and 16x16 in general [of course only for those iconsets that ship 32x32
|
2005-12-12 15:13:31 +00:00 |
Yann Leboulanger
|
4f3b8dc3e8
|
move handle_event from systray.py to gajim.py
|
2005-12-11 10:31:42 +00:00 |
Yann Leboulanger
|
612716e2db
|
change copyright from "Gajim Team" to real people
|
2005-12-09 23:30:28 +00:00 |
Yann Leboulanger
|
cae7ce3bac
|
"Gajim Team" in all hearders become "Contributors for this file"
|
2005-12-09 17:15:30 +00:00 |
Yann Leboulanger
|
34255e5682
|
Vincent left us a long time ago
|
2005-12-07 23:09:10 +00:00 |
Yann Leboulanger
|
28936744a5
|
make sure windows get focus when we click on systray icon
|
2005-12-04 23:16:13 +00:00 |
Nikos Kouremenos
|
80b40b77ec
|
chat using acct not chat with account [unless account is human been! :D]
|
2005-12-01 18:19:51 +00:00 |
Yann Leboulanger
|
3f2cbf7c46
|
[SF] show "with account acct_name" instead of "as jid" in menus
|
2005-11-28 16:29:04 +00:00 |
Nikos Kouremenos
|
4f74f23796
|
revert until gtk grows up
|
2005-11-17 16:28:41 +00:00 |
Nikos Kouremenos
|
897f60ad06
|
logic
|
2005-11-17 12:34:30 +00:00 |
Nikos Kouremenos
|
d8fa4a8904
|
fix something with a better way
|
2005-11-17 10:16:08 +00:00 |
Nikos Kouremenos
|
082fc7aaa9
|
fixing dict name: gajim.interface.windows --> gajim.interface.instances
|
2005-11-13 15:08:47 +00:00 |
Nikos Kouremenos
|
a3cd40ac84
|
fix a logic bug. thanks deluge
|
2005-11-08 11:13:47 +00:00 |
Nikos Kouremenos
|
183d59333f
|
fix missing var
|
2005-11-07 14:06:39 +00:00 |
Nikos Kouremenos
|
1c89061483
|
fix tb
|
2005-11-06 17:10:55 +00:00 |
Yann Leboulanger
|
51d2175b18
|
ChangeStatusMessageDialog now shows the last_status_message even when we choose "change status message" menuitem
|
2005-11-05 17:52:49 +00:00 |
Nikos Kouremenos
|
5414ac84dc
|
fix comment
|
2005-11-04 15:31:19 +00:00 |