The branch, dharma has been updated
       via  1791de9d4d0033c7627af840c9619c2e9e700ff8 (commit)
      from  ee2ab42ca9664af54f131cbf4b8dab91f5fe8136 (commit)

- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=1791de9d4d0033c7627af840c9619c2e9e700ff8


-----------------------------------------------------------------------

Summary of changes:
 script.module.xbmcswift/README.md                  |   22 ++
 script.module.xbmcswift/addon.xml                  |   10 +
 script.module.xbmcswift/lib/setup.py               |   34 ++
 script.module.xbmcswift/lib/xbmcswift/__init__.py  |   30 ++
 script.module.xbmcswift/lib/xbmcswift/common.py    |  169 ++++++++++
 script.module.xbmcswift/lib/xbmcswift/console.py   |  146 +++++++++
 .../lib/xbmcswift/ext}/__init__.py                 |    0
 .../lib/xbmcswift/ext/playlist.py                  |    8 +
 script.module.xbmcswift/lib/xbmcswift/extra.py     |  107 +++++++
 script.module.xbmcswift/lib/xbmcswift/mock.py      |   12 +
 .../lib/xbmcswift/mockxbmc}/__init__.py            |    0
 .../lib/xbmcswift/mockxbmc/xbmc.py                 |   24 ++
 .../lib/xbmcswift/mockxbmc/xbmcaddon.py            |   45 +++
 script.module.xbmcswift/lib/xbmcswift/module.py    |   99 ++++++
 script.module.xbmcswift/lib/xbmcswift/plugin.py    |  336 ++++++++++++++++++++
 .../lib/xbmcswift/skel/addon.py                    |   33 ++
 .../lib/xbmcswift/skel/addon.xml                   |   17 +
 .../lib/xbmcswift/skel}/resources/__init__.py      |    0
 .../skel}/resources/language/English/strings.xml   |    3 +-
 .../lib/xbmcswift/skel/resources/lib}/__init__.py  |    0
 .../lib/xbmcswift/tests}/__init__.py               |    0
 .../lib/xbmcswift/tests/test_plugin.py             |  199 ++++++++++++
 script.module.xbmcswift/lib/xbmcswift/urls.py      |  120 +++++++
 23 files changed, 1413 insertions(+), 1 deletions(-)
 create mode 100644 script.module.xbmcswift/README.md
 create mode 100644 script.module.xbmcswift/addon.xml
 create mode 100644 script.module.xbmcswift/lib/setup.py
 create mode 100644 script.module.xbmcswift/lib/xbmcswift/__init__.py
 create mode 100644 script.module.xbmcswift/lib/xbmcswift/common.py
 create mode 100644 script.module.xbmcswift/lib/xbmcswift/console.py
 copy {script.image.bigpictures/resources => 
script.module.xbmcswift/lib/xbmcswift/ext}/__init__.py (100%)
 create mode 100644 script.module.xbmcswift/lib/xbmcswift/ext/playlist.py
 create mode 100644 script.module.xbmcswift/lib/xbmcswift/extra.py
 create mode 100644 script.module.xbmcswift/lib/xbmcswift/mock.py
 copy {script.image.bigpictures/resources => 
script.module.xbmcswift/lib/xbmcswift/mockxbmc}/__init__.py (100%)
 create mode 100644 script.module.xbmcswift/lib/xbmcswift/mockxbmc/xbmc.py
 create mode 100644 script.module.xbmcswift/lib/xbmcswift/mockxbmc/xbmcaddon.py
 create mode 100644 script.module.xbmcswift/lib/xbmcswift/module.py
 create mode 100644 script.module.xbmcswift/lib/xbmcswift/plugin.py
 create mode 100755 script.module.xbmcswift/lib/xbmcswift/skel/addon.py
 create mode 100644 script.module.xbmcswift/lib/xbmcswift/skel/addon.xml
 copy {script.image.bigpictures => 
script.module.xbmcswift/lib/xbmcswift/skel}/resources/__init__.py (100%)
 copy {script.wol => 
script.module.xbmcswift/lib/xbmcswift/skel}/resources/language/English/strings.xml
 (51%)
 copy {script.image.bigpictures/resources => 
script.module.xbmcswift/lib/xbmcswift/skel/resources/lib}/__init__.py (100%)
 copy {script.image.bigpictures/resources => 
script.module.xbmcswift/lib/xbmcswift/tests}/__init__.py (100%)
 create mode 100644 script.module.xbmcswift/lib/xbmcswift/tests/test_plugin.py
 create mode 100644 script.module.xbmcswift/lib/xbmcswift/urls.py


hooks/post-receive
-- 
Scripts

------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to