aboutsummaryrefslogtreecommitdiff
path: root/lib/python
AgeCommit message (Collapse)Author
2009-09-30default send anonymized crashlogsghost
2009-09-29code cleanupghost
2009-09-25Merge branch 'master' of /git/enigma2Mladen Horvat
2009-09-25add wrapper class for auto Py_INCREF/Py_DECREF ... i.e. usable for STL ↵ghost
containers
2009-09-25SystemPlugins/VideoEnhancement: - add support for dm500hdacid-burn
- 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.
2009-09-25add a standby counter and a enigma2 startcounterghost
config.misc.standbyCount (not saved to /etc/enigma2/settings) config.misc.startCounter (saved to /etc/enigma2/settings on clean e2 shutdown)
2009-09-25Screens/NetworkSetup.py: - rework network gui.acid-burn
- move buttons to the top and remove bottom bar - replace all Labels where possible through StaticText for better skinability - minor fixes
2009-09-23take care of servicegroups in doublecheckghost
2009-09-22allow disabling and resizing of picture in picture window in movie playerStefan Pluecken
2009-09-21/SystemPlugins/VideoEnhancement: allow configuration of ↵acid-burn
block_noise_reduction, mosquito_noise_reduction and digital_contour_removal also on dm800
2009-09-21VideoEnhancement/plugin.py: use correct Screen name inside preview screen, ↵acid-burn
small fix
2009-09-21Enigma2: add VideoEnhancement plugin to SystemPlugins to configure advanced ↵acid-burn
video settings. Newest drivers needed.
2009-09-21lib/python/Components/config.py: fix bug (thx to adenin)ghost
2009-09-11CrashlogAutoSubmit/plugin.py: use correct Tools.Notifications to show ↵acid-burn
ChoiceBox on startup.
2009-09-11PluginComponent.py: better alignment of icons and texts. Thx. Mike Looijmansacid-burn
2009-09-11Enigma2: add __init__.py to Plugins folders. Thx. Mike Looijmansacid-burn
2009-09-08DreamInfoHandler.py: small update for new index.xml's.acid-burn
2009-09-08Tools/Directories.py: SCOPE_METADIR is now /usr/share/metaacid-burn
2009-09-08Merge branch 'master' of git.opendreambox.org:/git/enigma2ghost
2009-09-08SystemPlugins/SoftwareManager/imagewizard.xml: add laststep=true and ↵acid-burn
isLastWizard condition to imagewizard.
2009-09-08don't offer scanning on nims where nothing is connectedStefan Pluecken
2009-09-06Merge branch 'master' of git://git.opendreambox.org/git/acidburn/enigma2-masterghost
2009-09-06DVI-PC -> HDMI-PC on 500hdghost
2009-09-04NetworkSetup.py: update descriptionacid-burn
2009-09-04plugin_cleanupwizard.xml: update descriptionsacid-burn
2009-09-03reorder recording questionFelix Domke
2009-09-03allow skipping of end screens in wizardsStefan Pluecken
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>
2009-09-03allow exiting wizards with exit key if there is no step history (i.e. user ↵Stefan Pluecken
is in the first step of the wizard)
2009-09-03Merge branch 'master' of git.opendreambox.org:/git/enigma2Stefan Pluecken
2009-09-03fix exec-begin after timer stopFelix Domke
2009-09-03Add 0 to NumericalTextInputHelpDialog. Check your plugins if the larger help ↵Stefan Pluecken
matrix still fits into your screens.
2009-09-03Enigma2-meta: install plugins-meta.xml in /usr/share/metaacid-burn
genmetaindex.py: change index.xml layout a bit
2009-09-01CleanupWizard/plugin.py: fix typoacid-burn
2009-08-27SystemPlugins/CleanupWizard/cleanupwizard.xml: Fix text to make xml2po happyacid-burn
2009-08-27Enigma2: add CleanupWizard to SystemPlugins and Enigma2 build.acid-burn
- 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.
2009-08-27add ' fps'Felix Domke
2009-08-27Merge branch 'master' of git.opendreambox.org:/git/enigma2Felix Domke
2009-08-27add Framerate to ServiceInfoFelix Domke
2009-08-27show correct icon for "repeat" stateFraxinas
2009-08-26PluginBrowser.py: -dont show downloadable plugins twiceacid-burn
- properly reload list after download/remove of an plugin
2009-08-26PluginBrowser.py: dont use "ipkg list_installed" on second run if "Download ↵acid-burn
Plugins" was selected, instead use correct "ipkg list" as we want available plugins and not already installed.
2009-08-24one less reason for enigma2 to crash on startup when flash is full.Felix Domke
2009-08-24fix for unused buttons on bottom rowFelix Domke
2009-08-21update language cacheghost
2009-08-19log signal quality during diseqc tester runsStefan Pluecken
2009-08-19Plugins/Meta-Makefiles: add EXTRA_DIST for jpgs to Makefilesacid-burn
2009-08-18set permissions to 644 for data filesAndreas Oberritter
2009-08-18remove orphaned FileManager pluginAndreas Oberritter
2009-08-18remove obsolete .cvsignore filesAndreas Oberritter
2009-08-18do not use wildcards, because it breaks builds outside the source directory ↵Andreas Oberritter
and therefore breaks 'make distcheck'