aboutsummaryrefslogtreecommitdiff
path: root/lib/python
AgeCommit message (Collapse)Author
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
2010-12-20TimerSanityCheck.py: ignore ended singleshot timers in timersanity check ↵ghost
(speedup) fixes #635
2010-12-20Harddisk.py: start partition at sector 8 to improve performance of disks ↵Andreas Oberritter
with 4KiB sectors
2010-12-20Merge branch 'master' into obi/masterAndreas Oberritter
Conflicts: main/Makefile.am
2010-12-13Merge branch 'bug_624_change_handylike_char_input'ghost
2010-12-13Merge remote branch 'remotes/origin/acid-burn/bug_622_swupgrade_networkcheck'ghost
2010-12-13Merge remote branch 'remotes/origin/bug_620_dvdburn_absolutepaths'ghost
2010-12-13Merge remote branch ↵ghost
'remotes/origin/acid-burn/bug_629_show_autofs_volumes_as_backuplocation'
2010-12-13Merge remote branch ↵ghost
'remotes/origin/acid-burn/bug_439_dvdplayer_missing_titlestring'
2010-12-13SoftwareManager/plugin.py: allow autofs volumes to be selectable as backup ↵acid-burn
location. fixes #629
2010-12-03Extensions/DVDPlayer: add ".img" file extension to playable dvd formats. ↵acid-burn
refs #439
2010-11-29move german umlauts to more appropriate positionghost
refs #624
2010-11-29NumericalTextInput.py: better handylike character input (draft proposal)ghost
feel free to make suggestions refs #624
2010-11-25set diseqc repeats in diseqc 1.0 to 0 (this fixes a strange diseqc bug in ↵ghost
advanced tuner config when diseqc is set to 1.0) thx to SadButTrue for bug report! fixes bug #623
2010-11-25DVDPlayer/src/servicedvd.cpp: add possibility to override servicename for ↵acid-burn
played dvd's. DVDPlayer/plugin.py: manually set servicename if playing from a dvd structure on hdd/networkmount. Small useability improvements. refs #439
2010-11-23DVDPlayer: add missing linker flags for libdreamdvdAndreas Oberritter
2010-11-23SoftwareManager: take care of network availability inside SoftwareUpgrade ↵acid-burn
and allow proper exiting. fixes #622
2010-11-23Merge branch 'obi/master'Andreas Oberritter
2010-11-23enable m2ts file extensionghost
2010-11-22Merge branch 'bug_617_default_favlist_handling_fix'ghost
2010-11-22lib/python/Components/config.py: more robust codeghost
#refs #617
2010-11-17fix more nfiflash media paths to be non-absolute (#620)Fraxinas
2010-11-17get rid off evil absolute paths in dvdburn and nfiflash (fixes bug #620)Fraxinas
2010-11-16$(am__mv) requires automake 1.11 or later, so use plain 'mv -f' insteadAndreas Oberritter
2010-11-16update .gitignoreAndreas Oberritter
2010-11-16swig: use auto-generated dependencies to refresh generated files when neededAndreas Oberritter
2010-11-16use AM_V_* variables to improve silent build modeAndreas Oberritter
2010-11-16install keymapsAndreas Oberritter
2010-11-16Add abstract class gMainDC as an interface for gFBDC and gSDLDCAndreas Oberritter
2010-11-16install header filesAndreas Oberritter
2010-11-16build and link static libraries without libtoolAndreas Oberritter
2010-11-16use eEnv::resolve() / eEnv.resolve()Andreas Oberritter