initial commit of my widget system. it is quite alpha, so please dont relay on the...
authorRico Schulte <ricoschulte@users.schwerkraft.elitedvb.net>
Sun, 7 Feb 2010 16:35:11 +0000 (16:35 +0000)
committerRico Schulte <ricoschulte@users.schwerkraft.elitedvb.net>
Sun, 7 Feb 2010 16:35:11 +0000 (16:35 +0000)
commit1d030a0926bcf1d9ca46b5a1c2a1e085aaf66c7f
treed06cf719f3481492510e3919e03d441b578cd571
parentd52775e15ce79a55ebd252aa65d4a3a7ebfa71d0
initial commit of my widget system. it is quite alpha, so please dont relay on the api-strukture or skin syntax.

do not build it into plugin-ipkg-feeds for now, i will add it when i think it is stable. i have checked it in, because i want to get feedback :)
26 files changed:
widgets/src/LICENSE [new file with mode: 0644]
widgets/src/Widget.py [new file with mode: 0644]
widgets/src/__init__.py [new file with mode: 0644]
widgets/src/keymap.xml [new file with mode: 0644]
widgets/src/plugin.py [new file with mode: 0644]
widgets/src/skin.xml [new file with mode: 0644]
widgets/src/widgets/__init__.py [new file with mode: 0644]
widgets/src/widgets/bigclock/__init__.py [new file with mode: 0644]
widgets/src/widgets/bigclock/widget.py [new file with mode: 0644]
widgets/src/widgets/bigclock/widget_skin.xml [new file with mode: 0644]
widgets/src/widgets/counter/__init__.py [new file with mode: 0644]
widgets/src/widgets/counter/widget.py [new file with mode: 0644]
widgets/src/widgets/counter/widget_skin.xml [new file with mode: 0644]
widgets/src/widgets/frontendstatus/__init__.py [new file with mode: 0644]
widgets/src/widgets/frontendstatus/widget.py [new file with mode: 0644]
widgets/src/widgets/frontendstatus/widget_skin.xml [new file with mode: 0644]
widgets/src/widgets/imageswitch/WebPixmap.py [new file with mode: 0644]
widgets/src/widgets/imageswitch/__init__.py [new file with mode: 0644]
widgets/src/widgets/imageswitch/widget.py [new file with mode: 0644]
widgets/src/widgets/imageswitch/widget_skin.xml [new file with mode: 0644]
widgets/src/widgets/serviceinfo/__init__.py [new file with mode: 0644]
widgets/src/widgets/serviceinfo/widget.py [new file with mode: 0644]
widgets/src/widgets/serviceinfo/widget_skin.xml [new file with mode: 0644]
widgets/src/widgets/testwidget/__init__.py [new file with mode: 0644]
widgets/src/widgets/testwidget/widget.py [new file with mode: 0644]
widgets/src/widgets/testwidget/widget_skin.xml [new file with mode: 0644]