aboutsummaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Collapse)Author
2009-11-19main/Makefile.am: support to extract version information from (git) tarballs ↵ghost
created by our patched bitbake 1.4.2 this needs latest bitbake changes done in our bitbake tree today
2009-11-19enigma.cpp: add missing semicolonghost
2009-11-19main/enigma.cpp: use new defines for getEnigmaVersionStringghost
2009-11-19main/Makefile.am: fix code to generate version.h code is now als able to ↵ghost
handle git trees (now we generate new defines ENIGMA2_LAST_CHANGE_DATA and ENIGMA2_BRANCH (the last only for git)
2009-10-03main/bsod.cpp: replace password configentry values with "X" before adding ↵acid-burn
them to the crashlog. So now no passwords from the enigma2 settings file are added to the crashlogs if crashlog anonymizations is disabled. Attention: Only config entries named "password" are considered as password fields. So use "password" as the name of your password configentry. for example: config.myplugin.password !
2009-09-30default send anonymized crashlogsghost
2009-08-18set permissions to 644 for data filesAndreas Oberritter
2009-08-18remove obsolete .cvsignore filesAndreas Oberritter
2009-08-18ignore file 'entries'Andreas Oberritter
2009-08-18main/bsod.cpp:acid-burn
- introduce new xml crashlog style for better readability - add more informations to the crashlogs, like /etc/image-version, installed components... - handle new options set by the CrashlogAutoSubmit plugin for even more detailed crashlogs.
2009-08-15remove unterminated #ifAndreas Oberritter
2009-08-14refresh version.h when svn info changedFelix Domke
2009-08-08create ENIGMA2_CHECKOUT_TAG for svnFelix Domke
2009-07-25enigma.cpp: take care of running fullsize pig timer on e2 shutdownghost
2009-05-24enigma2.cpp: fix filename buffer size (thx to adenin)ghost
2009-04-28bsod.cpp: skip path prefix up to /usrghost
2009-04-02bsod.cpp: fix compiler warningghost
2009-04-02skip path prefix from .pyc compilationFelix Domke
2009-01-19follow changesghost
2008-11-18don't try to look for python files when handling a C++ crashFelix Domke
2008-11-10on crash, read "maintainer.info" from directory which contained the file ↵Felix Domke
which crashed. Use first line as email address, second line as "component"-string in crashlogs. Please add a "maintainer.info"-file to your plugins so crashlogs will be redirected to the right address.
2008-11-06disable dependency on CVS filesFelix Domke
2008-10-15allow gstreamer to signalize missing plugins to the gui (requires ↵Andreas Frisch
reconfiguring enigma2) and add support for flac files (requires libflac7, gst-plugin-flac)
2008-09-22badvaddr went away, and to be honest, we don't care that muchFelix Domke
2008-08-26add support for dm8000 rtc,Andreas Monzner
add support for dm8000 deepstandby wakeup, go back to deepstandby after deepstandby timer wakeup even when not explicitely selected (this needs new drivers and / or new atmel firmware) add some sanity checks to dont break anything even with old drivers/atmel firmware
2008-06-21use another function to initial import mytest.py (this fixes pythonAndreas Monzner
threads)... but take care of the fact that the most enigma2 code is not thread safe.. so dont call enigma2 parts from another python thread
2008-05-15use eDebugFelix Domke
2008-05-15add dump_malloc_statsFelix Domke
2008-04-16use clock_gettime for internal timers instead of gettimeofday .. so now ourAndreas Monzner
timers are independent of the normal linux clock (and change linux time without inform e2 is now really uncritical)
2008-04-16fix colorsFelix Domke
2008-04-15make our lifes a bit more colorful.Felix Domke
2008-04-13png cleanup by nemesis, source changes.Felix Domke
2008-03-26fix for SDL, doesn't display any text on the blue screen though...Andreas Oberritter
2008-03-25link SDL libraries (if enabled)Andreas Oberritter
2008-03-25use global preprocessor constant WITH_SDL instead of SDLDCAndreas Oberritter
2008-03-25delete generated file version.h on 'make clean'Andreas Oberritter
2007-12-10add support for manual blitAndreas Monzner
2007-11-22make MMI code more reusableAndreas Monzner
2007-11-13show reasons for bsodFatalFelix Domke
2007-11-04use autoconf macros for determining xml2 and xmlccwrap linkingFelix Domke
2007-10-29link e2 against shared libxmlccwrapAndreas Monzner
this needs an OE update and installed libxmlccwrap_0.0.12-r0_mipsel.ipk
2007-10-27fix typo :)Felix Domke
2007-10-27make main.o to depend on version.h, tooFelix Domke
2007-10-26add getEnigmaVersionStringFelix Domke
2007-10-24parse satellites/cables/terrestrial.xml in c++ now.. its round about threeAndreas Monzner
times faster .. this speedup e2 start a little bit
2007-10-06fixes for clean enigma2 shutdownAndreas Monzner
2007-09-09fix spinner when no pictures availableFelix Domke
2007-08-22fix loadPNG result evaluationFelix Domke
2007-08-22load up to 64 spinner images, use size of first one instead of hardcoded 105x105Felix Domke
2007-06-26support for 'long keypresses' ('l' in keymap.xml flags)Felix Domke