| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-11-23 | bsod.cpp: readd lost skin entry. | acid-burn | |
| 2010-11-23 | bsod.cpp: add /proc/bus/nim_sockets to crashlogs. fixes #608 | acid-burn | |
| 2010-11-22 | main/Makefile.am: don't pass --dirty to Git to support older versions | Andreas Oberritter | |
| 2010-11-22 | version-info: let ENIGMA2_REV default to "" instead of NULL (fixes crash in ↵ | Andreas Oberritter | |
| bsod.cpp) | |||
| 2010-11-22 | main/Makefile.am: use --pretty instead of --format to support older Git versions | Andreas Oberritter | |
| 2010-11-22 | main/Makefile.am: add missing backslash | Andreas Oberritter | |
| 2010-11-16 | bsod: include csignal | Andreas Oberritter | |
| 2010-11-16 | version.h: make generation more robust | Andreas Oberritter | |
| * $(ENIGMA2_REV) may be empty, so prefix the line with '-' * mark target as intermediate and phony to ensure execution and deletion | |||
| 2010-11-16 | update .gitignore | Andreas Oberritter | |
| 2010-11-16 | shutdown enigma on SIGTERM | Andreas Oberritter | |
| 2010-11-16 | bsod: Don't assign sa_handler | Andreas Oberritter | |
| From sigaction(2): "On some architectures a union is involved: do not assign to both sa_handler and sa_sigaction." | |||
| 2010-11-16 | use AM_V_* variables to improve silent build mode | Andreas Oberritter | |
| 2010-11-16 | bsod: use simple XML generator | Andreas Oberritter | |
| 2010-11-16 | Add abstract class gMainDC as an interface for gFBDC and gSDLDC | Andreas Oberritter | |
| 2010-11-16 | build and link static libraries without libtool | Andreas Oberritter | |
| 2010-11-16 | use eEnv::resolve() / eEnv.resolve() | Andreas Oberritter | |
| 2010-11-16 | further updates to the build system, generate enigma2.sh | Andreas Oberritter | |
| 2010-11-16 | clean up build #2 | Andreas 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-16 | assume HAVE_GSTREAMER is always set | Andreas Oberritter | |
| 2010-11-16 | clean up build | Andreas 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-08 | bsod.cpp,CrashlogAutoSubmit: add active skin name to xml crashlogs. fixes #597 | acid-burn | |
| 2010-06-01 | add support for rbg565 color oled | ghost | |
| 2009-11-19 | main/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-19 | enigma.cpp: add missing semicolon | ghost | |
| 2009-11-19 | main/enigma.cpp: use new defines for getEnigmaVersionString | ghost | |
| 2009-11-19 | main/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-03 | main/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-30 | default send anonymized crashlogs | ghost | |
| 2009-08-18 | set permissions to 644 for data files | Andreas Oberritter | |
| 2009-08-18 | remove obsolete .cvsignore files | Andreas Oberritter | |
| 2009-08-18 | ignore file 'entries' | Andreas Oberritter | |
| 2009-08-18 | main/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-15 | remove unterminated #if | Andreas Oberritter | |
| 2009-08-14 | refresh version.h when svn info changed | Felix Domke | |
| 2009-08-08 | create ENIGMA2_CHECKOUT_TAG for svn | Felix Domke | |
| 2009-07-25 | enigma.cpp: take care of running fullsize pig timer on e2 shutdown | ghost | |
| 2009-05-24 | enigma2.cpp: fix filename buffer size (thx to adenin) | ghost | |
| 2009-04-28 | bsod.cpp: skip path prefix up to /usr | ghost | |
| 2009-04-02 | bsod.cpp: fix compiler warning | ghost | |
| 2009-04-02 | skip path prefix from .pyc compilation | Felix Domke | |
| 2009-01-19 | follow changes | ghost | |
| 2008-11-18 | don't try to look for python files when handling a C++ crash | Felix Domke | |
| 2008-11-10 | on 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-06 | disable dependency on CVS files | Felix Domke | |
| 2008-10-15 | allow 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-22 | badvaddr went away, and to be honest, we don't care that much | Felix Domke | |
| 2008-08-26 | add 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-21 | use another function to initial import mytest.py (this fixes python | Andreas 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-15 | use eDebug | Felix Domke | |
