| Age | Commit message (Collapse) | Author |
|
containers
|
|
- replace Buttons and Lables through StaticText for better skinablity
- refresh current value in main config screen on change
- add current value display to preview screen
- add option to increase the increment value for the slider entries.
|
|
config.misc.standbyCount (not saved to /etc/enigma2/settings)
config.misc.startCounter (saved to /etc/enigma2/settings on clean e2 shutdown)
|
|
- move buttons to the top and remove bottom bar
- replace all Labels where possible through StaticText for better skinability
- minor fixes
|
|
|
|
|
|
block_noise_reduction, mosquito_noise_reduction and
digital_contour_removal also on dm800
|
|
small fix
|
|
video settings.
Newest drivers needed.
|
|
|
|
ChoiceBox on startup.
|
|
|
|
|
|
|
|
|
|
|
|
isLastWizard condition to imagewizard.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
just add
<condition>
self.condition = self.isLastWizard
</condition>
to the last screen in your wizard
furthermore you need to update the <step>-tag of your last step according to the following example:
<step id="end" laststep="true">
...
</step>
|
|
is in the first step of the wizard)
|
|
|
|
|
|
matrix still fits into your screens.
|
|
genmetaindex.py: change index.xml layout a bit
|
|
|
|
|
|
- The CleanupWizard informs you on system boot if your avalalble internal memory (flash) has droppen below 2MB
and allows the removal of enigma2-plugins and skins to cleanup the internal memory (flash) on bootup.
|
|
|
|
|
|
|
|
|
|
- properly reload list after download/remove of an plugin
|
|
Plugins" was selected, instead use correct "ipkg list" as we want available plugins and not already installed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and therefore breaks 'make distcheck'
|
|
|
|
|
|
|