| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2006-03-16 | use gstreamer, if available | Felix Domke | |
| 2006-03-06 | fix configure.ac | Felix Domke | |
| 2006-03-05 | add ConfigurationBackup | Felix Domke | |
| 2006-03-03 | add a proof-of-concept plugin to define alternative services | Stefan Pluecken | |
| example: NIM A: DVB-C NIM B: DVB-S (Astra) NIM B records "Sat 1" (vertical) and cannot play or record "Das Erste". Zapping to "Das Erste" now looks up an alternative-table (defined by the user) and plays the service "Das Erste" (cable service) on NIM A, which is assossiated to "Das Erste" (sat service). | |||
| 2006-02-27 | - add positioner plugin (just basic gui atm) | Stefan Pluecken | |
| - some changes to ConfigSlider (is now called "configSlider" and has a step width and max value now) - add BER/SNR/AGC display to the manual single transponder scan (just gui, no functionality yet) | |||
| 2006-02-25 | readd old software update to ensure update capability for faulty software ↵ | Stefan Pluecken | |
| conditions | |||
| 2006-02-25 | add very experimental cutlist editor | Felix Domke | |
| 2006-02-23 | add flags for more thread safety (enigma2 recompile needed) | Andreas Monzner | |
| 2006-02-22 | cleanup the plugins to fit the new namespace | Stefan Pluecken | |
| 2006-02-22 | add FileManger plugin | Stefan Pluecken | |
| reenable plugin icons | |||
| 2006-02-21 | add fpupgrade plugin | Felix Domke | |
| 2006-02-21 | add FileList component for browsing files and directories | Stefan Pluecken | |
| 2006-01-22 | remove generated file "config.h": | Andreas Oberritter | |
| pass preprocessor definitions as command line arguments instead this also drops the dependency on "autoheader" | |||
| 2006-01-19 | add a small text input component | Stefan Pluecken | |
| 2006-01-18 | use autodetected python flags | Andreas Oberritter | |
| 2006-01-18 | added SDL_CFLAGS and SDL_LDFLAGS | Andreas Oberritter | |
| 2006-01-13 | enable fribidi | Felix Domke | |
| 2006-01-13 | add web makefiles | Felix Domke | |
| 2006-01-11 | add a tuxbox plugins plugin to prepare loading of tuxbox plugins when the ↵ | Stefan Pluecken | |
| c++ part supports it | |||
| 2006-01-10 | move the plugins into their own directory and every plugin has a main python ↵ | Stefan Pluecken | |
| file called plugin.py in his directory for example the update plugin now resides in /usr/lib/enigma2/python/Plugins/update when you add a plugin, don't forget to put an empty __init__.py file into the directory, otherwise python doesn't recognize the directory as module | |||
| 2006-01-01 | make use of fallback files in Tools.Directories when file or path is not in ↵ | Stefan Pluecken | |
| place | |||
| 2005-12-23 | add md_khmurabi_10.ttf as arial-replacement | Stefan Pluecken | |
| 2005-12-21 | add plugins | Stefan Pluecken | |
| to test it: uncomment the example.py in lib/python/Plugins/Makefile.am plugins can be added at runtime | |||
| 2005-12-12 | no more build network stuff | Andreas Monzner | |
| 2005-12-12 | disable mem leak checker | Andreas Monzner | |
| 2005-12-11 | some language-work | Stefan Pluecken | |
| catch case of not available languages | |||
| 2005-12-10 | add flag-pictures | Stefan Pluecken | |
| 2005-10-08 | use proper python autofoo stuff | Felix Domke | |
| 2005-09-30 | use libdvbsi++ from tuxbox-cvs, | Andreas Monzner | |
| please add http://ghost.dream-multimedia-tv.de/libdvbsi++.bb to your bitbake/openembedded/packages/tuxbox directory and exectute "bitbake -b ../openembedded/packages/tuxbox/libdvbsi++.bb" then install the libdvbsi++...ipk | |||
| 2005-08-31 | revert | Felix Domke | |
| 2005-08-31 | - fix serious problems in widget code. fixup buffered mode. add animation ↵ | Felix Domke | |
| support.lib/gui | |||
| 2005-08-30 | by request of one single person we install the skin into the DATADIR/enigma2 ↵ | Stefan Pluecken | |
| (usually /usr/share/enigma2) | |||
| 2005-08-28 | added setup screens | Ronny Strutz | |
| 2005-08-12 | define only if sdl is available | Stefan Pluecken | |
| 2005-08-12 | don't use pkgconfig for libsdl | Stefan Pluecken | |
| 2005-08-12 | if you don't have libsdl, you can use --with-libsdl=no now | Stefan Pluecken | |
| 2005-08-12 | missing Makefile-creation for dvb_ci | Stefan Pluecken | |
| 2005-07-27 | - first step on installing enigma2 files | Felix Domke | |
| 2005-07-22 | - remove tuxbox-libmd5sum | Felix Domke | |
| 2005-07-20 | make python include dir configurable via --with-pythonincdir= .. default is ↵ | Andreas Monzner | |
| /usr/include/python2.3 .. for tmbinc :) in my enigma2.bb i set it to ${STAGING_INCDIR}/python2.4 | |||
| 2005-05-20 | undo shitty stuff.. sorry | Andreas Monzner | |
| 2005-05-20 | work on rotor support, add usals stuff (rotor stuff not completed yet), | Andreas Monzner | |
| only send diseqc when needed | |||
| 2005-05-12 | enable memleak check, | Andreas Monzner | |
| fix -whole kram | |||
| 2005-05-09 | - add SDL config | Felix Domke | |
| 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 | |||
| 2005-01-25 | remove xmltree | Felix Domke | |
| 2005-01-25 | remove lib/content | Felix Domke | |
| 2005-01-20 | - redraw now in idle | Felix Domke | |
| - mainloop called from python (could be changed) - clock components manages timer - timer usuable from python | |||
| 2004-10-01 | - add python, missing gui | Felix Domke | |
| - remove console (needs to be rewritten anyway) - eString -> std::string | |||
