| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-11-16 | install header files | Andreas Oberritter | |
| 2010-11-16 | build and link static libraries without libtool | 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 | 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 | |
| 2009-08-18 | remove obsolete .cvsignore files | Andreas Oberritter | |
| 2009-04-09 | file_eraser.cpp: replace .$$$ with .del... its better for CIFS | ghost | |
| 2008-10-29 | also use refcounting for eTimers | Andreas Monzner | |
| its now no more possible directly to call new eTimer .. or to embedded eTimer. to create a eTimer now eTimer::create must be used... to delete you must call ->AddRef() after timer creation and ->Release when the timer is no more needed. Or use ePtr<eTimer> to store the timer reference.. then its enough to set the ePtr<eTimer> object to 0 when the timer is no more needed | |||
| 2008-08-11 | some service scan improovements | Andreas Monzner | |
| - add a only free scan - the scan now finds also services not listed in SDT - add option "clear before scan" also for single transponder searches For the only free scan a change in the main lamedb transponder format was needed... i think this breaks some external settings editors To detect the service format now the service database file starts with "eDVB services /4/" .. the old format was "eDVB services /3/" .. e2 can read the old and the new format.. but it writes always the new format! | |||
| 2008-06-13 | after DECLARE_REF now all is private.. not public | Andreas Monzner | |
| dont export AddRef, Release, ptrref and grabRef to python some cleanups | |||
| 2007-09-15 | show more information in service scan (needs additional changes in skin) | Andreas Monzner | |
| 2007-09-14 | remove new found flags when do a automatic scan and "clear before scan" was | Andreas Monzner | |
| not checked | |||
| 2007-09-14 | some changes for new default skin | Andreas Monzner | |
| 2006-12-31 | fix for blocking file eraser on e2 shutdown | Andreas Monzner | |
| 2006-10-10 | some German translations (especially for the parental control) | Stefan Pluecken | |
| improve automatic cable scan | |||
| 2006-06-17 | I/O priority support with cfq scheduler (needs new kernel patch) | Andreas Monzner | |
| 2006-06-01 | the scan should now work for scanning dish network .. they use the SDT OTHER | Andreas Monzner | |
| 2006-05-22 | do not ask to scan on tuner 0 when not needed | Andreas Monzner | |
| 2006-05-08 | add ability to select in scan what is todo with existing services (Clear ↵ | Andreas Monzner | |
| before scan) a) "yes" means remove all services and transponders for this sat position / all selected sat positions b) "no" means hold all services and transponders for this sat position / all selected sat positions this resets all old new found flags (incremental scan) c) "yes (hold feeds) means the same as a) but hold all feed services/transponders | |||
| 2006-05-06 | remove no more needed c++ single epg list content class | Andreas Monzner | |
| code cleanup in python epg classes get epg from parent service when epg is queried for a subservice(linkage service) | |||
| 2006-05-06 | fix warnings | Andreas Monzner | |
| 2006-04-03 | follow eThread changes: mainly thread_running -> sync, hasStarted() | Felix Domke | |
| 2006-03-30 | add background file eraser class for asynchronous file deletion | Andreas Monzner | |
| 2006-01-14 | display last 7 services during scan | Felix Domke | |
| 2005-12-23 | replace "Arial" by "Regular" | Stefan Pluecken | |
| 2005-11-18 | scan: add allocateFrontendByIndex, so ServiceScan uses a fixed frontend ID - ↵ | Felix Domke | |
| currently hardcoded 0 in python. | |||
| 2005-11-17 | save lamedb after scan | Felix Domke | |
| 2005-11-16 | scan: add flags for optional network search. drop transponders on foreign ↵ | Felix Domke | |
| satellites. | |||
| 2005-11-15 | add initial transponders from python | Felix Domke | |
| 2005-11-13 | dont open epglist when no epg is avail | Andreas Monzner | |
| 2005-11-11 | change interface of getCurrent method for better use from python | Andreas Monzner | |
| change default font size | |||
| 2005-11-10 | epglist is now working | Andreas Monzner | |
| 2005-11-10 | add c++ stuff for epglist | Andreas Monzner | |
| 2005-10-16 | add some more .cvsignore | Felix Domke | |
| 2005-07-12 | - add eUsePtr for eDVBChannels | Felix Domke | |
| 2005-04-28 | - add dvb resource management | Felix Domke | |
| - scan hardcoded to dvb-s again - added untested recording support (data io thread still missing) | |||
| 2005-04-21 | - improved scan error handling | Felix Domke | |
| 2005-04-15 | - sdl is now default output | Felix Domke | |
| - added skinned window style - added background colors - some RGB color support (but still not how i like it) - some minor bugfixes | |||
| 2005-02-27 | - hopefully fixed some python/refcount stuff (__deref__ is still evil!) | Felix Domke | |
| - first work on skin support, not really far - improved infobar - deletes components when destroying screens - fixed elistbox and component - add ability to change bouqet - real query parser still unfinished | |||
| 2005-02-25 | - work on actions | Felix Domke | |
| - changed time when screens are acutally constructed - added service name (not working atm) and event info (now&next) | |||
| 2005-02-09 | - fixed console input mode restore | Felix Domke | |
| - added "scan" component - scan possible from main menu | |||
