Moritz Venn [Fri, 17 Jun 2011 17:53:31 +0000 (19:53 +0200)]
pluginsort: add translator notes for strings from e2 core
Moritz Venn [Fri, 17 Jun 2011 15:01:44 +0000 (17:01 +0200)]
pluginsort: fix previous commit (stupid typo *grml*)
Moritz Venn [Fri, 17 Jun 2011 14:13:43 +0000 (16:13 +0200)]
pluginsort: try to fix for enigma2 before plugin weight introduction
Moritz Venn [Fri, 17 Jun 2011 07:23:14 +0000 (09:23 +0200)]
growlee: fix wrong setup title
Moritz Venn [Fri, 17 Jun 2011 07:20:34 +0000 (09:20 +0200)]
pluginsort: pluginhider integration, selection by numbers
allows quick access to "hide plugin" functionality if pluginhider is
installed via menu key. also allows to select plugins 1-10 using
number keys.
Moritz Venn [Fri, 17 Jun 2011 07:05:03 +0000 (09:05 +0200)]
pluginhider: add convenience function to hide a plugin
Moritz Venn [Thu, 16 Jun 2011 21:14:28 +0000 (23:14 +0200)]
pluginsort: fix this for everyone without my cool new python version :D
Moritz Venn [Thu, 16 Jun 2011 20:50:07 +0000 (22:50 +0200)]
pluginsort: initial checkin
allows to sort the plugins as shown in the plugin browser. a little
talkative on the console and not yet optimized or complete, but working
nonetheless :D
Moritz Venn [Thu, 16 Jun 2011 11:16:46 +0000 (13:16 +0200)]
pluginhider: add eventinfo support and rework setup dialog
Moritz Venn [Thu, 16 Jun 2011 08:36:30 +0000 (10:36 +0200)]
autotimer: base autotimers from service on default timer too
also smaller cleanups
Moritz Venn [Wed, 15 Jun 2011 22:32:10 +0000 (00:32 +0200)]
pluginhider: fix possible crash when aborting setup
Moritz Venn [Wed, 15 Jun 2011 22:31:16 +0000 (00:31 +0200)]
growlee: fix possible crash if aborting setup
Moritz Venn [Wed, 15 Jun 2011 22:06:03 +0000 (00:06 +0200)]
pluginhider: initial checkin
allows you to hide plugins from extensions or pluginmenu without having
to edit their sourcecode.
Moritz Venn [Wed, 15 Jun 2011 18:17:56 +0000 (20:17 +0200)]
epgsearch: initialize config in __init__
should work around improperly using the plugin.
Moritz Venn [Wed, 15 Jun 2011 16:24:26 +0000 (18:24 +0200)]
pipzap: fix possible crash if reusing InfoBar* in unexpected context
ghost [Wed, 15 Jun 2011 09:19:36 +0000 (11:19 +0200)]
Revert "[TuxCom]Initial checkin"
This reverts commit
fc416dc90a7435200fa899d0a322f3545d1dbe93.
No binary only plugins here!
Tuxcom is available in the opendreambox oe!
Jürgen Strasdas [Wed, 15 Jun 2011 08:06:00 +0000 (10:06 +0200)]
[TuxCom]Initial checkin
TuxBox Commander: Comprehensive File-Manager with a bunch of features
- Create/copy/move/delete files and folders
- Show/edit files
- Search files
- Execute files
- Change attributes
- Create links
- Execute any Linux command
- Password protectable!
Jürgen Strasdas [Wed, 15 Jun 2011 04:22:04 +0000 (06:22 +0200)]
Merge remote-tracking branch 'origin/master'
Jürgen Strasdas [Wed, 15 Jun 2011 04:21:46 +0000 (06:21 +0200)]
[Elektro]Enhanced user interface (configuration menu)
- Show corresponding help text for selected setup entry
- Readme updated, German version separated
- Show German readme if it's selected language
- Options to configure plugin menu location, name and description added to setup
- German localization updated
- Remaining localizations need update!
Moritz Venn [Tue, 14 Jun 2011 19:38:53 +0000 (21:38 +0200)]
movieepg: don't crash if InfoBar.instance is None
hides plugins in this case though as instantiating a new one can cause
bad sideeffects.
virtual "EPG" plugin is not hidden and yield an error message on startup
in that case.
Moritz Venn [Tue, 14 Jun 2011 19:37:05 +0000 (21:37 +0200)]
pipzap: don't crash if InfoBar.instance is None (still: wtf?!)
also hides "zap focus" in extensions menu in this case
Moritz Venn [Tue, 14 Jun 2011 17:47:57 +0000 (19:47 +0200)]
pipzap: don't crash due to incomplete install
a restart is required for the "plugin" to function properly, but
crashing in the setup by selection optional plugin menu entry should not
force the user to restart by provoking a crash :D
also adds missing import of MessageBox which could have resulted in a
crash when channing pip via context menu.
Moritz Venn [Tue, 14 Jun 2011 10:36:34 +0000 (12:36 +0200)]
pipzap: install keymap
Moritz Venn [Mon, 13 Jun 2011 20:49:58 +0000 (22:49 +0200)]
namezap: initial checkin
replaces number based zapping dialog with one that shows the service
name.
Moritz Venn [Mon, 13 Jun 2011 15:09:54 +0000 (17:09 +0200)]
pipzap: allow to hide label if pipzap is enabled
Moritz Venn [Mon, 13 Jun 2011 11:13:30 +0000 (13:13 +0200)]
plugin_pipzap.xml: add hardware prerequisites
Moritz Venn [Mon, 13 Jun 2011 11:00:46 +0000 (13:00 +0200)]
pipzap: remove old MoviePlayer.allowPiP-hack by using a faux property
Moritz Venn [Mon, 13 Jun 2011 09:44:23 +0000 (11:44 +0200)]
pipzap: don't look for "activate picture in picture" if it isn't there
Moritz Venn [Sun, 12 Jun 2011 20:42:16 +0000 (22:42 +0200)]
pipzap: information label in opposite corner of pip now
Moritz Venn [Sun, 12 Jun 2011 20:23:18 +0000 (22:23 +0200)]
pipzap: change how base methods are stored
now saves them all in a local storage with the same name as the
overwritten ones. but this is mostly so no one else gets the idea to
copy this pattern which would go bad if the same method was overwritten
twice :-)
also removes overwritten MoviePlayer.showPiP which is handled by the
generic InfoBarPiP_showPiP now, though this doesn't make things any
prettier
Moritz Venn [Sun, 12 Jun 2011 18:19:13 +0000 (20:19 +0200)]
pipzap: we actually can rely on InfoBarPiP.showPiP
Jürgen Strasdas [Sun, 12 Jun 2011 17:31:41 +0000 (19:31 +0200)]
Merge remote-tracking branch 'origin/master'
Jürgen Strasdas [Sun, 12 Jun 2011 17:28:59 +0000 (19:28 +0200)]
[Weather]Complete German translation
Jürgen Strasdas [Sun, 12 Jun 2011 17:28:00 +0000 (19:28 +0200)]
[Porn Center]Complete German translation
Jürgen Strasdas [Sun, 12 Jun 2011 17:27:21 +0000 (19:27 +0200)]
[OFDb]Complete German translation
Jürgen Strasdas [Sun, 12 Jun 2011 17:26:31 +0000 (19:26 +0200)]
[MyTube]Complete German translation
Jürgen Strasdas [Sun, 12 Jun 2011 17:25:44 +0000 (19:25 +0200)]
[IMDb]Complete German translation
Jürgen Strasdas [Sun, 12 Jun 2011 17:24:36 +0000 (19:24 +0200)]
[DVDBackup]Complete German translation
Moritz Venn [Sun, 12 Jun 2011 16:50:10 +0000 (18:50 +0200)]
pipzap: do nothing if hw has only one video decoder
Moritz Venn [Sun, 12 Jun 2011 16:39:59 +0000 (18:39 +0200)]
pipzap: move setup to setup menu, allow to dynamically add toggle in plugin menu
Moritz Venn [Sun, 12 Jun 2011 16:14:37 +0000 (18:14 +0200)]
AutoTimerComponent.py: *grml* stupid vps plugin
next external plugin intergration will not be done by me :P
Jörg Trahm [Sun, 12 Jun 2011 16:05:50 +0000 (18:05 +0200)]
Merge branch 'master' of git+ssh://joergm6@scm.schwerkraft.elitedvb.net/scmrepos/git/enigma2-plugins/enigma2-plugins.git
Jörg Trahm [Sun, 12 Jun 2011 16:04:31 +0000 (18:04 +0200)]
[FanControl2] ignore high rpm values; do not crash at os.calls
Moritz Venn [Sun, 12 Jun 2011 16:00:36 +0000 (18:00 +0200)]
pipzap: ignore additional arguments in setup opener
Moritz Venn [Sun, 12 Jun 2011 15:55:07 +0000 (17:55 +0200)]
AutoTimer.py: fix vps variable names
Moritz Venn [Sun, 12 Jun 2011 15:54:19 +0000 (17:54 +0200)]
AutoTimerComponent.py: fix (deep)copy
Moritz Venn [Sun, 12 Jun 2011 15:53:34 +0000 (17:53 +0200)]
AutoTimerEditor.py: don't crash if no help text was found
Moritz Venn [Sun, 12 Jun 2011 13:22:14 +0000 (15:22 +0200)]
AutoTimerEditor.py: fix typo
Moritz Venn [Sun, 12 Jun 2011 13:19:11 +0000 (15:19 +0200)]
autotimer: add support for vps plugin
Moritz Venn [Sun, 12 Jun 2011 13:17:25 +0000 (15:17 +0200)]
pipzap: use autostart handler to overwrite functions
should make the system a little less fragile
Moritz Venn [Sun, 12 Jun 2011 12:56:52 +0000 (14:56 +0200)]
pipzap: move imports to top
Moritz Venn [Sun, 12 Jun 2011 12:32:47 +0000 (14:32 +0200)]
pipzap: forgot to add PipzapSetup.py to repository
Moritz Venn [Sun, 12 Jun 2011 12:31:16 +0000 (14:31 +0200)]
pipzap: fix typo
Moritz Venn [Sun, 12 Jun 2011 11:45:51 +0000 (13:45 +0200)]
epgsearch: add basic setup
allows to modify history length and to disable adding the "search"
button to the regular epg.
nightmann [Sun, 12 Jun 2011 10:34:26 +0000 (12:34 +0200)]
Merge branch 'master' of git+ssh://domino@scm.schwerkraft.elitedvb.net/scmrepos/git/enigma2-plugins/enigma2-plugins
nightmann [Sun, 12 Jun 2011 10:34:04 +0000 (12:34 +0200)]
added license information
nightmann [Sun, 12 Jun 2011 10:29:21 +0000 (12:29 +0200)]
update maintainer information
nightmann [Sun, 12 Jun 2011 10:28:23 +0000 (12:28 +0200)]
fix identiation error
Moritz Venn [Sun, 12 Jun 2011 09:18:25 +0000 (11:18 +0200)]
pipzap: allow to disable hotkey
currently requires a restart. is there anything left to configure here?
because it seems kinda silly to disable the plugin at all if you could
just remove it ;-)
Moritz Venn [Sun, 12 Jun 2011 09:10:07 +0000 (11:10 +0200)]
movieepg: add help to setup
also changes configuration/settings/setup file name to for consistency
and adds a new parameter which can disable showing all extensions in the
movie player again.
Moritz Venn [Sat, 11 Jun 2011 22:53:57 +0000 (00:53 +0200)]
movieepg: allow to configure where to show "epg" entry
always/movie (default)/never
Moritz Venn [Sat, 11 Jun 2011 19:41:16 +0000 (21:41 +0200)]
imdb: show real event name on lcd
adds a new title source which deprecates the old titellabel label,
but the label is kept intact to not affect any skins.
Moritz Venn [Sat, 11 Jun 2011 18:27:18 +0000 (20:27 +0200)]
imdb: &'); is not a valid html entity
changes regex segment from \D{1,5} to [A-Za-z]{1,5}
Moritz Venn [Sat, 11 Jun 2011 14:45:40 +0000 (16:45 +0200)]
pipzap: add proof of concept plugin implementation
does pretty much the same thing my patch did, just way more hackish
Moritz Venn [Sat, 11 Jun 2011 11:07:21 +0000 (13:07 +0200)]
movieepg: rephrase meta text
Moritz Venn [Sat, 11 Jun 2011 11:04:49 +0000 (13:04 +0200)]
movieepg: don't register any plugins for now
Moritz Venn [Sat, 11 Jun 2011 10:59:44 +0000 (12:59 +0200)]
movieepg: allow zapping from plugins if started from (standard) movie player
overwrites lastservice instance variable of movie player and calls the
quit handler.
Moritz Venn [Sat, 11 Jun 2011 00:23:31 +0000 (02:23 +0200)]
movieepg: intial checkin
allows you to access the epg from within the (standard) movie player,
also allows access to plugins requiring the service list from the movie
player extensions menu.
Moritz Venn [Sat, 11 Jun 2011 10:33:06 +0000 (12:33 +0200)]
fix build, again
please at least try to keep this up and running :-)
Jürgen Strasdas [Sat, 11 Jun 2011 09:22:49 +0000 (11:22 +0200)]
[SHOUTcast]Update German translation
Jürgen Strasdas [Sat, 11 Jun 2011 09:17:40 +0000 (11:17 +0200)]
[MovieSelectionQuickButton]Add category
Jürgen Strasdas [Sat, 11 Jun 2011 09:05:11 +0000 (11:05 +0200)]
Merge remote-tracking branch 'origin/master'
Jürgen Strasdas [Sat, 11 Jun 2011 09:04:54 +0000 (11:04 +0200)]
[LastFM]German translation
- Code altered to enable translation
- Screens slightly adjusted to get text fitted
nightmann [Sat, 11 Jun 2011 07:38:28 +0000 (09:38 +0200)]
fix build error
Jürgen Strasdas [Fri, 10 Jun 2011 16:40:04 +0000 (18:40 +0200)]
[AutoResolution]German translation completed
Jürgen Strasdas [Fri, 10 Jun 2011 08:29:08 +0000 (10:29 +0200)]
[AutoResolution]Add German translation
Mladen Horvat [Fri, 10 Jun 2011 07:45:42 +0000 (09:45 +0200)]
fix typo
Mladen Horvat [Fri, 10 Jun 2011 06:49:51 +0000 (08:49 +0200)]
plugin_moviesearch.xml: bad idea to use "" inside meta descriptions. better use \" or ' as it else breakes the import of shortdescription and description into enigma2 translation system.
Mladen Horvat [Fri, 10 Jun 2011 06:47:25 +0000 (08:47 +0200)]
Autoresolution: remove '...' from menu entry name.
Jürgen Strasdas [Wed, 8 Jun 2011 17:26:32 +0000 (19:26 +0200)]
[SHOUTcast] German translation update
Moritz Venn [Tue, 7 Jun 2011 21:00:43 +0000 (23:00 +0200)]
unwetterzentrale: fix both de and at info
sreichholf [Tue, 7 Jun 2011 17:22:19 +0000 (19:22 +0200)]
Merge branch 'master' of ssh://sreichholf@scm.schwerkraft.elitedvb.net/scmrepos/git/enigma2-plugins/enigma2-plugins.git
sreichholf [Tue, 7 Jun 2011 17:21:59 +0000 (19:21 +0200)]
fix typo
Moritz Venn [Tue, 7 Jun 2011 13:38:28 +0000 (15:38 +0200)]
webif/sleeptimer: allow to toggle confirmed/ask setting
Moritz Venn [Tue, 7 Jun 2011 09:52:10 +0000 (11:52 +0200)]
SleepTimer.py: allow to set time & action if disabling timer
also simplifies code a bit and removes stray whitespaces
Moritz Venn [Fri, 3 Jun 2011 23:06:03 +0000 (01:06 +0200)]
AutoTimer.py: add two more console debug messages
Moritz Venn [Fri, 3 Jun 2011 23:01:00 +0000 (01:01 +0200)]
tplEpgList.htm: fix accidentally added newline
Moritz Venn [Fri, 3 Jun 2011 22:59:40 +0000 (00:59 +0200)]
tplEpgList.htm: fix edit&add timer if ' in event data
Jürgen Strasdas [Tue, 31 May 2011 17:18:56 +0000 (19:18 +0200)]
[LastFM]Fix typo
Jürgen Strasdas [Tue, 31 May 2011 17:16:23 +0000 (19:16 +0200)]
[UnwetterInfo]Enhance Help Screen layout
Jürgen Strasdas [Tue, 31 May 2011 08:39:09 +0000 (10:39 +0200)]
[LastFM] Show playing track on LCD screen
- Show playing track on LCD screen
- Help menu completed
- Options to configure plugin menu location, name and description added to setup
Moritz Venn [Mon, 30 May 2011 21:28:24 +0000 (23:28 +0200)]
imdb: allow to start custom search
Moritz Venn [Mon, 30 May 2011 21:16:47 +0000 (23:16 +0200)]
imdb: fix search on us imdb site
also removes need to restart after installation through the gui
Tode [Mon, 30 May 2011 19:47:08 +0000 (21:47 +0200)]
[EPGRefresh] Another german translation update
vali [Mon, 30 May 2011 18:33:22 +0000 (14:33 -0400)]
[EasyMedia] Bugfix if only a few entries
Moritz Venn [Mon, 30 May 2011 16:04:40 +0000 (18:04 +0200)]
startuptostandby: reduce weight a bit (from 0 to -1)
this way there is a better chance to be the first notification thereby
going into standby faster
Moritz Venn [Mon, 30 May 2011 15:56:26 +0000 (17:56 +0200)]
startuptostandby: fix based on aladin25's suggestion
also removes forced restart after installation which feels kinda
stupid :-)
Moritz Venn [Mon, 30 May 2011 15:44:21 +0000 (17:44 +0200)]
EPGRefreshConfiguration.py: fix skin
Moritz Venn [Mon, 30 May 2011 10:54:45 +0000 (12:54 +0200)]
tageditor: allow to install during runtime without restart
Moritz Venn [Mon, 30 May 2011 07:31:28 +0000 (09:31 +0200)]
epgrefresh: allow installation during runtime without restart in most cases
only requiring restart (and hiding all references to the plugin in this
case) if supposed to run in background, because we are not given the
session in this case which we would need for the refresh. there is a
rather long comment in the plugin on that matter ;-)