aboutsummaryrefslogtreecommitdiff
path: root/lib/python
AgeCommit message (Collapse)Author
2011-03-14WPA: minimize driver specific code for /etc/network/interfacesAndreas Oberritter
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-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
2011-02-17Merge remote branch 'origin/acid-burn/bug_670_plugin_restartoption'acid-burn
2011-02-17PluginComponent.py: properly reset all values if clearPluginList is called ↵acid-burn
for example with an language change. refs #670
2011-02-16Merge branch 'bug_124_m2ts_support'ghost
Conflicts: lib/dvb/pmt.cpp lib/service/Makefile.am
2011-02-11Merge remote branch 'origin/acid-burn/bug_670_plugin_restartoption'acid-burn
2011-02-09Merge branch 'bug_635_timer_sanity_check_speedup'ghost
2011-02-09Merge branch 'bug_570_playback_skip_fixes_and_cleanup_ml_aholst'ghost
2011-02-09[DVDBurn] fix rare crash condition in audio stream cleanup taskFraxinas
2011-02-08Plugins: fix permission of plugin.pyacid-burn
2011-02-07PluginComponent.py: small cleanupacid-burn
2011-02-07Enigma2-Plugins: implement needsRestart=True for plugins that need a enigma2 ↵acid-burn
restart after installation. refs #670
2011-02-07Enigma2-Plugins: implement needsRestart=False for plugins that don't need a ↵acid-burn
enigma2 restart after installation. refs #670
2011-02-07Merge branch 'bug_440_dvdplayer_audioselection'Fraxinas
2011-02-07Merge branch 'bug_241_EOFrestart'Fraxinas
2011-02-07SoftwareManager: ask for restart after installation inside pluginmanager ↵acid-burn
only if a restart is required. refs #670
2011-02-07PluginSystem: implement new PluginDescriptor option "needsRestart" to define ↵acid-burn
if a plugin needs an enigma2 restart after installation. Now new installed plugins are only direct accessible after installation if needsRestart=False is defined inside the plugins PluginDescriptor. fixes #670
2011-02-05don't use devfs names: /dev/mtdblock/6 -> /dev/mtdblock6Andreas Oberritter
2011-01-28DVDPlayer: AudioSelection integration (#441)Fraxinas
2011-01-28DVDPlayer subtitle stream selection through enigma2 AudioSelection dialog (#441)Fraxinas
2011-01-28switch to opkgAndreas Oberritter
2011-01-27experimentally enable AudioSelection Dialog for DVDPlayer (#440)Fraxinas
2011-01-27implement native e2 audio and subtitle track selection interfaces to enable ↵Fraxinas
AudioSelection Dialog for DVDPlayer (#440) [needs libdreamdvd update]
2011-01-27allow AudioSelection screens for services without ChannelSelection interface ↵Fraxinas
(needed for #440 DVD player AudioSelection)
2011-01-26fix restart of playback after EOF (fixes bug #241)Fraxinas
2011-01-26Revert "fix restart of playback after EOF (fixes bug #241)"Fraxinas
This reverts commit 79f0f14b59c1943261983e92f0b97b9ce7df4bed.
2011-01-26fix restart of playback after EOF (fixes bug #241)Fraxinas
2011-01-19use %zd for ssize_t and %zu for size_tAndreas Oberritter
2010-12-20add missing importghost
refs #635