vuplus_dvbapp
13 years agoremove outdated debug scripts
Andreas Oberritter [Wed, 17 Nov 2010 16:08:43 +0000 (17:08 +0100)]
remove outdated debug scripts

13 years agoMerge branch 'bug_620_dvdburn_absolutepaths' into experimental
Fraxinas [Wed, 17 Nov 2010 13:51:49 +0000 (14:51 +0100)]
Merge branch 'bug_620_dvdburn_absolutepaths' into experimental

13 years agofix more nfiflash media paths to be non-absolute (#620)
Fraxinas [Wed, 17 Nov 2010 13:51:12 +0000 (14:51 +0100)]
fix more nfiflash media paths to be non-absolute (#620)

13 years agoMerge remote branch 'origin/bug_620_dvdburn_absolutepaths' into experimental
Fraxinas [Wed, 17 Nov 2010 11:11:49 +0000 (12:11 +0100)]
Merge remote branch 'origin/bug_620_dvdburn_absolutepaths' into experimental

13 years agoget rid off evil absolute paths in dvdburn and nfiflash (fixes bug #620)
Fraxinas [Wed, 17 Nov 2010 11:10:24 +0000 (12:10 +0100)]
get rid off evil absolute paths in dvdburn and nfiflash (fixes bug #620)

13 years agobsod: include csignal
Andreas Oberritter [Tue, 16 Nov 2010 20:27:43 +0000 (21:27 +0100)]
bsod: include csignal

13 years agoversion.h: make generation more robust
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

13 years ago$(am__mv) requires automake 1.11 or later, so use plain 'mv -f' instead
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

13 years agorcconsole: fix for escape codes split into multiple reads
Andreas Oberritter [Tue, 16 Nov 2010 13:15:28 +0000 (14:15 +0100)]
rcconsole: fix for escape codes split into multiple reads

13 years agoewidgetdesktop: don't abort if no target_pixmap is set
Andreas Oberritter [Tue, 16 Nov 2010 13:14:18 +0000 (14:14 +0100)]
ewidgetdesktop: don't abort if no target_pixmap is set

13 years agoupdate .gitignore
Andreas Oberritter [Thu, 28 Oct 2010 18:05:10 +0000 (20:05 +0200)]
update .gitignore

13 years agoswig: use auto-generated dependencies to refresh generated files when needed
Andreas Oberritter [Mon, 8 Nov 2010 14:00:11 +0000 (15:00 +0100)]
swig: use auto-generated dependencies to refresh generated files when needed

13 years agoautomake: disable portability warnings
Andreas Oberritter [Thu, 4 Nov 2010 20:09:50 +0000 (21:09 +0100)]
automake: disable portability warnings

13 years agoshutdown enigma on SIGTERM
Andreas Oberritter [Thu, 4 Nov 2010 20:08:56 +0000 (21:08 +0100)]
shutdown enigma on SIGTERM

13 years agobsod: Don't assign sa_handler
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."

13 years agouse AM_V_* variables to improve silent build mode
Andreas Oberritter [Thu, 4 Nov 2010 16:32:26 +0000 (17:32 +0100)]
use AM_V_* variables to improve silent build mode

13 years agoinstall keymaps
Andreas Oberritter [Wed, 3 Nov 2010 18:29:10 +0000 (19:29 +0100)]
install keymaps

13 years agoSDL: add input support, use SDL mainloop in a thread
Andreas Oberritter [Wed, 3 Nov 2010 18:27:17 +0000 (19:27 +0100)]
SDL: add input support, use SDL mainloop in a thread

13 years agoinstall tuxtxt.ttf
Andreas Oberritter [Wed, 3 Nov 2010 18:26:31 +0000 (19:26 +0100)]
install tuxtxt.ttf

13 years agoconfigure: disable updates of po files if --without-po is given
Andreas Oberritter [Mon, 1 Nov 2010 16:23:53 +0000 (17:23 +0100)]
configure: disable updates of po files if --without-po is given

13 years agobsod: use simple XML generator
Andreas Oberritter [Mon, 1 Nov 2010 13:36:06 +0000 (14:36 +0100)]
bsod: use simple XML generator

13 years agowork around compile error with g++ 4.3.2
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’

13 years agoconfigure.ac: compatibility for Debian lenny
Andreas Oberritter [Fri, 29 Oct 2010 21:17:19 +0000 (21:17 +0000)]
configure.ac: compatibility for Debian lenny

13 years agoAdd abstract class gMainDC as an interface for gFBDC and gSDLDC
Andreas Oberritter [Fri, 29 Oct 2010 12:54:36 +0000 (14:54 +0200)]
Add abstract class gMainDC as an interface for gFBDC and gSDLDC

13 years agoautomake: enable silent rules if available
Andreas Oberritter [Fri, 29 Oct 2010 00:29:54 +0000 (02:29 +0200)]
automake: enable silent rules if available

13 years agoinstall header files
Andreas Oberritter [Fri, 29 Oct 2010 00:08:32 +0000 (02:08 +0200)]
install header files

13 years agobuild and link static libraries without libtool
Andreas Oberritter [Thu, 28 Oct 2010 22:05:46 +0000 (00:05 +0200)]
build and link static libraries without libtool

13 years agofix configure in OE 1.6
Andreas Oberritter [Thu, 28 Oct 2010 18:50:50 +0000 (20:50 +0200)]
fix configure in OE 1.6

13 years agouse eEnv::resolve() / eEnv.resolve()
Andreas Oberritter [Thu, 28 Oct 2010 18:29:01 +0000 (20:29 +0200)]
use eEnv::resolve() / eEnv.resolve()

13 years agonewplugin.py: don't use LIBDIR, use pkglibdir instead
Andreas Oberritter [Thu, 28 Oct 2010 18:27:04 +0000 (20:27 +0200)]
newplugin.py: don't use LIBDIR, use pkglibdir instead

13 years agolcd: fix build without <dbox/*.h>
Andreas Oberritter [Thu, 28 Oct 2010 18:25:29 +0000 (20:25 +0200)]
lcd: fix build without <dbox/*.h>

13 years agodefine PNG_SKIP_SETJMP_CHECK to fix conflict with Python.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

13 years agoadd eEnv::resolve() to resolve install paths at runtime
Andreas Oberritter [Thu, 28 Oct 2010 18:23:36 +0000 (20:23 +0200)]
add eEnv::resolve() to resolve install paths at runtime

13 years agofurther updates to the build system, generate enigma2.sh
Andreas Oberritter [Thu, 21 Oct 2010 23:07:32 +0000 (23:07 +0000)]
further updates to the build system, generate enigma2.sh

13 years agoadd COPYING and README
Andreas Oberritter [Thu, 28 Oct 2010 18:15:31 +0000 (20:15 +0200)]
add COPYING and README

13 years agofix install rules for index-enigma2.xml
Andreas Oberritter [Thu, 28 Oct 2010 18:06:40 +0000 (20:06 +0200)]
fix install rules for index-enigma2.xml

13 years agoadd in-place bitbake recipe
Andreas Oberritter [Mon, 25 Oct 2010 22:33:09 +0000 (22:33 +0000)]
add in-place bitbake recipe

13 years agoclean up build #2
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

13 years agoassume HAVE_GSTREAMER is always set
Andreas Oberritter [Fri, 22 Oct 2010 17:16:23 +0000 (17:16 +0000)]
assume HAVE_GSTREAMER is always set

13 years agotuxbox.m4: remove references to cdk
Andreas Oberritter [Fri, 22 Oct 2010 16:49:44 +0000 (16:49 +0000)]
tuxbox.m4: remove references to cdk

13 years agoclean up build
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

13 years agolib/gdi/font.cpp: assume HAVE_FRIBIDI is always set
Andreas Oberritter [Fri, 22 Oct 2010 12:56:11 +0000 (12:56 +0000)]
lib/gdi/font.cpp: assume HAVE_FRIBIDI is always set

13 years agoconfigure/m4: use PKG_CHECK_MODULES, update configure.ac
Andreas Oberritter [Fri, 22 Oct 2010 00:09:53 +0000 (00:09 +0000)]
configure/m4: use PKG_CHECK_MODULES, update configure.ac

13 years agolib/gdi/font.*: remove !HAVE_FREETYPE2
Andreas Oberritter [Thu, 21 Oct 2010 23:41:31 +0000 (23:41 +0000)]
lib/gdi/font.*: remove !HAVE_FREETYPE2

13 years agoconfigure.ac: add enigma2-devel@lists.elitedvb.net
Andreas Oberritter [Thu, 21 Oct 2010 23:13:10 +0000 (23:13 +0000)]
configure.ac: add enigma2-devel@lists.elitedvb.net

13 years agoautogen.sh: use autoreconf
Andreas Oberritter [Thu, 21 Oct 2010 23:06:09 +0000 (23:06 +0000)]
autogen.sh: use autoreconf

13 years agolibopen: build with libtool
Andreas Oberritter [Thu, 21 Oct 2010 23:05:17 +0000 (23:05 +0000)]
libopen: build with libtool

13 years agoconfigure/m4: update some macros (autoupdate)
Andreas Oberritter [Thu, 21 Oct 2010 23:02:26 +0000 (23:02 +0000)]
configure/m4: update some macros (autoupdate)

13 years ago*/Makefile.am: fix `:='-style assignments are not portable
Andreas Oberritter [Thu, 21 Oct 2010 22:49:13 +0000 (22:49 +0000)]
*/Makefile.am: fix `:='-style assignments are not portable

13 years ago*/Makefile.am: s,INCLUDES,AM_CPPFLAGS,
Andreas Oberritter [Thu, 21 Oct 2010 22:46:10 +0000 (22:46 +0000)]
*/Makefile.am: s,INCLUDES,AM_CPPFLAGS,

13 years agodata/skin_default/icons/Makefile.am: remove trailing whitespace
Andreas Oberritter [Thu, 21 Oct 2010 22:41:59 +0000 (22:41 +0000)]
data/skin_default/icons/Makefile.am: remove trailing whitespace

13 years agoApplied new-hotplug.patch from OE
Andreas Oberritter [Thu, 21 Oct 2010 21:51:51 +0000 (21:51 +0000)]
Applied new-hotplug.patch from OE

13 years agomove m4 macros to subdirectory, update ax_python_devel.m4
Andreas Oberritter [Thu, 21 Oct 2010 21:49:53 +0000 (21:49 +0000)]
move m4 macros to subdirectory, update ax_python_devel.m4

13 years agoMerge branch 'bug_615_replace_rawfile' into experimental
ghost [Tue, 16 Nov 2010 14:28:52 +0000 (15:28 +0100)]
Merge branch 'bug_615_replace_rawfile' into experimental

13 years agoMerge branch 'master' into experimental
ghost [Tue, 16 Nov 2010 14:28:32 +0000 (15:28 +0100)]
Merge branch 'master' into experimental

13 years agoMerge branch 'bug_599_picload_fd_leak' into experimental
ghost [Tue, 16 Nov 2010 10:14:02 +0000 (11:14 +0100)]
Merge branch 'bug_599_picload_fd_leak' into experimental

13 years agoMerge branch 'bug_599_picload_fd_leak'
ghost [Tue, 16 Nov 2010 10:13:54 +0000 (11:13 +0100)]
Merge branch 'bug_599_picload_fd_leak'

13 years agoRevert "lib/gdi/picload.cpp: add missing fclose (this fixes a ePicload fd leak when...
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

13 years agoMerge branch 'bug_619_ask_for_scan_when_no_default_servicelists_are_avail' into exper...
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

13 years agoMerge branch 'bug_619_ask_for_scan_when_no_default_servicelists_are_avail'
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'

13 years agodata/defaultlists.xml: additionally ask to do a servicescan when no defaultservicelis...
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

13 years agoMerge branch 'bug_617_default_favlist_handling_fix'
ghost [Mon, 15 Nov 2010 21:09:09 +0000 (22:09 +0100)]
Merge branch 'bug_617_default_favlist_handling_fix'

13 years agotemporary disable not working prerequisites
ghost [Mon, 15 Nov 2010 21:08:44 +0000 (22:08 +0100)]
temporary disable not working prerequisites
refs bug #617

13 years agoComponents/Harddisc.py: fix handling for old devfs 7025 kernel
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

13 years agoMerge branch 'bug_619_ask_for_scan_when_no_default_servicelists_are_avail'
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'

13 years agoMerge branch 'bug_618_fix_display_recording_indication'
ghost [Mon, 15 Nov 2010 18:20:05 +0000 (19:20 +0100)]
Merge branch 'bug_618_fix_display_recording_indication'

13 years agodefaultsatlists.xml: ask to scan when no default servicelists are avail
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

13 years agoshow all services list on first start, when the favourite list is empty (DVB-C/DVB-T)
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

13 years agofix record blink widget pos and size
ghost [Mon, 15 Nov 2010 17:55:33 +0000 (18:55 +0100)]
fix record blink widget pos and size
refs #618

13 years agoconfig.py: update configEntrys on additional loadFromFile
ghost [Mon, 15 Nov 2010 17:50:23 +0000 (18:50 +0100)]
config.py: update configEntrys on additional loadFromFile
refs bug #617

13 years agodont install default favourite list when no DVB-S(2) is available
ghost [Mon, 15 Nov 2010 15:30:09 +0000 (16:30 +0100)]
dont install default favourite list when no DVB-S(2) is available

13 years agoMerge remote branch 'remotes/origin/pootle-import'
ghost [Mon, 15 Nov 2010 12:20:36 +0000 (13:20 +0100)]
Merge remote branch 'remotes/origin/pootle-import'

13 years agoMerge commit 'origin/pootle-import' into experimental
acid-burn [Mon, 15 Nov 2010 12:20:26 +0000 (13:20 +0100)]
Merge commit 'origin/pootle-import' into experimental

13 years agoMerge remote branch 'remotes/origin/bug_609_packetmanager_fixes'
ghost [Mon, 15 Nov 2010 12:19:58 +0000 (13:19 +0100)]
Merge remote branch 'remotes/origin/bug_609_packetmanager_fixes'

13 years agoAutomatic message catalog update
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

13 years agoMerge branch 'master' into m2ts_test
ghost [Fri, 12 Nov 2010 18:56:05 +0000 (19:56 +0100)]
Merge branch 'master' into m2ts_test

13 years agoMerge branch 'bug_599_picload_fd_leak' into experimental
ghost [Fri, 12 Nov 2010 16:55:34 +0000 (17:55 +0100)]
Merge branch 'bug_599_picload_fd_leak' into experimental

13 years agolib/gdi/picload.cpp: add missing fclose (this fixes a ePicload fd leak when thumbnail...
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

13 years agoadd m2ts service
ghost [Thu, 11 Nov 2010 12:52:52 +0000 (13:52 +0100)]
add m2ts service

13 years agoMerge branch 'bug_539_add_multicontent_pixmap_progress' into experimental
ghost [Thu, 11 Nov 2010 09:24:56 +0000 (10:24 +0100)]
Merge branch 'bug_539_add_multicontent_pixmap_progress' into experimental

13 years agoMerge branch 'bug_539_add_multicontent_pixmap_progress'
ghost [Thu, 11 Nov 2010 09:24:49 +0000 (10:24 +0100)]
Merge branch 'bug_539_add_multicontent_pixmap_progress'

13 years agoadd template handling to pixmap progress listboxmulticontent
ghost [Thu, 11 Nov 2010 09:24:34 +0000 (10:24 +0100)]
add template handling to pixmap progress listboxmulticontent
refs #539

13 years agolib/base/rawfile.cpp: no recursive mutex is needed here (small speedup)
ghost [Wed, 10 Nov 2010 19:53:10 +0000 (20:53 +0100)]
lib/base/rawfile.cpp: no recursive mutex is needed here (small speedup)

13 years agouse newer eDVBServicePMTHandler::tuneExt call, add a virtual createDataSource functio...
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

13 years agoeDVBChannel: invalidate iDataSource in stopSource call
ghost [Wed, 10 Nov 2010 19:29:15 +0000 (20:29 +0100)]
eDVBChannel: invalidate iDataSource in stopSource call

13 years agoa little bit more error checking
ghost [Wed, 10 Nov 2010 19:26:51 +0000 (20:26 +0100)]
a little bit more error checking

13 years agoadd possibility to pass the streaminfo file via tuneExt to tstools instance
ghost [Wed, 10 Nov 2010 19:26:17 +0000 (20:26 +0100)]
add possibility to pass the streaminfo file via tuneExt to tstools instance

13 years agodvb.cpp: small fix for playSource
ghost [Wed, 10 Nov 2010 17:18:32 +0000 (18:18 +0100)]
dvb.cpp: small fix for playSource

13 years agoRevert "add virtual baseclass for data sources (iDataSource)"
ghost [Wed, 10 Nov 2010 16:20:56 +0000 (17:20 +0100)]
Revert "add virtual baseclass for data sources (iDataSource)"

This reverts commit 81b7cc6b1815ec6f0f0c42d6a826d56c8b35033b.

13 years agolib/service/servicedvb.h: make eDVBService members protected better reusability
ghost [Wed, 10 Nov 2010 16:19:46 +0000 (17:19 +0100)]
lib/service/servicedvb.h: make eDVBService members protected better reusability

13 years agoadd new tuneExt function to eDVBServicePMTHandler to make the class more reusable
ghost [Wed, 10 Nov 2010 16:18:45 +0000 (17:18 +0100)]
add new tuneExt function to eDVBServicePMTHandler to make the class more reusable

13 years agomigrate eDVBServiceOfflineOperations to new iDataSource::read function
ghost [Wed, 10 Nov 2010 16:17:45 +0000 (17:17 +0100)]
migrate eDVBServiceOfflineOperations to new iDataSource::read function

13 years agomigrate eFilePushThread to new iDateSource read interface, remove no more supported...
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

13 years agoadd new playSource / stopSource interface to iDVBChannel and eDVBChannel
ghost [Wed, 10 Nov 2010 16:15:15 +0000 (17:15 +0100)]
add new playSource / stopSource interface to iDVBChannel and eDVBChannel

13 years agomigrate eDVBTsTools to new iDataSource seek function
ghost [Wed, 10 Nov 2010 16:13:44 +0000 (17:13 +0100)]
migrate eDVBTsTools to new iDataSource seek function

13 years agomove iDataSource to own header file,
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)

13 years agoadd addFactoryExtension/removeFactoryExtension to eServiceCenter
ghost [Tue, 9 Nov 2010 22:31:47 +0000 (23:31 +0100)]
add addFactoryExtension/removeFactoryExtension to eServiceCenter

13 years agodvb.cpp: migrate to iDataSource, use shared iDataSource for tstools and filepush...
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

13 years agofilepush.h/cpp: migrate to iDataSource
ghost [Tue, 9 Nov 2010 22:30:14 +0000 (23:30 +0100)]
filepush.h/cpp: migrate to iDataSource

13 years agotstools.h/cpp: migrate to iDataSource
ghost [Tue, 9 Nov 2010 22:29:55 +0000 (23:29 +0100)]
tstools.h/cpp: migrate to iDataSource