| Age | Commit message (Collapse) | Author |
|
Conflicts:
lib/python/Components/Converter/TemplatedMultiContent.py
lib/python/Components/Renderer/Listbox.py
|
|
|
|
fixes bug #443
|
|
set the ScrollbarMode per Style inside an TemplatedMultiContent List.
This fixex #478
|
|
|
|
component
|
|
|
|
|
|
|
|
remove 'AUTOMAKE_OPTIONS = gnu', which is the default,
use pkgdatadir instead of $(DATADIR)/enigma2,
use pkglibdir instead of $(LIBDIR)/enigma2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
into a result
|
|
|
|
(itemheight, templatelist)-tuple
|
|
|
|
seconds
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
lib/python/Components/Converter/StringList.py
|
|
|
|
- this allows finding iframes for fast forward/reverse more easily
- when in fast forward, strictly just output good (=complete iframes) data (this might break dm7025, we will fix this later)
- draw smaller, fixed-size bar in position gauge
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for CutListEditor
|
|
|
|
|
|
|
|
class, add simpler method to set a timer callback.. or remove.. instead of
timer.timeout.get().append(func).. or .remove(func)... now it is possible to
do timer.callback.append(func)... timer.callback.remove(func) (the old
method still works..but is now deprecated)
|
|
|
|
|
|
Converter
add deprecation Warnings for some old InfoBar Components (Nim_A, NimB,
NimA_Active, NimB_Active, BlinkingPoint)
|
|
|
|
|