[wiican: 14/15] [m][doc] Updated wiican version references to 0.3.3 and copyright to 2011



commit 15ff9faae8b7f4c8722628ef9cf5fdb8c719fe11
Author: J. FÃlix OntaÃÃn <fontanon emergya es>
Date:   Mon Aug 8 00:50:09 2011 +0200

    [m][doc] Updated wiican version references to 0.3.3 and copyright to 2011

 AUTHORS                         |    1 +
 INSTALL                         |    1 +
 TODO                            |    6 +++++-
 bin/wiican                      |    6 +++---
 bin/wiican-service              |   20 ++++++++++++++++++++
 data/wiimotemanager.ui          |    2 +-
 doc/conf.py                     |    4 ++--
 doc/mappings.rst                |    4 ++--
 setup.py                        |    4 ++--
 wiican/__init__.py              |    6 +++---
 wiican/mapping/__init__.py      |    7 ++++---
 wiican/mapping/action_enum.py   |    6 +++---
 wiican/mapping/manager.py       |    6 +++---
 wiican/mapping/mapping.py       |    6 +++---
 wiican/mapping/validator.py     |    6 +++---
 wiican/service/__init__.py      |    7 ++++---
 wiican/service/wiican_dbus.py   |    6 +++---
 wiican/service/wiifinder.py     |   10 ++++------
 wiican/service/wminput.py       |    7 +++----
 wiican/ui/__init__.py           |    7 ++++---
 wiican/ui/editordlg.py          |    6 +++---
 wiican/ui/managerdlg.py         |    6 +++---
 wiican/ui/notificator.py        |    2 +-
 wiican/ui/pnganimation.py       |    6 +++---
 wiican/ui/validationerrordlg.py |    6 +++---
 wiican/utils.py                 |    8 +++-----
 26 files changed, 90 insertions(+), 66 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 8236bd3..022d950 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1 +1,2 @@
+Copyright (c) 2009-2011 J. FÃlix OntaÃÃn
 J. FÃlix OntaÃÃn Carmona <fontanon emergya es>
diff --git a/INSTALL b/INSTALL
index a658f1d..7924075 100644
--- a/INSTALL
+++ b/INSTALL
@@ -17,6 +17,7 @@ Other dependencies:
     - PLY
     - gnome-bluetooth (bluez-gnome in older versions)
     - udev
+    - python-appindicator
 
 Load uinput module with perms for non-root users:
     - Copy udev-rules/* to your udev rules directory (i.e.: /lib/udev/rules.d)
diff --git a/TODO b/TODO
index 6ca11f3..5e89544 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,9 @@
+Follow Wiican's roadmap at:
+http://live.gnome.org/Wiican/Roadmap
+
+Legacy TODO list
+================
 "using-wiimote" state
-drag'n'drop on mapping dialog
 fix some issues on wminput file syntax checker
 new mapping syntax for wiimote_events-atk_actions binding
 source code documentation
diff --git a/bin/wiican b/bin/wiican
index 24a3ae4..46f1709 100755
--- a/bin/wiican
+++ b/bin/wiican
@@ -1,9 +1,9 @@
 #!/usr/bin/python
 # -*- coding: utf-8 -*-
-# vim: ts=4 
+# vim: ts=4
 ###
 #
-# Copyright (c) 2009, 2010 J. FÃlix OntaÃÃn
+# Copyright (c) 2009-2011 J. FÃlix OntaÃÃn
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 3 as
@@ -18,7 +18,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # Authors : J. FÃlix OntaÃÃn <fontanon emergya es>
-# 
+#
 ###
 
 import sys
diff --git a/bin/wiican-service b/bin/wiican-service
index c098fff..966a925 100755
--- a/bin/wiican-service
+++ b/bin/wiican-service
@@ -1,5 +1,25 @@
 #!/usr/bin/python
 # -*- coding: utf-8 -*-
+# vim: ts=4
+###
+#
+# Copyright (c) 2009-2011 J. FÃlix OntaÃÃn
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License version 3 as
+# published by the Free Software Foundation
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
+# Authors : J. FÃlix OntaÃÃn <fontanon emergya es>
+#
+###
 
 import sys
 import gobject
diff --git a/data/wiimotemanager.ui b/data/wiimotemanager.ui
index fc85b2d..0f86f27 100644
--- a/data/wiimotemanager.ui
+++ b/data/wiimotemanager.ui
@@ -113,7 +113,7 @@
     <property name="destroy_with_parent">True</property>
     <property name="type_hint">normal</property>
     <property name="program_name">Wiican</property>
-    <property name="version">0.3.2</property>
+    <property name="version">0.3.3</property>
     <property name="copyright">2009-2011 J. FÃlix OntaÃÃn &lt;fontanon emergya es&gt;</property>
     <property name="comments" translatable="yes">Yes wii can
 Wiimote usage assistant and mapping manager</property>
diff --git a/doc/conf.py b/doc/conf.py
index 4d01adc..eca4da4 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -45,9 +45,9 @@ copyright = u'2010, J. FÃlix OntaÃÃn Carmona'
 # built documents.
 #
 # The short X.Y version.
-version = '0.3.2'
+version = '0.3.3'
 # The full version, including alpha/beta/rc tags.
-release = '0.3.2'
+release = '0.3.3'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/doc/mappings.rst b/doc/mappings.rst
index 0715a1a..4020bf2 100644
--- a/doc/mappings.rst
+++ b/doc/mappings.rst
@@ -26,7 +26,7 @@ metadata and icon associated:
 Every mapping lives on home directory under .local/share/wiican/
 so maybe you want to see if i'm telling the true now ;).
 
-By the current mapping definition (wiican 0.3.2) there are names reserved for
+By the current mapping definition (wiican 0.3.3) there are names reserved for
 the mapping file and the info file: mapping.wminput and info.desktop 
 respectively.
 
@@ -46,7 +46,7 @@ translations and special fields easily. This is the basic structure::
     Comment=Control mouse with IR and A+B buttons
     Comment[es_ES]=Controla el ratÃn con infrarojos y los botones A+B
     X-Authors=J. FÃlix OntaÃÃn <felixonta `at` gmail `dot` com>
-    X-Version=0.3.2
+    X-Version=0.3.3
     Icon=wiimouse.svg
 
 *Name* and *Comment* fields support translations via XDG DesktopEntry localized 
diff --git a/setup.py b/setup.py
index 60b8a9e..f545766 100755
--- a/setup.py
+++ b/setup.py
@@ -83,7 +83,7 @@ class InstallData(install_data):
 
 setup(
         name='wiican',
-        version='0.3.2',
+        version='0.3.3',
         description='Wiimote connection and mapping manager',
         long_description='WiiCan assists on configuration and management of ' + \
             'your wiimote under GNU/Linux. It tracks bluetooth connectivity ' + \
@@ -94,7 +94,7 @@ setup(
         url='http://fontanon.org/wiican',
 
         classifiers=[
-            'Development Status :: 0.3.2 - Beta',
+            'Development Status :: 0.3.3 - Beta',
             'Environment :: Desktop Environment',
             'Intended Audience :: End Users/Desktop',
             'License :: OSI Approved :: GNU General Public License (GPL)',
diff --git a/wiican/__init__.py b/wiican/__init__.py
index 9c63ec1..b529aa9 100644
--- a/wiican/__init__.py
+++ b/wiican/__init__.py
@@ -1,8 +1,8 @@
 # -*- coding: utf-8 -*-
-# vim: ts=4 
+# vim: ts=4
 ###
 #
-# Copyright (c) 2009, 2010 J. FÃlix OntaÃÃn
+# Copyright (c) 2009-2011 J. FÃlix OntaÃÃn
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 3 as
@@ -17,7 +17,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # Authors : J. FÃlix OntaÃÃn <fontanon emergya es>
-# 
+#
 ###
 
 import gettext
diff --git a/wiican/mapping/__init__.py b/wiican/mapping/__init__.py
index 66cc8d6..31aed58 100644
--- a/wiican/mapping/__init__.py
+++ b/wiican/mapping/__init__.py
@@ -1,8 +1,8 @@
 # -*- coding: utf-8 -*-
-# vim: ts=4 
+# vim: ts=4
 ###
 #
-# Copyright (c) 2010 J. FÃlix OntaÃÃn
+# Copyright (c) 2009-2011 J. FÃlix OntaÃÃn
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 3 as
@@ -17,7 +17,8 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # Authors : J. FÃlix OntaÃÃn <fontanon emergya es>
-# 
+#
+###
 
 from manager import MappingManager, MappingManagerError
 from mapping import Mapping, MappingError
diff --git a/wiican/mapping/action_enum.py b/wiican/mapping/action_enum.py
index f655bfe..b818ec0 100644
--- a/wiican/mapping/action_enum.py
+++ b/wiican/mapping/action_enum.py
@@ -1,8 +1,8 @@
 # -*- coding: utf-8 -*-
-# vim: ts=4 
+# vim: ts=4
 ###
 #
-# Copyright (c) 2010 J. FÃlix OntaÃÃn
+# Copyright (c) 2009-2011 J. FÃlix OntaÃÃn
 #
 # Totally ripped from wminput/action_enum.txt file included in cwiid
 # cwiid it's a great piece of software by L. Donnie Smith
@@ -21,7 +21,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # Authors : J. FÃlix OntaÃÃn <fontanon emergya es>
-# 
+#
 ###
 
 BTN_ACTION_ENUM = [
diff --git a/wiican/mapping/manager.py b/wiican/mapping/manager.py
index a93f585..53ea937 100644
--- a/wiican/mapping/manager.py
+++ b/wiican/mapping/manager.py
@@ -1,8 +1,8 @@
 # -*- coding: utf-8 -*-
-# vim: ts=4 
+# vim: ts=4
 ###
 #
-# Copyright (c) 2010 J. FÃlix OntaÃÃn
+# Copyright (c) 2009-2011 J. FÃlix OntaÃÃn
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 3 as
@@ -17,7 +17,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # Authors : J. FÃlix OntaÃÃn <fontanon emergya es>
-# 
+#
 ###
 
 import os
diff --git a/wiican/mapping/mapping.py b/wiican/mapping/mapping.py
index 5db5847..9e1291f 100644
--- a/wiican/mapping/mapping.py
+++ b/wiican/mapping/mapping.py
@@ -1,8 +1,8 @@
 # -*- coding: utf-8 -*-
-# vim: ts=4 
+# vim: ts=4
 ###
 #
-# Copyright (c) 2010 J. FÃlix OntaÃÃn
+# Copyright (c) 2009-2011 J. FÃlix OntaÃÃn
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 3 as
@@ -17,7 +17,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # Authors : J. FÃlix OntaÃÃn <fontanon emergya es>
-# 
+#
 ###
 
 import os.path
diff --git a/wiican/mapping/validator.py b/wiican/mapping/validator.py
index cb6a92f..6bbbad7 100644
--- a/wiican/mapping/validator.py
+++ b/wiican/mapping/validator.py
@@ -1,8 +1,8 @@
 # -*- coding: utf-8 -*-
-# vim: ts=4 
+# vim: ts=4
 ###
 #
-# Copyright (c) 2010 J. FÃlix OntaÃÃn
+# Copyright (c) 2009-2011 J. FÃlix OntaÃÃn
 #
 # Ripped idea from lex/yacc definition of cwiid's wminput
 # cwiid it's a great piece of software by L. Donnie Smith
@@ -21,7 +21,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # Authors : J. FÃlix OntaÃÃn <fontanon emergya es>
-# 
+#
 ###
 
 import ply.lex as lex
diff --git a/wiican/service/__init__.py b/wiican/service/__init__.py
index 9bd5981..9b25199 100644
--- a/wiican/service/__init__.py
+++ b/wiican/service/__init__.py
@@ -1,8 +1,8 @@
 # -*- coding: utf-8 -*-
-# vim: ts=4 
+# vim: ts=4
 ###
 #
-# Copyright (c) 2010 J. FÃlix OntaÃÃn
+# Copyright (c) 2009-2011 J. FÃlix OntaÃÃn
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 3 as
@@ -17,7 +17,8 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # Authors : J. FÃlix OntaÃÃn <fontanon emergya es>
-# 
+#
+###
 
 from wiican_dbus import WiicanDBus, WIICAN_URI, WIICAN_PATH
 from wiican_dbus import WC_DISABLED, WC_BLUEZ_PRESENT, \
diff --git a/wiican/service/wiican_dbus.py b/wiican/service/wiican_dbus.py
index 2f1d5fc..394e741 100644
--- a/wiican/service/wiican_dbus.py
+++ b/wiican/service/wiican_dbus.py
@@ -1,8 +1,8 @@
 # -*- coding: utf-8 -*-
-# vim: ts=4 
+# vim: ts=4
 ###
 #
-# Copyright (c) 2010 J. FÃlix OntaÃÃn
+# Copyright (c) 2009-2011 J. FÃlix OntaÃÃn
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 3 as
@@ -17,7 +17,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # Authors : J. FÃlix OntaÃÃn <fontanon emergya es>
-# 
+#
 ###
 
 import os
diff --git a/wiican/service/wiifinder.py b/wiican/service/wiifinder.py
index 76350d1..45a3704 100644
--- a/wiican/service/wiifinder.py
+++ b/wiican/service/wiifinder.py
@@ -1,12 +1,9 @@
 # -*- coding: utf-8 -*-
-# vim: ts=4 
+# vim: ts=4
 ###
 #
-# Copyright (c) 2010 J. FÃlix OntaÃÃn
+# Copyright (c) 2009-2011 J. FÃlix OntaÃÃn
 #
-# Almost based on arista.inputs module:
-# Copyright 2008 - 2010 Daniel G. Taylor <dan programmer-art org>
-# 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 3 as
 # published by the Free Software Foundation
@@ -20,7 +17,8 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # Authors : J. FÃlix OntaÃÃn <fontanon emergya es>
-# 
+#
+###
 
 import gobject
 import gudev
diff --git a/wiican/service/wminput.py b/wiican/service/wminput.py
index 32ed49d..1a7ec24 100644
--- a/wiican/service/wminput.py
+++ b/wiican/service/wminput.py
@@ -1,8 +1,8 @@
 # -*- coding: utf-8 -*-
-# vim: ts=4 
+# vim: ts=4
 ###
 #
-# Copyright (c) 2010 J. FÃlix OntaÃÃn
+# Copyright (c) 2009-2011 J. FÃlix OntaÃÃn
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 3 as
@@ -17,10 +17,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # Authors : J. FÃlix OntaÃÃn <fontanon emergya es>
-# 
+#
 ###
 
-
 import os
 import gobject
 import threading
diff --git a/wiican/ui/__init__.py b/wiican/ui/__init__.py
index 02eefdd..05cc09d 100644
--- a/wiican/ui/__init__.py
+++ b/wiican/ui/__init__.py
@@ -1,8 +1,8 @@
 # -*- coding: utf-8 -*-
-# vim: ts=4 
+# vim: ts=4
 ###
 #
-# Copyright (c) 2010 J. FÃlix OntaÃÃn
+# Copyright (c) 2009-2011 J. FÃlix OntaÃÃn
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 3 as
@@ -17,7 +17,8 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # Authors : J. FÃlix OntaÃÃn <fontanon emergya es>
-# 
+#
+###
 
 from os.path import expanduser
 from wiican.utils import Singleton, GConfStore
diff --git a/wiican/ui/editordlg.py b/wiican/ui/editordlg.py
index ca21886..0332696 100644
--- a/wiican/ui/editordlg.py
+++ b/wiican/ui/editordlg.py
@@ -1,8 +1,8 @@
 # -*- coding: utf-8 -*-
-# vim: ts=4 
+# vim: ts=4
 ###
 #
-# Copyright (c) 2010 J. FÃlix OntaÃÃn
+# Copyright (c) 2009-2011 J. FÃlix OntaÃÃn
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 3 as
@@ -17,7 +17,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # Authors : J. FÃlix OntaÃÃn <fontanon emergya es>
-# 
+#
 ###
 
 import gtk
diff --git a/wiican/ui/managerdlg.py b/wiican/ui/managerdlg.py
index fa800c5..5041f46 100644
--- a/wiican/ui/managerdlg.py
+++ b/wiican/ui/managerdlg.py
@@ -1,8 +1,8 @@
 # -*- coding: utf-8 -*-
-# vim: ts=4 
+# vim: ts=4
 ###
 #
-# Copyright (c) 2010 J. FÃlix OntaÃÃn
+# Copyright (c) 2009-2011 J. FÃlix OntaÃÃn
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 3 as
@@ -17,7 +17,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # Authors : J. FÃlix OntaÃÃn <fontanon emergya es>
-# 
+#
 ###
 
 import os.path
diff --git a/wiican/ui/notificator.py b/wiican/ui/notificator.py
index 46c3a88..2500a3e 100644
--- a/wiican/ui/notificator.py
+++ b/wiican/ui/notificator.py
@@ -4,7 +4,7 @@
 #
 # Mostly inspired from Listen's mediaplayer notify widged
 #
-# Copyright (c) 2010 J. FÃlix OntaÃÃn
+# Copyright (c) 2009-2011 J. FÃlix OntaÃÃn
 # 
 # Listen is the legal property of mehdi abaakouk <theli48 gmail com>
 # Copyright (c) 2006 Mehdi Abaakouk 
diff --git a/wiican/ui/pnganimation.py b/wiican/ui/pnganimation.py
index 3a90efa..c8cc96e 100644
--- a/wiican/ui/pnganimation.py
+++ b/wiican/ui/pnganimation.py
@@ -1,8 +1,8 @@
 # -*- coding: utf-8 -*-
-# vim: ts=4 
+# vim: ts=4
 ###
 #
-# Copyright (c) 2009 J. FÃlix OntaÃÃn
+# Copyright (c) 2009-2011 J. FÃlix OntaÃÃn
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 3 as
@@ -17,7 +17,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # Authors : J. FÃlix OntaÃÃn <fontanon emergya es>
-# 
+#
 ###
 
 import gtk.gdk
diff --git a/wiican/ui/validationerrordlg.py b/wiican/ui/validationerrordlg.py
index 2c31e99..fb5c92b 100644
--- a/wiican/ui/validationerrordlg.py
+++ b/wiican/ui/validationerrordlg.py
@@ -1,8 +1,8 @@
 # -*- coding: utf-8 -*-
-# vim: ts=4 
+# vim: ts=4
 ###
 #
-# Copyright (c) 2010 J. FÃlix OntaÃÃn
+# Copyright (c) 2009-2011 J. FÃlix OntaÃÃn
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 3 as
@@ -17,7 +17,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # Authors : J. FÃlix OntaÃÃn <fontanon emergya es>
-# 
+#
 ###
 
 import gtk
diff --git a/wiican/utils.py b/wiican/utils.py
index dbe5169..9234584 100644
--- a/wiican/utils.py
+++ b/wiican/utils.py
@@ -1,10 +1,8 @@
 # -*- coding: utf-8 -*-
-# vim: ts=4 
+# vim: ts=4
 ###
 #
-# Mostly taken from Pluglib
-#
-# Copyright (c) 2010 J. FÃlix OntaÃÃn
+# Copyright (c) 2009-2011 J. FÃlix OntaÃÃn
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 3 as
@@ -19,7 +17,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # Authors : J. FÃlix OntaÃÃn <fontanon emergya es>
-# 
+#
 ###
 
 import gconf



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]