aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins/CrashlogAutoSubmit
AgeCommit message (Collapse)Author
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-09-30default send anonymized crashlogsghost
2009-09-11CrashlogAutoSubmit/plugin.py: use correct Tools.Notifications to show ↵acid-burn
ChoiceBox on startup.
2009-09-03Enigma2-meta: install plugins-meta.xml in /usr/share/metaacid-burn
genmetaindex.py: change index.xml layout a bit
2009-08-18set permissions to 644 for data filesAndreas Oberritter
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-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-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-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-07-29add CrashlogAutoSubmit Plugin for automatic crashlog mailing, needs oe updateacid-burn