aboutsummaryrefslogtreecommitdiff
path: root/lib/python
AgeCommit message (Collapse)Author
2007-01-09add StaticText source, which can be used as a simple way to forward values ↵Felix Domke
between web pages
2007-01-09add streaming link. you still need streamproxy ↵Felix Domke
(http://streamproxy.schwerkraft.elitedvb.net/) on port 8001
2007-01-09add dynamic m3u playlistFelix Domke
2007-01-09add cvsignoreFelix Domke
2007-01-09add web/stream?StreamService=ref to stream service and output demux+pids. ↵Felix Domke
the (external) streaming proxy will pick up this data and send the TS
2007-01-09Add source and converter for streaming. Source/StreamService will start the ↵Felix Domke
streaming service 'record', Converter/Streaming will output current demux+pids.
2007-01-09use stand alone screens, and call execBegin/execEnd on web screens. ↵Felix Domke
Re-enable 3s newline ping until we have something better.
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-08fix typoAndreas Monzner
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-07small 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-07self.session is already defined by ScreenAndreas 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
2007-01-02add support for python threads (python threads are just running when the ↵Andreas Monzner
mainloop is idle) add ePythonMessagePump class for interthread communication
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-31add missing invertFelix Domke
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-26add missing importAndreas Monzner
2006-12-2615 msec delay between disable tone and send diseqcAndreas Monzner
2006-12-26disable tone before send diseqc commandAndreas 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-19fix syntax error,Andreas Monzner
some cosmetics
2006-12-19fix allocateRawChannelAndreas Monzner
2006-12-19remove unneeded test object,Andreas Monzner
export windowstyle enums to python
2006-12-19move AddFont to more related placeAndreas Monzner
small cleanup