aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-07update es languageFelix Domke
2007-01-07update languages (hr,da,is)Felix Domke
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-07revert my language changesAndreas Monzner
2007-01-07actualize pot fileAndreas Monzner
2007-01-07small fixAndreas Monzner
2007-01-07nice codeAndreas Monzner
2007-01-07fix typosStefan Pluecken
2007-01-07fix textAndreas 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-05add stop key on advanced remote control to open instant record menuStefan 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-05ca language updateFelix Domke
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-04disable ePyObject refcount debug by defaultAndreas Monzner
2007-01-03update czech languageFelix Domke
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-03workaround: don't use host include path. this needs a real fixFelix Domke
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