aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens
AgeCommit message (Collapse)Author
2010-12-02Merge branch 'bug_537_vobsub' into experimentalghost
2010-11-25Merge branch 'bug_570_playback_skip_fixes_and_cleanup_ml_aholst' into ↵ghost
experimental
2010-11-16use eEnv::resolve() / eEnv.resolve()Andreas Oberritter
2010-11-08ScanSetup.py: remove dvb_shutdown_timeout workaroundghost
2010-11-08more robust codeghost
2010-11-08ScanSetup.py: fix abort in transpondersearch when the external transponder ↵ghost
tool is running
2010-11-08ScanSetup.py: immediate close frontend before execute blindscan utilghost
2010-11-03fix more (no more allowed) global imports of parentalControl instanceghost
refs bug #607
2010-11-02ChannelSelection.py: more parental control fixesghost
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-14Merge remote branch ↵ghost
'remotes/origin/bug_592_dont_allow_default_parental_control_pin'
2010-10-08refs bug #592Stefan Pluecken
"pin" => "PIN"
2010-10-06show Multi EPG in epg selection listghost
2010-10-06TaskView: correctly pop-up aborted/failed notifications in foregroundFraxinas
2010-10-06introduce afterEventChangeable parameterFraxinas
2010-10-06set currently running audio + subtitle streams as default selection. on OK ↵Fraxinas
keypress, select and close dialog. (add #188)
2010-10-06make empty conflist entries unselectable and change some debug outputFraxinas
2010-10-06Extend AudioSelection width, fix mediaplayer subtitle selection keyFraxinas
2010-10-06fix empty streams list crash, correctly show/hide color key buttons, ↵Fraxinas
re-implement plugin-hook for blue key, fix possible exit crash
2010-10-06allow switching to stream 0Fraxinas
2010-10-06experimentally merge audio + subtitle streams selection dialogs into oneFraxinas
2010-10-06JobView/HTTPProgressDownloader/NFIFlash correctly handle cancelling downloadsFraxinas
2010-10-06refs bug #485Stefan Pluecken
start cxd1978 tool if such a tuner is used
2010-10-06refs bug #485Stefan Pluecken
use --bus 2 as parameter on dm500hd for scan
2010-10-06refs bug #436Stefan Pluecken
set/reset dvb_shutdown_timeout at a different position
2010-10-06Merge remote branch 'origin/bug_347_adenin_unicable_xml'ghost
2010-10-06Merge branch 'bug_538_ignore_global_actions_in_standby'ghost
2010-10-06Merge branch 'bug_533_fix_crash_on_satconfig_close'ghost
2010-10-06permit also to record from service groups (services with associated ↵ghost
alternative services)
2010-10-06refs bug #584Stefan Pluecken
don't show "add service to bouquet" when inside bouquet view in multi bouquet mode and just one bouquet is set don't show "add service to favourites" when inside favourite view (multi bouquet mode is disabled)
2010-10-06fixes bug #584Stefan Pluecken
- Fixes BSOD in radio mode when trying to add a service to the favourites - Don't close ChannelSelection when adding a service to the facourites.
2010-10-06fixes bug #582Stefan Pluecken
handle keyboard entries in wizard correctly for dynamic config elements
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-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_550_fix_softwareupgradecounter'acid-burn
2010-10-04permit also to record from service groups (services with associated ↵ghost
alternative services)
2010-10-02fixes bug #587Stefan Pluecken
- use new internally connectable detection mechanism - display unsupported tuners
2010-09-27refs bug #584Stefan Pluecken
don't show "add service to bouquet" when inside bouquet view in multi bouquet mode and just one bouquet is set don't show "add service to favourites" when inside favourite view (multi bouquet mode is disabled)
2010-09-27fixes bug #584Stefan Pluecken
- Fixes BSOD in radio mode when trying to add a service to the favourites - Don't close ChannelSelection when adding a service to the facourites.
2010-09-13fixes bug #582Stefan Pluecken
handle keyboard entries in wizard correctly for dynamic config elements
2010-08-26Enigma2: add possibility to configure input device delay and repeat settings.acid-burn
fixes #69
2010-08-26Enigma2: add possibility to configure input device delay and repeat settings.acid-burn
fixes #69
2010-08-18TaskView: correctly pop-up aborted/failed notifications in foregroundFraxinas
2010-08-17JobView/HTTPProgressDownloader/NFIFlash correctly handle cancelling downloadsFraxinas
2010-08-17Playback/Skipping fixes / cleanup by A. Holstghost
* Jumping between marks in the movie, with "<" and ">", doesn't work well when there are cut marks in the movie. Especially jumping backwards will fail if there is a mark in a cut out region that is to be jumped over. (InfoBarGenerics.py, chunks 3 and 4) * Now when rewind works at all platforms also at low speeds, the rewind speeds x2 and x4 should be added again to the default. (UsageConfig.py, chunk 1) * Cleanup some obsolete code: SeekBackHack and non-smooth winding. None of these can be used anymore, but remnants were left in the code and in the configuration alternatives. It is high time to clean these out. (setup.xml, UsageConfig.py chunk 2, InfoBarGenerics.py chunks 1 and 2, DVDPlayer) * In the position gauge of the movie player, marks in the movie are shown as red dots. Long time ago the last position was also shown as a red dot, which was bad because it was confused with the marks, so it was removed. However, jumping between marks in the movie with "<" and ">" also stops at the last position, which is useful e.g. if you don't automatically start playing from the last position. The code below adds the last position back to the position gauge as a green dot, to distinguish it from the red ones. (epositiongauge.cpp) refs bug #570
2010-08-13introduce afterEventChangeable parameterFraxinas
2010-07-27Enigma2-Network: update Wlan plugin to support new python-wifi.acid-burn
some fixes and cleanups. refs #558