aboutsummaryrefslogtreecommitdiff
path: root/mytest.py
AgeCommit message (Collapse)Author
2007-01-12get rid of unneede global keywordsAndreas Monzner
fix non working shutdown after timerevent when the box is in standby
2007-01-08no more crash when wakeup the box from standbyAndreas Monzner
2007-01-07take care of running recording before realy shutdown e2Andreas Monzner
2006-12-19some python import cleanupsAndreas Monzner
lesser swig overhead
2006-10-27real mute volume on lowest volume level .. but not show the mute symbolAndreas Monzner
2006-10-26add auto vcr switching support (needs new drivers (fp.ko))Andreas Monzner
2006-10-11threads: no.Felix Domke
2006-10-10add parental control (still somehow buggy and some minor features missing... ↵Stefan Pluecken
don't trust it yet to protect your children)
2006-10-02update for new config, add deleteDialog as inverse of instantiateDialogFelix Domke
2006-08-18stop running service on shutdownAndreas Monzner
2006-07-30allow standby only in InfoBar, MoviePlayer, Menus, Setup and RadiomodeFelix Domke
2006-07-19add ability to choose "Multiple service support (auto/no/yes)" in Ci SetupAndreas Monzner
2006-06-25add possibility to show iframes (not bugfree yet)Andreas Monzner
2006-06-08remove no more needed codeAndreas Monzner
2006-05-24fix summary screensFelix Domke
2006-05-11implement and re-enable default ac3 optionAndreas Monzner
2006-04-19fix returning screen in openWithCallbackAndreas Monzner
re-add close assertion
2006-04-19comment out assertion as long no other solution for recursive close all open ↵Andreas Monzner
windows is available (used in ChannelSelection when service is added to specific bouquet via Context Menu, and used in MultiEPG when press exit after zap to specific service)
2006-04-18fix Scart.py, add some asserts to find this kind of bugs earlierFelix Domke
2006-04-12fix double-close raceFelix Domke
2006-04-05define variable in __init__Andreas Monzner
2006-03-27make power key handling global (so that standby/deep standby should work ↵Stefan Pluecken
everywhere now)
2006-03-24support for arbitrary number of skinfilesFelix Domke
2006-03-23- switchtimer added to RecordingTimerStefan Pluecken
- media player to play mp3, ogg (not yet fully working) and ts files (needs gstreamer) - language selection saves a language string instead of a changing index number
2006-03-21fixes to language activation callbacks and using the callbacks in mytest for ↵Stefan Pluecken
setting epg language (uncomment for implementation)
2006-03-05add WHERE_SESSIONSTARTFelix Domke
2006-03-05adding the image upgrade wizardStefan Pluecken
can backup settings to hdd, cf, usb or (in the future) a given path recognizes the backup after flashing the image automatically and asks the user, if it should restore the settings guides the user through the upgrade process
2006-03-03add a proof-of-concept plugin to define alternative servicesStefan Pluecken
example: NIM A: DVB-C NIM B: DVB-S (Astra) NIM B records "Sat 1" (vertical) and cannot play or record "Das Erste". Zapping to "Das Erste" now looks up an alternative-table (defined by the user) and plays the service "Das Erste" (cable service) on NIM A, which is assossiated to "Das Erste" (sat service).
2006-03-02minimally improved LCD supportFelix Domke
2006-02-27fix instant repoweringStefan Pluecken
2006-02-27wake up from deep standby five minute before the timer starts. if we don't ↵Stefan Pluecken
have 5 minutes till timer start, we wake the box up in 30 seconds.
2006-02-25add kwargs support for screensFelix Domke
2006-02-23recursively search for pluginsStefan Pluecken
2006-02-22run wizard plugins before wizardFelix Domke
2006-02-21add WHERE_WIZARD pluginsFelix Domke
2006-02-19add e2reactorFelix Domke
2006-02-19re-add autostart pluginsFelix Domke
2006-02-19new plugin interfaceFelix Domke
2006-02-13pipe python stdout trough enigmaFelix Domke
2006-01-26show, hide is now supported in screen, adding onShow (!= onShown), onHideFelix Domke
2006-01-16fix z orderingFelix Domke
2006-01-15remove VolumeControl from infobarAndreas Monzner
2006-01-15invert Z sense for screensFelix Domke
2006-01-14allow Z position for screensFelix Domke
2006-01-13use twisted reactor when availableFelix Domke
2006-01-10autostart and autoend functions are now called on the start and the end of ↵Stefan Pluecken
enigma2 execution plugins supporting this functionality must have a function autostart and/or autoend in their code
2006-01-06make epg toggling configurable (default set to unusable epg on INFO key)Stefan Pluecken
2006-01-06plugins can register their own menu nowStefan Pluecken
menus have their own id now the update plugin for example adds a menu item to the Setup menu with the id "setup"
2006-01-04reload bouquets in python to enable the default bouquetsStefan Pluecken
2006-01-01make use of fallback files in Tools.Directories when file or path is not in ↵Stefan Pluecken
place