Ismail Demir [Tue, 11 Dec 2012 21:37:11 +0000 (22:37 +0100)]
[satloader] prepare for transponder selection while adding selected transponder to satellites.xml
Dr.Best [Sun, 9 Dec 2012 13:12:18 +0000 (14:12 +0100)]
fix for configure.ac
Dr.Best [Sun, 9 Dec 2012 12:59:18 +0000 (13:59 +0100)]
[subsdownloader2] fix for last fix that fixes the first commit...
Dr.Best [Sun, 9 Dec 2012 12:43:19 +0000 (13:43 +0100)]
[subsdownloader2] fix for last commit: it is not enough to deactivate a makefile in configure.ac, you have to delete it in the subfolders too
root [Sun, 9 Dec 2012 12:11:18 +0000 (12:11 +0000)]
modified: configure.ac
deleted: subsdownloader2/src/pic/Napisyme.jpg
Jörg Trahm [Sat, 8 Dec 2012 19:34:55 +0000 (20:34 +0100)]
[FanControl2] small fix
Jörg Trahm [Thu, 6 Dec 2012 13:21:43 +0000 (14:21 +0100)]
[FanControl2] typo, readme, webif-init
Moritz Venn [Wed, 5 Dec 2012 22:20:56 +0000 (23:20 +0100)]
AutoTimerEditor.py: fix missing import
Moritz Venn [Wed, 5 Dec 2012 17:18:15 +0000 (18:18 +0100)]
autotimer: fix counting total matching events
len(list) is O(1), no reason to make our life so hard here.
also smaller cleanups.
Stephan Reichholf [Wed, 5 Dec 2012 08:59:45 +0000 (09:59 +0100)]
WebIf: * fix hardcoded http in ts.m3u
* make localip, localport and protocol available in all WebScreens
* whitespace cleanups
Moritz Venn [Tue, 4 Dec 2012 17:22:52 +0000 (18:22 +0100)]
AutoTimer.py: smaller cleanup and threading optimization
- factor out loop previously done with each enabled timer into another
function to improve readbility a bit (still not the easiest piece of
code to read if you have no idea how the plugin works)
- change an embedded into an instance method
- rename some variables as comments suggested, follow general naming
scheme with others
the threading change is the most interesting in regards to the most
recent changes.
instead of many context changes we now only switch once for each timer.
this increases the chances to block the main thread long enough for the
user to notice, but this way it's still better than before threading and
we should finish in under 10 minutes again :P
please note that while i tested this code i'd consider it experimental
for some days.
Moritz Venn [Tue, 4 Dec 2012 17:21:09 +0000 (18:21 +0100)]
autotimer: always keep manager instance alive
eats some memory, but makes management easier and prevents bugs for
the "open, close, open, close, open, close" kind of people - or at least
makes the behavior a bit more predictable.
Dario [Tue, 4 Dec 2012 16:49:22 +0000 (17:49 +0100)]
SatLoader: add italian locale.
Dario [Tue, 4 Dec 2012 16:33:10 +0000 (17:33 +0100)]
FritzCall: update for italian translation.
Dario [Tue, 4 Dec 2012 14:39:46 +0000 (15:39 +0100)]
FanControl2: update for italian translation.
Moritz Venn [Tue, 4 Dec 2012 14:11:10 +0000 (15:11 +0100)]
autotimer: more evil code to fix evil stuff
seriously, skip reading this commit if you intend to write good code :D
Stephan Reichholf [Tue, 4 Dec 2012 13:59:11 +0000 (14:59 +0100)]
Revert "AutoTimer: fix NoneType"
This reverts commit
7aae38592f9c49c8ff95f9999e8d516777007102.
Stephan Reichholf [Tue, 4 Dec 2012 11:17:14 +0000 (12:17 +0100)]
AutoTimer: fix NoneType
Dr.Best [Mon, 3 Dec 2012 20:43:31 +0000 (21:43 +0100)]
missing po-makefile for satloader added
Andreas Frisch [Mon, 3 Dec 2012 20:10:30 +0000 (21:10 +0100)]
imdb: fix new title list layout regex, fix utf8 conversion, long INFO keypress queries current event, pluginlist call opens eventlist first now
Stephan Reichholf [Mon, 3 Dec 2012 07:21:59 +0000 (08:21 +0100)]
WebIf: fix wapremote
Ismail Demir [Sun, 2 Dec 2012 22:26:10 +0000 (23:26 +0100)]
[satloader] prepare for multi-language
nixkoenner [Sun, 2 Dec 2012 10:37:58 +0000 (11:37 +0100)]
ncidclient fix typo
nixkoenner [Sun, 2 Dec 2012 10:29:59 +0000 (11:29 +0100)]
plg: ncidclient erweitert, auswertung des Namen in der CID
Moritz Venn [Tue, 27 Nov 2012 18:22:11 +0000 (19:22 +0100)]
autotimer: more threading voodoo
reichis changes also broke preview, this fixes it again (and other cases
where parsing was initiated from the main thread).
Moritz Venn [Sat, 24 Nov 2012 09:38:02 +0000 (10:38 +0100)]
AutoTimer.py: workaround twisted deadlock
if the autotimer was running during shutdown twisted would lock up (the
child thread was waiting indefinitely).
this works around this by giving the main thread operation 30s to finish
which should be plenty in our use case.
if someone finds a way to reliably detect if twisted is currently trying
to shut down please fix the crash condition :)
fneufing [Fri, 23 Nov 2012 13:19:18 +0000 (14:19 +0100)]
fix depends genuinedreambox
Stephan Reichholf [Thu, 22 Nov 2012 13:43:44 +0000 (14:43 +0100)]
WebIf: add aio-grab to Depends
betonme [Sat, 17 Nov 2012 13:37:01 +0000 (14:37 +0100)]
Merge branch 'master' of ssh://scm.schwerkraft.elitedvb.net/scmrepos/git/enigma2-plugins/enigma2-plugins
betonme [Sat, 17 Nov 2012 13:36:07 +0000 (14:36 +0100)]
InfoBarTunerState: Fixed timer time change update
Moritz Venn [Fri, 16 Nov 2012 16:53:54 +0000 (17:53 +0100)]
EPGRefresh.py: the removeInstance stuff is crap, always has been
also, no need not to clean up if the autotimer fails to search the epg
Moritz Venn [Fri, 16 Nov 2012 16:46:51 +0000 (17:46 +0100)]
autotimer: install NotifiablePluginBrowser in autostart
otherwise the behavior is counter intuitive because when searching the
epg for the first time manually from withing the autotimer the modified
plugin browser is not yet active delaying the response (big UX no-no ;-))
Moritz Venn [Fri, 16 Nov 2012 16:44:53 +0000 (17:44 +0100)]
NotifiablePluginBrowser: try harder not to break the class name
the NotifiablePluginBrowser is now created as "class PluginBrowser"
which is what other code might expect.
this is due to the upcoming autotimer change which installs the extended
browser on system launch.
Stephan Reichholf [Fri, 16 Nov 2012 11:16:02 +0000 (12:16 +0100)]
Revert "AutoTimer: This seems to fix the mess after a Autotimer was saved (which causes it to reparse the epg). Notifications do now pop up immediately again, needs further investigation, as the method should actually already be called on the mainthread!"
This reverts commit
4c3ba12a8b6e539d2c86d74e413d469b494f7830.
Stephan Reichholf [Fri, 16 Nov 2012 08:41:08 +0000 (09:41 +0100)]
AutoTimer: This seems to fix the mess after a Autotimer was saved (which causes it to reparse the epg). Notifications do now pop up immediately again, needs further investigation, as the method should actually already be called on the mainthread!
Stephan Reichholf [Sat, 10 Nov 2012 16:48:40 +0000 (17:48 +0100)]
EPGRefresh/AutoTimer: another fix for epgrefresh & autotimer, it works for me now, please report!
betonme [Tue, 13 Nov 2012 20:50:37 +0000 (21:50 +0100)]
Merge branch 'master' of ssh://scm.schwerkraft.elitedvb.net/scmrepos/git/enigma2-plugins/enigma2-plugins
betonme [Tue, 13 Nov 2012 20:32:10 +0000 (21:32 +0100)]
PushService: Avoid crash if no service is configured - show popup as fallback
Michael Schmidt [Fri, 9 Nov 2012 17:19:46 +0000 (18:19 +0100)]
CHG: serialise login callbacks
Jörg Trahm [Fri, 9 Nov 2012 15:42:52 +0000 (16:42 +0100)]
[FanControl2] Changeover to worker-thread; additional PID-controller by Lukasz P.
Stephan Reichholf [Thu, 8 Nov 2012 07:17:58 +0000 (08:17 +0100)]
EPGRefresh: call async parse of Autotimer instead of the sync one after EPGRefresh has finished
Michael Schmidt [Sun, 4 Nov 2012 15:22:52 +0000 (16:22 +0100)]
FIX: blacklist and automatic phonebook with name [Dd]reambox on 05.27
ADD: status overview for 05.27
Moritz Venn [Fri, 2 Nov 2012 19:36:45 +0000 (20:36 +0100)]
Revert "AutoTimer: Time frame handling fixed, last day should be included"
This reverts commit
3bbc26ce7606f19143e71b55bc269789c13ec3b8.
Don't change documented behavior, or at the very least change the
documentation.
betonme [Fri, 2 Nov 2012 19:26:28 +0000 (20:26 +0100)]
Merge branch 'master' of ssh://scm.schwerkraft.elitedvb.net/scmrepos/git/enigma2-plugins/enigma2-plugins
betonme [Fri, 2 Nov 2012 19:25:50 +0000 (20:25 +0100)]
AutoTimer: Time frame handling fixed, last day should be included
Michael Schmidt [Fri, 2 Nov 2012 08:09:30 +0000 (09:09 +0100)]
FIX: remote bug
ADD: register user action via function
betonme [Thu, 1 Nov 2012 17:35:56 +0000 (18:35 +0100)]
PushService: Ignore zap timer
betonme [Wed, 31 Oct 2012 21:34:31 +0000 (22:34 +0100)]
Merge branch 'master' of ssh://scm.schwerkraft.elitedvb.net/scmrepos/git/enigma2-plugins/enigma2-plugins
betonme [Wed, 31 Oct 2012 21:27:59 +0000 (22:27 +0100)]
PushService: Simplified FreeSpace
Changed default name
Add dependancy package openssl
reichi [Sat, 27 Oct 2012 14:26:47 +0000 (16:26 +0200)]
Autotimer: call critical non-thread-safe functions within the main thread, this should fix the freezes caused by autotimer, please report any success or problems
michael [Thu, 25 Oct 2012 17:08:17 +0000 (19:08 +0200)]
resync
Dario [Thu, 25 Oct 2012 13:03:57 +0000 (15:03 +0200)]
TeleText: update for italian translation.
Dario [Thu, 25 Oct 2012 13:01:29 +0000 (15:01 +0200)]
QuickButton: update for italian translation.
Dario [Thu, 25 Oct 2012 12:59:05 +0000 (14:59 +0200)]
PushService: update for italian translation.
Dario [Thu, 25 Oct 2012 12:54:08 +0000 (14:54 +0200)]
WeatherPlugin: add italian locale.
Dario [Thu, 25 Oct 2012 12:43:19 +0000 (14:43 +0200)]
VideoColorSpace: add italian locale.
Dario [Thu, 25 Oct 2012 12:21:11 +0000 (14:21 +0200)]
ShowClock: add italian locale.
Dario [Thu, 25 Oct 2012 11:54:58 +0000 (13:54 +0200)]
FlashExpander: update for italian translation.
Dario [Thu, 25 Oct 2012 10:46:07 +0000 (12:46 +0200)]
AudioRestart: add italian locale.
Dario [Wed, 24 Oct 2012 22:45:57 +0000 (00:45 +0200)]
AspectRatioSwitc: add italian locale.
dre [Wed, 24 Oct 2012 17:00:37 +0000 (19:00 +0200)]
make weather plugin work again
Dario [Wed, 24 Oct 2012 13:26:09 +0000 (15:26 +0200)]
MerlinEPGCenter: update for italian translation.
Dario [Wed, 24 Oct 2012 13:24:08 +0000 (15:24 +0200)]
InfoBarTunerState: update for italian translation.
Dario [Wed, 24 Oct 2012 13:11:20 +0000 (15:11 +0200)]
EasyMedia: update for italian translation.
Dario [Wed, 24 Oct 2012 13:08:36 +0000 (15:08 +0200)]
DVDBackup: update for italian translation.
Dario [Wed, 24 Oct 2012 13:05:11 +0000 (15:05 +0200)]
FritzCall: update for italian translation.
Michael Schmidt [Tue, 23 Oct 2012 19:34:02 +0000 (21:34 +0200)]
FIX: call list with new FW
reichi [Mon, 22 Oct 2012 14:54:13 +0000 (16:54 +0200)]
add missing ajaxload_banner.gif
Michael Schmidt [Sun, 21 Oct 2012 19:19:50 +0000 (21:19 +0200)]
FIX: small correction
Michael Schmidt [Sun, 21 Oct 2012 18:06:43 +0000 (20:06 +0200)]
Reorganisation of source; configuration of FBF firmware version is now mandatory!
reichi [Sat, 13 Oct 2012 16:22:29 +0000 (18:22 +0200)]
WebIf: Some minor style fixes for MultiEPG
dre [Mon, 8 Oct 2012 18:36:56 +0000 (20:36 +0200)]
add string.js to index.html to make webinterface work again
Stephan Reichholf [Mon, 8 Oct 2012 13:51:06 +0000 (15:51 +0200)]
WebIf: Minor layout/style optimizations
Stephan Reichholf [Mon, 8 Oct 2012 13:26:17 +0000 (15:26 +0200)]
WebIf: improve screenshot style a bit
Michael Schmidt [Sun, 7 Oct 2012 14:15:30 +0000 (16:15 +0200)]
FIX: rollback communication changes
Jürgen Strasdas [Sun, 7 Oct 2012 12:39:52 +0000 (14:39 +0200)]
[fritzcall]Option "Show Setup and FRITZ!Box Status in Plugin/Extensions menu" added
Option "Show Calls and Phonebook in Plugin/Extensions menu" added
enableWrapAround added to screen lists
reichi [Sat, 6 Oct 2012 17:14:55 +0000 (19:14 +0200)]
WebIf: Fix some escapes
reichi [Fri, 5 Oct 2012 22:52:18 +0000 (00:52 +0200)]
WebIf: fix last commit (MultiEPG was broken in all Browsers except IE...)
reichi [Fri, 5 Oct 2012 22:25:10 +0000 (00:25 +0200)]
WebIf: Fix MultiEPG for IE (version 9 at least)
Stephan Reichholf [Fri, 5 Oct 2012 19:28:17 +0000 (21:28 +0200)]
WebIf: * Fix HTTP Request count not being decreased when no callback/errorback has been defined (fixes permanent loading indicator in some pretty rare cases)
* Fix HTTP Requests for Screenshots (/grab) not being closed properly which resulted in a endlessly growing request queue
** Fixes Screenshots on WebRemote not/only partially working
** Fixes Memory leaking due to a growing number of unfinished requests (server-side)
* Minor other fixes
Stephan Reichholf [Fri, 5 Oct 2012 14:03:52 +0000 (16:03 +0200)]
WebIf: Show an animated ajax-loader whenever there are open ajax-requests so the user knows there actually is somethings going on.
A request is considered to be finished after it returned AND all related callbacks have been processed
Stephan Reichholf [Fri, 5 Oct 2012 12:16:14 +0000 (14:16 +0200)]
Webif - MultiEPG: * Alternate column background color
* fix column headers drifting away from actual content columns (layout-wise)
Stephan Reichholf [Thu, 4 Oct 2012 16:40:10 +0000 (18:40 +0200)]
WebIf: Make MultiEPG scale properly in terms of height, fix MultiEPG on Chrome, small cleanups
Martin Gauk [Tue, 2 Oct 2012 13:27:01 +0000 (15:27 +0200)]
vps: update czech translation
Stephan Reichholf [Mon, 1 Oct 2012 09:30:21 +0000 (11:30 +0200)]
YTTrailer: fix crash (same fixes as for mytube), minor whitespace cleanup
Michael Schmidt [Sun, 30 Sep 2012 16:07:24 +0000 (18:07 +0200)]
ADD: separate FBF logic
Michael Schmidt [Sun, 30 Sep 2012 16:03:39 +0000 (18:03 +0200)]
revision no pushed
Michael Schmidt [Sun, 30 Sep 2012 15:55:16 +0000 (17:55 +0200)]
CHANGE: ignore entries from FBF if number already in internal phonebook
Michael Schmidt [Sun, 30 Sep 2012 11:53:30 +0000 (13:53 +0200)]
CHANGE: Internal phonebook takes precedence over FBF phonebook
CHANGE: find faces also for names with extensions stripped
Michael Schmidt [Sun, 30 Sep 2012 11:12:09 +0000 (13:12 +0200)]
FIX: new labor FW for 7390
reichi [Sat, 29 Sep 2012 13:18:36 +0000 (15:18 +0200)]
Merge branch 'master' of ssh://scm.schwerkraft.elitedvb.net/scmrepos/git/enigma2-plugins/enigma2-plugins
reichi [Sat, 29 Sep 2012 13:16:27 +0000 (15:16 +0200)]
MyTube: fix video playback (we have to pass the signature parameter since the september changes on youtube, or we'll be 403ed when trying to access the videos)
Emanuel Strobel [Fri, 28 Sep 2012 01:03:28 +0000 (03:03 +0200)]
add new localization from Webinterface to Webadmin
cmikula [Thu, 27 Sep 2012 13:20:49 +0000 (15:20 +0200)]
Add videocolorspace project to Makefile.am and configur.ac
cmikula [Thu, 27 Sep 2012 13:19:43 +0000 (15:19 +0200)]
Update make files
cmikula [Thu, 27 Sep 2012 12:29:10 +0000 (14:29 +0200)]
Update locales
cmikula [Thu, 27 Sep 2012 07:20:45 +0000 (09:20 +0200)]
Add new systemplugin videocolorspace
reichi [Tue, 25 Sep 2012 22:57:59 +0000 (00:57 +0200)]
WebIf: fix AutoTimer webif
Stephan Reichholf [Tue, 25 Sep 2012 15:55:12 +0000 (17:55 +0200)]
remove unneeded debug output (which also broke IE)
Stephan Reichholf [Tue, 25 Sep 2012 15:15:53 +0000 (17:15 +0200)]
WebIf: Update prototypejs to 1.7.1