aboutsummaryrefslogtreecommitdiff
path: root/lib/python
AgeCommit message (Collapse)Author
2011-08-17Hotplug: also close thread on language changeMoritz Venn
Previously after a language thread the bdpoll variable was overwritten leaving the old thread run forever and only closing the new one on shutdown (a language changes does NOT call the plugin close handler but the start handler is called again). so before creating a new bdpoll instance check if an old one exists and unset the running flag. Signed-off-by: Moritz Venn <moritz.venn@freaque.net> Signed-off-by: ghost <andreas.monzner@multimedia-labs.de>
2011-04-26shutdown bdpoll thread on e2 shutdownghost
this is needed for newer python versions... thanks to ritzmo fixes bug #671
2011-04-01fix commit fb764c8e53e17bc3e1e806e946956f3e70792020 (fixes PiP)Andreas Oberritter
2011-04-01add PSignal3 templateAndreas Oberritter
2011-03-31InputBox/Screen: remove trailing semicolonAndreas Oberritter
2011-03-30ServiceInfo: make more strings translatableAndreas Oberritter
2011-03-30fix some misspellingsAndreas Oberritter
2011-03-30transponder info: display e.g. "Astra (19.2E)" instead of "192"Andreas Oberritter
2011-03-29make switching of keyboard modes more consistentAndreas Oberritter
2011-03-29fix some crashes during settings wizardAndreas Oberritter
2011-03-29PluginComponent.py: remove filesystem writeability testAndreas Oberritter
2011-03-21Merge branch 'bug_713_fix_timerlist_sort'ghost
2011-03-21TimerEdit.py: fix typo ... this fixes a crash on timer listing with "show ↵ghost
finished timers at end of list"
2011-03-21Merge branch 'bug_713_fix_timerlist_sort'ghost
2011-03-19TimerEdit.py: fix import name conflictghost
refs #713
2011-03-18add possibility to choose the finished timer timerlist position in usage configghost
refs bug #713
2011-03-17Merge remote branch 'origin/acid-burn/networking_changes'acid-burn
2011-03-17Network.py: fix post-down->pre-down change introduced with last changes. ↵acid-burn
refs #724
2011-03-16Merge branch 'acid-burn/networking_changes'acid-burn
2011-03-16Merge branch 'bug_723_infobarext_pvr'Fraxinas
2011-03-16small cleanupsacid-burn
2011-03-15Merge remote branch 'origin/obi/bug_726_interfaces' into ↵acid-burn
acid-burn/networking_changes
2011-03-15Merge remote branch 'origin/obi/bug_724_wpa_modes' into ↵acid-burn
acid-burn/networking_changes
2011-03-15WirelessLan/Wlan.py: properly kill still running iwconfig console callbacks. ↵acid-burn
fixes #720
2011-03-14WPA: minimize driver specific code for /etc/network/interfacesAndreas Oberritter
2011-03-14WLAN: fix inversed logic for WPA2 vs. WPA/WPA2Andreas Oberritter
2011-03-14do not show extensions menu plugins which require servicelist in pvr ↵Fraxinas
playback mode (works around bug #723)
2011-03-10put out an error message on instant record on non invalid servicesghost
refs #718
2011-03-10more robust timer sanity check / autoincrement handling, small code cleanupghost
fixes bug #718
2011-03-09Merge remote-tracking branch 'origin/bug_689_projectx_subs'ghost
2011-03-09Screens/TimerEdit.py: fix timerlist sort function (no more move disabled ↵ghost
timers to end of list) fixes bug #713
2011-03-09PluginComponent.py: remove unneeded sort (fixes crash on Menu button press)ghost
2011-03-09add plugin weight to PluginDescriptor... so the plugin start order can be ↵ghost
changed now
2011-03-08Screens/TimerEdit.py: fix timerlist sort function (no more move disabled ↵ghost
timers to end of list) fixes bug #713
2011-03-03Merge branch 'obi/master'Andreas Oberritter
2011-03-02[DVDBurn] start projectx task with command line parameter to ommit ↵Fraxinas
subpicture/ttx stream demuxing, fixes recent RTL recordings crashing (#689)
2011-02-23Merge branch 'master' of git.opendreambox.org:/git/enigma2Fraxinas
2011-02-23Merge branch 'bug_673_dvdburn_keyerror'Fraxinas
2011-02-22Merge remote branch 'origin/acid-burn/bug_670_plugin_restartoption'acid-burn
2011-02-22Merge branch 'bug_690_fix_oled_lcd_clear_on_shutdown'ghost
2011-02-22Merge branch 'master' into obi/masterAndreas Oberritter
2011-02-19SleepTimerEdit.py: add missing Sleeptimer ask saveghost
2011-02-19fix merge error (caused by the vob subtitle bug merge)ghost
2011-02-19Revert "servicedvd.cpp: fix merge error (caused by the vob subtitle bug merge)"ghost
This reverts commit 42f5a704c8bd14f9bac30b61a76effaededc74e8.
2011-02-19servicedvd.cpp: fix merge error (caused by the vob subtitle bug merge)ghost
2011-02-19Merge branch 'bug_537_ignore_vob_pgs_subtitles' into masterghost
2011-02-18Standby.py: re-add remove MessageBox.closeghost
refs #690
2011-02-18fixed oled/lcd clear on enigma2 shutdownghost
fixes bug #690
2011-02-18PluginComponent.py/Plugin.py: better way to react on a language change. refs ↵acid-burn
#670
2011-02-18Sources/ServiceEvent.py: removed unneeded directoy/marker check in ↵ghost
ServiceEvent source so now the bouquet/provider name is visible in OLED/LCD display in servicelist fixes bug #646