Changeset 359 for trunk/common
- Timestamp:
- 01/07/05 22:52:38 (4 years ago)
- Location:
- trunk/common
- Files:
-
- 8 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/common/hub.py
r332 r359 2 2 ## 3 3 ## Gajim Team: 4 ## - Yann Le Boulanger <asterix@ crans.org>4 ## - Yann Le Boulanger <asterix@lagaule.org> 5 5 ## - Vincent Hanquez <tab@snarc.org> 6 6 ## 7 ## Copyright (C) 2003 Gajim Team7 ## Copyright (C) 2003-2005 Gajim Team 8 8 ## 9 9 ## This program is free software; you can redistribute it and/or modify -
trunk/common/i18n.py
r332 r359 2 2 ## 3 3 ## Gajim Team: 4 ## - Yann Le Boulanger <asterix@ crans.org>4 ## - Yann Le Boulanger <asterix@lagaule.org> 5 5 ## - Vincent Hanquez <tab@snarc.org> 6 6 ## 7 ## Copyright (C) 2003 Gajim Team7 ## Copyright (C) 2003-2005 Gajim Team 8 8 ## 9 9 ## This program is free software; you can redistribute it and/or modify -
trunk/common/idle.c
r161 r359 1 /* common/idle.c 2 * 3 * Gajim Team: 4 * - Yann Le Boulanger <asterix@lagaule.org> 5 * - Vincent Hanquez <tab@snarc.org> 6 * 7 * Copyright (C) 2003-2005 Gajim Team 8 * 9 * This program is free software; you can redistribute it and/or modify 10 * it under the terms of the GNU General Public License as published 11 * by the Free Software Foundation; version 2 only. 12 * 13 * This program is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 * GNU General Public License for more details. 17 */ 18 1 19 #include <X11/Xlib.h> 2 20 #include <X11/Xutil.h> -
trunk/common/optparser.py
r356 r359 2 2 ## 3 3 ## Gajim Team: 4 ## - Yann Le Boulanger <asterix@ crans.org>4 ## - Yann Le Boulanger <asterix@lagaule.org> 5 5 ## - Vincent Hanquez <tab@snarc.org> 6 6 ## 7 ## Copyright (C) 2003 Gajim Team7 ## Copyright (C) 2003-2005 Gajim Team 8 8 ## 9 9 ## This program is free software; you can redistribute it and/or modify -
trunk/common/plugin.py
r332 r359 2 2 ## 3 3 ## Gajim Team: 4 ## - Yann Le Boulanger <asterix@ crans.org>4 ## - Yann Le Boulanger <asterix@lagaule.org> 5 5 ## - Vincent Hanquez <tab@snarc.org> 6 6 ## 7 ## Copyright (C) 2003 Gajim Team7 ## Copyright (C) 2003-2005 Gajim Team 8 8 ## 9 9 ## This program is free software; you can redistribute it and/or modify -
trunk/common/setup.py
r173 r359 1 ## common/setup.py 2 ## 3 ## Gajim Team: 4 ## - Yann Le Boulanger <asterix@lagaule.org> 5 ## - Vincent Hanquez <tab@snarc.org> 6 ## 7 ## Copyright (C) 2003-2005 Gajim Team 8 ## 9 ## This program is free software; you can redistribute it and/or modify 10 ## it under the terms of the GNU General Public License as published 11 ## by the Free Software Foundation; version 2 only. 12 ## 13 ## This program is distributed in the hope that it will be useful, 14 ## but WITHOUT ANY WARRANTY; without even the implied warranty of 15 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 ## GNU General Public License for more details. 17 ## 18 1 19 from distutils.core import setup, Extension 2 20 -
trunk/common/sleepy.py
r332 r359 1 """A Quick class to tell if theres any activity on your machine""" 1 ## common/sleepy.py 2 ## 3 ## Gajim Team: 4 ## - Yann Le Boulanger <asterix@lagaule.org> 5 ## - Vincent Hanquez <tab@snarc.org> 6 ## 7 ## Copyright (C) 2003-2005 Gajim Team 8 ## 9 ## This program is free software; you can redistribute it and/or modify 10 ## it under the terms of the GNU General Public License as published 11 ## by the Free Software Foundation; version 2 only. 12 ## 13 ## This program is distributed in the hope that it will be useful, 14 ## but WITHOUT ANY WARRANTY; without even the implied warranty of 15 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 ## GNU General Public License for more details. 17 ## 2 18 3 19 import time -
trunk/common/thread.py
r332 r359 2 2 ## 3 3 ## Gajim Team: 4 ## - Yann Le Boulanger <asterix@ crans.org>4 ## - Yann Le Boulanger <asterix@lagaule.org> 5 5 ## - Vincent Hanquez <tab@snarc.org> 6 6 ## 7 ## Copyright (C) 2003 Gajim Team7 ## Copyright (C) 2003-2005 Gajim Team 8 8 ## 9 9 ## This program is free software; you can redistribute it and/or modify
