Andreas Oberritter [Tue, 25 Mar 2008 16:04:14 +0000 (16:04 +0000)]
use global preprocessor constant WITH_SDL instead of SDLDC
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)
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
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
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)
Andreas Oberritter [Tue, 25 Mar 2008 15:45:48 +0000 (15:45 +0000)]
delete generated file libopen.so.0.0 on 'make clean'
Andreas Oberritter [Tue, 25 Mar 2008 15:43:36 +0000 (15:43 +0000)]
delete generated file version.h 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'
Andreas Oberritter [Tue, 25 Mar 2008 15:41:15 +0000 (15:41 +0000)]
delete generated file actionids.h on 'make clean'
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
Andreas Monzner [Thu, 20 Mar 2008 17:20:32 +0000 (17:20 +0000)]
add support for dm8000 onboard tuner linking
Andreas Frisch [Thu, 20 Mar 2008 13:17:19 +0000 (13:17 +0000)]
remove useless LCD clock from start Wizard and ServiceScan
Andreas Monzner [Tue, 18 Mar 2008 20:32:33 +0000 (20:32 +0000)]
invalidate teletext pid on mpeg decoder destroy
Felix Domke [Sun, 16 Mar 2008 20:25:41 +0000 (20:25 +0000)]
fix default backward speeds
Felix Domke [Sat, 15 Mar 2008 10:57:57 +0000 (10:57 +0000)]
update fi,fr,lt language
Felix Domke [Sat, 15 Mar 2008 10:50:29 +0000 (10:50 +0000)]
optional pixmap caching
Andreas Monzner [Sat, 15 Mar 2008 10:24:25 +0000 (10:24 +0000)]
add LICENSEs to some plugins
Felix Domke [Sat, 15 Mar 2008 10:12:57 +0000 (10:12 +0000)]
add Console font
Felix Domke [Sat, 15 Mar 2008 10:12:06 +0000 (10:12 +0000)]
install LICENSEs
Felix Domke [Sat, 15 Mar 2008 10:04:11 +0000 (10:04 +0000)]
after a lot of discussion, remove tuxtxt font again
Felix Domke [Sat, 15 Mar 2008 10:02:32 +0000 (10:02 +0000)]
if _xmlplus.sax.saxlib is unavailable, just don't generate comments
Felix Domke [Sat, 15 Mar 2008 09:57:59 +0000 (09:57 +0000)]
add tuxtxt font
Felix Domke [Thu, 13 Mar 2008 22:54:11 +0000 (22:54 +0000)]
generic language update
Felix Domke [Thu, 13 Mar 2008 22:53:46 +0000 (22:53 +0000)]
da language update
Felix Domke [Thu, 13 Mar 2008 22:53:26 +0000 (22:53 +0000)]
add some translator comments, by Anders Holst
Felix Domke [Thu, 13 Mar 2008 22:51:04 +0000 (22:51 +0000)]
cleanup, handle XML comments including TRANSLATORS: comments
Andreas Monzner [Thu, 13 Mar 2008 19:19:00 +0000 (19:19 +0000)]
enable downmix by default
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)
Felix Domke [Thu, 13 Mar 2008 00:40:10 +0000 (00:40 +0000)]
add return
Felix Domke [Tue, 11 Mar 2008 23:44:00 +0000 (23:44 +0000)]
add missing pixmaps
Felix Domke [Tue, 11 Mar 2008 22:45:54 +0000 (22:45 +0000)]
signal quality is SNR, signal power is AGC
Felix Domke [Mon, 10 Mar 2008 23:29:52 +0000 (23:29 +0000)]
(disabled) timebase change mode for better trickmode timing
Felix Domke [Mon, 10 Mar 2008 21:54:24 +0000 (21:54 +0000)]
fix typo
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
Felix Domke [Sun, 9 Mar 2008 16:52:05 +0000 (16:52 +0000)]
update fi,nl,fr language
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.
Felix Domke [Sun, 9 Mar 2008 16:32:58 +0000 (16:32 +0000)]
Frequency -> Repeats (thanks to Timo Jarvenpaa)
Felix Domke [Sun, 9 Mar 2008 16:30:17 +0000 (16:30 +0000)]
better aspect setting
Felix Domke [Thu, 6 Mar 2008 18:16:49 +0000 (18:16 +0000)]
protect against broken .cuts files
Felix Domke [Sun, 2 Mar 2008 23:20:17 +0000 (23:20 +0000)]
update fr language
Felix Domke [Sun, 2 Mar 2008 23:19:18 +0000 (23:19 +0000)]
update nl, sv language
Stefan Pluecken [Sun, 2 Mar 2008 19:58:40 +0000 (19:58 +0000)]
store video setup after finishing video wizard
Felix Domke [Thu, 28 Feb 2008 21:46:21 +0000 (21:46 +0000)]
follow hotplug-ng changes
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
Felix Domke [Thu, 28 Feb 2008 00:32:46 +0000 (00:32 +0000)]
show hotplug media in main menu
Felix Domke [Thu, 28 Feb 2008 00:28:04 +0000 (00:28 +0000)]
mark hotpluggable partitions
Felix Domke [Wed, 27 Feb 2008 22:48:08 +0000 (22:48 +0000)]
update lt,pt language
Felix Domke [Wed, 27 Feb 2008 22:44:20 +0000 (22:44 +0000)]
allow shutdown only when ALLOW_SUSPEND is set
Felix Domke [Wed, 27 Feb 2008 03:03:59 +0000 (03:03 +0000)]
add Hotplug plugin
Felix Domke [Wed, 27 Feb 2008 03:03:23 +0000 (03:03 +0000)]
add cvsignore
Felix Domke [Tue, 26 Feb 2008 23:40:15 +0000 (23:40 +0000)]
update lt,da,fi,es language
Felix Domke [Tue, 26 Feb 2008 22:19:04 +0000 (22:19 +0000)]
fix existHDD a bit
Andreas Monzner [Tue, 26 Feb 2008 13:03:02 +0000 (13:03 +0000)]
move function to better place
Felix Domke [Sat, 23 Feb 2008 10:11:46 +0000 (10:11 +0000)]
correctly handle initial recording state
Felix Domke [Sat, 23 Feb 2008 10:08:42 +0000 (10:08 +0000)]
remove debug
Felix Domke [Sat, 23 Feb 2008 10:08:15 +0000 (10:08 +0000)]
blink frontpanel led when record is running
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
Felix Domke [Thu, 21 Feb 2008 19:14:54 +0000 (19:14 +0000)]
update lt language
Felix Domke [Wed, 20 Feb 2008 11:55:52 +0000 (11:55 +0000)]
update hu language
Andreas Monzner [Wed, 20 Feb 2008 11:19:52 +0000 (11:19 +0000)]
add missing changes for timer_select.patch
Felix Domke [Wed, 20 Feb 2008 00:42:29 +0000 (00:42 +0000)]
fix_detecting_mountpoint_in_filelist.patch by Moritz Venn
Felix Domke [Wed, 20 Feb 2008 00:39:55 +0000 (00:39 +0000)]
movieplayer_select.patch by Moritz Venn
Felix Domke [Wed, 20 Feb 2008 00:36:00 +0000 (00:36 +0000)]
timer_select.patch by Moritz Venn, with minor fixes
Felix Domke [Tue, 19 Feb 2008 23:34:20 +0000 (23:34 +0000)]
generic language update
Felix Domke [Tue, 19 Feb 2008 23:34:02 +0000 (23:34 +0000)]
update da language
Felix Domke [Tue, 19 Feb 2008 23:33:24 +0000 (23:33 +0000)]
movie player configuration options, by Anders Holst
Andreas Monzner [Tue, 19 Feb 2008 20:22:24 +0000 (20:22 +0000)]
show bskyb HD services in channelselection
Stefan Pluecken [Tue, 19 Feb 2008 13:24:56 +0000 (13:24 +0000)]
call selectionChanged in List source when setting a new index
Stefan Pluecken [Tue, 19 Feb 2008 13:23:10 +0000 (13:23 +0000)]
add some debugging to the Wizard
catch a stepHistory situation
Felix Domke [Mon, 18 Feb 2008 22:03:43 +0000 (22:03 +0000)]
fix KEY_ASCII, thanks to Pieter and Anders
Andreas Monzner [Mon, 18 Feb 2008 16:19:06 +0000 (16:19 +0000)]
fix cablecom hack
Andreas Monzner [Mon, 18 Feb 2008 16:00:02 +0000 (16:00 +0000)]
add HACK for wrong transmitted Cablecom EPG!
Andreas Monzner [Mon, 18 Feb 2008 11:30:42 +0000 (11:30 +0000)]
fix non working fix
Andreas Monzner [Mon, 18 Feb 2008 10:36:19 +0000 (10:36 +0000)]
no bsod on enter/leave standby when no lcd is available
Felix Domke [Sun, 17 Feb 2008 23:16:49 +0000 (23:16 +0000)]
fix return codes in streaming
Felix Domke [Sun, 17 Feb 2008 22:34:15 +0000 (22:34 +0000)]
update da,fi language
Felix Domke [Sun, 17 Feb 2008 22:29:20 +0000 (22:29 +0000)]
disable debug
Felix Domke [Sun, 17 Feb 2008 22:27:07 +0000 (22:27 +0000)]
fix typo
Felix Domke [Sat, 16 Feb 2008 10:59:26 +0000 (10:59 +0000)]
update sv language
Felix Domke [Sat, 16 Feb 2008 10:51:44 +0000 (10:51 +0000)]
update 'no' language
Andreas Monzner [Fri, 15 Feb 2008 17:28:23 +0000 (17:28 +0000)]
dont show display setup in menu, when no display is available
Andreas Monzner [Fri, 15 Feb 2008 17:04:38 +0000 (17:04 +0000)]
fix
Andreas Monzner [Fri, 15 Feb 2008 16:11:57 +0000 (16:11 +0000)]
simplify, cleanup and fix ParentalControlList
Andreas Monzner [Fri, 15 Feb 2008 16:09:09 +0000 (16:09 +0000)]
whitespace cleanup,
simplify, fix and cleanup SelectionList
Andreas Monzner [Fri, 15 Feb 2008 16:04:45 +0000 (16:04 +0000)]
add missing function
Andreas Monzner [Fri, 15 Feb 2008 16:04:10 +0000 (16:04 +0000)]
whitespace cleanup,
simplify and cleanup PlayList
Andreas Monzner [Fri, 15 Feb 2008 15:56:46 +0000 (15:56 +0000)]
whitespace fixes,
cleanup and simplify FileList
Andreas Monzner [Fri, 15 Feb 2008 15:50:59 +0000 (15:50 +0000)]
fix and simplify PluginList
Andreas Monzner [Fri, 15 Feb 2008 15:02:44 +0000 (15:02 +0000)]
fix and simplify ChoiceList
more flexible MenuList
Andreas Monzner [Thu, 14 Feb 2008 20:59:48 +0000 (20:59 +0000)]
fix typo
Andreas Monzner [Thu, 14 Feb 2008 20:40:05 +0000 (20:40 +0000)]
unlink some cyclic dependencys to get garbage collection working
Andreas Monzner [Thu, 14 Feb 2008 19:44:14 +0000 (19:44 +0000)]
add support for cyclic garbage collection to eTimer and eSocketNotifier
class, add simpler method to set a timer callback.. or remove.. instead of
timer.timeout.get().append(func).. or .remove(func)... now it is possible to
do timer.callback.append(func)... timer.callback.remove(func) (the old
method still works..but is now deprecated)
Andreas Monzner [Thu, 14 Feb 2008 19:29:00 +0000 (19:29 +0000)]
write memleak info to /var/tmp/enigma2_mem.out instead of stdout
Felix Domke [Wed, 13 Feb 2008 22:23:29 +0000 (22:23 +0000)]
implement proper 'destroy' functions in Converter
Felix Domke [Wed, 13 Feb 2008 21:40:32 +0000 (21:40 +0000)]
missing part of ritzmo's fsck patch
Felix Domke [Wed, 13 Feb 2008 19:01:24 +0000 (19:01 +0000)]
add explicit constructors
Andreas Monzner [Wed, 13 Feb 2008 19:00:26 +0000 (19:00 +0000)]
include Python.h before all other header files
Andreas Monzner [Wed, 13 Feb 2008 01:19:17 +0000 (01:19 +0000)]
fix memleak
Felix Domke [Wed, 13 Feb 2008 00:43:43 +0000 (00:43 +0000)]
update fi language
Felix Domke [Tue, 12 Feb 2008 22:16:58 +0000 (22:16 +0000)]
handle broken timers.xml gracefully