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
Felix Domke [Tue, 12 Feb 2008 00:04:28 +0000 (00:04 +0000)]
fsck_mainmenu by Moritz Venn
Felix Domke [Mon, 11 Feb 2008 23:42:08 +0000 (23:42 +0000)]
text edit patch #5 by Anders Holst
Felix Domke [Mon, 11 Feb 2008 23:39:29 +0000 (23:39 +0000)]
do not crash when attributes are not present; replace by defaults instead
Felix Domke [Mon, 11 Feb 2008 23:12:59 +0000 (23:12 +0000)]
explain new wizard api
Felix Domke [Mon, 11 Feb 2008 22:57:21 +0000 (22:57 +0000)]
update es language
Felix Domke [Mon, 11 Feb 2008 14:54:44 +0000 (14:54 +0000)]
interface to video start wizard
Felix Domke [Mon, 11 Feb 2008 14:51:43 +0000 (14:51 +0000)]
config entries must be defined globally
Felix Domke [Mon, 11 Feb 2008 14:39:43 +0000 (14:39 +0000)]
workaround: on non-scart modes, set aspect/policy
Felix Domke [Mon, 11 Feb 2008 14:28:35 +0000 (14:28 +0000)]
do some late imports
Stefan Pluecken [Mon, 11 Feb 2008 14:23:40 +0000 (14:23 +0000)]
remove video mode "PC" from video wizard
Felix Domke [Mon, 11 Feb 2008 14:12:52 +0000 (14:12 +0000)]
add a 'priority' for wizard screens to define the run order
Stefan Pluecken [Mon, 11 Feb 2008 14:02:23 +0000 (14:02 +0000)]
re-add question for test card to the video wizard
Stefan Pluecken [Mon, 11 Feb 2008 13:51:34 +0000 (13:51 +0000)]
set LCD text transparency
Stefan Pluecken [Mon, 11 Feb 2008 13:50:35 +0000 (13:50 +0000)]
small text change
Stefan Pluecken [Mon, 11 Feb 2008 12:58:36 +0000 (12:58 +0000)]
arm the video wizard
Andreas Monzner [Mon, 11 Feb 2008 11:25:54 +0000 (11:25 +0000)]
fix storing config entries (used by startwizzard)
Felix Domke [Fri, 8 Feb 2008 01:18:38 +0000 (01:18 +0000)]
CONFIG, not SYSETC
Felix Domke [Fri, 8 Feb 2008 00:25:37 +0000 (00:25 +0000)]
add some more profiles probes for more accurate progress
Felix Domke [Fri, 8 Feb 2008 00:08:11 +0000 (00:08 +0000)]
cut away 1/4th of enigma loading time by loading languages when they are used
Felix Domke [Fri, 8 Feb 2008 00:01:04 +0000 (00:01 +0000)]
stop writing progress after profile_final
Felix Domke [Thu, 7 Feb 2008 23:53:58 +0000 (23:53 +0000)]
add 'profile': log individual starting times, and use them on next run to estimate progress. write progress to lcd.
Felix Domke [Thu, 7 Feb 2008 19:01:53 +0000 (19:01 +0000)]
update fi language
Andreas Monzner [Tue, 5 Feb 2008 16:27:18 +0000 (16:27 +0000)]
disable WSS when 4:3 letterbox or 4:3 panscan is selected and "WSS on 4:3"
is disable
Stefan Pluecken [Sun, 3 Feb 2008 19:48:02 +0000 (19:48 +0000)]
fix a lot of broken keys on the advanced remote control
Andreas Monzner [Sat, 2 Feb 2008 16:22:25 +0000 (16:22 +0000)]
add missing file
Andreas Monzner [Fri, 1 Feb 2008 23:15:24 +0000 (23:15 +0000)]
add possibilty to hide menu entries when needed hardware is not available
Felix Domke [Thu, 31 Jan 2008 22:41:28 +0000 (22:41 +0000)]
update is language
Felix Domke [Wed, 30 Jan 2008 23:56:51 +0000 (23:56 +0000)]
set video mode on bootup, set /etc/videomode for bootup script
Felix Domke [Wed, 30 Jan 2008 13:45:23 +0000 (13:45 +0000)]
parse mpeg4 AVC UADs
Felix Domke [Wed, 30 Jan 2008 03:46:56 +0000 (03:46 +0000)]
fix when booting in scart mode (preferred modes will be empty)
Andreas Monzner [Tue, 29 Jan 2008 18:21:54 +0000 (18:21 +0000)]
fix typo
Felix Domke [Tue, 29 Jan 2008 13:24:03 +0000 (13:24 +0000)]
update hu language
Andreas Monzner [Mon, 28 Jan 2008 16:00:49 +0000 (16:00 +0000)]
errno handling
Andreas Monzner [Mon, 28 Jan 2008 16:00:25 +0000 (16:00 +0000)]
our alps bsbe2 frontend also needs the rotor workaround
Felix Domke [Mon, 28 Jan 2008 15:07:22 +0000 (15:07 +0000)]
fix typo
Felix Domke [Sun, 27 Jan 2008 23:16:48 +0000 (23:16 +0000)]
language update: hr,da,cs,lt
Felix Domke [Sun, 27 Jan 2008 21:15:12 +0000 (21:15 +0000)]
display hex values unsigned
Stefan Pluecken [Fri, 25 Jan 2008 02:13:55 +0000 (02:13 +0000)]
better dvi rate selection (testing for 50 Hz)
Stefan Pluecken [Fri, 25 Jan 2008 02:12:54 +0000 (02:12 +0000)]
some changes to change the current step on timeout events
Stefan Pluecken [Fri, 25 Jan 2008 01:52:12 +0000 (01:52 +0000)]
fix wizard step history (exit key should work now as expected)
Stefan Pluecken [Fri, 25 Jan 2008 01:22:25 +0000 (01:22 +0000)]
use new list type in start wizard
Stefan Pluecken [Fri, 25 Jan 2008 01:20:23 +0000 (01:20 +0000)]
add question for test pictures to the video wizard plugin
Felix Domke [Fri, 25 Jan 2008 01:16:35 +0000 (01:16 +0000)]
fix typo, fix gamma test screen
Stefan Pluecken [Fri, 25 Jan 2008 01:08:58 +0000 (01:08 +0000)]
use special refresh rate selection for DVI ports
Stefan Pluecken [Fri, 25 Jan 2008 01:08:08 +0000 (01:08 +0000)]
evaluate list changes
Stefan Pluecken [Fri, 25 Jan 2008 01:07:29 +0000 (01:07 +0000)]
change StartWizard's skin to sources concept for list widgets
Felix Domke [Fri, 25 Jan 2008 00:55:38 +0000 (00:55 +0000)]
add some .cvsignore
Felix Domke [Fri, 25 Jan 2008 00:54:25 +0000 (00:54 +0000)]
put main screen into own .py file to speed up enigma boottime (only plugin.py will be loaded at that time)
Felix Domke [Fri, 25 Jan 2008 00:39:40 +0000 (00:39 +0000)]
use screen.skin_summary if defined as summary skin