Moritz Venn [Fri, 8 Jul 2011 14:31:42 +0000 (16:31 +0200)]
pluginsort: fix typo in help
Moritz Venn [Fri, 8 Jul 2011 14:11:49 +0000 (16:11 +0200)]
pipzap: add help based on mphelp
accessible from the setup dialog and shown on first "toggle".
Moritz Venn [Fri, 8 Jul 2011 13:27:29 +0000 (15:27 +0200)]
autotimer: check begin&end w/o offset for config.plugins.autotimer.try_guessing
because we used begin & end with offset already applied and a duration
without the offset this could have lead to false positives. the offset
should not be considered part of the event.
Moritz Venn [Thu, 7 Jul 2011 17:06:09 +0000 (19:06 +0200)]
epgrefresh: changes to how adapters are handled
- only allow MainPictureAdapter and RecordAdapter in standby,
- fallback to MainPictureAdapter if chosen adapter is not available
(e.g. when manually setting to record/pip/pip_hidden on dm800)
Moritz Venn [Thu, 7 Jul 2011 15:28:18 +0000 (17:28 +0200)]
simplerss: allow access to feed logo url from class
Moritz Venn [Wed, 6 Jul 2011 13:12:26 +0000 (15:12 +0200)]
autotimer: change text in movie context menu
follows common practice to not put "..." after a menu entry if no
further user input is required.
adds translator comments regarding the different "add autotimer" variants
and adds them to our current localizations (feel free to improve them
though if they no longer fit).
Moritz Venn [Wed, 6 Jul 2011 13:04:55 +0000 (15:04 +0200)]
epgsearch: change text in movie context menu
follows common practice to not put "..." after a menu entry if no further
user input is required.
adds translator comments regarding the different "search epg" variants
and adds them to our current localizations (feel free to improve them
though if they no longer fit).
Moritz Venn [Wed, 6 Jul 2011 12:57:40 +0000 (14:57 +0200)]
tageditor: properly change the plugin string
follows common practice of only appending "..." if further user
interaction is required to have any effect.
also adds translator comments so translators are able to differentiate
"edit tags" and "Edit Tags" and applies the changes to all
localizations.
Moritz Venn [Wed, 6 Jul 2011 12:44:36 +0000 (14:44 +0200)]
tageditor: also size screen down again
no reason to occupy most of the screen
Moritz Venn [Wed, 6 Jul 2011 12:32:31 +0000 (14:32 +0200)]
tageditor: revert plugin name change
don't mess with the strings if you don't know what you're doing.
Jürgen Strasdas [Wed, 6 Jul 2011 08:44:11 +0000 (10:44 +0200)]
[TagEditor]Enhance screen layout
- add menu button
- increase heigth
Moritz Venn [Tue, 5 Jul 2011 18:11:26 +0000 (20:11 +0200)]
simplerss: add mediadownloader to depends
does not actually depend on it, but this adds the ability to download
enclosures which most people would expect.
sreichholf [Mon, 4 Jul 2011 19:33:00 +0000 (21:33 +0200)]
improve messages and layout
sreichholf [Mon, 4 Jul 2011 19:20:16 +0000 (21:20 +0200)]
Merge branch 'master' of ssh://sreichholf@scm.schwerkraft.elitedvb.net/scmrepos/git/enigma2-plugins/enigma2-plugins.git
sreichholf [Mon, 4 Jul 2011 19:20:04 +0000 (21:20 +0200)]
improve Mediaplayer control a little bit (you get responses about
actions now, playlist reloads after removing items, etc).
Moritz Venn [Sat, 2 Jul 2011 14:03:03 +0000 (16:03 +0200)]
imdb: fix regex for us site
sreichholf [Sat, 2 Jul 2011 07:29:11 +0000 (09:29 +0200)]
reactivate Mediaplayer
sreichholf [Sat, 2 Jul 2011 06:57:41 +0000 (08:57 +0200)]
* more work on mediaplayer
* move streaminterface images to web-data/img as we need them at more
places now
* mp is still DEactivated!
sreichholf [Fri, 1 Jul 2011 22:13:34 +0000 (00:13 +0200)]
work on Mediaplayer integration
Jörg Trahm [Fri, 1 Jul 2011 10:49:46 +0000 (12:49 +0200)]
[Elektro] each profile needs its own Nextday
Moritz Venn [Thu, 30 Jun 2011 17:39:22 +0000 (19:39 +0200)]
AutoTimerEditor.py: disallow removal of typeSelection in AutoTimerServiceEditor
Moritz Venn [Thu, 30 Jun 2011 13:45:45 +0000 (15:45 +0200)]
epgrefresh: use new xml help format for mphelp
Moritz Venn [Thu, 30 Jun 2011 13:36:48 +0000 (15:36 +0200)]
autotimer: use new xml help format for mphelp
Moritz Venn [Thu, 30 Jun 2011 13:20:56 +0000 (15:20 +0200)]
pluginsort: add help based on mphelp (new xml format)
Moritz Venn [Thu, 30 Jun 2011 13:20:42 +0000 (15:20 +0200)]
mphelp: remove debug
Moritz Venn [Thu, 30 Jun 2011 13:19:33 +0000 (15:19 +0200)]
mphelp: allow to use xml as container for the help
instantiate reader using XMLHelpReader(filename). obj[0] is
getNameFunc, obj[1] is getPagesFunc, obj[3] is optional skin name. so
doing registerHelp(*XMLHelpReader(filename)) is possible, with the full
configuration being inside the xml.
be aware that this might raise an exception on parsing errors.
a sample xml help will follow in a subsequent commit. the format was
chosen to be similar to existing enigma2 xml formats (e.g. the wizard)
and to be compatible with xml2po.py without any changes.
vali [Thu, 30 Jun 2011 12:47:00 +0000 (08:47 -0400)]
[MerlinPG] compatibility to MovieEPG fix
Moritz Venn [Thu, 30 Jun 2011 09:32:27 +0000 (11:32 +0200)]
plugin_mphelp.xml: add missing shortdescription which confused genmetaindex.py
Moritz Venn [Wed, 29 Jun 2011 14:41:14 +0000 (16:41 +0200)]
epgrefresh: add help based on mphelp
Moritz Venn [Wed, 29 Jun 2011 14:40:00 +0000 (16:40 +0200)]
mphelp: use custom object (HelpPage) for help pages
autotimer adjusted accordingly
Moritz Venn [Tue, 28 Jun 2011 22:21:43 +0000 (00:21 +0200)]
autotimer: use mphelp plugin instead of local copy of the screen
Moritz Venn [Tue, 28 Jun 2011 22:18:03 +0000 (00:18 +0200)]
mphelp: initial checkin
this is a wrapper around the mphelp screen as introduced in the
autotimer. allows plugins to (more or less) dynamically register help
screens and display them.
possible future extensions are a help overview (display all the
registered help screens and allow direct access) and help on e2 core
functionality (possibly driven by an online source for easier
maintencance).
Moritz Venn [Wed, 29 Jun 2011 14:06:30 +0000 (16:06 +0200)]
menusort: add help screen to explain double usage of ok-button
Moritz Venn [Wed, 29 Jun 2011 14:06:17 +0000 (16:06 +0200)]
imdb,ofdb: don't crash if not tuned
Jörg Trahm [Wed, 29 Jun 2011 13:59:10 +0000 (15:59 +0200)]
[Elektro] new: Dutch language (Thanks Bschaar)
Moritz Venn [Wed, 29 Jun 2011 11:05:12 +0000 (13:05 +0200)]
menusort: fix weights after reentering editor
Moritz Venn [Tue, 28 Jun 2011 13:28:09 +0000 (15:28 +0200)]
menusort: initial checkin
allows to change order of main menu entries.
menu has to be reopened after execution to change the order entries are
shown in.
toggle selection by using ok, enter submenu by holding ok.
sreichholf [Mon, 27 Jun 2011 19:01:26 +0000 (21:01 +0200)]
fix sleeptimer stuff
Jörg Trahm [Mon, 27 Jun 2011 14:10:08 +0000 (16:10 +0200)]
[Elektro] better naming
Dr.Best [Sun, 26 Jun 2011 13:09:38 +0000 (15:09 +0200)]
make plugin description name shorter in German translation so it fits in standard-skin
Moritz Venn [Sun, 26 Jun 2011 09:23:46 +0000 (11:23 +0200)]
pluginhider: stupid makefiles *grml*
Moritz Venn [Sun, 26 Jun 2011 09:21:44 +0000 (11:21 +0200)]
AutoTimerEditor: add notifier to vps_enabled
Jörg Trahm [Fri, 24 Jun 2011 15:43:06 +0000 (17:43 +0200)]
[Elektro] Use both profiles alternately
(allows two time cycles per day)
Moritz Venn [Thu, 23 Jun 2011 17:16:44 +0000 (19:16 +0200)]
pluginhider: allow to start plugins
changes keymap a bit, as yellow is now unused and blue starts the
selected plugin. bouquetup/bouquetdown and next/previous change tabs
now.
to help with the transition help was added to the setup :)
Moritz Venn [Wed, 22 Jun 2011 17:53:21 +0000 (19:53 +0200)]
namezap: actually fix the problem
Moritz Venn [Wed, 22 Jun 2011 17:08:00 +0000 (19:08 +0200)]
namezap: another attempt to fix problems with pts
sreichholf [Tue, 21 Jun 2011 15:50:26 +0000 (17:50 +0200)]
Merge branch 'master' of ssh://sreichholf@scm.schwerkraft.elitedvb.net/scmrepos/git/enigma2-plugins/enigma2-plugins.git
sreichholf [Tue, 21 Jun 2011 15:50:14 +0000 (17:50 +0200)]
fix typo
sreichholf [Tue, 21 Jun 2011 15:48:17 +0000 (17:48 +0200)]
improve zap handling (no zapping in standby mode)
Jörg Trahm [Tue, 21 Jun 2011 14:54:10 +0000 (16:54 +0200)]
[Elektro] 2 Time profiles possible ; waiting for responding IP
addresses
Change-Id: I0c6e4117af4a39fc8c4e3d259df7e03a4676239a
sreichholf [Mon, 20 Jun 2011 22:41:18 +0000 (00:41 +0200)]
show service name instead of serviceref after zapping (it was about
time, wasn't it?)
Moritz Venn [Mon, 20 Jun 2011 21:09:37 +0000 (23:09 +0200)]
pluginsort: probably fix disappearing icons on some plugins
Moritz Venn [Mon, 20 Jun 2011 16:18:58 +0000 (18:18 +0200)]
namezap: fix crash is infobar.instance is none
but disables namezap in this case as we need the servicelist to retrieve
the name.
also changes default skin by removing the channel widget, it was broken
at least in english before anyway and the screen would have looked
hideous if it was stretched any further.
Moritz Venn [Sun, 19 Jun 2011 19:51:09 +0000 (21:51 +0200)]
imdb: allow to force using the english site
set config.plugins.imdb.force_english to true in your settings.
Moritz Venn [Sun, 19 Jun 2011 19:19:48 +0000 (21:19 +0200)]
pluginsort: fix potential crash
also disables debug code and made the plugin less chatty
Moritz Venn [Sun, 19 Jun 2011 18:05:25 +0000 (20:05 +0200)]
pluginsort: add some debug code to pluginsort regarding shutdown problems
Moritz Venn [Sun, 19 Jun 2011 16:38:10 +0000 (18:38 +0200)]
svdrp: fix weird reinit-error
Moritz Venn [Sun, 19 Jun 2011 15:49:09 +0000 (17:49 +0200)]
imdb: fix this yet again
now does forced search for international version as this is the only
one working reliably and automatically redownloads if there is only one
match.
Moritz Venn [Sun, 19 Jun 2011 14:40:47 +0000 (16:40 +0200)]
movieepg: add missing depends
Moritz Venn [Sun, 19 Jun 2011 14:38:52 +0000 (16:38 +0200)]
pluginsort: add missing depends
Moritz Venn [Sun, 19 Jun 2011 10:31:34 +0000 (12:31 +0200)]
pluginsort: fix changing system language
Moritz Venn [Sun, 19 Jun 2011 09:44:02 +0000 (11:44 +0200)]
pipzap: only overwrite base functions once
Moritz Venn [Sun, 19 Jun 2011 09:09:35 +0000 (11:09 +0200)]
pluginhider: fix printing traceback, though now i know where this came from :-)
Martin Gauk [Sun, 19 Jun 2011 09:26:05 +0000 (11:26 +0200)]
vps: unify package names
Moritz Venn [Sun, 19 Jun 2011 07:30:13 +0000 (09:30 +0200)]
pluginhider: make sure we are only started once (wtf?!)
Moritz Venn [Sun, 19 Jun 2011 07:27:48 +0000 (09:27 +0200)]
pluginsort: fix typo
Dr.Best [Sat, 18 Jun 2011 21:38:25 +0000 (23:38 +0200)]
Revert "[AutomaticCleanup]Initial checkin"
ASK the autors of the original plugins for permission when you use their plugins!
Do not take any part of source code from our plugins (especially when they are not part of schwerkraft-project!) without asking!
Do not take source code from our board image or board plugins without asking before.
This reverts commit
9b8c8b9758a8c5f790b1ef79f17cb31b52a7e914.
Dr.Best [Sat, 18 Jun 2011 21:28:57 +0000 (23:28 +0200)]
Revert "[AutomaticCleanup]Fix Typo in configure.ac"
ASK the autors of the original plugins for permission when you use their plugins!
Do not take any part of source code from our plugins (especially when they are not part of schwerkraft-project!) without asking!
Do not take source code from our board image or board plugins without asking before.
This reverts commit
98e3972090058e444091930909e5cf680b976a0b.
Jürgen Strasdas [Sat, 18 Jun 2011 18:33:19 +0000 (20:33 +0200)]
Merge remote-tracking branch 'origin/master'
Jürgen Strasdas [Sat, 18 Jun 2011 18:33:01 +0000 (20:33 +0200)]
[AutomaticCleanup]Fix Typo in configure.ac
Moritz Venn [Sat, 18 Jun 2011 17:48:53 +0000 (19:48 +0200)]
pluginsort: fix typo
Moritz Venn [Sat, 18 Jun 2011 17:42:54 +0000 (19:42 +0200)]
configure.ac: add namezap/po/Makefile
Martin Gauk [Sat, 18 Jun 2011 17:37:47 +0000 (19:37 +0200)]
Merge branch 'master' of git+ssh://scm.schwerkraft.elitedvb.net/scmrepos/git/enigma2-plugins/enigma2-plugins
Martin Gauk [Sat, 18 Jun 2011 17:36:29 +0000 (19:36 +0200)]
add vps
Jürgen Strasdas [Sat, 18 Jun 2011 17:18:02 +0000 (19:18 +0200)]
Merge remote-tracking branch 'origin/master'
Martin Gauk [Sat, 18 Jun 2011 16:47:30 +0000 (18:47 +0200)]
Merge branch 'master' of git+ssh://scm.schwerkraft.elitedvb.net/scmrepos/git/enigma2-plugins/enigma2-plugins
Moritz Venn [Sat, 18 Jun 2011 16:36:41 +0000 (18:36 +0200)]
pluginsort: support resorting eventinfo/movielist/extensions
accessible via menu key in pluginbrowser, if movieepg is installed it
also needs to be updated for resorting the extensions list to work.
also bumps required e2 version to one with weight support because the
additional code overhead was just too much. just upgrade, it's not evil
or anything :D
Moritz Venn [Sat, 18 Jun 2011 16:12:09 +0000 (18:12 +0200)]
movieepg: sort plugins first by weight, then by name
bumps required enigma2 to a version with plugin weights accordingly.
Moritz Venn [Sat, 18 Jun 2011 12:56:02 +0000 (14:56 +0200)]
pluginsort: try to work around possible problems with some old patch
Martin Gauk [Sat, 18 Jun 2011 16:34:35 +0000 (18:34 +0200)]
VPS-Plugin: initial checkin
Jürgen Strasdas [Sat, 18 Jun 2011 16:29:05 +0000 (18:29 +0200)]
[AutomaticCleanup]Initial checkin
Automatically cleanup according to specfied rules:
- Crashlogs
- Stored settings
- Timerlist
Plugin setup added to Sytem menu
Jürgen Strasdas [Sat, 18 Jun 2011 16:15:08 +0000 (18:15 +0200)]
[NameZap]German translation
Jürgen Strasdas [Sat, 18 Jun 2011 15:24:47 +0000 (17:24 +0200)]
Merge remote-tracking branch 'origin/master'
Moritz Venn [Sat, 18 Jun 2011 12:32:42 +0000 (14:32 +0200)]
pluginsort: initialize movemode and selected before calling base init
Moritz Venn [Sat, 18 Jun 2011 12:25:49 +0000 (14:25 +0200)]
pluginsort: same "move" color as service selection and paint the whole cell
Michael Schmidt [Sat, 18 Jun 2011 12:09:03 +0000 (14:09 +0200)]
FIX: minor problem, when FBF is not available
Change-Id: I2f3708727a65c8cfae0e4d6b5f48adf3c6be14d5
Jürgen Strasdas [Sat, 18 Jun 2011 03:48:19 +0000 (05:48 +0200)]
Merge remote-tracking branch 'origin/master'
Moritz Venn [Sat, 18 Jun 2011 00:22:56 +0000 (02:22 +0200)]
pluginhider: allow to run with e2 before plugin weight introduction
Moritz Venn [Fri, 17 Jun 2011 19:10:55 +0000 (21:10 +0200)]
namezap: allow to configure visual appearance
by default shows channel number and name now, but allows to go back to
previous behavior (only name) or use default number zap (just number)
Moritz Venn [Fri, 17 Jun 2011 18:11:50 +0000 (20:11 +0200)]
pluginhider: add translation support and german translation by SiennaRoot (thanks!)
Moritz Venn [Fri, 17 Jun 2011 18:07:31 +0000 (20:07 +0200)]
pluginsort: add plugin specific translation support
also adds german translation heavily based on SiennaRoot's work, thanks!
Moritz Venn [Fri, 17 Jun 2011 17:57:38 +0000 (19:57 +0200)]
pipzap: add translator comment about "Activate Picture in Picture"
this string is not to be translated in our plugin as it is one e2 core
uses, so we need the "real" translation to find it.
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
Jürgen Strasdas [Fri, 17 Jun 2011 05:40:48 +0000 (07:40 +0200)]
[Elektro]Fix typo
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