| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-02-22 | Merge remote branch 'origin/acid-burn/bug_670_plugin_restartoption' | acid-burn | |
| 2011-02-18 | PluginComponent.py/Plugin.py: better way to react on a language change. refs ↵ | acid-burn | |
| #670 | |||
| 2011-02-18 | Sources/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-17 | Merge remote branch 'origin/acid-burn/bug_670_plugin_restartoption' | acid-burn | |
| 2011-02-17 | PluginComponent.py: properly reset all values if clearPluginList is called ↵ | acid-burn | |
| for example with an language change. refs #670 | |||
| 2011-02-16 | Merge branch 'bug_124_m2ts_support' | ghost | |
| Conflicts: lib/dvb/pmt.cpp lib/service/Makefile.am | |||
| 2011-02-11 | Merge remote branch 'origin/acid-burn/bug_670_plugin_restartoption' | acid-burn | |
| 2011-02-09 | Merge branch 'bug_635_timer_sanity_check_speedup' | ghost | |
| 2011-02-09 | Merge branch 'bug_570_playback_skip_fixes_and_cleanup_ml_aholst' | ghost | |
| 2011-02-07 | PluginComponent.py: small cleanup | acid-burn | |
| 2011-02-07 | PluginSystem: 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-01-28 | switch to opkg | Andreas Oberritter | |
| 2010-12-20 | add missing import | ghost | |
| refs #635 | |||
| 2010-12-20 | TimerSanityCheck.py: ignore ended singleshot timers in timersanity check ↵ | ghost | |
| (speedup) fixes #635 | |||
| 2010-12-20 | Harddisk.py: start partition at sector 8 to improve performance of disks ↵ | Andreas Oberritter | |
| with 4KiB sectors | |||
| 2010-11-25 | set 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-23 | Merge branch 'obi/master' | Andreas Oberritter | |
| 2010-11-23 | enable m2ts file extension | ghost | |
| 2010-11-22 | Merge branch 'bug_617_default_favlist_handling_fix' | ghost | |
| 2010-11-22 | lib/python/Components/config.py: more robust code | ghost | |
| #refs #617 | |||
| 2010-11-16 | install keymaps | Andreas Oberritter | |
| 2010-11-16 | use eEnv::resolve() / eEnv.resolve() | Andreas Oberritter | |
| 2010-11-16 | Applied new-hotplug.patch from OE | Andreas Oberritter | |
| 2010-11-15 | Components/Harddisc.py: fix handling for old devfs 7025 kernel | ghost | |
| i.e. this fixes broken free space displaying in aboutbox refs bug#598 | |||
| 2010-11-15 | config.py: update configEntrys on additional loadFromFile | ghost | |
| refs bug #617 | |||
| 2010-11-03 | fix more (no more allowed) global imports of parentalControl instance | ghost | |
| refs bug #607 | |||
| 2010-11-01 | fix crash with enabled parentalcontrol in some conditions (i.e. when try to ↵ | ghost | |
| add a channel to bouquet/favourites) refs bug #607 | |||
| 2010-10-30 | initalize parental control after bouquet load | ghost | |
| fixes bug #607 | |||
| 2010-10-20 | lib/python/Components/config.py: revert previous change because of side effects | ghost | |
| 2010-10-14 | Merge remote branch 'remotes/origin/bug_593_i2c_device_from_file' | ghost | |
| 2010-10-14 | Merge remote branch ↵ | ghost | |
| 'remotes/origin/bug_587_new_internally_connectable_and_unsupported_tuner_management' | |||
| 2010-10-11 | refs bug #587 | Stefan Pluecken | |
| set empty tuner slots to supported | |||
| 2010-10-11 | fix slotinfo assignment for new "unsupported tuner" handling | ghost | |
| refs bug #587 | |||
| 2010-10-06 | show "nothing connected" instead of empty filelist with only mountpoints shown | Fraxinas | |
| 2010-10-06 | lib/python/Components/Ipkg.py: small fix for opkg | ghost | |
| 2010-10-06 | fix-fix configlist assertion (add #188) | Fraxinas | |
| 2010-10-06 | don't crash on empty configlist lines | Fraxinas | |
| 2010-10-06 | fix subtitle configlist crash | Fraxinas | |
| 2010-10-06 | JobView/HTTPProgressDownloader/NFIFlash correctly handle cancelling downloads | Fraxinas | |
| 2010-10-06 | fixes bug #362 | thedoc | |
| allow configuring short power button action to shutdown, standby, menu | |||
| 2010-10-06 | refs bug #460 | Stefan 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-06 | lib/python/Components/NimManager.py: add toneAmplitude option for 340 and 360mV | ghost | |
| 2010-10-06 | Revert "disable unicable for release 2.6" | ghost | |
| This reverts commit 597d64c2e00be8759286e37fd15823b1c1518845. | |||
| 2010-10-06 | Merge remote branch 'origin/bug_347_adenin_unicable_xml' | ghost | |
| 2010-10-06 | Merge branch 'bug_532_fixed_servicelist_contextmenu_crash' | ghost | |
| 2010-10-06 | Merge branch 'bug_487_service_selection_event_text_color' | ghost | |
| 2010-10-06 | Merge branch 'bug_486_add_service_event_progress_to_servicelist' | ghost | |
| 2010-10-06 | fixes bug #556 | Stefan 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-06 | fixes bug #593 | Stefan Pluecken | |
| use i2c_device from /proc/bus/nim_sockets for automatic cable scan | |||
| 2010-10-06 | Merge 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 | |||
