Changeset 4700
- Timestamp:
- 12/10/05 00:30:28 (3 years ago)
- Location:
- trunk
- Files:
-
- 40 modified
-
scripts/gajim (modified) (1 diff)
-
scripts/gajim-remote (modified) (1 diff)
-
setup_win32.py (modified) (1 diff)
-
src/advanced.py (modified) (1 diff)
-
src/cell_renderer_image.py (modified) (1 diff)
-
src/chat.py (modified) (1 diff)
-
src/common/check_paths.py (modified) (1 diff)
-
src/common/config.py (modified) (1 diff)
-
src/common/connection.py (modified) (1 diff)
-
src/common/exceptions.py (modified) (1 diff)
-
src/common/gajim.py (modified) (1 diff)
-
src/common/GnuPG.py (modified) (1 diff)
-
src/common/helpers.py (modified) (1 diff)
-
src/common/i18n.py (modified) (1 diff)
-
src/common/idle.c (modified) (1 diff)
-
src/common/logger.py (modified) (1 diff)
-
src/common/optparser.py (modified) (1 diff)
-
src/common/sleepy.py (modified) (1 diff)
-
src/common/socks5.py (modified) (1 diff)
-
src/config.py (modified) (1 diff)
-
src/conversation_textview.py (modified) (1 diff)
-
src/dialogs.py (modified) (1 diff)
-
src/disco.py (modified) (1 diff)
-
src/filetransfers_window.py (modified) (1 diff)
-
src/gajim.py (modified) (1 diff)
-
src/gajim-remote.py (modified) (1 diff)
-
src/gajim_themes_window.py (modified) (1 diff)
-
src/groupchat_window.py (modified) (1 diff)
-
src/gtkexcepthook.py (modified) (1 diff)
-
src/gtkgui_helpers.py (modified) (1 diff)
-
src/history_window.py (modified) (1 diff)
-
src/message_textview.py (modified) (1 diff)
-
src/notify.py (modified) (1 diff)
-
src/remote_control.py (modified) (1 diff)
-
src/roster_window.py (modified) (1 diff)
-
src/systray.py (modified) (1 diff)
-
src/systraywin32.py (modified) (1 diff)
-
src/tabbed_chat_window.py (modified) (1 diff)
-
src/tooltips.py (modified) (1 diff)
-
src/vcard.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/gajim
r4692 r4700 6 6 ## - Nikos Kouremenos <kourem@gmail.com> 7 7 ## 8 ## Copyright (C) 2003-2005 Gajim Team 8 ## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org> 9 ## Vincent Hanquez <tab@snarc.org> 10 ## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org> 11 ## Vincent Hanquez <tab@snarc.org> 12 ## Nikos Kouremenos <nkour@jabber.org> 13 ## Dimitur Kirov <dkirov@gmail.com> 14 ## Travis Shirk <travis@pobox.com> 15 ## Norman Rasmussen <norman@rasmussen.co.za> 9 16 ## 10 17 ## This program is free software; you can redistribute it and/or modify -
trunk/scripts/gajim-remote
r4692 r4700 7 7 ## - Dimitur Kirov <dkirov@gmail.com> 8 8 ## 9 ## Copyright (C) 2003-2005 Gajim Team 9 ## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org> 10 ## Vincent Hanquez <tab@snarc.org> 11 ## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org> 12 ## Vincent Hanquez <tab@snarc.org> 13 ## Nikos Kouremenos <nkour@jabber.org> 14 ## Dimitur Kirov <dkirov@gmail.com> 15 ## Travis Shirk <travis@pobox.com> 16 ## Norman Rasmussen <norman@rasmussen.co.za> 10 17 ## 11 18 ## This program is free software; you can redistribute it and/or modify -
trunk/setup_win32.py
r4692 r4700 5 5 ## - Nikos Kouremenos <kourem@gmail.com> 6 6 ## 7 ## Copyright (C) 2003-2005 Gajim Team 7 ## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org> 8 ## Vincent Hanquez <tab@snarc.org> 9 ## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org> 10 ## Vincent Hanquez <tab@snarc.org> 11 ## Nikos Kouremenos <nkour@jabber.org> 12 ## Dimitur Kirov <dkirov@gmail.com> 13 ## Travis Shirk <travis@pobox.com> 14 ## Norman Rasmussen <norman@rasmussen.co.za> 8 15 ## 9 16 ## This program is free software; you can redistribute it and/or modify -
trunk/src/advanced.py
r4693 r4700 6 6 ## - Vincent Hanquez <tab@snarc.org> 7 7 ## 8 ## Copyright (C) 2003-2005 Gajim Team 8 ## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org> 9 ## Vincent Hanquez <tab@snarc.org> 10 ## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org> 11 ## Vincent Hanquez <tab@snarc.org> 12 ## Nikos Kouremenos <nkour@jabber.org> 13 ## Dimitur Kirov <dkirov@gmail.com> 14 ## Travis Shirk <travis@pobox.com> 15 ## Norman Rasmussen <norman@rasmussen.co.za> 9 16 ## 10 17 ## This program is free software; you can redistribute it and/or modify -
trunk/src/cell_renderer_image.py
r4692 r4700 5 5 ## - Nikos Kouremenos <kourem@gmail.com> 6 6 ## 7 ## Copyright (C) 2003-2005 Gajim Team 7 ## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org> 8 ## Vincent Hanquez <tab@snarc.org> 9 ## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org> 10 ## Vincent Hanquez <tab@snarc.org> 11 ## Nikos Kouremenos <nkour@jabber.org> 12 ## Dimitur Kirov <dkirov@gmail.com> 13 ## Travis Shirk <travis@pobox.com> 14 ## Norman Rasmussen <norman@rasmussen.co.za> 8 15 ## 9 16 ## This program is free software; you can redistribute it and/or modify -
trunk/src/chat.py
r4692 r4700 5 5 ## - Nikos Kouremenos <kourem@gmail.com> 6 6 ## 7 ## Copyright (C) 2003-2005 Gajim Team 7 ## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org> 8 ## Vincent Hanquez <tab@snarc.org> 9 ## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org> 10 ## Vincent Hanquez <tab@snarc.org> 11 ## Nikos Kouremenos <nkour@jabber.org> 12 ## Dimitur Kirov <dkirov@gmail.com> 13 ## Travis Shirk <travis@pobox.com> 14 ## Norman Rasmussen <norman@rasmussen.co.za> 8 15 ## 9 16 ## This program is free software; you can redistribute it and/or modify -
trunk/src/common/check_paths.py
r4692 r4700 4 4 ## - Travis Shirk <travis@pobox.com> 5 5 ## 6 ## Copyright (C) 2003-2005 Gajim Team 6 ## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org> 7 ## Vincent Hanquez <tab@snarc.org> 8 ## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org> 9 ## Vincent Hanquez <tab@snarc.org> 10 ## Nikos Kouremenos <nkour@jabber.org> 11 ## Dimitur Kirov <dkirov@gmail.com> 12 ## Travis Shirk <travis@pobox.com> 13 ## Norman Rasmussen <norman@rasmussen.co.za> 7 14 ## 8 15 ## This program is free software; you can redistribute it and/or modify -
trunk/src/common/config.py
r4692 r4700 7 7 ## - Travis Shirk <travis@pobox.com> 8 8 ## 9 ## Copyright (C) 2003-2005 Gajim Team 9 ## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org> 10 ## Vincent Hanquez <tab@snarc.org> 11 ## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org> 12 ## Vincent Hanquez <tab@snarc.org> 13 ## Nikos Kouremenos <nkour@jabber.org> 14 ## Dimitur Kirov <dkirov@gmail.com> 15 ## Travis Shirk <travis@pobox.com> 16 ## Norman Rasmussen <norman@rasmussen.co.za> 10 17 ## 11 18 ## This program is free software; you can redistribute it and/or modify -
trunk/src/common/connection.py
r4692 r4700 7 7 ## - Travis Shirk <travis@pobox.com> 8 8 ## 9 ## Copyright (C) 2003-2005 Gajim Team 9 ## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org> 10 ## Vincent Hanquez <tab@snarc.org> 11 ## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org> 12 ## Vincent Hanquez <tab@snarc.org> 13 ## Nikos Kouremenos <nkour@jabber.org> 14 ## Dimitur Kirov <dkirov@gmail.com> 15 ## Travis Shirk <travis@pobox.com> 16 ## Norman Rasmussen <norman@rasmussen.co.za> 10 17 ## 11 18 ## This program is free software; you can redistribute it and/or modify -
trunk/src/common/exceptions.py
r4692 r4700 5 5 ## - Nikos Kouremenos <kourem@gmail.com> 6 6 ## 7 ## Copyright (C) 2003-2005 Gajim Team 7 ## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org> 8 ## Vincent Hanquez <tab@snarc.org> 9 ## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org> 10 ## Vincent Hanquez <tab@snarc.org> 11 ## Nikos Kouremenos <nkour@jabber.org> 12 ## Dimitur Kirov <dkirov@gmail.com> 13 ## Travis Shirk <travis@pobox.com> 14 ## Norman Rasmussen <norman@rasmussen.co.za> 8 15 ## 9 16 ## This program is free software; you can redistribute it and/or modify -
trunk/src/common/gajim.py
r4692 r4700 5 5 ## - Nikos Kouremenos <kourem@gmail.com> 6 6 ## 7 ## Copyright (C) 2003-2005 Gajim Team 7 ## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org> 8 ## Vincent Hanquez <tab@snarc.org> 9 ## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org> 10 ## Vincent Hanquez <tab@snarc.org> 11 ## Nikos Kouremenos <nkour@jabber.org> 12 ## Dimitur Kirov <dkirov@gmail.com> 13 ## Travis Shirk <travis@pobox.com> 14 ## Norman Rasmussen <norman@rasmussen.co.za> 8 15 ## 9 16 ## This program is free software; you can redistribute it and/or modify -
trunk/src/common/GnuPG.py
r4692 r4700 5 5 ## - Nikos Kouremenos <nkour@jabber.org> 6 6 ## 7 ## Copyright (C) 2003-2005 Gajim Team 7 ## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org> 8 ## Vincent Hanquez <tab@snarc.org> 9 ## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org> 10 ## Vincent Hanquez <tab@snarc.org> 11 ## Nikos Kouremenos <nkour@jabber.org> 12 ## Dimitur Kirov <dkirov@gmail.com> 13 ## Travis Shirk <travis@pobox.com> 14 ## Norman Rasmussen <norman@rasmussen.co.za> 8 15 ## 9 16 ## This program is free software; you can redistribute it and/or modify -
trunk/src/common/helpers.py
r4692 r4700 5 5 ## - Nikos Kouremenos <kourem@gmail.com> 6 6 ## 7 ## Copyright (C) 2003-2005 Gajim Team 7 ## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org> 8 ## Vincent Hanquez <tab@snarc.org> 9 ## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org> 10 ## Vincent Hanquez <tab@snarc.org> 11 ## Nikos Kouremenos <nkour@jabber.org> 12 ## Dimitur Kirov <dkirov@gmail.com> 13 ## Travis Shirk <travis@pobox.com> 14 ## Norman Rasmussen <norman@rasmussen.co.za> 8 15 ## 9 16 ## This program is free software; you can redistribute it and/or modify -
trunk/src/common/i18n.py
r4692 r4700 5 5 ## - Nikos Kouremenos <kourem@gmail.com> 6 6 ## 7 ## Copyright (C) 2003-2005 Gajim Team 7 ## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org> 8 ## Vincent Hanquez <tab@snarc.org> 9 ## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org> 10 ## Vincent Hanquez <tab@snarc.org> 11 ## Nikos Kouremenos <nkour@jabber.org> 12 ## Dimitur Kirov <dkirov@gmail.com> 13 ## Travis Shirk <travis@pobox.com> 14 ## Norman Rasmussen <norman@rasmussen.co.za> 8 15 ## 9 16 ## This program is free software; you can redistribute it and/or modify -
trunk/src/common/idle.c
r4673 r4700 4 4 * - Yann Le Boulanger <asterix@lagaule.org> 5 5 * 6 * Copyright (C) 2003-2005 Gajim Team 6 * Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org> 7 * Vincent Hanquez <tab@snarc.org> 8 * Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org> 9 * Vincent Hanquez <tab@snarc.org> 10 * Nikos Kouremenos <nkour@jabber.org> 11 * Dimitur Kirov <dkirov@gmail.com> 12 * Travis Shirk <travis@pobox.com> 13 * Norman Rasmussen <norman@rasmussen.co.za> 7 14 * 8 15 * This program is free software; you can redistribute it and/or modify -
trunk/src/common/logger.py
r4692 r4700 5 5 ## - Nikos Kouremenos <kourem@gmail.com> 6 6 ## 7 ## Copyright (C) 2003-2005 Gajim Team 7 ## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org> 8 ## Vincent Hanquez <tab@snarc.org> 9 ## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org> 10 ## Vincent Hanquez <tab@snarc.org> 11 ## Nikos Kouremenos <nkour@jabber.org> 12 ## Dimitur Kirov <dkirov@gmail.com> 13 ## Travis Shirk <travis@pobox.com> 14 ## Norman Rasmussen <norman@rasmussen.co.za> 8 15 ## 9 16 ## This program is free software; you can redistribute it and/or modify -
trunk/src/common/optparser.py
r4692 r4700 4 4 ## - Nikos Kouremenos <kourem@gmail.com> 5 5 ## 6 ## Copyright (C) 2003-2005 Gajim Team 6 ## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org> 7 ## Vincent Hanquez <tab@snarc.org> 8 ## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org> 9 ## Vincent Hanquez <tab@snarc.org> 10 ## Nikos Kouremenos <nkour@jabber.org> 11 ## Dimitur Kirov <dkirov@gmail.com> 12 ## Travis Shirk <travis@pobox.com> 13 ## Norman Rasmussen <norman@rasmussen.co.za> 7 14 ## 8 15 ## This program is free software; you can redistribute it and/or modify -
trunk/src/common/sleepy.py
r4692 r4700 5 5 ## - Nikos Kouremenos <kourem@gmail.com> 6 6 ## 7 ## Copyright (C) 2003-2005 Gajim Team 7 ## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org> 8 ## Vincent Hanquez <tab@snarc.org> 9 ## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org> 10 ## Vincent Hanquez <tab@snarc.org> 11 ## Nikos Kouremenos <nkour@jabber.org> 12 ## Dimitur Kirov <dkirov@gmail.com> 13 ## Travis Shirk <travis@pobox.com> 14 ## Norman Rasmussen <norman@rasmussen.co.za> 8 15 ## 9 16 ## This program is free software; you can redistribute it and/or modify -
trunk/src/common/socks5.py
r4692 r4700 7 7 ## - Dimitur Kirov <dkirov@gmail.com> 8 8 ## 9 ## Copyright (C) 2003-2005 Gajim Team 9 ## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org> 10 ## Vincent Hanquez <tab@snarc.org> 11 ## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org> 12 ## Vincent Hanquez <tab@snarc.org> 13 ## Nikos Kouremenos <nkour@jabber.org> 14 ## Dimitur Kirov <dkirov@gmail.com> 15 ## Travis Shirk <travis@pobox.com> 16 ## Norman Rasmussen <norman@rasmussen.co.za> 10 17 ## 11 18 ## This program is free software; you can redistribute it and/or modify -
trunk/src/config.py
r4693 r4700 6 6 ## - Vincent Hanquez <tab@snarc.org> 7 7 ## 8 ## Copyright (C) 2003-2005 Gajim Team 8 ## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org> 9 ## Vincent Hanquez <tab@snarc.org> 10 ## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org> 11 ## Vincent Hanquez <tab@snarc.org> 12 ## Nikos Kouremenos <nkour@jabber.org> 13 ## Dimitur Kirov <dkirov@gmail.com> 14 ## Travis Shirk <travis@pobox.com> 15 ## Norman Rasmussen <norman@rasmussen.co.za> 9 16 ## 10 17 ## This program is free software; you can redistribute it and/or modify -
trunk/src/conversation_textview.py
r4692 r4700 5 5 ## - Nikos Kouremenos <kourem@gmail.com> 6 6 ## 7 ## Copyright (C) 2003-2005 Gajim Team 7 ## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org> 8 ## Vincent Hanquez <tab@snarc.org> 9 ## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org> 10 ## Vincent Hanquez <tab@snarc.org> 11 ## Nikos Kouremenos <nkour@jabber.org> 12 ## Dimitur Kirov <dkirov@gmail.com> 13 ## Travis Shirk <travis@pobox.com> 14 ## Norman Rasmussen <norman@rasmussen.co.za> 8 15 ## 9 16 ## This program is free software; you can redistribute it and/or modify -
trunk/src/dialogs.py
r4695 r4700 6 6 ## - Dimitur Kirov <dkirov@gmail.com> 7 7 ## 8 ## Copyright (C) 2003-2005 Gajim Team 8 ## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org> 9 ## Vincent Hanquez <tab@snarc.org> 10 ## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org> 11 ## Vincent Hanquez <tab@snarc.org> 12 ## Nikos Kouremenos <nkour@jabber.org> 13 ## Dimitur Kirov <dkirov@gmail.com> 14 ## Travis Shirk <travis@pobox.com> 15 ## Norman Rasmussen <norman@rasmussen.co.za> 9 16 ## 10 17 ## This program is free software; you can redistribute it and/or modify -
trunk/src/disco.py
r4692 r4700 7 7 ## - Stéphan Kochen <stephan@kochen.nl> 8 8 ## 9 ## Copyright (C) 2003-2005 Gajim Team 9 ## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org> 10 ## Vincent Hanquez <tab@snarc.org> 11 ## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org> 12 ## Vincent Hanquez <tab@snarc.org> 13 ## Nikos Kouremenos <nkour@jabber.org> 14 ## Dimitur Kirov <dkirov@gmail.com> 15 ## Travis Shirk <travis@pobox.com> 16 ## Norman Rasmussen <norman@rasmussen.co.za> 10 17 ## 11 18 ## This program is free software; you can redistribute it and/or modify -
trunk/src/filetransfers_window.py
r4692 r4700 6 6 ## - Dimitur Kirov <dkirov@gmail.com> 7 7 ## 8 ## Copyright (C) 2003-2005 Gajim Team 8 ## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org> 9 ## Vincent Hanquez <tab@snarc.org> 10 ## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org> 11 ## Vincent Hanquez <tab@snarc.org> 12 ## Nikos Kouremenos <nkour@jabber.org> 13 ## Dimitur Kirov <dkirov@gmail.com> 14 ## Travis Shirk <travis@pobox.com> 15 ## Norman Rasmussen <norman@rasmussen.co.za> 9 16 ## 10 17 ## This program is free software; you can redistribute it and/or modify -
trunk/src/gajim.py
r4699 r4700 11 11 ## - Travis Shirk <travis@pobox.com> 12 12 ## 13 ## Copyright (C) 2003-2005 Gajim Team 13 ## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org> 14 ## Vincent Hanquez <tab@snarc.org> 15 ## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org> 16 ## Vincent Hanquez <tab@snarc.org> 17 ## Nikos Kouremenos <nkour@jabber.org> 18 ## Dimitur Kirov <dkirov@gmail.com> 19 ## Travis Shirk <travis@pobox.com> 20 ## Norman Rasmussen <norman@rasmussen.co.za> 14 21 ## 15 22 ## This program is free software; you can redistribute it and/or modify -
trunk/src/gajim-remote.py
r4692 r4700 10 10 ## - Dimitur Kirov <dkirov@gmail.com> 11 11 ## 12 ## Copyright (C) 2003-2005 Gajim Team 12 ## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org> 13 ## Vincent Hanquez <tab@snarc.org> 14 ## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org> 15 ## Vincent Hanquez <tab@snarc.org> 16 ## Nikos Kouremenos <nkour@jabber.org> 17 ## Dimitur Kirov <dkirov@gmail.com> 18 ## Travis Shirk <travis@pobox.com> 19 ## Norman Rasmussen <norman@rasmussen.co.za> 13 20 ## 14 21 ## This program is free software; you can redistribute it and/or modify -
trunk/src/gajim_themes_window.py
r4692 r4700 6 6 ## - Dimitur Kirov <dkirov@gmail.com> 7 7 ## 8 ## Copyright (C) 2003-2005 Gajim Team 8 ## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org> 9 ## Vincent Hanquez <tab@snarc.org> 10 ## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org> 11 ## Vincent Hanquez <tab@snarc.org> 12 ## Nikos Kouremenos <nkour@jabber.org> 13 ## Dimitur Kirov <dkirov@gmail.com> 14 ## Travis Shirk <travis@pobox.com> 15 ## Norman Rasmussen <norman@rasmussen.co.za> 9 16 ## 10 17 ## This program is free software; you can redistribute it and/or modify -
trunk/src/groupchat_window.py
r4692 r4700 6 6 ## - Travis Shirk <travis@pobox.com> 7 7 ## 8 ## Copyright (C) 2003-2005 Gajim Team 8 ## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org> 9 ## Vincent Hanquez <tab@snarc.org> 10 ## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org> 11 ## Vincent Hanquez <tab@snarc.org> 12 ## Nikos Kouremenos <nkour@jabber.org> 13 ## Dimitur Kirov <dkirov@gmail.com> 14 ## Travis Shirk <travis@pobox.com> 15 ## Norman Rasmussen <norman@rasmussen.co.za> 9 16 ## 10 17 ## This program is free software; you can redistribute it and/or modify -
trunk/src/gtkexcepthook.py
r4692 r4700 6 6 ## - Dimitur Kirov <dkirov@gmail.com> 7 7 ## 8 ## Copyright (C) 2003-2005 Gajim Team 8 ## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org> 9 ## Vincent Hanquez <tab@snarc.org> 10 ## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org> 11 ## Vincent Hanquez <tab@snarc.org> 12 ## Nikos Kouremenos <nkour@jabber.org> 13 ## Dimitur Kirov <dkirov@gmail.com> 14 ## Travis Shirk <travis@pobox.com> 15 ## Norman Rasmussen <norman@rasmussen.co.za> 9 16 ## 10 17 ## Initially written and submitted by Gustavo J. A. M. Carneiro -
trunk/src/gtkgui_helpers.py
r4692 r4700 6 6 ## - Dimitur Kirov <dkirov@gmail.com> 7 7 ## 8 ## Copyright (C) 2003-2005 Gajim Team 8 ## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org> 9 ## Vincent Hanquez <tab@snarc.org> 10 ## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org> 11 ## Vincent Hanquez <tab@snarc.org> 12 ## Nikos Kouremenos <nkour@jabber.org> 13 ## Dimitur Kirov <dkirov@gmail.com> 14 ## Travis Shirk <travis@pobox.com> 15 ## Norman Rasmussen <norman@rasmussen.co.za> 9 16 ## 10
