enigma2.git
16 years agofix compile error for i386-optimized refcounting,
Andreas Oberritter [Tue, 25 Mar 2008 22:38:21 +0000 (22:38 +0000)]
fix compile error for i386-optimized refcounting,
use the same code for x86_64

16 years agouse long instead of int where pointers are casted
Andreas Oberritter [Tue, 25 Mar 2008 22:12:37 +0000 (22:12 +0000)]
use long instead of int where pointers are casted

16 years agoreplace openFile() by two functions openFileCached() and openFileUncached(), to avoid...
Andreas Oberritter [Tue, 25 Mar 2008 22:11:03 +0000 (22:11 +0000)]
replace openFile() by two functions openFileCached() and openFileUncached(), to avoid casting FILE* to int

16 years agochange get/setData to use long instead of int, to match pointer size on all systems
Andreas Oberritter [Tue, 25 Mar 2008 21:57:42 +0000 (21:57 +0000)]
change get/setData to use long instead of int, to match pointer size on all systems

16 years agocreate empty 'nim_slots' even if /proc/bus/nim_sockets is not available
Andreas Oberritter [Tue, 25 Mar 2008 21:41:31 +0000 (21:41 +0000)]
create empty 'nim_slots' even if /proc/bus/nim_sockets is not available

16 years agocompile and link sdl.cpp if WITH_SDL is set
Andreas Oberritter [Tue, 25 Mar 2008 19:53:11 +0000 (19:53 +0000)]
compile and link sdl.cpp if WITH_SDL is set

16 years agoset package name/version to enigma2/2.4,
Andreas Oberritter [Tue, 25 Mar 2008 19:49:07 +0000 (19:49 +0000)]
set package name/version to enigma2/2.4,
prefer pkg-config files over <package>-config when looking for freetype and sdl libraries (fallback to old behaviour if required),
use freetype pkg-config file as an indication for a library newer than 2.0.x (also set -DFREETYPE2 in this case),
create an AM_CONDITIONAL 'WITH_SDL' to be used by Makefiles

16 years agos/tuxbox-enigma/enigma2/
Andreas Oberritter [Tue, 25 Mar 2008 19:42:24 +0000 (19:42 +0000)]
s/tuxbox-enigma/enigma2/

16 years agooptimize pvr parser a bit, don't load more than 2 APs per second to speed up things...
Felix Domke [Tue, 25 Mar 2008 17:24:50 +0000 (17:24 +0000)]
optimize pvr parser a bit, don't load more than 2 APs per second to speed up things a bit

16 years agoremove generated language directories on clean,
Andreas Oberritter [Tue, 25 Mar 2008 16:25:52 +0000 (16:25 +0000)]
remove generated language directories on clean,
don't override the 'clean' target,
don't delete enigma2.pot on clean, because it managed by cvs

16 years agoDon't use AM_MAINTAINER_MODE, to ensure that all build files get updated when necessa...
Andreas Oberritter [Tue, 25 Mar 2008 16:16:17 +0000 (16:16 +0000)]
Don't use AM_MAINTAINER_MODE, to ensure that all build files get updated when necessary. This is equal to always specifying --enable-maintainer-mode. AM_MAINTAINER_MODE should not be used if the generated build files aren't included in the source distribution (which is cvs in our case). See gnu.org/software/libtool/manual/automake/maintainer_002dmode.html

16 years agoremove #error, because sdl.cpp isn't even included in the makefile for now
Andreas Oberritter [Tue, 25 Mar 2008 16:06:58 +0000 (16:06 +0000)]
remove #error, because sdl.cpp isn't even included in the makefile for now

16 years agolink SDL libraries (if enabled)
Andreas Oberritter [Tue, 25 Mar 2008 16:05:47 +0000 (16:05 +0000)]
link SDL libraries (if enabled)

16 years agouse global preprocessor constant WITH_SDL instead of SDLDC
Andreas Oberritter [Tue, 25 Mar 2008 16:04:14 +0000 (16:04 +0000)]
use global preprocessor constant WITH_SDL instead of SDLDC

16 years agoinclude png.h before any other headers, because it complains if setjmp.h was included...
Andreas Oberritter [Tue, 25 Mar 2008 16:01:47 +0000 (16:01 +0000)]
include png.h before any other headers, because it complains if setjmp.h was included by another header (i.e. Python.h)

16 years agoinclude user headers before kernel header to avoid a type conflict, which resulted...
Andreas Oberritter [Tue, 25 Mar 2008 15:59:38 +0000 (15:59 +0000)]
include user headers before kernel header to avoid a type conflict, which resulted in a compilation error

16 years agosecond argument of PyDict_Next() should be of type Py_ssize_t, which isn't restricted...
Andreas Oberritter [Tue, 25 Mar 2008 15:56:54 +0000 (15:56 +0000)]
second argument of PyDict_Next() should be of type Py_ssize_t, which isn't restricted to 32 bits

16 years agoadjust ioprio_get/set for kernels which don't define _syscall2/3 (i.e. 2.6.24 and...
Andreas Oberritter [Tue, 25 Mar 2008 15:48:44 +0000 (15:48 +0000)]
adjust ioprio_get/set for kernels which don't define _syscall2/3 (i.e. 2.6.24 and higher)

16 years agodelete generated file libopen.so.0.0 on 'make clean'
Andreas Oberritter [Tue, 25 Mar 2008 15:45:48 +0000 (15:45 +0000)]
delete generated file libopen.so.0.0 on 'make clean'

16 years agodelete generated file version.h on 'make clean'
Andreas Oberritter [Tue, 25 Mar 2008 15:43:36 +0000 (15:43 +0000)]
delete generated file version.h on 'make clean'

16 years agodelete generated files enigma.py and enigma_python_wrap.cxx on 'make clean'
Andreas Oberritter [Tue, 25 Mar 2008 15:42:16 +0000 (15:42 +0000)]
delete generated files enigma.py and enigma_python_wrap.cxx on 'make clean'

16 years agodelete generated file actionids.h on 'make clean'
Andreas Oberritter [Tue, 25 Mar 2008 15:41:15 +0000 (15:41 +0000)]
delete generated file actionids.h on 'make clean'

16 years agoadd possibility to read lnb power via /proc/stb/fp (when available)
Andreas Monzner [Mon, 24 Mar 2008 14:02:14 +0000 (14:02 +0000)]
add possibility to read lnb power via /proc/stb/fp (when available)
fix endless loop when a frontend which not needs the rotor workaround is
used

16 years agoadd support for dm8000 onboard tuner linking
Andreas Monzner [Thu, 20 Mar 2008 17:20:32 +0000 (17:20 +0000)]
add support for dm8000 onboard tuner linking

16 years agoremove useless LCD clock from start Wizard and ServiceScan
Andreas Frisch [Thu, 20 Mar 2008 13:17:19 +0000 (13:17 +0000)]
remove useless LCD clock from start Wizard and ServiceScan

16 years agoinvalidate teletext pid on mpeg decoder destroy
Andreas Monzner [Tue, 18 Mar 2008 20:32:33 +0000 (20:32 +0000)]
invalidate teletext pid on mpeg decoder destroy

16 years agofix default backward speeds
Felix Domke [Sun, 16 Mar 2008 20:25:41 +0000 (20:25 +0000)]
fix default backward speeds

16 years agoupdate fi,fr,lt language
Felix Domke [Sat, 15 Mar 2008 10:57:57 +0000 (10:57 +0000)]
update fi,fr,lt language

16 years agooptional pixmap caching
Felix Domke [Sat, 15 Mar 2008 10:50:29 +0000 (10:50 +0000)]
optional pixmap caching

16 years agoadd LICENSEs to some plugins
Andreas Monzner [Sat, 15 Mar 2008 10:24:25 +0000 (10:24 +0000)]
add LICENSEs to some plugins

16 years agoadd Console font
Felix Domke [Sat, 15 Mar 2008 10:12:57 +0000 (10:12 +0000)]
add Console font

16 years agoinstall LICENSEs
Felix Domke [Sat, 15 Mar 2008 10:12:06 +0000 (10:12 +0000)]
install LICENSEs

16 years agoafter a lot of discussion, remove tuxtxt font again
Felix Domke [Sat, 15 Mar 2008 10:04:11 +0000 (10:04 +0000)]
after a lot of discussion, remove tuxtxt font again

16 years agoif _xmlplus.sax.saxlib is unavailable, just don't generate comments
Felix Domke [Sat, 15 Mar 2008 10:02:32 +0000 (10:02 +0000)]
if _xmlplus.sax.saxlib is unavailable, just don't generate comments

16 years agoadd tuxtxt font
Felix Domke [Sat, 15 Mar 2008 09:57:59 +0000 (09:57 +0000)]
add tuxtxt font

16 years agogeneric language update
Felix Domke [Thu, 13 Mar 2008 22:54:11 +0000 (22:54 +0000)]
generic language update

16 years agoda language update
Felix Domke [Thu, 13 Mar 2008 22:53:46 +0000 (22:53 +0000)]
da language update

16 years agoadd some translator comments, by Anders Holst
Felix Domke [Thu, 13 Mar 2008 22:53:26 +0000 (22:53 +0000)]
add some translator comments, by Anders Holst

16 years agocleanup, handle XML comments including TRANSLATORS: comments
Felix Domke [Thu, 13 Mar 2008 22:51:04 +0000 (22:51 +0000)]
cleanup, handle XML comments including TRANSLATORS: comments

16 years agoenable downmix by default
Andreas Monzner [Thu, 13 Mar 2008 19:19:00 +0000 (19:19 +0000)]
enable downmix by default

16 years agoadd config option to enable/disable ac3 downmix (when its possible with used
Andreas Monzner [Thu, 13 Mar 2008 19:15:07 +0000 (19:15 +0000)]
add config option to enable/disable ac3 downmix (when its possible with used
hardware)

16 years agoadd return
Felix Domke [Thu, 13 Mar 2008 00:40:10 +0000 (00:40 +0000)]
add return

16 years agoadd missing pixmaps
Felix Domke [Tue, 11 Mar 2008 23:44:00 +0000 (23:44 +0000)]
add missing pixmaps

16 years agosignal quality is SNR, signal power is AGC
Felix Domke [Tue, 11 Mar 2008 22:45:54 +0000 (22:45 +0000)]
signal quality is SNR, signal power is AGC

16 years ago(disabled) timebase change mode for better trickmode timing
Felix Domke [Mon, 10 Mar 2008 23:29:52 +0000 (23:29 +0000)]
(disabled) timebase change mode for better trickmode timing

16 years agofix typo
Felix Domke [Mon, 10 Mar 2008 21:54:24 +0000 (21:54 +0000)]
fix typo

16 years agodont show pip options in extension menu when no pip is available
Andreas Monzner [Mon, 10 Mar 2008 21:08:12 +0000 (21:08 +0000)]
dont show pip options in extension menu when no pip is available

16 years agoupdate fi,nl,fr language
Felix Domke [Sun, 9 Mar 2008 16:52:05 +0000 (16:52 +0000)]
update fi,nl,fr language

16 years agofix crash when eof in background: windows cannot be opened from other than the curren...
Felix Domke [Sun, 9 Mar 2008 16:34:21 +0000 (16:34 +0000)]
fix crash when eof in background: windows cannot be opened from other than the currently execing window, and the eof assumed that.

16 years agoFrequency -> Repeats (thanks to Timo Jarvenpaa)
Felix Domke [Sun, 9 Mar 2008 16:32:58 +0000 (16:32 +0000)]
Frequency -> Repeats (thanks to Timo Jarvenpaa)

16 years agobetter aspect setting
Felix Domke [Sun, 9 Mar 2008 16:30:17 +0000 (16:30 +0000)]
better aspect setting

16 years agoprotect against broken .cuts files
Felix Domke [Thu, 6 Mar 2008 18:16:49 +0000 (18:16 +0000)]
protect against broken .cuts files

16 years agoupdate fr language
Felix Domke [Sun, 2 Mar 2008 23:20:17 +0000 (23:20 +0000)]
update fr language

16 years agoupdate nl, sv language
Felix Domke [Sun, 2 Mar 2008 23:19:18 +0000 (23:19 +0000)]
update nl, sv language

16 years agostore video setup after finishing video wizard
Stefan Pluecken [Sun, 2 Mar 2008 19:58:40 +0000 (19:58 +0000)]
store video setup after finishing video wizard

16 years agofollow hotplug-ng changes
Felix Domke [Thu, 28 Feb 2008 21:46:21 +0000 (21:46 +0000)]
follow hotplug-ng changes

16 years agopatch by Pieter Grimmerink: use ext3 largefile option only for disks > 4G
Felix Domke [Thu, 28 Feb 2008 21:17:40 +0000 (21:17 +0000)]
patch by Pieter Grimmerink: use ext3 largefile option only for disks > 4G

16 years agoshow hotplug media in main menu
Felix Domke [Thu, 28 Feb 2008 00:32:46 +0000 (00:32 +0000)]
show hotplug media in main menu

16 years agomark hotpluggable partitions
Felix Domke [Thu, 28 Feb 2008 00:28:04 +0000 (00:28 +0000)]
mark hotpluggable partitions

16 years agoupdate lt,pt language
Felix Domke [Wed, 27 Feb 2008 22:48:08 +0000 (22:48 +0000)]
update lt,pt language

16 years agoallow shutdown only when ALLOW_SUSPEND is set
Felix Domke [Wed, 27 Feb 2008 22:44:20 +0000 (22:44 +0000)]
allow shutdown only when ALLOW_SUSPEND is set

16 years agoadd Hotplug plugin
Felix Domke [Wed, 27 Feb 2008 03:03:59 +0000 (03:03 +0000)]
add Hotplug plugin

16 years agoadd cvsignore
Felix Domke [Wed, 27 Feb 2008 03:03:23 +0000 (03:03 +0000)]
add cvsignore

16 years agoupdate lt,da,fi,es language
Felix Domke [Tue, 26 Feb 2008 23:40:15 +0000 (23:40 +0000)]
update lt,da,fi,es language

16 years agofix existHDD a bit
Felix Domke [Tue, 26 Feb 2008 22:19:04 +0000 (22:19 +0000)]
fix existHDD a bit

16 years agomove function to better place
Andreas Monzner [Tue, 26 Feb 2008 13:03:02 +0000 (13:03 +0000)]
move function to better place

16 years agocorrectly handle initial recording state
Felix Domke [Sat, 23 Feb 2008 10:11:46 +0000 (10:11 +0000)]
correctly handle initial recording state

16 years agoremove debug
Felix Domke [Sat, 23 Feb 2008 10:08:42 +0000 (10:08 +0000)]
remove debug

16 years agoblink frontpanel led when record is running
Felix Domke [Sat, 23 Feb 2008 10:08:15 +0000 (10:08 +0000)]
blink frontpanel led when record is running

16 years agoadd port pictures to the video wizard
Stefan Pluecken [Fri, 22 Feb 2008 01:01:44 +0000 (01:01 +0000)]
add port pictures to the video wizard
lcd pics don't work yet

16 years agoupdate lt language
Felix Domke [Thu, 21 Feb 2008 19:14:54 +0000 (19:14 +0000)]
update lt language

16 years agoupdate hu language
Felix Domke [Wed, 20 Feb 2008 11:55:52 +0000 (11:55 +0000)]
update hu language

16 years agoadd missing changes for timer_select.patch
Andreas Monzner [Wed, 20 Feb 2008 11:19:52 +0000 (11:19 +0000)]
add missing changes for timer_select.patch

16 years agofix_detecting_mountpoint_in_filelist.patch by Moritz Venn
Felix Domke [Wed, 20 Feb 2008 00:42:29 +0000 (00:42 +0000)]
fix_detecting_mountpoint_in_filelist.patch by Moritz Venn

16 years agomovieplayer_select.patch by Moritz Venn
Felix Domke [Wed, 20 Feb 2008 00:39:55 +0000 (00:39 +0000)]
movieplayer_select.patch by Moritz Venn

16 years agotimer_select.patch by Moritz Venn, with minor fixes
Felix Domke [Wed, 20 Feb 2008 00:36:00 +0000 (00:36 +0000)]
timer_select.patch by Moritz Venn, with minor fixes

16 years agogeneric language update
Felix Domke [Tue, 19 Feb 2008 23:34:20 +0000 (23:34 +0000)]
generic language update

16 years agoupdate da language
Felix Domke [Tue, 19 Feb 2008 23:34:02 +0000 (23:34 +0000)]
update da language

16 years agomovie player configuration options, by Anders Holst
Felix Domke [Tue, 19 Feb 2008 23:33:24 +0000 (23:33 +0000)]
movie player configuration options, by Anders Holst

16 years agoshow bskyb HD services in channelselection
Andreas Monzner [Tue, 19 Feb 2008 20:22:24 +0000 (20:22 +0000)]
show bskyb HD services in channelselection

16 years agocall selectionChanged in List source when setting a new index
Stefan Pluecken [Tue, 19 Feb 2008 13:24:56 +0000 (13:24 +0000)]
call selectionChanged in List source when setting a new index

16 years agoadd some debugging to the Wizard
Stefan Pluecken [Tue, 19 Feb 2008 13:23:10 +0000 (13:23 +0000)]
add some debugging to the Wizard
catch a stepHistory situation

16 years agofix KEY_ASCII, thanks to Pieter and Anders
Felix Domke [Mon, 18 Feb 2008 22:03:43 +0000 (22:03 +0000)]
fix KEY_ASCII, thanks to Pieter and Anders

16 years agofix cablecom hack
Andreas Monzner [Mon, 18 Feb 2008 16:19:06 +0000 (16:19 +0000)]
fix cablecom hack

16 years agoadd HACK for wrong transmitted Cablecom EPG!
Andreas Monzner [Mon, 18 Feb 2008 16:00:02 +0000 (16:00 +0000)]
add HACK for wrong transmitted Cablecom EPG!

16 years agofix non working fix
Andreas Monzner [Mon, 18 Feb 2008 11:30:42 +0000 (11:30 +0000)]
fix non working fix

16 years agono bsod on enter/leave standby when no lcd is available
Andreas Monzner [Mon, 18 Feb 2008 10:36:19 +0000 (10:36 +0000)]
no bsod on enter/leave standby when no lcd is available

16 years agofix return codes in streaming
Felix Domke [Sun, 17 Feb 2008 23:16:49 +0000 (23:16 +0000)]
fix return codes in streaming

16 years agoupdate da,fi language
Felix Domke [Sun, 17 Feb 2008 22:34:15 +0000 (22:34 +0000)]
update da,fi language

16 years agodisable debug
Felix Domke [Sun, 17 Feb 2008 22:29:20 +0000 (22:29 +0000)]
disable debug

16 years agofix typo
Felix Domke [Sun, 17 Feb 2008 22:27:07 +0000 (22:27 +0000)]
fix typo

16 years agoupdate sv language
Felix Domke [Sat, 16 Feb 2008 10:59:26 +0000 (10:59 +0000)]
update sv language

16 years agoupdate 'no' language
Felix Domke [Sat, 16 Feb 2008 10:51:44 +0000 (10:51 +0000)]
update 'no' language

16 years agodont show display setup in menu, when no display is available
Andreas Monzner [Fri, 15 Feb 2008 17:28:23 +0000 (17:28 +0000)]
dont show display setup in menu, when no display is available

16 years agofix
Andreas Monzner [Fri, 15 Feb 2008 17:04:38 +0000 (17:04 +0000)]
fix

16 years agosimplify, cleanup and fix ParentalControlList
Andreas Monzner [Fri, 15 Feb 2008 16:11:57 +0000 (16:11 +0000)]
simplify, cleanup and fix ParentalControlList

16 years agowhitespace cleanup,
Andreas Monzner [Fri, 15 Feb 2008 16:09:09 +0000 (16:09 +0000)]
whitespace cleanup,
simplify, fix and cleanup SelectionList

16 years agoadd missing function
Andreas Monzner [Fri, 15 Feb 2008 16:04:45 +0000 (16:04 +0000)]
add missing function

16 years agowhitespace cleanup,
Andreas Monzner [Fri, 15 Feb 2008 16:04:10 +0000 (16:04 +0000)]
whitespace cleanup,
simplify and cleanup PlayList

16 years agowhitespace fixes,
Andreas Monzner [Fri, 15 Feb 2008 15:56:46 +0000 (15:56 +0000)]
whitespace fixes,
cleanup and simplify FileList