| Age | Commit message (Collapse) | Author |
|
add SCOPE_METADIR
|
|
|
|
|
|
2nd cable from motorized dish tuners (python part not finished for that)
|
|
|
|
multicontent lists
|
|
available
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
enigma2 start
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
is not a long it is 'long'!!
|
|
Note that this requires driver support, which is not necessarily complete.
|
|
|
|
The current implementation of ConfigNumber.isChanged (the one inherited from ConfigElement) does not work properly as it will - at least for unsaved values - always returns True.
This is obvious if you just take a look at the datatypes since value is an int and default is a string (because ConfigNumber is a modified ConfigText).
To resolve this issue one can either compare self.tostring(self.value) or self.text to self.default but the former seems to be the more logical approach.
The attached patch does override the method in ConfigNumber with the proposed fix.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
not via gui yet... but config.misc.useTransponderTime=True/False in /etc/enigma2/settings should work
|
|
|
|
|
|
|
|
- add some log file output for pids_failed case (real tsid/onid and expected tsid/onid)
|
|
|
|
|
|
|
|
burning process if at least one title is in the collection, otherwise
hide menu entry and add yes-no-box before burning with RECORD key on rcu
|