| Age | Commit message (Collapse) | Author |
|
type (release/experimental) and major minor revision
|
|
|
|
no more need to directly access self.instance.setTitle or getTitle
|
|
inside the skin without the need to declare it inside every Screen.
Just use self.setTitle(_("yourTitle)") inside your Screens onLayoutFinish to set the Title and access it from your skinfile over for example:
<widget source="Title" render="Label" position="80,110" size="322,75" .....> if needed like inside fullscreen screens where no Border is drawn.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
remove 'AUTOMAKE_OPTIONS = gnu', which is the default,
use pkgdatadir instead of $(DATADIR)/enigma2,
use pkglibdir instead of $(LIBDIR)/enigma2
|
|
|
|
change "Slovene" to "Slovenian"
update language_cache
|
|
update language_cache.py
|
|
|
|
|
|
|
|
also ignore wmaster0 interface
|
|
add experimental plugin meta informations, not yet included in build process
install missing py from TuxboxPlugins plugin
remove Filemanger from plugins build process
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
configurations
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
found (this fixes no more working default servicelist handling)
|
|
|
|
|
|
|
|
not yet finished
|
|
|
|
modified behaviour on hardware with single frontpanel led (disabled in standby)
|