| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-09-21 | Enigma2: add VideoEnhancement plugin to SystemPlugins to configure advanced ↵ | acid-burn | |
| video settings. Newest drivers needed. | |||
| 2009-09-21 | lib/python/Components/config.py: fix bug (thx to adenin) | ghost | |
| 2009-09-11 | CrashlogAutoSubmit/plugin.py: use correct Tools.Notifications to show ↵ | acid-burn | |
| ChoiceBox on startup. | |||
| 2009-09-11 | PluginComponent.py: better alignment of icons and texts. Thx. Mike Looijmans | acid-burn | |
| 2009-09-11 | Enigma2: add __init__.py to Plugins folders. Thx. Mike Looijmans | acid-burn | |
| 2009-09-08 | DreamInfoHandler.py: small update for new index.xml's. | acid-burn | |
| 2009-09-08 | Tools/Directories.py: SCOPE_METADIR is now /usr/share/meta | acid-burn | |
| 2009-09-08 | Merge branch 'master' of git.opendreambox.org:/git/enigma2 | ghost | |
| 2009-09-08 | SystemPlugins/SoftwareManager/imagewizard.xml: add laststep=true and ↵ | acid-burn | |
| isLastWizard condition to imagewizard. | |||
| 2009-09-08 | don't offer scanning on nims where nothing is connected | Stefan Pluecken | |
| 2009-09-06 | Merge branch 'master' of git://git.opendreambox.org/git/acidburn/enigma2-master | ghost | |
| 2009-09-06 | DVI-PC -> HDMI-PC on 500hd | ghost | |
| 2009-09-04 | NetworkSetup.py: update description | acid-burn | |
| 2009-09-04 | plugin_cleanupwizard.xml: update descriptions | acid-burn | |
| 2009-09-03 | reorder recording question | Felix Domke | |
| 2009-09-03 | allow skipping of end screens in wizards | Stefan 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-03 | allow 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-03 | Merge branch 'master' of git.opendreambox.org:/git/enigma2 | Stefan Pluecken | |
| 2009-09-03 | fix exec-begin after timer stop | Felix Domke | |
| 2009-09-03 | Add 0 to NumericalTextInputHelpDialog. Check your plugins if the larger help ↵ | Stefan Pluecken | |
| matrix still fits into your screens. | |||
| 2009-09-03 | Enigma2-meta: install plugins-meta.xml in /usr/share/meta | acid-burn | |
| genmetaindex.py: change index.xml layout a bit | |||
| 2009-09-01 | CleanupWizard/plugin.py: fix typo | acid-burn | |
| 2009-08-27 | SystemPlugins/CleanupWizard/cleanupwizard.xml: Fix text to make xml2po happy | acid-burn | |
| 2009-08-27 | Enigma2: 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-27 | add ' fps' | Felix Domke | |
| 2009-08-27 | Merge branch 'master' of git.opendreambox.org:/git/enigma2 | Felix Domke | |
| 2009-08-27 | add Framerate to ServiceInfo | Felix Domke | |
| 2009-08-27 | show correct icon for "repeat" state | Fraxinas | |
| 2009-08-26 | PluginBrowser.py: -dont show downloadable plugins twice | acid-burn | |
| - properly reload list after download/remove of an plugin | |||
| 2009-08-26 | PluginBrowser.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-24 | one less reason for enigma2 to crash on startup when flash is full. | Felix Domke | |
| 2009-08-24 | fix for unused buttons on bottom row | Felix Domke | |
| 2009-08-21 | update language cache | ghost | |
| 2009-08-19 | log signal quality during diseqc tester runs | Stefan Pluecken | |
| 2009-08-19 | Plugins/Meta-Makefiles: add EXTRA_DIST for jpgs to Makefiles | acid-burn | |
| 2009-08-18 | set permissions to 644 for data files | Andreas Oberritter | |
| 2009-08-18 | remove orphaned FileManager plugin | Andreas Oberritter | |
| 2009-08-18 | remove obsolete .cvsignore files | Andreas Oberritter | |
| 2009-08-18 | do not use wildcards, because it breaks builds outside the source directory ↵ | Andreas Oberritter | |
| and therefore breaks 'make distcheck' | |||
| 2009-08-18 | DVDBurn: avoid spaces in filenames | Andreas Oberritter | |
| 2009-08-18 | remove FritzCall (moved to enigma2-plugins CVS some time ago) | Andreas Oberritter | |
| 2009-08-18 | Don't install *.jpg files with the Plugin metadata to save space. | acid-burn | |
| 2009-08-18 | SystemPlugins/CrashlogAutoSubmit/plugin.py: | acid-burn | |
| - 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. | |||
| 2009-08-17 | enable metadata install, install into /usr/share/enigma2/meta/enigma2/ | Felix Domke | |
| 2009-08-15 | remove SimpleRSS (moved to enigma2-plugins CVS some time ago) | Andreas Oberritter | |
| 2009-08-15 | Makefile.am: use dist_*_DATA to include data files in tarballs | Andreas Oberritter | |
| 2009-08-15 | update all Makefile.am files | Andreas Oberritter | |
| remove 'AUTOMAKE_OPTIONS = gnu', which is the default, use pkgdatadir instead of $(DATADIR)/enigma2, use pkglibdir instead of $(LIBDIR)/enigma2 | |||
| 2009-08-13 | fix directory browser + implement changelog viewer | Fraxinas | |
| 2009-08-13 | Screens/Standby.py: call quitMainloop after closing the TryQuitMainloop screen.. | ghost | |
| this clears the display and the framebuffer before quit enigma2 | |||
| 2009-08-12 | SystemPlugins/CrashlogAutoSubmit/plugin.py: -use MimeWriter to generate the ↵ | acid-burn | |
| email message, so its possible to set a Content-Disposition header on the attachments. - dont use deprecated twisted.mail.smtp.sendEmail anymore, use sendmail instead. - properly cath mx resolve error | |||
