| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-10-07 | don't crash upon red key while downloading feed list, exit instead | Fraxinas | |
| 2009-10-06 | /Videomode/plugin.py: - use StaticText for Buttons | acid-burn | |
| - use own Skin for better skinability - use same translateable string for screen title and lcd title | |||
| 2009-10-06 | Extensions/DVDBurn: - use center,center for screens where possible | acid-burn | |
| - 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) | |||
| 2009-10-06 | MediaPlayer/settings.py: small skin corrections | acid-burn | |
| 2009-10-06 | PicturePlayer/plugin.py: - center screens where needed. | acid-burn | |
| - 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 | |||
| 2009-10-06 | Merge branch 'master' of git.opendreambox.org:/git/enigma2 | Stefan Pluecken | |
| 2009-10-06 | don't crash when video modes are broken | Stefan Pluecken | |
| 2009-10-05 | Merge branch 'master' of git.opendreambox.org:/git/enigma2 | ghost | |
| 2009-10-05 | fix for older enigma2 versions | ghost | |
| 2009-10-05 | Mediaplayer: don't crash if writing playlist.e2pls fails | Fraxinas | |
| 2009-10-05 | fix possible crash | Fraxinas | |
| 2009-10-05 | NFIFlash downloader: fix possible crash | Fraxinas | |
| 2009-10-02 | SystemPlugins/SoftwareManager: - add timeout to MessageBox | acid-burn | |
| - reset /proc/stb/vmpeg/0/dst* to defaults after a restore so enigma doesnt restart in pip mode if pip was enabled | |||
| 2009-10-02 | SystemPlugins/SkinSelector: -Rework SkinSelector GUI a bit. | acid-burn | |
| - Fix hardcoded path for noprev.png - remove old skin. current skin is inside skin_default.xml | |||
| 2009-10-02 | Merge branch 'master' of /git/enigma2 | Mladen Horvat | |
| 2009-10-01 | show scaler sharpness in av setup and in video enhancement plugin | ghost | |
| 2009-10-01 | CrashlogAutoSubmit/plugin.py: -move buttons to the top | acid-burn | |
| - replace all Labels where possible through StaticText for better skinability - enable VirtualKeyboard on TEXT Button now if needed. | |||
| 2009-10-01 | SystemPlugins/SoftwareManager:- move buttons to the top and | acid-burn | |
| replace all Labels where possible through StaticText for better skinability - change some label descriptions - minor fixes | |||
| 2009-09-30 | default send anonymized crashlogs | ghost | |
| 2009-09-29 | code cleanup | ghost | |
| 2009-09-25 | Merge branch 'master' of /git/enigma2 | Mladen Horvat | |
| 2009-09-25 | add wrapper class for auto Py_INCREF/Py_DECREF ... i.e. usable for STL ↵ | ghost | |
| containers | |||
| 2009-09-25 | SystemPlugins/VideoEnhancement: - add support for dm500hd | acid-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-25 | add a standby counter and a enigma2 startcounter | ghost | |
| config.misc.standbyCount (not saved to /etc/enigma2/settings) config.misc.startCounter (saved to /etc/enigma2/settings on clean e2 shutdown) | |||
| 2009-09-25 | Screens/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-23 | take care of servicegroups in doublecheck | ghost | |
| 2009-09-22 | allow disabling and resizing of picture in picture window in movie player | Stefan 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-21 | VideoEnhancement/plugin.py: use correct Screen name inside preview screen, ↵ | acid-burn | |
| small fix | |||
| 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 | |||
