aboutsummaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Collapse)Author
2010-11-23bsod.cpp: readd lost skin entry.acid-burn
2010-11-23bsod.cpp: add /proc/bus/nim_sockets to crashlogs. fixes #608acid-burn
2010-11-22main/Makefile.am: don't pass --dirty to Git to support older versionsAndreas Oberritter
2010-11-22version-info: let ENIGMA2_REV default to "" instead of NULL (fixes crash in ↵Andreas Oberritter
bsod.cpp)
2010-11-22main/Makefile.am: use --pretty instead of --format to support older Git versionsAndreas Oberritter
2010-11-22main/Makefile.am: add missing backslashAndreas Oberritter
2010-11-16bsod: include csignalAndreas Oberritter
2010-11-16version.h: make generation more robustAndreas Oberritter
* $(ENIGMA2_REV) may be empty, so prefix the line with '-' * mark target as intermediate and phony to ensure execution and deletion
2010-11-16update .gitignoreAndreas Oberritter
2010-11-16shutdown enigma on SIGTERMAndreas Oberritter
2010-11-16bsod: Don't assign sa_handlerAndreas Oberritter
From sigaction(2): "On some architectures a union is involved: do not assign to both sa_handler and sa_sigaction."
2010-11-16use AM_V_* variables to improve silent build modeAndreas Oberritter
2010-11-16bsod: use simple XML generatorAndreas Oberritter
2010-11-16Add abstract class gMainDC as an interface for gFBDC and gSDLDCAndreas Oberritter
2010-11-16build and link static libraries without libtoolAndreas Oberritter
2010-11-16use eEnv::resolve() / eEnv.resolve()Andreas Oberritter
2010-11-16further updates to the build system, generate enigma2.shAndreas Oberritter
2010-11-16clean up build #2Andreas Oberritter
* use swig macros from autoconf archive * generate and use enigma2_config.h (include from command-line) * check for dbox/fp.h and dbox/lcd-ks0713.h * clean up checks for libdreamdvd and lib*gif * fix some dependencies for generated files and header files
2010-11-16assume HAVE_GSTREAMER is always setAndreas Oberritter
2010-11-16clean up buildAndreas Oberritter
* reduce use of TUXBOX macros * fix compiler warnings by including Python.h from the command-line * use libtool to build and link main/* and lib/* * don't link libmad, libid3tag, libcrypt, libresolv, librt, ldl into e2 * fix make rules of actionids.h
2010-11-16*/Makefile.am: s,INCLUDES,AM_CPPFLAGS,Andreas Oberritter
2010-10-08bsod.cpp,CrashlogAutoSubmit: add active skin name to xml crashlogs. fixes #597acid-burn
2010-06-01add support for rbg565 color oledghost
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