vuplus_dvbapp
14 years agoPicturePlayer/plugin.py: - fix red Button action
acid-burn [Thu, 8 Oct 2009 05:30:37 +0000 (07:30 +0200)]
PicturePlayer/plugin.py: - fix red Button action
- whitespace cleanup

14 years agoVideoEnhancement/plugin.py: small skin fix so all options fit into the configlistscreen
acid-burn [Wed, 7 Oct 2009 14:58:19 +0000 (16:58 +0200)]
VideoEnhancement/plugin.py: small skin fix so all options fit into the configlistscreen

14 years agoCleanupWizard/plugin.py: - add configuration screen to mainmenu->system.
acid-burn [Wed, 7 Oct 2009 14:05:42 +0000 (16:05 +0200)]
CleanupWizard/plugin.py: - add configuration screen to mainmenu->system.
It is now possible to enable/disable the CleanupWizard and also to manually define the free space threshold for the warning.

14 years agoCommonInterfaceAssignment/plugin.py: - rework gui a bit
acid-burn [Wed, 7 Oct 2009 10:08:36 +0000 (12:08 +0200)]
CommonInterfaceAssignment/plugin.py: - rework gui a bit
- move Buttons to top and replace Labels with StaticText
- add some more informations where helpful
- minor bugfixes

14 years agoMerge branch 'master' of /git/enigma2
acid-burn [Wed, 7 Oct 2009 10:16:11 +0000 (10:16 +0000)]
Merge branch 'master' of /git/enigma2

14 years agoMerge branch 'master' of git.opendreambox.org:/git/enigma2
Fraxinas [Tue, 6 Oct 2009 22:50:36 +0000 (00:50 +0200)]
Merge branch 'master' of git.opendreambox.org:/git/enigma2

14 years agodon't crash upon red key while downloading feed list, exit instead
Fraxinas [Tue, 6 Oct 2009 22:49:18 +0000 (00:49 +0200)]
don't crash upon red key while downloading feed list, exit instead

14 years agoskin_default.xml: -add skin entry for VideoMode plugin.
acid-burn [Tue, 6 Oct 2009 16:28:47 +0000 (18:28 +0200)]
skin_default.xml: -add skin entry for VideoMode plugin.

14 years ago/Videomode/plugin.py: - use StaticText for Buttons
acid-burn [Tue, 6 Oct 2009 16:22:53 +0000 (18:22 +0200)]
/Videomode/plugin.py: - use StaticText for Buttons
- use own Skin for better skinability
- use same translateable string for screen title and lcd title

14 years agoExtensions/DVDBurn: - use center,center for screens where possible
acid-burn [Tue, 6 Oct 2009 14:47:55 +0000 (16:47 +0200)]
Extensions/DVDBurn: - use center,center for screens where possible
- replace some Lables through StaticText
- remove unused Buttons
- minor Skin alignments
- use own Skin for adding a Title to the DVD, this changes button actions.(Red is now close, green is add and yellow edit)

14 years agoMediaPlayer/settings.py: small skin corrections
acid-burn [Tue, 6 Oct 2009 11:41:25 +0000 (13:41 +0200)]
MediaPlayer/settings.py: small skin corrections

14 years agoEnigma2{skin.xml,skin_default.xml}: use center,center for screens where reasonable.
acid-burn [Tue, 6 Oct 2009 11:24:11 +0000 (13:24 +0200)]
Enigma2{skin.xml,skin_default.xml}: use center,center for screens where reasonable.

14 years agoPicturePlayer/plugin.py: - center screens where needed.
acid-burn [Tue, 6 Oct 2009 08:29:36 +0000 (10:29 +0200)]
PicturePlayer/plugin.py: - center screens where needed.
- move buttons to top and replace Button/Label through StaticText
- change Button actions in main screen. ( Red is now close, Green is for Thumbnails, Yellow for Exif Information and Blue for Setup)
- use ConfigListScreen for Pic_Setup
- add Buttons where needed.
- minor Skinfixes

14 years agoMerge branch 'master' of git.opendreambox.org:/git/enigma2
Stefan Pluecken [Tue, 6 Oct 2009 07:37:50 +0000 (09:37 +0200)]
Merge branch 'master' of git.opendreambox.org:/git/enigma2

14 years agodon't crash when video modes are broken
Stefan Pluecken [Tue, 6 Oct 2009 07:37:10 +0000 (09:37 +0200)]
don't crash when video modes are broken

14 years agoMerge branch 'master' of git.opendreambox.org:/git/enigma2
ghost [Mon, 5 Oct 2009 18:43:43 +0000 (20:43 +0200)]
Merge branch 'master' of git.opendreambox.org:/git/enigma2

14 years agofix for older enigma2 versions
ghost [Mon, 5 Oct 2009 18:42:44 +0000 (20:42 +0200)]
fix for older enigma2 versions

14 years agoMediaplayer: don't crash if writing playlist.e2pls fails
Fraxinas [Mon, 5 Oct 2009 18:24:17 +0000 (20:24 +0200)]
Mediaplayer: don't crash if writing playlist.e2pls fails

14 years agofix possible crash
Fraxinas [Mon, 5 Oct 2009 15:50:21 +0000 (17:50 +0200)]
fix possible crash

14 years agoNFIFlash downloader: fix possible crash
Fraxinas [Mon, 5 Oct 2009 12:29:20 +0000 (14:29 +0200)]
NFIFlash downloader: fix possible crash

14 years agomain/bsod.cpp: replace password configentry values with "X" before adding them to...
acid-burn [Sat, 3 Oct 2009 09:29:04 +0000 (11:29 +0200)]
main/bsod.cpp: replace password configentry values with "X" before adding them to the crashlog.
So now no passwords from the enigma2 settings file are added to the crashlogs if crashlog anonymizations is disabled.
Attention: Only config entries named "password" are considered as password fields. So use  "password" as the name of your password configentry. for example: config.myplugin.password !

14 years agoSystemPlugins/SoftwareManager: - add timeout to MessageBox
acid-burn [Fri, 2 Oct 2009 15:13:27 +0000 (17:13 +0200)]
SystemPlugins/SoftwareManager: - add timeout to MessageBox
- reset /proc/stb/vmpeg/0/dst* to defaults after a restore so enigma doesnt restart in pip mode if pip was enabled

14 years agodata/skin_default.xml: - Update SkinSelector skin to reflect newest changes.
acid-burn [Fri, 2 Oct 2009 12:44:30 +0000 (14:44 +0200)]
data/skin_default.xml: - Update SkinSelector skin to reflect newest changes.

14 years agoSystemPlugins/SkinSelector: -Rework SkinSelector GUI a bit.
acid-burn [Fri, 2 Oct 2009 12:40:46 +0000 (14:40 +0200)]
SystemPlugins/SkinSelector: -Rework SkinSelector GUI a bit.
- Fix hardcoded path for noprev.png
- remove old skin. current skin is inside skin_default.xml

14 years agoMerge branch 'master' of /git/enigma2
Mladen Horvat [Fri, 2 Oct 2009 12:01:31 +0000 (12:01 +0000)]
Merge branch 'master' of /git/enigma2

14 years agoMerge branch 'master' of git.opendreambox.org:/git/enigma2
ghost [Thu, 1 Oct 2009 19:28:39 +0000 (21:28 +0200)]
Merge branch 'master' of git.opendreambox.org:/git/enigma2

14 years agoshow scaler sharpness in av setup and in video enhancement plugin
ghost [Thu, 1 Oct 2009 19:28:31 +0000 (21:28 +0200)]
show scaler sharpness in av setup and in video enhancement plugin

14 years agoCrashlogAutoSubmit/plugin.py: -move buttons to the top
acid-burn [Thu, 1 Oct 2009 15:19:08 +0000 (17:19 +0200)]
CrashlogAutoSubmit/plugin.py: -move buttons to the top
- replace all Labels where possible through StaticText for better skinability
- enable VirtualKeyboard on TEXT Button now if needed.

14 years agoSystemPlugins/SoftwareManager:- move buttons to the top and
acid-burn [Thu, 1 Oct 2009 14:02:58 +0000 (16:02 +0200)]
SystemPlugins/SoftwareManager:- move buttons to the top and
replace all Labels where possible through StaticText for better skinability
- change some label descriptions
- minor fixes

14 years agoremove duplicate pl msgids
Fraxinas [Thu, 1 Oct 2009 12:45:43 +0000 (14:45 +0200)]
remove duplicate pl msgids

14 years agopolish locale update thanks to sebastian zbigzbig
Fraxinas [Wed, 30 Sep 2009 19:50:47 +0000 (21:50 +0200)]
polish locale update thanks to sebastian zbigzbig

14 years agodefault send anonymized crashlogs
ghost [Wed, 30 Sep 2009 11:43:24 +0000 (13:43 +0200)]
default send anonymized crashlogs

14 years agocode cleanup
ghost [Tue, 29 Sep 2009 18:01:36 +0000 (20:01 +0200)]
code cleanup

14 years agoMerge branch 'master' of /git/enigma2
Mladen Horvat [Fri, 25 Sep 2009 15:01:42 +0000 (15:01 +0000)]
Merge branch 'master' of /git/enigma2

14 years agofix read back of real frontend parameters... more flexible now
ghost [Fri, 25 Sep 2009 14:56:04 +0000 (16:56 +0200)]
fix read back of real frontend parameters... more flexible now

14 years agoadd wrapper class for auto Py_INCREF/Py_DECREF ... i.e. usable for STL containers
ghost [Fri, 25 Sep 2009 14:54:43 +0000 (16:54 +0200)]
add wrapper class for auto Py_INCREF/Py_DECREF ... i.e. usable for STL containers

14 years agoSystemPlugins/VideoEnhancement: - add support for dm500hd
acid-burn [Fri, 25 Sep 2009 14:35:43 +0000 (16:35 +0200)]
SystemPlugins/VideoEnhancement: - add support for dm500hd
- 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.

14 years agodata/skin_default.xml: follow NetworkSetup.py changes
acid-burn [Fri, 25 Sep 2009 10:49:58 +0000 (12:49 +0200)]
data/skin_default.xml: follow NetworkSetup.py changes
-replace "widget name=" through "widget source" and render="Label" where possible
- remove no more needed entries.
This needs to be also applied on external skins if the network screens are skinned there.

14 years agoadd a standby counter and a enigma2 startcounter
ghost [Fri, 25 Sep 2009 10:42:58 +0000 (12:42 +0200)]
add a standby counter and a enigma2 startcounter
config.misc.standbyCount (not saved to /etc/enigma2/settings)
config.misc.startCounter (saved to /etc/enigma2/settings on clean e2 shutdown)

14 years agoScreens/NetworkSetup.py: - rework network gui.
acid-burn [Fri, 25 Sep 2009 10:42:26 +0000 (12:42 +0200)]
Screens/NetworkSetup.py: - rework network gui.
- move buttons to the top and remove bottom bar
- replace all Labels where possible through StaticText for better skinability
- minor fixes

14 years agoskin_default/buttons: add new keybutton for TEXT button
acid-burn [Fri, 25 Sep 2009 10:34:50 +0000 (12:34 +0200)]
skin_default/buttons: add new keybutton for TEXT button

14 years agodata/keymap.xml: add VirtualKeyboardActions to access the VirtualKeyboard over the...
acid-burn [Fri, 25 Sep 2009 10:31:22 +0000 (12:31 +0200)]
data/keymap.xml: add VirtualKeyboardActions to access the VirtualKeyboard over the TEXT button

14 years agotake care of servicegroups in doublecheck
ghost [Wed, 23 Sep 2009 15:23:18 +0000 (17:23 +0200)]
take care of servicegroups in doublecheck

14 years agofix wrong encoding of event description during pvr playback.. when info button is...
ghost [Tue, 22 Sep 2009 09:47:48 +0000 (11:47 +0200)]
fix wrong encoding of event description during pvr playback.. when info button is pressed

14 years agoMerge branch 'master' of git.opendreambox.org:/git/enigma2
ghost [Tue, 22 Sep 2009 08:23:09 +0000 (10:23 +0200)]
Merge branch 'master' of git.opendreambox.org:/git/enigma2

14 years agoupdate serbian translation
ghost [Tue, 22 Sep 2009 08:22:59 +0000 (10:22 +0200)]
update serbian translation

14 years agoallow disabling and resizing of picture in picture window in movie player
Stefan Pluecken [Mon, 21 Sep 2009 22:18:59 +0000 (00:18 +0200)]
allow disabling and resizing of picture in picture window in movie player

14 years ago/SystemPlugins/VideoEnhancement: allow configuration of block_noise_reduction, mosqui...
acid-burn [Mon, 21 Sep 2009 16:10:26 +0000 (18:10 +0200)]
/SystemPlugins/VideoEnhancement: allow configuration of block_noise_reduction, mosquito_noise_reduction and
digital_contour_removal also on dm800

14 years agoVideoEnhancement/plugin.py: use correct Screen name inside preview screen, small fix
acid-burn [Mon, 21 Sep 2009 13:01:11 +0000 (15:01 +0200)]
VideoEnhancement/plugin.py: use correct Screen name inside preview screen, small fix

14 years agofrontend.cpp: add support for FE_TIMEDOUT frontend event flag
ghost [Mon, 21 Sep 2009 12:49:25 +0000 (14:49 +0200)]
frontend.cpp: add support for FE_TIMEDOUT frontend event flag

14 years agoEnigma2: add VideoEnhancement plugin to SystemPlugins to configure advanced video...
acid-burn [Mon, 21 Sep 2009 10:30:43 +0000 (12:30 +0200)]
Enigma2: add VideoEnhancement plugin to SystemPlugins to configure advanced video settings.
Newest drivers needed.

14 years agolib/python/Components/config.py: fix bug (thx to adenin)
ghost [Mon, 21 Sep 2009 08:38:44 +0000 (10:38 +0200)]
lib/python/Components/config.py: fix bug (thx to adenin)

14 years agoCrashlogAutoSubmit/plugin.py: use correct Tools.Notifications to show ChoiceBox on...
acid-burn [Fri, 11 Sep 2009 07:09:39 +0000 (09:09 +0200)]
CrashlogAutoSubmit/plugin.py: use correct Tools.Notifications to show ChoiceBox on startup.

14 years agoPluginComponent.py: better alignment of icons and texts. Thx. Mike Looijmans
acid-burn [Fri, 11 Sep 2009 06:58:48 +0000 (08:58 +0200)]
PluginComponent.py: better alignment of icons and texts. Thx. Mike Looijmans

14 years agoEnigma2: add __init__.py to Plugins folders. Thx. Mike Looijmans
acid-burn [Fri, 11 Sep 2009 06:45:16 +0000 (08:45 +0200)]
Enigma2: add __init__.py to Plugins folders. Thx. Mike Looijmans

14 years agosec.cpp: more bcm4506 support
ghost [Thu, 10 Sep 2009 14:07:34 +0000 (16:07 +0200)]
sec.cpp: more bcm4506 support

14 years agofrontend.cpp: 4505 and 4506 use the same snrdb calculation
ghost [Thu, 10 Sep 2009 13:32:54 +0000 (15:32 +0200)]
frontend.cpp: 4505 and 4506 use the same snrdb calculation

14 years agoDreamInfoHandler.py: small update for new index.xml's.
acid-burn [Tue, 8 Sep 2009 14:03:30 +0000 (16:03 +0200)]
DreamInfoHandler.py: small update for new index.xml's.

14 years agoTools/Directories.py: SCOPE_METADIR is now /usr/share/meta
acid-burn [Tue, 8 Sep 2009 12:26:40 +0000 (14:26 +0200)]
Tools/Directories.py: SCOPE_METADIR is now /usr/share/meta

14 years agoMerge branch 'master' of git.opendreambox.org:/git/enigma2
ghost [Tue, 8 Sep 2009 10:43:12 +0000 (12:43 +0200)]
Merge branch 'master' of git.opendreambox.org:/git/enigma2

14 years agoSystemPlugins/SoftwareManager/imagewizard.xml: add laststep=true and isLastWizard...
acid-burn [Tue, 8 Sep 2009 10:31:30 +0000 (12:31 +0200)]
SystemPlugins/SoftwareManager/imagewizard.xml: add laststep=true and isLastWizard condition to imagewizard.

14 years agoEnigma2: de.po, more translation fixes
acid-burn [Tue, 8 Sep 2009 10:20:23 +0000 (12:20 +0200)]
Enigma2: de.po, more translation fixes

14 years agodon't offer scanning on nims where nothing is connected
Stefan Pluecken [Tue, 8 Sep 2009 09:19:12 +0000 (11:19 +0200)]
don't offer scanning on nims where nothing is connected

14 years agoEnigma2: .de language update.
acid-burn [Tue, 8 Sep 2009 07:29:53 +0000 (09:29 +0200)]
Enigma2: .de language update.

14 years agoMerge branch 'master' of git://git.opendreambox.org/git/acidburn/enigma2-master
ghost [Sun, 6 Sep 2009 07:16:16 +0000 (09:16 +0200)]
Merge branch 'master' of git://git.opendreambox.org/git/acidburn/enigma2-master

14 years agoDVI-PC -> HDMI-PC on 500hd
ghost [Sun, 6 Sep 2009 07:12:00 +0000 (09:12 +0200)]
DVI-PC -> HDMI-PC on 500hd

14 years agoEnigma2: de,en Language update
acid-burn [Fri, 4 Sep 2009 08:45:25 +0000 (10:45 +0200)]
Enigma2: de,en Language update

14 years agoNetworkSetup.py: update description
acid-burn [Fri, 4 Sep 2009 08:44:37 +0000 (10:44 +0200)]
NetworkSetup.py: update description

14 years agoplugin_cleanupwizard.xml: update descriptions
acid-burn [Fri, 4 Sep 2009 08:01:15 +0000 (10:01 +0200)]
plugin_cleanupwizard.xml: update descriptions

14 years agogenmetaindex.py: fix metaindex.xml generation
acid-burn [Fri, 4 Sep 2009 07:58:07 +0000 (09:58 +0200)]
genmetaindex.py: fix metaindex.xml generation

14 years agoreorder recording question
Felix Domke [Thu, 3 Sep 2009 21:01:54 +0000 (23:01 +0200)]
reorder recording question

14 years agoMerge branch 'master' of git.opendreambox.org:/git/enigma2
Felix Domke [Thu, 3 Sep 2009 20:32:03 +0000 (22:32 +0200)]
Merge branch 'master' of git.opendreambox.org:/git/enigma2

14 years agoupdate is language
Felix Domke [Thu, 3 Sep 2009 20:31:04 +0000 (22:31 +0200)]
update is language

14 years agoMerge branch 'master' of git.opendreambox.org:/git/enigma2
ghost [Thu, 3 Sep 2009 14:34:21 +0000 (16:34 +0200)]
Merge branch 'master' of git.opendreambox.org:/git/enigma2

14 years agofix skipping forward/backward
ghost [Thu, 3 Sep 2009 14:33:42 +0000 (16:33 +0200)]
fix skipping forward/backward

14 years agoallow skipping of end screens in wizards
Stefan Pluecken [Thu, 3 Sep 2009 14:25:07 +0000 (16:25 +0200)]
allow skipping of end screens in wizards
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>

14 years agoMerge branch 'master' of git.opendreambox.org:/git/enigma2
Felix Domke [Thu, 3 Sep 2009 13:09:36 +0000 (15:09 +0200)]
Merge branch 'master' of git.opendreambox.org:/git/enigma2

14 years agoda,lt,es,fi,it language update
Felix Domke [Thu, 3 Sep 2009 13:09:26 +0000 (15:09 +0200)]
da,lt,es,fi,it language update

14 years agoMerge branch 'master' of git.opendreambox.org:/git/enigma2
Stefan Pluecken [Thu, 3 Sep 2009 13:07:06 +0000 (15:07 +0200)]
Merge branch 'master' of git.opendreambox.org:/git/enigma2

14 years agoallow exiting wizards with exit key if there is no step history (i.e. user is in...
Stefan Pluecken [Thu, 3 Sep 2009 13:05:18 +0000 (15:05 +0200)]
allow exiting wizards with exit key if there is no step history (i.e. user is in the first step of the wizard)

14 years agoanother translation fix
Stefan Pluecken [Thu, 3 Sep 2009 12:50:23 +0000 (14:50 +0200)]
another translation fix

14 years agodome more translations
Stefan Pluecken [Thu, 3 Sep 2009 12:47:23 +0000 (14:47 +0200)]
dome more translations

14 years agochange some german translations in a/v settings dialog
Stefan Pluecken [Thu, 3 Sep 2009 12:43:24 +0000 (14:43 +0200)]
change some german translations in a/v settings dialog

14 years agoMerge branch 'master' of git.opendreambox.org:/git/enigma2
Felix Domke [Thu, 3 Sep 2009 12:35:05 +0000 (14:35 +0200)]
Merge branch 'master' of git.opendreambox.org:/git/enigma2

14 years agofix exec-begin after timer stop
Felix Domke [Thu, 3 Sep 2009 12:34:03 +0000 (14:34 +0200)]
fix exec-begin after timer stop

14 years agoMerge branch 'master' of git.opendreambox.org:/git/enigma2
Stefan Pluecken [Thu, 3 Sep 2009 12:33:51 +0000 (14:33 +0200)]
Merge branch 'master' of git.opendreambox.org:/git/enigma2

14 years agoAdd 0 to NumericalTextInputHelpDialog. Check your plugins if the larger help matrix...
Stefan Pluecken [Thu, 3 Sep 2009 12:30:40 +0000 (14:30 +0200)]
Add 0 to NumericalTextInputHelpDialog. Check your plugins if the larger help matrix still fits into your screens.

14 years agoChange "Initialize"-Button in Harddisk initilization dialog to red dot with text.
Stefan Pluecken [Thu, 3 Sep 2009 11:57:09 +0000 (13:57 +0200)]
Change "Initialize"-Button in Harddisk initilization dialog to red dot with text.

14 years agoResize "introduction"-label in network config to fit in german text.
Stefan Pluecken [Thu, 3 Sep 2009 11:48:39 +0000 (13:48 +0200)]
Resize "introduction"-label in network config to fit in german text.

14 years agoadd some commas in german translations
Stefan Pluecken [Thu, 3 Sep 2009 11:47:04 +0000 (13:47 +0200)]
add some commas in german translations

14 years agoMerge branch 'master' of git.opendreambox.org:/git/enigma2
Felix Domke [Thu, 3 Sep 2009 11:02:04 +0000 (13:02 +0200)]
Merge branch 'master' of git.opendreambox.org:/git/enigma2

14 years agouse bit operations instead of power
Felix Domke [Thu, 3 Sep 2009 11:01:52 +0000 (13:01 +0200)]
use bit operations instead of power

14 years agoMerge branch 'master' of git.opendreambox.org:/git/enigma2
ghost [Thu, 3 Sep 2009 09:29:16 +0000 (11:29 +0200)]
Merge branch 'master' of git.opendreambox.org:/git/enigma2

14 years agoencode all values which come from xml to utf-8
Felix Domke [Thu, 3 Sep 2009 09:28:29 +0000 (11:28 +0200)]
encode all values which come from xml to utf-8

14 years agofix srt subtitles
ghost [Thu, 3 Sep 2009 09:27:18 +0000 (11:27 +0200)]
fix srt subtitles

14 years agoEnigma2-meta: install plugins-meta.xml in /usr/share/meta
acid-burn [Thu, 3 Sep 2009 07:19:11 +0000 (09:19 +0200)]
Enigma2-meta: install plugins-meta.xml in /usr/share/meta
genmetaindex.py: change index.xml layout a bit

14 years agoCleanupWizard/plugin.py: fix typo
acid-burn [Tue, 1 Sep 2009 15:11:39 +0000 (17:11 +0200)]
CleanupWizard/plugin.py:  fix typo

14 years agomediaplayer: stop playback if async-done message reports zero audio or video streams...
Fraxinas [Tue, 1 Sep 2009 12:52:33 +0000 (14:52 +0200)]
mediaplayer: stop playback if async-done message reports zero audio or video streams (work around spinlock when trying to play weird containers)

14 years agoSystemPlugins/CleanupWizard/cleanupwizard.xml: Fix text to make xml2po happy
acid-burn [Thu, 27 Aug 2009 17:50:45 +0000 (19:50 +0200)]
SystemPlugins/CleanupWizard/cleanupwizard.xml: Fix text to make xml2po happy

14 years agoEnigma2: add CleanupWizard to SystemPlugins and Enigma2 build.
acid-burn [Thu, 27 Aug 2009 15:38:58 +0000 (17:38 +0200)]
Enigma2: add CleanupWizard to SystemPlugins and Enigma2 build.
- 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.