aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2010-11-22Merge branch 'bug_617_default_favlist_handling_fix'ghost
2010-11-22add possibility to query CAID/CAPID combination from pythonghost
refs bug #621
2010-11-22add possibility to query CAID/CAPID combination from pythonghost
refs bug #621
2010-11-22Merge branch 'bug_617_default_favlist_handling_fix' into experimentalghost
2010-11-22lib/python/Components/config.py: more robust codeghost
#refs #617
2010-11-17Merge branch 'obi/master' into experimentalAndreas Oberritter
2010-11-17install idatasource.hAndreas Oberritter
2010-11-17Merge branch 'obi/master' into experimentalAndreas Oberritter
2010-11-17Merge branch 'bug_620_dvdburn_absolutepaths' into experimentalFraxinas
2010-11-17fix more nfiflash media paths to be non-absolute (#620)Fraxinas
2010-11-17Merge remote branch 'origin/bug_620_dvdburn_absolutepaths' into experimentalFraxinas
2010-11-17get rid off evil absolute paths in dvdburn and nfiflash (fixes bug #620)Fraxinas
2010-11-16$(am__mv) requires automake 1.11 or later, so use plain 'mv -f' insteadAndreas Oberritter
2010-11-16rcconsole: fix for escape codes split into multiple readsAndreas Oberritter
2010-11-16ewidgetdesktop: don't abort if no target_pixmap is setAndreas Oberritter
2010-11-16update .gitignoreAndreas Oberritter
2010-11-16swig: use auto-generated dependencies to refresh generated files when neededAndreas Oberritter
2010-11-16use AM_V_* variables to improve silent build modeAndreas Oberritter
2010-11-16install keymapsAndreas Oberritter
2010-11-16SDL: add input support, use SDL mainloop in a threadAndreas Oberritter
2010-11-16work around compile error with g++ 4.3.2Andreas Oberritter
frontend.cpp:2114: error: invalid conversion from ‘int’ to ‘fe_spectral_inversion_t’
2010-11-16Add abstract class gMainDC as an interface for gFBDC and gSDLDCAndreas Oberritter
2010-11-16install header filesAndreas Oberritter
2010-11-16build and link static libraries without libtoolAndreas Oberritter
2010-11-16use eEnv::resolve() / eEnv.resolve()Andreas Oberritter
2010-11-16newplugin.py: don't use LIBDIR, use pkglibdir insteadAndreas Oberritter
2010-11-16lcd: fix build without <dbox/*.h>Andreas Oberritter
2010-11-16define PNG_SKIP_SETJMP_CHECK to fix conflict with Python.hAndreas Oberritter
2010-11-16add eEnv::resolve() to resolve install paths at runtimeAndreas 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-16lib/gdi/font.cpp: assume HAVE_FRIBIDI is always setAndreas Oberritter
2010-11-16lib/gdi/font.*: remove !HAVE_FREETYPE2Andreas Oberritter
2010-11-16*/Makefile.am: fix `:='-style assignments are not portableAndreas Oberritter
2010-11-16*/Makefile.am: s,INCLUDES,AM_CPPFLAGS,Andreas Oberritter
2010-11-16Applied new-hotplug.patch from OEAndreas Oberritter
2010-11-16Merge branch 'bug_615_replace_rawfile' into experimentalghost
2010-11-16Merge branch 'bug_599_picload_fd_leak'ghost
2010-11-16Revert "lib/gdi/picload.cpp: add missing fclose (this fixes a ePicload fd ↵ghost
leak when thumbnailis used)" This reverts commit a7db0579fc84bfa07c977638325b54c28d7644ce. ... i think i need eyeglasses
2010-11-15Components/Harddisc.py: fix handling for old devfs 7025 kernelghost
i.e. this fixes broken free space displaying in aboutbox refs bug#598
2010-11-15config.py: update configEntrys on additional loadFromFileghost
refs bug #617
2010-11-15Merge remote branch 'remotes/origin/bug_609_packetmanager_fixes'ghost
2010-11-12Merge branch 'master' into m2ts_testghost
2010-11-12lib/gdi/picload.cpp: add missing fclose (this fixes a ePicload fd leak when ↵ghost
thumbnailis used) fixes bug #599
2010-11-11add m2ts serviceghost
2010-11-11Merge branch 'bug_539_add_multicontent_pixmap_progress'ghost
2010-11-11add template handling to pixmap progress listboxmulticontentghost
refs #539
2010-11-10lib/base/rawfile.cpp: no recursive mutex is needed here (small speedup)ghost