aboutsummaryrefslogtreecommitdiff
path: root/lib/driver/rc.h
AgeCommit message (Collapse)Author
2008-10-29better solution to add possibility to delete eSocketNotifiers,Andreas Monzner
eConsoleAppContainers in callback funktions without crash
2008-03-25use long instead of int where pointers are castedAndreas Oberritter
2007-06-27fix flagsFelix Domke
2007-06-27add missing flagLongAndreas Monzner
2006-06-07make some functions accessible from pythonAndreas Monzner
2006-03-06add possibility to lock/unlock the rc devices (remote control) from pythonAndreas Monzner
it is usable by this way: from enigma import eRCInput, eRCInputPtr (or *) rcinput = eRCInput.getInstance() rcinput.lock()... unlock()... islocked()
2005-05-20 - add keyboard mode support (like in enigma1)Felix Domke
2005-05-17 - removed some OOOOOLD, never required code (last time it was used was in ↵Felix Domke
2001(!))
2004-10-01 - add python, missing guiFelix Domke
- remove console (needs to be rewritten anyway) - eString -> std::string
2003-10-17import of enigma2Felix Domke