aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2006-03-16use gstreamer, if availableFelix Domke
2006-03-06fix configure.acFelix Domke
2006-03-05add ConfigurationBackupFelix Domke
2006-03-03add a proof-of-concept plugin to define alternative servicesStefan 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-25readd old software update to ensure update capability for faulty software ↵Stefan Pluecken
conditions
2006-02-25add very experimental cutlist editorFelix Domke
2006-02-23add flags for more thread safety (enigma2 recompile needed)Andreas Monzner
2006-02-22cleanup the plugins to fit the new namespaceStefan Pluecken
2006-02-22add FileManger pluginStefan Pluecken
reenable plugin icons
2006-02-21add fpupgrade pluginFelix Domke
2006-02-21add FileList component for browsing files and directoriesStefan Pluecken
2006-01-22remove generated file "config.h":Andreas Oberritter
pass preprocessor definitions as command line arguments instead this also drops the dependency on "autoheader"
2006-01-19add a small text input componentStefan Pluecken
2006-01-18use autodetected python flagsAndreas Oberritter
2006-01-18added SDL_CFLAGS and SDL_LDFLAGSAndreas Oberritter
2006-01-13enable fribidiFelix Domke
2006-01-13add web makefilesFelix Domke
2006-01-11add a tuxbox plugins plugin to prepare loading of tuxbox plugins when the ↵Stefan Pluecken
c++ part supports it
2006-01-10move 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-01make use of fallback files in Tools.Directories when file or path is not in ↵Stefan Pluecken
place
2005-12-23add md_khmurabi_10.ttf as arial-replacementStefan Pluecken
2005-12-21add pluginsStefan Pluecken
to test it: uncomment the example.py in lib/python/Plugins/Makefile.am plugins can be added at runtime
2005-12-12no more build network stuffAndreas Monzner
2005-12-12disable mem leak checkerAndreas Monzner
2005-12-11some language-workStefan Pluecken
catch case of not available languages
2005-12-10add flag-picturesStefan Pluecken
2005-10-08use proper python autofoo stuffFelix Domke
2005-09-30use 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-31revertFelix Domke
2005-08-31 - fix serious problems in widget code. fixup buffered mode. add animation ↵Felix Domke
support.lib/gui
2005-08-30by request of one single person we install the skin into the DATADIR/enigma2 ↵Stefan Pluecken
(usually /usr/share/enigma2)
2005-08-28added setup screensRonny Strutz
2005-08-12define only if sdl is availableStefan Pluecken
2005-08-12don't use pkgconfig for libsdlStefan Pluecken
2005-08-12if you don't have libsdl, you can use --with-libsdl=no nowStefan Pluecken
2005-08-12missing Makefile-creation for dvb_ciStefan Pluecken
2005-07-27 - first step on installing enigma2 filesFelix Domke
2005-07-22 - remove tuxbox-libmd5sumFelix Domke
2005-07-20make 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-20undo shitty stuff.. sorryAndreas Monzner
2005-05-20work on rotor support, add usals stuff (rotor stuff not completed yet),Andreas Monzner
only send diseqc when needed
2005-05-12enable memleak check,Andreas Monzner
fix -whole kram
2005-05-09 - add SDL configFelix Domke
2005-02-25 - work on actionsFelix 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 restoreFelix Domke
- added "scan" component - scan possible from main menu
2005-01-25remove xmltreeFelix Domke
2005-01-25remove lib/contentFelix Domke
2005-01-20 - redraw now in idleFelix Domke
- mainloop called from python (could be changed) - clock components manages timer - timer usuable from python
2004-10-01 - add python, missing guiFelix Domke
- remove console (needs to be rewritten anyway) - eString -> std::string