| Age | Commit message (Collapse) | Author |
|
|
|
|
|
fixes bug #378
|
|
|
|
|
|
times..
|
|
transition..but needs new drivers (not public yet)
|
|
|
|
|
|
|
|
|
|
This reverts commit efdb7161844b7be58cdc5ec3308d8aaf5b257894.
|
|
|
|
with this fix no more special handling for UPC Direkt transponders
on 19.2°E and CS Link on 23.5°E is needed
but some polish providers still needs special handling... i think they
interpreted the spec in the wrong way
|
|
|
|
|
|
|
|
|
|
|
|
UTF-16 ... aka Unicode) dvb encoded strings
|
|
|
|
|
|
|
|
|
|
|
|
byte encoding is enabled for this transponder
|
|
transponders
|
|
polish (cyfra+) epg
|
|
|
|
|
|
|
|
|
|
c++ counterparts
|
|
|
|
Conflicts:
lib/dvb/decoder.cpp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
arguments
when its called with single argument, then /bin/sh is started else not
|
|
|
|
|
|
arguments
when its called with single argument, then /bin/sh is started else not
|
|
|
|
its now no more possible directly to call new eTimer .. or to embedded
eTimer.
to create a eTimer now eTimer::create must be used... to delete you must
call ->AddRef() after timer creation and ->Release when the timer is no more
needed. Or use ePtr<eTimer> to store the timer reference.. then its enough
to set the ePtr<eTimer> object to 0 when the timer is no more needed
|