aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2010-11-26Merge branch 'bug_615_replace_rawfile'master-2010.12ghost
2010-11-26dvb/tstools.cpp: fix openFile without streaminfoghost
this fixes slow movielist refs #615
2010-11-26Merge branch 'bug_347_adenin_unicable_xml'ghost
2010-11-26sec.cpp: fixed rotor turning without inputpower measurement (introduced with ↵ghost
latest unicable changes) TODO: recheck rotor turning with unicable components... it seems broken refs #347
2010-11-25ignore diseqc repeats in diseqc 1.0 modeghost
refs #623
2010-11-25set diseqc repeats in diseqc 1.0 to 0 (this fixes a strange diseqc bug in ↵ghost
advanced tuner config when diseqc is set to 1.0) thx to SadButTrue for bug report! fixes bug #623
2010-11-25lib/service/servicedvb.cpp: add possibility to override servicename for pvr ↵ghost
dvb services
2010-11-24follow iDataSource -> iTsSource name changeghost
2010-11-24Merge branch 'bug_615_replace_rawfile'ghost
2010-11-24rename iDataSource to iTsSource (no functional change)ghost
2010-11-23Merge branch 'obi/master'Andreas Oberritter
2010-11-23Merge branch 'bug_615_replace_rawfile'ghost
2010-11-23lib/dvb/pmt.cpp: migrate PMT pid search code to new iDataSource stuffghost
2010-11-22Merge branch 'bug_617_default_favlist_handling_fix'ghost
2010-11-22lib/python/Components/config.py: more robust codeghost
#refs #617
2010-11-17install idatasource.hAndreas Oberritter
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_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-12lib/gdi/picload.cpp: add missing fclose (this fixes a ePicload fd leak when ↵ghost
thumbnailis used) fixes bug #599
2010-11-11Merge branch 'bug_539_add_multicontent_pixmap_progress'ghost
2010-11-11add template handling to pixmap progress listboxmulticontentghost
refs #539