Andreas Oberritter [Tue, 16 Nov 2010 20:15:41 +0000 (21:15 +0100)]
version.h: make generation more robust
* $(ENIGMA2_REV) may be empty, so prefix the line with '-'
* mark target as intermediate and phony to ensure execution and deletion
Andreas Oberritter [Tue, 16 Nov 2010 19:34:43 +0000 (20:34 +0100)]
$(am__mv) requires automake 1.11 or later, so use plain 'mv -f' instead
Andreas Oberritter [Tue, 16 Nov 2010 13:15:28 +0000 (14:15 +0100)]
rcconsole: fix for escape codes split into multiple reads
Andreas Oberritter [Tue, 16 Nov 2010 13:14:18 +0000 (14:14 +0100)]
ewidgetdesktop: don't abort if no target_pixmap is set
Andreas Oberritter [Thu, 28 Oct 2010 18:05:10 +0000 (20:05 +0200)]
update .gitignore
Andreas Oberritter [Mon, 8 Nov 2010 14:00:11 +0000 (15:00 +0100)]
swig: use auto-generated dependencies to refresh generated files when needed
Andreas Oberritter [Thu, 4 Nov 2010 20:09:50 +0000 (21:09 +0100)]
automake: disable portability warnings
Andreas Oberritter [Thu, 4 Nov 2010 20:08:56 +0000 (21:08 +0100)]
shutdown enigma on SIGTERM
Andreas Oberritter [Thu, 4 Nov 2010 19:42:13 +0000 (20:42 +0100)]
bsod: Don't assign sa_handler
From sigaction(2): "On some architectures a union is involved:
do not assign to both sa_handler and sa_sigaction."
Andreas Oberritter [Thu, 4 Nov 2010 16:32:26 +0000 (17:32 +0100)]
use AM_V_* variables to improve silent build mode
Andreas Oberritter [Wed, 3 Nov 2010 18:29:10 +0000 (19:29 +0100)]
install keymaps
Andreas Oberritter [Wed, 3 Nov 2010 18:27:17 +0000 (19:27 +0100)]
SDL: add input support, use SDL mainloop in a thread
Andreas Oberritter [Wed, 3 Nov 2010 18:26:31 +0000 (19:26 +0100)]
install tuxtxt.ttf
Andreas Oberritter [Mon, 1 Nov 2010 16:23:53 +0000 (17:23 +0100)]
configure: disable updates of po files if --without-po is given
Andreas Oberritter [Mon, 1 Nov 2010 13:36:06 +0000 (14:36 +0100)]
bsod: use simple XML generator
Andreas Oberritter [Fri, 29 Oct 2010 21:34:57 +0000 (21:34 +0000)]
work around compile error with g++ 4.3.2
frontend.cpp:2114: error: invalid conversion from ‘int’ to ‘fe_spectral_inversion_t’
Andreas Oberritter [Fri, 29 Oct 2010 21:17:19 +0000 (21:17 +0000)]
configure.ac: compatibility for Debian lenny
Andreas Oberritter [Fri, 29 Oct 2010 12:54:36 +0000 (14:54 +0200)]
Add abstract class gMainDC as an interface for gFBDC and gSDLDC
Andreas Oberritter [Fri, 29 Oct 2010 00:29:54 +0000 (02:29 +0200)]
automake: enable silent rules if available
Andreas Oberritter [Fri, 29 Oct 2010 00:08:32 +0000 (02:08 +0200)]
install header files
Andreas Oberritter [Thu, 28 Oct 2010 22:05:46 +0000 (00:05 +0200)]
build and link static libraries without libtool
Andreas Oberritter [Thu, 28 Oct 2010 18:50:50 +0000 (20:50 +0200)]
fix configure in OE 1.6
Andreas Oberritter [Thu, 28 Oct 2010 18:29:01 +0000 (20:29 +0200)]
use eEnv::resolve() / eEnv.resolve()
Andreas Oberritter [Thu, 28 Oct 2010 18:27:04 +0000 (20:27 +0200)]
newplugin.py: don't use LIBDIR, use pkglibdir instead
Andreas Oberritter [Thu, 28 Oct 2010 18:25:29 +0000 (20:25 +0200)]
lcd: fix build without <dbox/*.h>
Andreas Oberritter [Thu, 28 Oct 2010 18:24:46 +0000 (20:24 +0200)]
define PNG_SKIP_SETJMP_CHECK to fix conflict with Python.h
Andreas Oberritter [Thu, 28 Oct 2010 18:23:36 +0000 (20:23 +0200)]
add eEnv::resolve() to resolve install paths at runtime
Andreas Oberritter [Thu, 21 Oct 2010 23:07:32 +0000 (23:07 +0000)]
further updates to the build system, generate enigma2.sh
Andreas Oberritter [Thu, 28 Oct 2010 18:15:31 +0000 (20:15 +0200)]
add COPYING and README
Andreas Oberritter [Thu, 28 Oct 2010 18:06:40 +0000 (20:06 +0200)]
fix install rules for index-enigma2.xml
Andreas Oberritter [Mon, 25 Oct 2010 22:33:09 +0000 (22:33 +0000)]
add in-place bitbake recipe
Andreas Oberritter [Mon, 25 Oct 2010 22:29:45 +0000 (22:29 +0000)]
clean up build #2
* 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
Andreas Oberritter [Fri, 22 Oct 2010 17:16:23 +0000 (17:16 +0000)]
assume HAVE_GSTREAMER is always set
Andreas Oberritter [Fri, 22 Oct 2010 16:49:44 +0000 (16:49 +0000)]
tuxbox.m4: remove references to cdk
Andreas Oberritter [Fri, 22 Oct 2010 16:10:02 +0000 (16:10 +0000)]
clean up build
* 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
Andreas Oberritter [Fri, 22 Oct 2010 12:56:11 +0000 (12:56 +0000)]
lib/gdi/font.cpp: assume HAVE_FRIBIDI is always set
Andreas Oberritter [Fri, 22 Oct 2010 00:09:53 +0000 (00:09 +0000)]
configure/m4: use PKG_CHECK_MODULES, update configure.ac
Andreas Oberritter [Thu, 21 Oct 2010 23:41:31 +0000 (23:41 +0000)]
lib/gdi/font.*: remove !HAVE_FREETYPE2
Andreas Oberritter [Thu, 21 Oct 2010 23:13:10 +0000 (23:13 +0000)]
configure.ac: add enigma2-devel@lists.elitedvb.net
Andreas Oberritter [Thu, 21 Oct 2010 23:06:09 +0000 (23:06 +0000)]
autogen.sh: use autoreconf
Andreas Oberritter [Thu, 21 Oct 2010 23:05:17 +0000 (23:05 +0000)]
libopen: build with libtool
Andreas Oberritter [Thu, 21 Oct 2010 23:02:26 +0000 (23:02 +0000)]
configure/m4: update some macros (autoupdate)
Andreas Oberritter [Thu, 21 Oct 2010 22:49:13 +0000 (22:49 +0000)]
*/Makefile.am: fix `:='-style assignments are not portable
Andreas Oberritter [Thu, 21 Oct 2010 22:46:10 +0000 (22:46 +0000)]
*/Makefile.am: s,INCLUDES,AM_CPPFLAGS,
Andreas Oberritter [Thu, 21 Oct 2010 22:41:59 +0000 (22:41 +0000)]
data/skin_default/icons/Makefile.am: remove trailing whitespace
Andreas Oberritter [Thu, 21 Oct 2010 21:51:51 +0000 (21:51 +0000)]
Applied new-hotplug.patch from OE
Andreas Oberritter [Thu, 21 Oct 2010 21:49:53 +0000 (21:49 +0000)]
move m4 macros to subdirectory, update ax_python_devel.m4
ghost [Tue, 16 Nov 2010 14:28:52 +0000 (15:28 +0100)]
Merge branch 'bug_615_replace_rawfile' into experimental
ghost [Tue, 16 Nov 2010 14:28:32 +0000 (15:28 +0100)]
Merge branch 'master' into experimental
ghost [Tue, 16 Nov 2010 10:14:02 +0000 (11:14 +0100)]
Merge branch 'bug_599_picload_fd_leak' into experimental
ghost [Tue, 16 Nov 2010 10:13:54 +0000 (11:13 +0100)]
Merge branch 'bug_599_picload_fd_leak'
ghost [Tue, 16 Nov 2010 10:12:20 +0000 (11:12 +0100)]
Revert "lib/gdi/picload.cpp: add missing fclose (this fixes a ePicload fd leak when thumbnailis used)"
This reverts commit
a7db0579fc84bfa07c977638325b54c28d7644ce.
... i think i need eyeglasses
ghost [Mon, 15 Nov 2010 22:56:26 +0000 (23:56 +0100)]
Merge branch 'bug_619_ask_for_scan_when_no_default_servicelists_are_avail' into experimental
ghost [Mon, 15 Nov 2010 22:56:17 +0000 (23:56 +0100)]
Merge branch 'bug_619_ask_for_scan_when_no_default_servicelists_are_avail'
ghost [Mon, 15 Nov 2010 22:55:08 +0000 (23:55 +0100)]
data/defaultlists.xml: additionally ask to do a servicescan when no defaultservicelist was choosed
refs bug #619
ghost [Mon, 15 Nov 2010 21:09:09 +0000 (22:09 +0100)]
Merge branch 'bug_617_default_favlist_handling_fix'
ghost [Mon, 15 Nov 2010 21:08:44 +0000 (22:08 +0100)]
temporary disable not working prerequisites
refs bug #617
ghost [Mon, 15 Nov 2010 20:06:49 +0000 (21:06 +0100)]
Components/Harddisc.py: fix handling for old devfs 7025 kernel
i.e. this fixes broken free space displaying in aboutbox
refs bug#598
ghost [Mon, 15 Nov 2010 18:20:09 +0000 (19:20 +0100)]
Merge branch 'bug_619_ask_for_scan_when_no_default_servicelists_are_avail'
ghost [Mon, 15 Nov 2010 18:20:05 +0000 (19:20 +0100)]
Merge branch 'bug_618_fix_display_recording_indication'
ghost [Mon, 15 Nov 2010 18:15:43 +0000 (19:15 +0100)]
defaultsatlists.xml: ask to scan when no default servicelists are avail
refs #619
ghost [Mon, 15 Nov 2010 17:56:11 +0000 (18:56 +0100)]
show all services list on first start, when the favourite list is empty (DVB-C/DVB-T)
refs #617
ghost [Mon, 15 Nov 2010 17:55:33 +0000 (18:55 +0100)]
fix record blink widget pos and size
refs #618
ghost [Mon, 15 Nov 2010 17:50:23 +0000 (18:50 +0100)]
config.py: update configEntrys on additional loadFromFile
refs bug #617
ghost [Mon, 15 Nov 2010 15:30:09 +0000 (16:30 +0100)]
dont install default favourite list when no DVB-S(2) is available
ghost [Mon, 15 Nov 2010 12:20:36 +0000 (13:20 +0100)]
Merge remote branch 'remotes/origin/pootle-import'
acid-burn [Mon, 15 Nov 2010 12:20:26 +0000 (13:20 +0100)]
Merge commit 'origin/pootle-import' into experimental
ghost [Mon, 15 Nov 2010 12:19:58 +0000 (13:19 +0100)]
Merge remote branch 'remotes/origin/bug_609_packetmanager_fixes'
enigma2-translation-bot [Mon, 15 Nov 2010 12:03:06 +0000 (12:03 +0000)]
Automatic message catalog update
E2 branches: master experimental
Plugins : ac3lipsync autoresolution autotimer cdinfo genuinedreambox mytube networkbrowser webinterface
Plugins-Meta: description and shortdescription
ghost [Fri, 12 Nov 2010 18:56:05 +0000 (19:56 +0100)]
Merge branch 'master' into m2ts_test
ghost [Fri, 12 Nov 2010 16:55:34 +0000 (17:55 +0100)]
Merge branch 'bug_599_picload_fd_leak' into experimental
ghost [Fri, 12 Nov 2010 16:54:51 +0000 (17:54 +0100)]
lib/gdi/picload.cpp: add missing fclose (this fixes a ePicload fd leak when thumbnailis used)
fixes bug #599
ghost [Thu, 11 Nov 2010 12:52:52 +0000 (13:52 +0100)]
add m2ts service
ghost [Thu, 11 Nov 2010 09:24:56 +0000 (10:24 +0100)]
Merge branch 'bug_539_add_multicontent_pixmap_progress' into experimental
ghost [Thu, 11 Nov 2010 09:24:49 +0000 (10:24 +0100)]
Merge branch 'bug_539_add_multicontent_pixmap_progress'
ghost [Thu, 11 Nov 2010 09:24:34 +0000 (10:24 +0100)]
add template handling to pixmap progress listboxmulticontent
refs #539
ghost [Wed, 10 Nov 2010 19:53:10 +0000 (20:53 +0100)]
lib/base/rawfile.cpp: no recursive mutex is needed here (small speedup)
ghost [Wed, 10 Nov 2010 19:30:42 +0000 (20:30 +0100)]
use newer eDVBServicePMTHandler::tuneExt call, add a virtual createDataSource function to make the code more re-usable
ghost [Wed, 10 Nov 2010 19:29:15 +0000 (20:29 +0100)]
eDVBChannel: invalidate iDataSource in stopSource call
ghost [Wed, 10 Nov 2010 19:26:51 +0000 (20:26 +0100)]
a little bit more error checking
ghost [Wed, 10 Nov 2010 19:26:17 +0000 (20:26 +0100)]
add possibility to pass the streaminfo file via tuneExt to tstools instance
ghost [Wed, 10 Nov 2010 17:18:32 +0000 (18:18 +0100)]
dvb.cpp: small fix for playSource
ghost [Wed, 10 Nov 2010 16:20:56 +0000 (17:20 +0100)]
Revert "add virtual baseclass for data sources (iDataSource)"
This reverts commit
81b7cc6b1815ec6f0f0c42d6a826d56c8b35033b.
ghost [Wed, 10 Nov 2010 16:19:46 +0000 (17:19 +0100)]
lib/service/servicedvb.h: make eDVBService members protected better reusability
ghost [Wed, 10 Nov 2010 16:18:45 +0000 (17:18 +0100)]
add new tuneExt function to eDVBServicePMTHandler to make the class more reusable
ghost [Wed, 10 Nov 2010 16:17:45 +0000 (17:17 +0100)]
migrate eDVBServiceOfflineOperations to new iDataSource::read function
ghost [Wed, 10 Nov 2010 16:16:39 +0000 (17:16 +0100)]
migrate eFilePushThread to new iDateSource read interface, remove no more supported seek function
ghost [Wed, 10 Nov 2010 16:15:15 +0000 (17:15 +0100)]
add new playSource / stopSource interface to iDVBChannel and eDVBChannel
ghost [Wed, 10 Nov 2010 16:13:44 +0000 (17:13 +0100)]
migrate eDVBTsTools to new iDataSource seek function
ghost [Wed, 10 Nov 2010 16:11:47 +0000 (17:11 +0100)]
move iDataSource to own header file,
change read function for easier thread locking (seek must called with a offset/position every time)
ghost [Tue, 9 Nov 2010 22:31:47 +0000 (23:31 +0100)]
add addFactoryExtension/removeFactoryExtension to eServiceCenter
ghost [Tue, 9 Nov 2010 22:31:05 +0000 (23:31 +0100)]
dvb.cpp: migrate to iDataSource, use shared iDataSource for tstools and filepush thread
ghost [Tue, 9 Nov 2010 22:30:14 +0000 (23:30 +0100)]
filepush.h/cpp: migrate to iDataSource
ghost [Tue, 9 Nov 2010 22:29:55 +0000 (23:29 +0100)]
tstools.h/cpp: migrate to iDataSource
ghost [Tue, 9 Nov 2010 22:29:09 +0000 (23:29 +0100)]
rawfile.h/cpp: add virtual baseclass for data sources (iDataSource)
let eRawFile inherit from iDataSource
ghost [Tue, 9 Nov 2010 22:21:28 +0000 (23:21 +0100)]
add virtual baseclass for data sources (iDataSource)
let eRawFile inherit from iDataSource
ghost [Mon, 8 Nov 2010 18:15:05 +0000 (19:15 +0100)]
Merge branch 'master' into experimental
ghost [Mon, 8 Nov 2010 18:14:46 +0000 (19:14 +0100)]
ScanSetup.py: remove dvb_shutdown_timeout workaround
ghost [Mon, 8 Nov 2010 15:31:42 +0000 (16:31 +0100)]
Merge branch 'master' into experimental
ghost [Mon, 8 Nov 2010 15:31:30 +0000 (16:31 +0100)]
more robust code