aboutsummaryrefslogtreecommitdiff
path: root/lib/python
AgeCommit message (Collapse)Author
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'
2009-08-18DVDBurn: avoid spaces in filenamesAndreas Oberritter
2009-08-18remove FritzCall (moved to enigma2-plugins CVS some time ago)Andreas Oberritter
2009-08-18Don't install *.jpg files with the Plugin metadata to save space.acid-burn
2009-08-18SystemPlugins/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-17enable metadata install, install into /usr/share/enigma2/meta/enigma2/Felix Domke
2009-08-15remove SimpleRSS (moved to enigma2-plugins CVS some time ago)Andreas Oberritter
2009-08-15Makefile.am: use dist_*_DATA to include data files in tarballsAndreas Oberritter
2009-08-15update all Makefile.am filesAndreas Oberritter
remove 'AUTOMAKE_OPTIONS = gnu', which is the default, use pkgdatadir instead of $(DATADIR)/enigma2, use pkglibdir instead of $(LIBDIR)/enigma2
2009-08-13fix directory browser + implement changelog viewerFraxinas
2009-08-13Screens/Standby.py: call quitMainloop after closing the TryQuitMainloop screen..ghost
this clears the display and the framebuffer before quit enigma2
2009-08-12SystemPlugins/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
2009-08-10patch by Mike Looijmans: support plugins with a dash in descriptionFelix Domke
2009-08-07SystemPlugins/CrashlogAutoSubmit/plugin.py: - don't start crashlogmailer on ↵acid-burn
firstrun. - move settings inside e2 menu System/Settings/Crashlog settings - add possibility to optionally supply a contact email and name - add "No,not now" possibility to choicebox if crashlogs are found - restart crashmailer only if a change on the main startup option was made
2009-08-06prevent exception when invoked without current_dialog objectFraxinas
2009-08-05SystemPlugins/Videomode: show HDMI on DM500HD instead of DVIghost
2009-08-05Plugins/Videomode/VideoHardware.py: remove DVI-PC when not DVI-PC modes are ↵ghost
usable
2009-08-04language_cache.py: small fixghost
2009-08-04add slovakian languageghost
change "Slovene" to "Slovenian" update language_cache
2009-08-04allow two different behaviours when going into resume: SUSPEND_STOPS ↵Fraxinas
(default as usual) and new SUSPEND_PAUSES (introduced for dvd player)
2009-07-30Merge branch 'master' of git.opendreambox.org:/git/enigma2ghost
2009-07-30add serbian language (thx to majevica)ghost
update language_cache.py
2009-07-29fix disc size unit confusionFraxinas
2009-07-29Merge branch 'master' of fraxinas@git.opendreambox.org:/git/enigma2Fraxinas
2009-07-29change disc size determination and tweak dual layer growisofs argumentsFraxinas
2009-07-29add getSize convenience function to obtain file or directory size (not ↵Fraxinas
tested with directories containing lots of files)
2009-07-29add CrashlogAutoSubmit Plugin for automatic crashlog mailing, needs oe updateacid-burn
2009-07-26PluginComponent: fix setting wakeuptime from pluginghost
2009-07-25make PIG working with HD Skinsghost
2009-07-24Converter/TemplatedMultiContent.py: add MultiContentEntryPixmapAlphaBlendghost
2009-07-22properly update statusbar after network restartacid-burn
also ignore wmaster0 interface
2009-07-20some more work on plugin manageracid-burn
add experimental plugin meta informations, not yet included in build process install missing py from TuxboxPlugins plugin remove Filemanger from plugins build process
2009-07-20Converter/ServicePosition.py: fix order of inheritance to fix suspend handlingghost