aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens
AgeCommit message (Collapse)Author
2007-02-07parental locking fixesAndreas Monzner
2007-01-31fix possible blue screenAndreas Monzner
2007-01-20small speedupAndreas Monzner
2007-01-20fix bluescreen when try to start a manual scan and a service is selected butAndreas Monzner
not tuned
2007-01-18do not add (type == X) to new created alternatives..Andreas Monzner
2007-01-18lower prio for subservice quickzap actions (needed for working seek actions)Andreas Monzner
remove unneeded stopservice
2007-01-18switch of infobarseek actions by default, lower prio for show/hide actionsAndreas Monzner
2007-01-18no more crash when press ok in a empty choiceboxAndreas Monzner
2007-01-15change iFrontendInformation apiAndreas Monzner
getFrontendData(bool) is now splitted in three seperate calls getFrontendData() returns the frontend number and frontend type in a dict getFrontendStatus() return signal quality, signal power, bit error rate, lock state, sync state, frontend state in a dict getTransponderData(bool) when the bool is true it returns a dict with the original tuned transponder data, when false the transponderdata read out from the frontend driver getAll(bool) is a sum of the three single calls and the direct replacement of the old getFrontendData call
2007-01-13show menucontext entries dependend of current selected entryAndreas Monzner
2007-01-12don't offer to install already installed plugins in the plugin installerStefan Pluecken
2007-01-12get rid of unneede global keywordsAndreas Monzner
fix non working shutdown after timerevent when the box is in standby
2007-01-11fix bluescreenAndreas Monzner
2007-01-10fix prev stupid changeAndreas Monzner
2007-01-10hide NimA and NimB icon when no more tuner is in useAndreas Monzner
2007-01-10fix typoAndreas Monzner
2007-01-10fix no more working displaying of used tuner for foreground serviceAndreas Monzner
2007-01-09allow 'stand-alone' screens: they will receive execBegin/execEnd calls even ↵Felix Domke
when not being active on screen (for example for web screens)
2007-01-08much simpler fix..Andreas Monzner
2007-01-08better fixAndreas Monzner
2007-01-08fix following frequently bluescreenAndreas Monzner
File "/enigma2-1.0-r0/enigma2/lib/python/Screens/InfoBarGenerics.py", line 1917, in __tuneFailed Notifications.AddPopup(text = error, type = MessageBox.TYPE_ERROR, timeout = 5, id = "ZapError") File "/enigma2-1.0-r0/enigma2/lib/python/Tools/Notifications.py", line 45, in AddPopup AddNotificationWithID(id, MessageBox, text = text, type = type, timeout = timeout, close_on_any_key = True) .... .... .... TypeError: in method 'eLabel_setText', argument 2 of type 'std::string const &'
2007-01-08small fixAndreas Monzner
2007-01-07do not let the user leave the parental control setup when setup protectionAndreas Monzner
is enabled but no pin is set and the same for service protection..
2007-01-07disable dvb type filtering by default for bouquets but its possible to add aAndreas Monzner
filtering in bouquet.tv or bouquets.radio code cleanup
2007-01-07small fixAndreas Monzner
2007-01-07nice codeAndreas Monzner
2007-01-07ask user before a recordtimer set the box to standby or deepstandbyAndreas Monzner
2007-01-07take care of running recording before realy shutdown e2Andreas Monzner
2007-01-07do break linesAndreas Monzner
2007-01-07more reusable codeAndreas Monzner
2007-01-06add ability to stop currently running repeated timer when disabling itStefan Pluecken
2007-01-05do not restart previous tv service when leave standbyAndreas Monzner
2007-01-02standby clockFelix Domke
2006-12-31nicer codeAndreas Monzner
2006-12-31do not show timeshift state when timeshift is not runningAndreas Monzner
2006-12-31always show timeshift state when infobar is visible (not only when state isAndreas Monzner
not play)
2006-12-30send evStart before tuneFailed Events..Andreas Monzner
fix evNoResources fix some bluescreens caused by notification handling
2006-12-29show current running event in channelist not only in bouquetsAndreas Monzner
2006-12-27fix possibility for bluescreenAndreas Monzner
2006-12-23don't crash when service information is unavailableFelix Domke
2006-12-22no bluescreen with old driversAndreas Monzner
2006-12-22show Videoformat in ServiceInfo Dialog in human readable format,Andreas Monzner
show Videosize in ServiceInfo
2006-12-22remove unneeded double dotAndreas Monzner
2006-12-22fixAndreas Monzner
2006-12-22add "show transponder" info to service context menu in channellistAndreas Monzner
2006-12-21add another missing importStefan Pluecken
2006-12-21fix play/pause button on new rcu when fast forward/backward seek mode isStefan Pluecken
active
2006-12-19add missing importFelix Domke
2006-12-19don't allow exiting the ipkg screen while ipkg is runningStefan Pluecken
2006-12-19add missing fileStefan Pluecken