| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2010-10-06 | refs bug #593 | Stefan Pluecken | |
| get i2c device from /proc/bus/nim_sockets for automatic scans | |||
| 2010-10-05 | Merge commit 'origin/bug_578_translateable_meta_descriptions' | acid-burn | |
| Conflicts: lib/python/Plugins/Extensions/GraphMultiEPG/meta/plugin_graphmultiepg.xml | |||
| 2010-10-05 | Merge commit 'origin/bug_69_configurable_inputdevice_delay' | acid-burn | |
| 2010-10-05 | Merge commit 'origin/bug_558_wlanfixes' | acid-burn | |
| Conflicts: lib/python/Components/Network.py | |||
| 2010-10-05 | Merge commit 'origin/bug_345_configurable_recordingnames' | acid-burn | |
| 2010-10-05 | Merge commit 'origin/bug_418_network_interfacenaming' | acid-burn | |
| 2010-10-05 | Merge commit 'origin/bug_478_Listbox_ScrollbarMode' | acid-burn | |
| Conflicts: lib/python/Components/Converter/TemplatedMultiContent.py lib/python/Components/Renderer/Listbox.py | |||
| 2010-10-03 | refs bug #587 | Stefan 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-02 | fixes bug #587 | Stefan Pluecken | |
| - use new internally connectable detection mechanism - display unsupported tuners | |||
| 2010-09-29 | DreamInfoHandler.py: strip data. refs #578 | acid-burn | |
| 2010-09-29 | DreamInfoHandler.py: strip data. refs #578 | acid-burn | |
| 2010-09-22 | Components/DreamInfoHandler.py: ignore old meta-xml index files. refs #578 | acid-burn | |
| 2010-09-22 | Components/DreamInfoHandler.py: ignore old meta-xml index files. refs #578 | acid-burn | |
| 2010-09-21 | Enigma2-meta: rework plugin meta files and prepare for inclusion into ↵ | acid-burn | |
| enigma2 translation. Meta.xml files are now only in english and translation is now easy possible for all languages over enigma2 translation project. This also reduces consumed space inside flash memory. Add missing TempFanControl plugin meta and LICENSE. DreamInfohandler.py,SoftwareManager: follow meta xml changes. fixes #578 | |||
| 2010-09-21 | Enigma2-meta: rework plugin meta files and prepare for inclusion into ↵ | acid-burn | |
| enigma2 translation. Meta.xml files are now only in english and translation is now easy possible for all languages over enigma2 translation project. This also reduces consumed space inside flash memory. Add missing TempFanControl plugin meta and LICENSE. DreamInfohandler.py,SoftwareManager: follow meta xml changes. fixes #578 | |||
| 2010-08-26 | Enigma2: add possibility to configure input device delay and repeat settings. | acid-burn | |
| fixes #69 | |||
| 2010-08-26 | Enigma2: add possibility to configure input device delay and repeat settings. | acid-burn | |
| fixes #69 | |||
| 2010-08-17 | JobView/HTTPProgressDownloader/NFIFlash correctly handle cancelling downloads | Fraxinas | |
| 2010-08-13 | show "nothing connected" instead of empty filelist with only mountpoints shown | Fraxinas | |
| 2010-08-05 | lib/python/Components/VolumeControl.py: move instance to class | ghost | |
| 2010-08-05 | lib/python/Components/VolumeControl.py: move instance to class | ghost | |
| 2010-08-05 | lib/python/Components/VolumeControl.py: make the VolumeControl instance ↵ | ghost | |
| global accessible and add a singleton check | |||
| 2010-08-05 | lib/python/Components/VolumeControl.py: make the VolumeControl instance ↵ | ghost | |
| global accessible and add a singleton check | |||
