| Age | Commit message (Collapse) | Author |
|
|
|
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'
|
|
|
|
|
|
|
|
- introduce new option for sending anonymized crashlogs.
This is disabled by default and adds currently the enigma2 settings to the crashlog.
You have to enable this if you dont't want this.
- introduce new options to add Network and WLAN configurations to the crashlog.
These are also disabled by default, enable it if you think it is useful for your crash reporting.
|
|
|
|
|
|
|
|
remove 'AUTOMAKE_OPTIONS = gnu', which is the default,
use pkgdatadir instead of $(DATADIR)/enigma2,
use pkglibdir instead of $(LIBDIR)/enigma2
|