Felix Domke [Wed, 16 Apr 2008 12:36:03 +0000 (12:36 +0000)]
require enigma2 >= 2.5, due to skin cleanup
Felix Domke [Mon, 14 Apr 2008 22:16:26 +0000 (22:16 +0000)]
fix wrong buttons
Andreas Monzner [Mon, 14 Apr 2008 12:07:02 +0000 (12:07 +0000)]
dont import no more needed InfoBar classes
Felix Domke [Sun, 13 Apr 2008 23:06:53 +0000 (23:06 +0000)]
png cleanup by nemesis, plugin changes
Moritz Venn [Wed, 19 Mar 2008 17:03:11 +0000 (17:03 +0000)]
- be a little more sensitive with exceptions
Moritz Venn [Wed, 19 Mar 2008 00:08:25 +0000 (00:08 +0000)]
- fix saving,
- keep try/except at a minimum,
- whitespace fix
Andreas Frisch [Wed, 5 Mar 2008 08:29:39 +0000 (08:29 +0000)]
incorporate new png artwork by nemesis
Moritz Venn [Tue, 4 Mar 2008 14:13:27 +0000 (14:13 +0000)]
- add support for custom skip time,
- show notifications during playback
Moritz Venn [Sun, 2 Mar 2008 12:39:19 +0000 (12:39 +0000)]
- comment out unnecessary repositioning of poster pixmap,
- comment out unused and wrongly indented self.preview
Moritz Venn [Fri, 29 Feb 2008 22:58:53 +0000 (22:58 +0000)]
- allow only one update notification to be queued,
- smaller cleanups
Moritz Venn [Sun, 24 Feb 2008 20:34:52 +0000 (20:34 +0000)]
add missing import
Stephan Reichholf [Fri, 22 Feb 2008 17:54:17 +0000 (17:54 +0000)]
avoid possible final newline
Moritz Venn [Thu, 21 Feb 2008 11:31:51 +0000 (11:31 +0000)]
- use confignumber instead of configinteger in autotimer, epgrefresh and simplerss;
- bump required e2 version for epgrefresh and simplerss
Moritz Venn [Wed, 20 Feb 2008 21:08:35 +0000 (21:08 +0000)]
smaller fixes, bump required e2 version, add sample for custom destination path
Moritz Venn [Wed, 20 Feb 2008 17:02:19 +0000 (17:02 +0000)]
allow to import location
Moritz Venn [Wed, 20 Feb 2008 16:54:58 +0000 (16:54 +0000)]
add support for custom destinations directories to gui,
fix crash when shutting down while in editor
Stephan Reichholf [Mon, 18 Feb 2008 10:30:24 +0000 (10:30 +0000)]
more fix fix like fixes
Stephan Reichholf [Mon, 18 Feb 2008 10:26:36 +0000 (10:26 +0000)]
fix fix
Stephan Reichholf [Mon, 18 Feb 2008 10:21:14 +0000 (10:21 +0000)]
catch the correct exception in case of erroneous entries in Phonebook.txt
Moritz Venn [Sat, 16 Feb 2008 00:32:31 +0000 (00:32 +0000)]
cleanup
Moritz Venn [Sat, 16 Feb 2008 00:19:36 +0000 (00:19 +0000)]
allow using a notification to inform the user about new items on a feed,
simplify custom list components,
some more late imports,
cleanups
Moritz Venn [Fri, 15 Feb 2008 17:25:50 +0000 (17:25 +0000)]
add prewidgetremove,
cleanup,
bump required e2 version,
late imports in werbezapper
Andreas Monzner [Fri, 15 Feb 2008 17:04:59 +0000 (17:04 +0000)]
fix
Andreas Monzner [Fri, 15 Feb 2008 16:41:33 +0000 (16:41 +0000)]
fix/simplify MenuList handling
Moritz Venn [Fri, 15 Feb 2008 15:48:03 +0000 (15:48 +0000)]
fix crash on "new items" notification
Moritz Venn [Fri, 15 Feb 2008 13:05:07 +0000 (13:05 +0000)]
follow recent timer changes
Moritz Venn [Mon, 11 Feb 2008 18:20:29 +0000 (18:20 +0000)]
- remove custom name from bouquet services,
- fix name resolution in xml comments
Andreas Frisch [Mon, 11 Feb 2008 15:30:15 +0000 (15:30 +0000)]
add depends in control & change description to english
Moritz Venn [Mon, 11 Feb 2008 14:45:56 +0000 (14:45 +0000)]
- also inherit bouquets from autotimer if enabled
Moritz Venn [Mon, 11 Feb 2008 11:39:38 +0000 (11:39 +0000)]
- add bouquet selection to gui,
- also save names for bouquets
Moritz Venn [Mon, 11 Feb 2008 11:16:04 +0000 (11:16 +0000)]
- return current path when a channel is selected in simplebouquetselection to be able to select favorites in single bouquet mode or "all services"
Moritz Venn [Sun, 10 Feb 2008 19:36:49 +0000 (19:36 +0000)]
- copy list in channel editor so abort does what its supposed to,
- some channel->service renames,
- cleanup
Moritz Venn [Sun, 10 Feb 2008 17:43:04 +0000 (17:43 +0000)]
- save service names in xml,
- add simple bouquet editor (wip)
Moritz Venn [Sat, 9 Feb 2008 19:08:05 +0000 (19:08 +0000)]
- fix checkServices when service restriction is off
Moritz Venn [Sat, 9 Feb 2008 14:55:34 +0000 (14:55 +0000)]
- also add bouquet support to autotimer
Rico Schulte [Sat, 9 Feb 2008 14:37:50 +0000 (14:37 +0000)]
Warnung: test for equality (==) mistyped as assignment (=)?
Zeile: 14, Spalte: 23
Quelltext:
if (sortbytime = true){
ChangedTo:
if (sortbytime == true){
Moritz Venn [Sat, 9 Feb 2008 13:32:50 +0000 (13:32 +0000)]
- dont die on invalid xml, should be visible to the user though
Moritz Venn [Sat, 9 Feb 2008 13:17:03 +0000 (13:17 +0000)]
- new config file format (see sample xml, old configs are converted),
- experimental support of refreshing bouquets (see sample xml, no gui yet),
- scan only one service per transponder again (was broken)
Felix Domke [Fri, 8 Feb 2008 14:37:53 +0000 (14:37 +0000)]
remove gst-neon-libs-0.26 as alternative dependency for gst-plugin-neonhttpsrc, as bitbake is unable to handle those; also, gst-plugin-neonhttpsrc should be widely available now.
Moritz Venn [Thu, 7 Feb 2008 20:58:35 +0000 (20:58 +0000)]
- add function to add autotimer based on an event,
- show custom format string in editor if used,
- formatting fixes
Moritz Venn [Thu, 7 Feb 2008 17:05:06 +0000 (17:05 +0000)]
- allow offsets up to 180min in gui,
- enable "guess existing timer based on begin/end" by default
Moritz Venn [Thu, 7 Feb 2008 06:49:16 +0000 (06:49 +0000)]
import only as needed
Moritz Venn [Wed, 6 Feb 2008 17:47:26 +0000 (17:47 +0000)]
- translate and update sample xml,
- add virtual day of week "weekday" to filter editor
Moritz Venn [Wed, 6 Feb 2008 17:28:58 +0000 (17:28 +0000)]
handle include/exclude strings as regular expressions
Moritz Venn [Wed, 6 Feb 2008 17:11:07 +0000 (17:11 +0000)]
let "avoid duplicate descriptions" match processed timers
Moritz Venn [Wed, 6 Feb 2008 12:43:38 +0000 (12:43 +0000)]
- move werbezapper out of plugin.py,
- allow custom delay,
- clean up after zapped/stopped
Moritz Venn [Wed, 6 Feb 2008 12:40:53 +0000 (12:40 +0000)]
instantiate and import autotimer/autopoller only as needed
Moritz Venn [Wed, 6 Feb 2008 12:38:34 +0000 (12:38 +0000)]
Andreas Frisch [Tue, 5 Feb 2008 11:25:37 +0000 (11:25 +0000)]
exception handling to make it work without patched Plugin.py descriptor
----------------------------------------------------------------------
Felix Domke [Thu, 31 Jan 2008 21:54:47 +0000 (21:54 +0000)]
fix enigma2 version dependency
Rico Schulte [Thu, 31 Jan 2008 12:48:13 +0000 (12:48 +0000)]
python-html added as RDEPENDS
Stephan Reichholf [Tue, 29 Jan 2008 01:30:32 +0000 (01:30 +0000)]
* fix crash on loading timers
Stephan Reichholf [Mon, 28 Jan 2008 17:20:30 +0000 (17:20 +0000)]
add imdb to makefile and configure.ac
Andreas Frisch [Sun, 20 Jan 2008 23:48:34 +0000 (23:48 +0000)]
add new plugin to query movie details from the Internet Movie Database
Rico Schulte [Sat, 19 Jan 2008 11:43:45 +0000 (11:43 +0000)]
revert building empty plugin imdb
its an empty dir with an empty src forlder, nothing else
this breacks building the cvs
Andreas Frisch [Fri, 18 Jan 2008 17:39:34 +0000 (17:39 +0000)]
New plugin to query movie details from the Internet Movie Database.
Stephan Reichholf [Fri, 18 Jan 2008 15:18:38 +0000 (15:18 +0000)]
replace some control chars we ran into
Marcus Groß [Mon, 14 Jan 2008 21:44:52 +0000 (21:44 +0000)]
keep it simple. don't store unneeded parameters.
Marcus Groß [Sun, 13 Jan 2008 15:56:29 +0000 (15:56 +0000)]
initial
Marcus Groß [Sun, 13 Jan 2008 15:55:56 +0000 (15:55 +0000)]
added new plugin "startuptostandby"
Marcus Groß [Sun, 13 Jan 2008 15:47:50 +0000 (15:47 +0000)]
set version to 1.0
Marcus Groß [Sun, 13 Jan 2008 15:47:00 +0000 (15:47 +0000)]
fixed timer code - big thanks to ritzMo for the needed tips
Plugin working now, LCD/OLED shows clock.
Marcus Groß [Sun, 13 Jan 2008 14:40:14 +0000 (14:40 +0000)]
Initial
Description: the plugin keeps enigma2 in standby mode after powerup
Known bug / not working yet:
Since e2 sets channel some time after plugin initialization, OLED/LCD displays data of the last used service.
A timer shall go to normal mode and immediately to standby after about 20 seconds to fix this, but unfortunately not working yet - maybe someone has an idea what's wrong in source code
Rico Schulte [Thu, 10 Jan 2008 17:34:02 +0000 (17:34 +0000)]
fix BS if pretagfile does not exists
Stephan Reichholf [Thu, 10 Jan 2008 07:10:47 +0000 (07:10 +0000)]
* Add TextToXML for proper xml escaping when enigma2-converters (which don't know filter argument) - fixes xml errors in web/getcurrent
* some whitespace cleanups
Stephan Reichholf [Tue, 8 Jan 2008 15:25:05 +0000 (15:25 +0000)]
use saxutils escape for escaping xml (maybe it solves our problems with &...)
Stephan Reichholf [Tue, 8 Jan 2008 15:04:22 +0000 (15:04 +0000)]
proper error handling
Stephan Reichholf [Tue, 8 Jan 2008 14:48:23 +0000 (14:48 +0000)]
add selectaudiotrack
Stephan Reichholf [Tue, 8 Jan 2008 13:40:30 +0000 (13:40 +0000)]
add audiotrackactive for identifying active audiotrack
Stephan Reichholf [Tue, 8 Jan 2008 13:11:52 +0000 (13:11 +0000)]
Add web/epgnext - returns epgnext of bouquet (similar to epgnow)
Rico Schulte [Sun, 6 Jan 2008 16:56:38 +0000 (16:56 +0000)]
- Client filter added. Only clients added with IP Adress can coonect thru the proxy
- URL Filter added. UTI´s with blacklisted words ... 'microsoft','teen','porn' ... http://ww.porntorrent.to ... cant be accessed from all clients
at the moment the lists are in python ... so you have to edit the plugin.py
Moritz Venn [Thu, 3 Jan 2008 20:41:54 +0000 (20:41 +0000)]
fix display of "filter on weekday",
improved readability,
smaller speedups
Rico Schulte [Thu, 3 Jan 2008 20:16:33 +0000 (20:16 +0000)]
and now i am presenting a correct DESCRIPTION, because the devil has striked back
Rico Schulte [Thu, 3 Jan 2008 20:12:08 +0000 (20:12 +0000)]
erase the eval copy'n'paste devil
Rico Schulte [Thu, 3 Jan 2008 20:03:49 +0000 (20:03 +0000)]
provides a Web Proxy to use with Enigma2. At the moment only standard HTTP is supported, i am not sure this will be completed with HTTPS, SOCKS or FTP. My global plan it to implement this and to build a Contentfilter depending on a RegEx-Blacklist
Moritz Venn [Thu, 3 Jan 2008 19:18:16 +0000 (19:18 +0000)]
remove obsolete "delay when not in timespan"
Moritz Venn [Thu, 3 Jan 2008 11:55:07 +0000 (11:55 +0000)]
cleanup
Moritz Venn [Wed, 2 Jan 2008 17:28:58 +0000 (17:28 +0000)]
provide wakeupfnc,
requires more recent enigma2 (>=
20080102)
Moritz Venn [Wed, 2 Jan 2008 13:19:29 +0000 (13:19 +0000)]
revert broken workaround, waiting for a better solution
Felix Domke [Wed, 2 Jan 2008 13:03:24 +0000 (13:03 +0000)]
ignore url parse failures
Felix Domke [Wed, 2 Jan 2008 12:58:15 +0000 (12:58 +0000)]
don't crash when ok is pressed on empty list
Julian Dittrich [Tue, 1 Jan 2008 15:12:37 +0000 (15:12 +0000)]
inserted parentControl-functions into streaming, timer-edits and others
Moritz Venn [Mon, 31 Dec 2007 17:23:52 +0000 (17:23 +0000)]
add missing import
Moritz Venn [Mon, 24 Dec 2007 13:10:08 +0000 (13:10 +0000)]
add workaround to make sure box is running when timespam begins,
remove "wip"-comments
Rico Schulte [Sat, 22 Dec 2007 22:55:39 +0000 (22:55 +0000)]
Fix for broken Screengrabing
Stephan Reichholf [Thu, 20 Dec 2007 10:27:58 +0000 (10:27 +0000)]
remove not needed dependency with twisted-web2
Stephan Reichholf [Thu, 20 Dec 2007 09:47:02 +0000 (09:47 +0000)]
follow name convention on package naming
Stephan Reichholf [Wed, 19 Dec 2007 11:21:09 +0000 (11:21 +0000)]
add (years ago implemented) missing IEFixes....
Andreas Frisch [Wed, 12 Dec 2007 14:44:24 +0000 (14:44 +0000)]
*** empty log message ***
Stephan Reichholf [Wed, 12 Dec 2007 12:27:21 +0000 (12:27 +0000)]
fix bsod (invert wrong logic)
Stephan Reichholf [Thu, 6 Dec 2007 18:03:35 +0000 (18:03 +0000)]
fix wpa/wpa2 config for supplicant
fix wireless network list
Moritz Venn [Sat, 1 Dec 2007 17:53:04 +0000 (17:53 +0000)]
don't reference timestruct items by index
Moritz Venn [Sat, 1 Dec 2007 17:51:16 +0000 (17:51 +0000)]
Add unreferenced but required resetState function to EPGRefreshTimerEntry, hope this does not brake anything
Alex Lätsch [Fri, 30 Nov 2007 10:45:23 +0000 (10:45 +0000)]
v1.5
Alex Lätsch [Fri, 30 Nov 2007 10:45:06 +0000 (10:45 +0000)]
v1.5 fixes for gemini 3.1
Felix Domke [Thu, 29 Nov 2007 12:31:59 +0000 (12:31 +0000)]
re-arrange code a bit for reusability, add 'MacroElements' which can be used to import the output of elements into lists
Felix Domke [Thu, 29 Nov 2007 12:30:37 +0000 (12:30 +0000)]
default to list all movies when no tag is given
Moritz Venn [Wed, 28 Nov 2007 17:10:08 +0000 (17:10 +0000)]
increase delay when creating wait timer so it does not fire before timespan begins
Moritz Venn [Tue, 27 Nov 2007 18:36:20 +0000 (18:36 +0000)]
add missing cast
Andreas Monzner [Mon, 26 Nov 2007 14:22:05 +0000 (14:22 +0000)]
fix typo