aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
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-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
2010-11-10use newer eDVBServicePMTHandler::tuneExt call, add a virtual ↵ghost
createDataSource function to make the code more re-usable
2010-11-10eDVBChannel: invalidate iDataSource in stopSource callghost
2010-11-10a little bit more error checkingghost
2010-11-10add possibility to pass the streaminfo file via tuneExt to tstools instanceghost
2010-11-10dvb.cpp: small fix for playSourceghost
2010-11-10Revert "add virtual baseclass for data sources (iDataSource)"ghost
This reverts commit 81b7cc6b1815ec6f0f0c42d6a826d56c8b35033b.
2010-11-10lib/service/servicedvb.h: make eDVBService members protected better reusabilityghost
2010-11-10add new tuneExt function to eDVBServicePMTHandler to make the class more ↵ghost
reusable
2010-11-10migrate eDVBServiceOfflineOperations to new iDataSource::read functionghost
2010-11-10migrate eFilePushThread to new iDateSource read interface, remove no more ↵ghost
supported seek function
2010-11-10add new playSource / stopSource interface to iDVBChannel and eDVBChannelghost
2010-11-10migrate eDVBTsTools to new iDataSource seek functionghost
2010-11-10move iDataSource to own header file,ghost
change read function for easier thread locking (seek must called with a offset/position every time)
2010-11-09add addFactoryExtension/removeFactoryExtension to eServiceCenterghost
2010-11-09dvb.cpp: migrate to iDataSource, use shared iDataSource for tstools and ↵ghost
filepush thread
2010-11-09filepush.h/cpp: migrate to iDataSourceghost
2010-11-09tstools.h/cpp: migrate to iDataSourceghost
2010-11-09rawfile.h/cpp: add virtual baseclass for data sources (iDataSource)ghost
let eRawFile inherit from iDataSource
2010-11-09add virtual baseclass for data sources (iDataSource)ghost
let eRawFile inherit from iDataSource
2010-11-08ScanSetup.py: remove dvb_shutdown_timeout workaroundghost
2010-11-08more robust codeghost
2010-11-08ScanSetup.py: fix abort in transpondersearch when the external transponder ↵ghost
tool is running
2010-11-08ScanSetup.py: immediate close frontend before execute blindscan utilghost
2010-11-07use a notifier to immediate apply changed epg data file/path (it is then use ↵ghost
on e2 shutdown to store the epg at the new position)
2010-11-05plugin_videoenhancement.xml: re-add dm500hdghost
2010-11-05add support for dm7020hdghost
2010-11-05epgache: move epg cache file name to main enigma2 settings file ↵ghost
(config.misc.epgache_filename)
2010-11-04epgcache: add possibility to change the default epg cache read/write pathghost
the path is read from /etc/enigma2/epg.dat.src .. fallback to /hdd/epg.dat when the file not exists
2010-11-03Merge branch 'bug_607_parental_control_fix'ghost
2010-11-03fix more (no more allowed) global imports of parentalControl instanceghost
refs bug #607
2010-11-02Merge branch 'bug_607_parental_control_fix'ghost
2010-11-02ChannelSelection.py: more parental control fixesghost
refs bug #607