vuplus_dvbapp
13 years agoalso generate version.h if .git is not available
Andreas Oberritter [Sun, 5 Dec 2010 03:10:01 +0000 (04:10 +0100)]
also generate version.h if .git is not available

13 years agoRevert "generate empty version.h if .git is not available"
Andreas Oberritter [Sun, 5 Dec 2010 03:09:03 +0000 (04:09 +0100)]
Revert "generate empty version.h if .git is not available"

This reverts commit 87ab43fed2f24ba9454359583ac9cb3f17c295e1.

13 years agogenerate empty version.h if .git is not available
Andreas Oberritter [Sun, 5 Dec 2010 02:59:12 +0000 (03:59 +0100)]
generate empty version.h if .git is not available

13 years agoupdate and install enigma2.pc
Andreas Oberritter [Wed, 1 Dec 2010 00:30:32 +0000 (01:30 +0100)]
update and install enigma2.pc

13 years agoconfigure.ac: move some gettext checks to conditional block
Andreas Oberritter [Wed, 1 Dec 2010 00:27:40 +0000 (01:27 +0100)]
configure.ac: move some gettext checks to conditional block

13 years agoconfigure.ac: set package version to 3.0.0
Andreas Oberritter [Wed, 1 Dec 2010 00:23:06 +0000 (01:23 +0100)]
configure.ac: set package version to 3.0.0

13 years agoMerge branch 'master' into obi/master
ghost [Wed, 24 Nov 2010 17:06:03 +0000 (18:06 +0100)]
Merge branch 'master' into obi/master

13 years agofollow iDataSource -> iTsSource name change
ghost [Wed, 24 Nov 2010 17:03:34 +0000 (18:03 +0100)]
follow iDataSource -> iTsSource name change

13 years agoMerge branch 'bug_615_replace_rawfile'
ghost [Wed, 24 Nov 2010 15:11:27 +0000 (16:11 +0100)]
Merge branch 'bug_615_replace_rawfile'

13 years agorename iDataSource to iTsSource (no functional change)
ghost [Wed, 24 Nov 2010 15:06:57 +0000 (16:06 +0100)]
rename iDataSource to iTsSource (no functional change)

13 years agoconfigure: make --without-po the default (refs #425)
Andreas Oberritter [Tue, 23 Nov 2010 20:39:47 +0000 (21:39 +0100)]
configure: make --without-po the default (refs #425)

13 years agoDVDPlayer: add missing linker flags for libdreamdvd
Andreas Oberritter [Tue, 23 Nov 2010 20:38:52 +0000 (21:38 +0100)]
DVDPlayer: add missing linker flags for libdreamdvd

13 years agoMerge branch 'obi/master'
Andreas Oberritter [Tue, 23 Nov 2010 13:01:44 +0000 (14:01 +0100)]
Merge branch 'obi/master'

13 years agoMerge branch 'bug_615_replace_rawfile'
ghost [Tue, 23 Nov 2010 12:58:30 +0000 (13:58 +0100)]
Merge branch 'bug_615_replace_rawfile'

13 years agolib/dvb/pmt.cpp: migrate PMT pid search code to new iDataSource stuff
ghost [Tue, 23 Nov 2010 11:34:24 +0000 (12:34 +0100)]
lib/dvb/pmt.cpp: migrate PMT pid search code to new iDataSource stuff

13 years agoMerge branch 'bug_617_default_favlist_handling_fix'
ghost [Mon, 22 Nov 2010 16:24:01 +0000 (17:24 +0100)]
Merge branch 'bug_617_default_favlist_handling_fix'

13 years agomain/Makefile.am: don't pass --dirty to Git to support older versions
Andreas Oberritter [Mon, 22 Nov 2010 15:42:33 +0000 (16:42 +0100)]
main/Makefile.am: don't pass --dirty to Git to support older versions

13 years agoversion-info: let ENIGMA2_REV default to "" instead of NULL (fixes crash in bsod...
Andreas Oberritter [Mon, 22 Nov 2010 15:32:37 +0000 (16:32 +0100)]
version-info: let ENIGMA2_REV default to "" instead of NULL (fixes crash in bsod.cpp)

13 years agomain/Makefile.am: use --pretty instead of --format to support older Git versions
Andreas Oberritter [Mon, 22 Nov 2010 15:17:29 +0000 (16:17 +0100)]
main/Makefile.am: use --pretty instead of --format to support older Git versions

13 years agomain/Makefile.am: add missing backslash
Andreas Oberritter [Mon, 22 Nov 2010 15:10:51 +0000 (16:10 +0100)]
main/Makefile.am: add missing backslash

13 years agolib/python/Components/config.py: more robust code
ghost [Mon, 22 Nov 2010 11:43:30 +0000 (12:43 +0100)]
lib/python/Components/config.py: more robust code
#refs #617

13 years ago.gitignore: add enigma2.sh
Andreas Oberritter [Wed, 17 Nov 2010 20:43:48 +0000 (21:43 +0100)]
.gitignore: add enigma2.sh

13 years agoinstall idatasource.h
Andreas Oberritter [Wed, 17 Nov 2010 16:43:17 +0000 (17:43 +0100)]
install idatasource.h

13 years agoTo build this version for a Dreambox, you will need a recent OE (branch "opendreambox...
Andreas Oberritter [Wed, 17 Nov 2010 16:17:04 +0000 (17:17 +0100)]
To build this version for a Dreambox, you will need a recent OE (branch "opendreambox-1.6" will do, but "3.0" won't) or at least a backported BitBake recipe from there.

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 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_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'
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 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 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 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.