aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-16assume HAVE_GSTREAMER is always setAndreas Oberritter
2010-11-16tuxbox.m4: remove references to cdkAndreas 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-16configure/m4: use PKG_CHECK_MODULES, update configure.acAndreas Oberritter
2010-11-16lib/gdi/font.*: remove !HAVE_FREETYPE2Andreas Oberritter
2010-11-16configure.ac: add enigma2-devel@lists.elitedvb.netAndreas Oberritter
2010-11-16autogen.sh: use autoreconfAndreas Oberritter
2010-11-16libopen: build with libtoolAndreas Oberritter
2010-11-16configure/m4: update some macros (autoupdate)Andreas 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-16data/skin_default/icons/Makefile.am: remove trailing whitespaceAndreas Oberritter
2010-11-16Applied new-hotplug.patch from OEAndreas Oberritter
2010-11-16move m4 macros to subdirectory, update ax_python_devel.m4Andreas 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-15Merge branch 'bug_619_ask_for_scan_when_no_default_servicelists_are_avail'ghost
2010-11-15data/defaultlists.xml: additionally ask to do a servicescan when no ↵ghost
defaultservicelist was choosed refs bug #619
2010-11-15Merge branch 'bug_617_default_favlist_handling_fix'ghost
2010-11-15temporary disable not working prerequisitesghost
refs bug #617
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-15Merge branch 'bug_619_ask_for_scan_when_no_default_servicelists_are_avail'ghost
2010-11-15Merge branch 'bug_618_fix_display_recording_indication'ghost
2010-11-15defaultsatlists.xml: ask to scan when no default servicelists are availghost
refs #619
2010-11-15show all services list on first start, when the favourite list is empty ↵ghost
(DVB-C/DVB-T) refs #617
2010-11-15fix record blink widget pos and sizeghost
refs #618
2010-11-15config.py: update configEntrys on additional loadFromFileghost
refs bug #617
2010-11-15dont install default favourite list when no DVB-S(2) is availableghost
2010-11-15Merge remote branch 'remotes/origin/pootle-import'ghost
2010-11-15Merge remote branch 'remotes/origin/bug_609_packetmanager_fixes'ghost
2010-11-15Automatic message catalog updateenigma2-translation-bot
E2 branches: master experimental Plugins : ac3lipsync autoresolution autotimer cdinfo genuinedreambox mytube networkbrowser webinterface Plugins-Meta: description and shortdescription
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
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