aboutsummaryrefslogtreecommitdiff
path: root/lib/python
AgeCommit message (Collapse)Author
2009-10-07don't crash upon red key while downloading feed list, exit insteadFraxinas
2009-10-06/Videomode/plugin.py: - use StaticText for Buttonsacid-burn
- use own Skin for better skinability - use same translateable string for screen title and lcd title
2009-10-06Extensions/DVDBurn: - use center,center for screens where possibleacid-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-06MediaPlayer/settings.py: small skin correctionsacid-burn
2009-10-06PicturePlayer/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-06Merge branch 'master' of git.opendreambox.org:/git/enigma2Stefan Pluecken
2009-10-06don't crash when video modes are brokenStefan Pluecken
2009-10-05Merge branch 'master' of git.opendreambox.org:/git/enigma2ghost
2009-10-05fix for older enigma2 versionsghost
2009-10-05Mediaplayer: don't crash if writing playlist.e2pls failsFraxinas
2009-10-05fix possible crashFraxinas
2009-10-05NFIFlash downloader: fix possible crashFraxinas
2009-10-02SystemPlugins/SoftwareManager: - add timeout to MessageBoxacid-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-02SystemPlugins/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-02Merge branch 'master' of /git/enigma2Mladen Horvat
2009-10-01show scaler sharpness in av setup and in video enhancement pluginghost
2009-10-01CrashlogAutoSubmit/plugin.py: -move buttons to the topacid-burn
- replace all Labels where possible through StaticText for better skinability - enable VirtualKeyboard on TEXT Button now if needed.
2009-10-01SystemPlugins/SoftwareManager:- move buttons to the top andacid-burn
replace all Labels where possible through StaticText for better skinability - change some label descriptions - minor fixes
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