aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
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-08generate bluescreens on fatal cpp errors (assertions to)Andreas Monzner
2007-01-08add some assertionsAndreas Monzner
try to fix eitevent descriptor splitting increase epg database version number to avoid false positive matching assertions
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-08some thread related fixesAndreas Monzner
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-07work on service eventsAndreas Monzner
2007-01-07small fixAndreas Monzner
2007-01-06one definition is enoughAndreas Monzner
2007-01-06add much simpler solution for newly created Socketnotifiers in anotherAndreas Monzner
socketnotifier callback
2007-01-06add ability to stop currently running repeated timer when disabling itStefan Pluecken
2007-01-05fix return typeStefan Pluecken
2007-01-05fix compile error:Stefan Pluecken
pmt.cpp: In member function 'void eDVBCAService::sendCAPMT()': pmt.cpp:839: warning: zero-length printf format string pmt.cpp: At global scope: pmt.cpp:868: error: ISO C++ forbids declaration of 'PyList_AppendSteal' with no type
2007-01-05do not restart previous tv service when leave standbyAndreas Monzner
2007-01-05fix refcountsFelix Domke
2007-01-05add iStreamableServiceFelix Domke
2007-01-05add eDVBServicePMTHandler::program::createPythonObjectFelix Domke
2007-01-05small cleanuoAndreas Monzner
2007-01-04add some assertionsAndreas Monzner
2007-01-04fix for use getError from pythonAndreas Monzner
2007-01-04do not clear previous error on getError()..Andreas Monzner
2007-01-03remove ugly HACKAndreas Monzner
send evEnd in correct order (this assumes that no one need the currentService after evEnd is dispatched or in the evEnd callback
2007-01-03fix segfault on zap with active timeshiftAndreas 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-31fix non working timeshiftAndreas Monzner
2006-12-31fix for blocking file eraser on e2 shutdownAndreas 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-30fix for recorded filesAndreas Monzner
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