aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
AgeCommit message (Collapse)Author
2010-11-26Merge branch 'bug_124_m2ts_support' into experimentalghost
Conflicts: lib/dvb/pmt.cpp lib/service/Makefile.am
2010-11-25Merge branch 'bug_623_fix_advanced_diseqc_1.0' into experimentalghost
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-25Merge branch 'bug_570_playback_skip_fixes_and_cleanup_ml_aholst' into ↵ghost
experimental
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-22Merge branch 'bug_617_default_favlist_handling_fix' into experimentalghost
2010-11-22lib/python/Components/config.py: more robust codeghost
#refs #617
2010-11-16install keymapsAndreas Oberritter
2010-11-16use eEnv::resolve() / eEnv.resolve()Andreas Oberritter
2010-11-16Applied new-hotplug.patch from OEAndreas Oberritter
2010-11-15Components/Harddisc.py: fix handling for old devfs 7025 kernelghost
i.e. this fixes broken free space displaying in aboutbox refs bug#598
2010-11-15config.py: update configEntrys on additional loadFromFileghost
refs bug #617
2010-11-03fix more (no more allowed) global imports of parentalControl instanceghost
refs bug #607
2010-11-01fix crash with enabled parentalcontrol in some conditions (i.e. when try to ↵ghost
add a channel to bouquet/favourites) refs bug #607
2010-10-30initalize parental control after bouquet loadghost
fixes bug #607
2010-10-20lib/python/Components/config.py: revert previous change because of side effectsghost
2010-10-14Merge remote branch 'remotes/origin/bug_593_i2c_device_from_file'ghost
2010-10-14Merge remote branch ↵ghost
'remotes/origin/bug_587_new_internally_connectable_and_unsupported_tuner_management'
2010-10-11refs bug #587Stefan Pluecken
set empty tuner slots to supported
2010-10-11fix slotinfo assignment for new "unsupported tuner" handlingghost
refs bug #587
2010-10-06show "nothing connected" instead of empty filelist with only mountpoints shownFraxinas
2010-10-06lib/python/Components/Ipkg.py: small fix for opkgghost
2010-10-06fix-fix configlist assertion (add #188)Fraxinas
2010-10-06don't crash on empty configlist linesFraxinas
2010-10-06fix subtitle configlist crashFraxinas
2010-10-06JobView/HTTPProgressDownloader/NFIFlash correctly handle cancelling downloadsFraxinas
2010-10-06fixes bug #362thedoc
allow configuring short power button action to shutdown, standby, menu
2010-10-06refs bug #460Stefan Pluecken
swap bflag and eflag (begin and end flag for timer sanity check) old version: bflag = 1, eflag = -1 that lead to the sort function sorting timers with begin=end wrong: self.nrep_eventlist.extend([(self.newtimer.begin,self.bflag,-1),(self.newtimer.end,self.eflag,-1)]) resulted in (end, eflag) before (begin, bflag) and in a conflict with zapping timers with end=begin (no end time)
2010-10-06lib/python/Components/NimManager.py: add toneAmplitude option for 340 and 360mVghost
2010-10-06Revert "disable unicable for release 2.6"ghost
This reverts commit 597d64c2e00be8759286e37fd15823b1c1518845.
2010-10-06Merge remote branch 'origin/bug_347_adenin_unicable_xml'ghost
2010-10-06Merge branch 'bug_532_fixed_servicelist_contextmenu_crash'ghost
2010-10-06Merge branch 'bug_487_service_selection_event_text_color'ghost
2010-10-06Merge branch 'bug_486_add_service_event_progress_to_servicelist'ghost
2010-10-06fixes bug #556Stefan Pluecken
- fixes adding timers from inside the movie player: the .ts service was added as channel - fixes a small bug in ConfigSelection to allow empty strings inside the ChoicesList
2010-10-06fixes bug #593Stefan Pluecken
use i2c_device from /proc/bus/nim_sockets for automatic cable scan
2010-10-06Merge branch ↵Stefan Pluecken
'bug_587_new_internally_connectable_and_unsupported_tuner_management' into bug_593_i2c_device_from_file Conflicts: lib/python/Components/NimManager.py
2010-10-06refs bug #593Stefan Pluecken
get i2c device from /proc/bus/nim_sockets for automatic scans
2010-10-05Merge commit 'origin/bug_578_translateable_meta_descriptions'acid-burn
Conflicts: lib/python/Plugins/Extensions/GraphMultiEPG/meta/plugin_graphmultiepg.xml
2010-10-05Merge commit 'origin/bug_69_configurable_inputdevice_delay'acid-burn
2010-10-05Merge commit 'origin/bug_558_wlanfixes'acid-burn
Conflicts: lib/python/Components/Network.py
2010-10-05Merge commit 'origin/bug_345_configurable_recordingnames'acid-burn
2010-10-05Merge commit 'origin/bug_418_network_interfacenaming'acid-burn
2010-10-05Merge commit 'origin/bug_478_Listbox_ScrollbarMode'acid-burn
Conflicts: lib/python/Components/Converter/TemplatedMultiContent.py lib/python/Components/Renderer/Listbox.py
2010-10-03refs bug #587Stefan Pluecken
internally linking is now done via /proc/stb/frontend/X/rf_switch instead of /proc/stb/tsmux and moved to the python part of enigma2
2010-10-02fixes bug #587Stefan Pluecken
- use new internally connectable detection mechanism - display unsupported tuners
2010-09-29DreamInfoHandler.py: strip data. refs #578acid-burn
2010-09-29DreamInfoHandler.py: strip data. refs #578acid-burn