aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins
AgeCommit message (Collapse)Author
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 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-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-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-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-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-07-29add CrashlogAutoSubmit Plugin for automatic crashlog mailing, needs oe updateacid-burn
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-13try deleting 4 primary partitions before creating new partition tableFraxinas
2009-06-15make msg translatableFelix Domke
2009-06-12Show system message on bootup (if present)Felix Domke
2009-06-10use index as id for predefined transponder listFelix Domke
2009-05-27continue work on plugin manageracid-burn
not yet finished
2009-05-18add Makefile.am (but don't add to configure.ac yet)Felix Domke
2009-05-18example: local screenshotFelix Domke
2009-05-18Add experimental meta descriptionFelix Domke
2009-05-14make titles translateableacid-burn
whitespace cleanups
2009-05-11move http progress downloader class into own tool pyFraxinas
2009-04-29fix listdisplay qafter deleting last fileghost
2009-03-31remove no more needed button pngsacid-burn
2009-03-31add missing pngsacid-burn
2009-03-31add delete to advanced restoreacid-burn
use default buttons for better translation support fix some translation issues small menu reordering and fitting
2009-03-17Add plugin to assign service / providers / caids to Common Interface Modulesghost
2009-03-11Patch by Moritz Venn: Allow to set an additional delay via config.Felix Domke
Note that this requires driver support, which is not necessarily complete.
2009-03-03- properly ignore transponders without values for tsid/onid in the diseqc testerStefan Pluecken
- add some log file output for pids_failed case (real tsid/onid and expected tsid/onid)
2009-02-25make SoftwareManager filescan description translatableghost
2009-02-24small optimizations and cleanups by Moritz Vennghost
2009-02-20remove debug printStefan Pluecken
2009-02-20follow changes in module Tuner with added rolloff, pilot and ↵Stefan Pluecken
system/modulation in DiseqcTester/TuneTest
2009-02-20Merge branch 'master' of git.opendreambox.org:/git/enigma2ghost
2009-02-20split "delay after continuous tone" value in "delay after continuous tone ↵ghost
disable before diseqc" and "delay after final continuous tone change" value and increment the first value now to 25 to fix "tune failed" problems with some diseqc switches
2009-02-19- increase video wizard timeout from 10 to 20 secondsStefan Pluecken
- rearrange summary screen widgets - set summary screen before anything else in the wizard
2009-02-17allow multiple ipkg configuration files. Limit: one url entry per fileacid-burn
really write edited url back dont show arch.conf file variable_width support for inputbox to work properly with sd and hd skins
2009-02-16dont show -dbg and -dev packages in packetmanageracid-burn
show softwaremanager on blue button pressed if expert mode enabled some cleanups and better skinning support for Kerni ;-) small speedups in Packetmanager
2009-02-15add missing importacid-burn
properly kill running Console when closing screen
2009-02-15add pluginlist reload, fix type (thx to Ali Abdul)ghost
2009-02-15small improovements by Ali Abdulghost
2009-02-15add sanity checks for getCurrent and getCurrentSelectionghost
2009-02-14dont crash when not official-feed.conf foundghost
2009-02-14fix possible crash (seen in crashlog)ghost
2009-02-13Merge branch 'master' of git://git.opendreambox.org/git/acidburn/enigma2-masterFelix Domke