Changeset 509
- Timestamp:
- 07/31/09 13:36:04 (3 years ago)
- Location:
- enpraxis.leftskin/trunk
- Files:
-
- 16 modified
-
enpraxis/leftskin/browser/controlpaneladv.py (modified) (1 diff)
-
enpraxis/leftskin/browser/controlpanelcompl.py (modified) (1 diff)
-
enpraxis/leftskin/browser/controlpanel.py (modified) (1 diff)
-
enpraxis/leftskin/browser/interfaces.py (modified) (1 diff)
-
enpraxis/leftskin/browser/leftskinview.py (modified) (1 diff)
-
enpraxis/leftskin/browser/schema.py (modified) (1 diff)
-
enpraxis/leftskin/browser/skins.py (modified) (1 diff)
-
enpraxis/leftskin/browser/viewlets.py (modified) (1 diff)
-
enpraxis/leftskin/browser/widgets.py (modified) (1 diff)
-
enpraxis/leftskin/__init__.py (modified) (1 diff)
-
enpraxis/leftskin/setupHandlers.py (modified) (1 diff)
-
enpraxis/leftskin/tests/base.py (modified) (1 diff)
-
enpraxis/leftskin/tests/test_case_change_theme.py (modified) (1 diff)
-
enpraxis/leftskin/tests/test_case_install.py (modified) (1 diff)
-
enpraxis/leftskin/tests/test_doctests.py (modified) (1 diff)
-
setup.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
enpraxis.leftskin/trunk/enpraxis/leftskin/browser/controlpaneladv.py
r462 r509 3 3 # This program is free software; you can redistribute it and/or modify 4 4 # it under the terms of the GNU General Public License as published by 5 # the Free Software Foundation; either version 2 of the License, or 6 # (at your option) any later version. 5 # the Free Software Foundation, version 2. 7 6 # 8 7 # This program is distributed in the hope that it will be useful, -
enpraxis.leftskin/trunk/enpraxis/leftskin/browser/controlpanelcompl.py
r462 r509 5 5 # This program is free software; you can redistribute it and/or modify 6 6 # it under the terms of the GNU General Public License as published by 7 # the Free Software Foundation; either version 2 of the License, or 8 # (at your option) any later version. 7 # the Free Software Foundation, version 2. 9 8 # 10 9 # This program is distributed in the hope that it will be useful, -
enpraxis.leftskin/trunk/enpraxis/leftskin/browser/controlpanel.py
r423 r509 5 5 # This program is free software; you can redistribute it and/or modify 6 6 # it under the terms of the GNU General Public License as published by 7 # the Free Software Foundation; either version 2 of the License, or 8 # (at your option) any later version. 7 # the Free Software Foundation, version 2. 9 8 # 10 9 # This program is distributed in the hope that it will be useful, -
enpraxis.leftskin/trunk/enpraxis/leftskin/browser/interfaces.py
r380 r509 5 5 # This program is free software; you can redistribute it and/or modify 6 6 # it under the terms of the GNU General Public License as published by 7 # the Free Software Foundation; either version 2 of the License, or 8 # (at your option) any later version. 7 # the Free Software Foundation, version 2. 9 8 # 10 9 # This program is distributed in the hope that it will be useful, -
enpraxis.leftskin/trunk/enpraxis/leftskin/browser/leftskinview.py
r380 r509 5 5 # This program is free software; you can redistribute it and/or modify 6 6 # it under the terms of the GNU General Public License as published by 7 # the Free Software Foundation; either version 2 of the License, or 8 # (at your option) any later version. 7 # the Free Software Foundation, version 2. 9 8 # 10 9 # This program is distributed in the hope that it will be useful, -
enpraxis.leftskin/trunk/enpraxis/leftskin/browser/schema.py
r380 r509 5 5 # This program is free software; you can redistribute it and/or modify 6 6 # it under the terms of the GNU General Public License as published by 7 # the Free Software Foundation; either version 2 of the License, or 8 # (at your option) any later version. 7 # the Free Software Foundation, version 2. 9 8 # 10 9 # This program is distributed in the hope that it will be useful, -
enpraxis.leftskin/trunk/enpraxis/leftskin/browser/skins.py
r380 r509 5 5 # This program is free software; you can redistribute it and/or modify 6 6 # it under the terms of the GNU General Public License as published by 7 # the Free Software Foundation; either version 2 of the License, or 8 # (at your option) any later version. 7 # the Free Software Foundation, version 2. 9 8 # 10 9 # This program is distributed in the hope that it will be useful, -
enpraxis.leftskin/trunk/enpraxis/leftskin/browser/viewlets.py
r380 r509 5 5 # This program is free software; you can redistribute it and/or modify 6 6 # it under the terms of the GNU General Public License as published by 7 # the Free Software Foundation; either version 2 of the License, or 8 # (at your option) any later version. 7 # the Free Software Foundation, version 2. 9 8 # 10 9 # This program is distributed in the hope that it will be useful, -
enpraxis.leftskin/trunk/enpraxis/leftskin/browser/widgets.py
r380 r509 5 5 # This program is free software; you can redistribute it and/or modify 6 6 # it under the terms of the GNU General Public License as published by 7 # the Free Software Foundation; either version 2 of the License, or 8 # (at your option) any later version. 7 # the Free Software Foundation, version 2. 9 8 # 10 9 # This program is distributed in the hope that it will be useful, -
enpraxis.leftskin/trunk/enpraxis/leftskin/__init__.py
r380 r509 5 5 # This program is free software; you can redistribute it and/or modify 6 6 # it under the terms of the GNU General Public License as published by 7 # the Free Software Foundation; either version 2 of the License, or 8 # (at your option) any later version. 7 # the Free Software Foundation, version 2. 9 8 # 10 9 # This program is distributed in the hope that it will be useful, -
enpraxis.leftskin/trunk/enpraxis/leftskin/setupHandlers.py
r380 r509 5 5 # This program is free software; you can redistribute it and/or modify 6 6 # it under the terms of the GNU General Public License as published by 7 # the Free Software Foundation; either version 2 of the License, or 8 # (at your option) any later version. 7 # the Free Software Foundation, version 2. 9 8 # 10 9 # This program is distributed in the hope that it will be useful, -
enpraxis.leftskin/trunk/enpraxis/leftskin/tests/base.py
r380 r509 5 5 # This program is free software; you can redistribute it and/or modify 6 6 # it under the terms of the GNU General Public License as published by 7 # the Free Software Foundation; either version 2 of the License, or 8 # (at your option) any later version. 7 # the Free Software Foundation, version 2. 9 8 # 10 9 # This program is distributed in the hope that it will be useful, -
enpraxis.leftskin/trunk/enpraxis/leftskin/tests/test_case_change_theme.py
r380 r509 5 5 # This program is free software; you can redistribute it and/or modify 6 6 # it under the terms of the GNU General Public License as published by 7 # the Free Software Foundation; either version 2 of the License, or 8 # (at your option) any later version. 7 # the Free Software Foundation, version 2. 9 8 # 10 9 # This program is distributed in the hope that it will be useful, -
enpraxis.leftskin/trunk/enpraxis/leftskin/tests/test_case_install.py
r380 r509 5 5 # This program is free software; you can redistribute it and/or modify 6 6 # it under the terms of the GNU General Public License as published by 7 # the Free Software Foundation; either version 2 of the License, or 8 # (at your option) any later version. 7 # the Free Software Foundation, version 2. 9 8 # 10 9 # This program is distributed in the hope that it will be useful, -
enpraxis.leftskin/trunk/enpraxis/leftskin/tests/test_doctests.py
r380 r509 5 5 # This program is free software; you can redistribute it and/or modify 6 6 # it under the terms of the GNU General Public License as published by 7 # the Free Software Foundation; either version 2 of the License, or 8 # (at your option) any later version. 7 # the Free Software Foundation, version 2. 9 8 # 10 9 # This program is distributed in the hope that it will be useful, -
enpraxis.leftskin/trunk/setup.py
r397 r509 5 5 # This program is free software; you can redistribute it and/or modify 6 6 # it under the terms of the GNU General Public License as published by 7 # the Free Software Foundation; either version 2 of the License, or 8 # (at your option) any later version. 7 # the Free Software Foundation, version 2. 9 8 # 10 9 # This program is distributed in the hope that it will be useful, … … 25 24 import os 26 25 27 version = '1.1.0 '26 version = '1.1.0-rc1' 28 27 29 28 setup(name='enpraxis.leftskin',
