enigma2.git
16 years agofix typo
Andreas Monzner [Thu, 14 Feb 2008 20:59:48 +0000 (20:59 +0000)]
fix typo

16 years agounlink some cyclic dependencys to get garbage collection working
Andreas Monzner [Thu, 14 Feb 2008 20:40:05 +0000 (20:40 +0000)]
unlink some cyclic dependencys to get garbage collection working

16 years agoadd support for cyclic garbage collection to eTimer and eSocketNotifier
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)

16 years agowrite memleak info to /var/tmp/enigma2_mem.out instead of stdout
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

16 years agoimplement proper 'destroy' functions in Converter
Felix Domke [Wed, 13 Feb 2008 22:23:29 +0000 (22:23 +0000)]
implement proper 'destroy' functions in Converter

16 years agomissing part of ritzmo's fsck patch
Felix Domke [Wed, 13 Feb 2008 21:40:32 +0000 (21:40 +0000)]
missing part of ritzmo's fsck patch

16 years agoadd explicit constructors
Felix Domke [Wed, 13 Feb 2008 19:01:24 +0000 (19:01 +0000)]
add explicit constructors

16 years agoinclude Python.h before all other header files
Andreas Monzner [Wed, 13 Feb 2008 19:00:26 +0000 (19:00 +0000)]
include Python.h before all other header files

16 years agofix memleak
Andreas Monzner [Wed, 13 Feb 2008 01:19:17 +0000 (01:19 +0000)]
fix memleak

16 years agoupdate fi language
Felix Domke [Wed, 13 Feb 2008 00:43:43 +0000 (00:43 +0000)]
update fi language

16 years agohandle broken timers.xml gracefully
Felix Domke [Tue, 12 Feb 2008 22:16:58 +0000 (22:16 +0000)]
handle broken timers.xml gracefully

16 years agofsck_mainmenu by Moritz Venn
Felix Domke [Tue, 12 Feb 2008 00:04:28 +0000 (00:04 +0000)]
fsck_mainmenu by Moritz Venn

16 years agotext edit patch #5 by Anders Holst
Felix Domke [Mon, 11 Feb 2008 23:42:08 +0000 (23:42 +0000)]
text edit patch #5 by Anders Holst

16 years agodo not crash when attributes are not present; replace by defaults instead
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

16 years agoexplain new wizard api
Felix Domke [Mon, 11 Feb 2008 23:12:59 +0000 (23:12 +0000)]
explain new wizard api

16 years agoupdate es language
Felix Domke [Mon, 11 Feb 2008 22:57:21 +0000 (22:57 +0000)]
update es language

16 years agointerface to video start wizard
Felix Domke [Mon, 11 Feb 2008 14:54:44 +0000 (14:54 +0000)]
interface to video start wizard

16 years agoconfig entries must be defined globally
Felix Domke [Mon, 11 Feb 2008 14:51:43 +0000 (14:51 +0000)]
config entries must be defined globally

16 years agoworkaround: on non-scart modes, set aspect/policy
Felix Domke [Mon, 11 Feb 2008 14:39:43 +0000 (14:39 +0000)]
workaround: on non-scart modes, set aspect/policy

16 years agodo some late imports
Felix Domke [Mon, 11 Feb 2008 14:28:35 +0000 (14:28 +0000)]
do some late imports

16 years agoremove video mode "PC" from video wizard
Stefan Pluecken [Mon, 11 Feb 2008 14:23:40 +0000 (14:23 +0000)]
remove video mode "PC" from video wizard

16 years agoadd a 'priority' for wizard screens to define the run order
Felix Domke [Mon, 11 Feb 2008 14:12:52 +0000 (14:12 +0000)]
add a 'priority' for wizard screens to define the run order

16 years agore-add question for test card to the video wizard
Stefan Pluecken [Mon, 11 Feb 2008 14:02:23 +0000 (14:02 +0000)]
re-add question for test card to the video wizard

16 years agoset LCD text transparency
Stefan Pluecken [Mon, 11 Feb 2008 13:51:34 +0000 (13:51 +0000)]
set LCD text transparency

16 years agosmall text change
Stefan Pluecken [Mon, 11 Feb 2008 13:50:35 +0000 (13:50 +0000)]
small text change

16 years agoarm the video wizard
Stefan Pluecken [Mon, 11 Feb 2008 12:58:36 +0000 (12:58 +0000)]
arm the video wizard

16 years agofix storing config entries (used by startwizzard)
Andreas Monzner [Mon, 11 Feb 2008 11:25:54 +0000 (11:25 +0000)]
fix storing config entries (used by startwizzard)

16 years agoCONFIG, not SYSETC
Felix Domke [Fri, 8 Feb 2008 01:18:38 +0000 (01:18 +0000)]
CONFIG, not SYSETC

16 years agoadd some more profiles probes for more accurate progress
Felix Domke [Fri, 8 Feb 2008 00:25:37 +0000 (00:25 +0000)]
add some more profiles probes for more accurate progress

16 years agocut away 1/4th of enigma loading time by loading languages when they are used
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

16 years agostop writing progress after profile_final
Felix Domke [Fri, 8 Feb 2008 00:01:04 +0000 (00:01 +0000)]
stop writing progress after profile_final

16 years agoadd 'profile': log individual starting times, and use them on next run to estimate...
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.

16 years agoupdate fi language
Felix Domke [Thu, 7 Feb 2008 19:01:53 +0000 (19:01 +0000)]
update fi language

16 years agodisable WSS when 4:3 letterbox or 4:3 panscan is selected and "WSS on 4:3"
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

16 years agofix a lot of broken keys on the advanced remote control
Stefan Pluecken [Sun, 3 Feb 2008 19:48:02 +0000 (19:48 +0000)]
fix a lot of broken keys on the advanced remote control

16 years agoadd missing file
Andreas Monzner [Sat, 2 Feb 2008 16:22:25 +0000 (16:22 +0000)]
add missing file

16 years agoadd possibilty to hide menu entries when needed hardware is not available
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

16 years agoupdate is language
Felix Domke [Thu, 31 Jan 2008 22:41:28 +0000 (22:41 +0000)]
update is language

16 years agoset video mode on bootup, set /etc/videomode for bootup script
Felix Domke [Wed, 30 Jan 2008 23:56:51 +0000 (23:56 +0000)]
set video mode on bootup, set /etc/videomode for bootup script

16 years agoparse mpeg4 AVC UADs
Felix Domke [Wed, 30 Jan 2008 13:45:23 +0000 (13:45 +0000)]
parse mpeg4 AVC UADs

16 years agofix when booting in scart mode (preferred modes will be empty)
Felix Domke [Wed, 30 Jan 2008 03:46:56 +0000 (03:46 +0000)]
fix when booting in scart mode (preferred modes will be empty)

16 years agofix typo
Andreas Monzner [Tue, 29 Jan 2008 18:21:54 +0000 (18:21 +0000)]
fix typo

16 years agoupdate hu language
Felix Domke [Tue, 29 Jan 2008 13:24:03 +0000 (13:24 +0000)]
update hu language

16 years agoerrno handling
Andreas Monzner [Mon, 28 Jan 2008 16:00:49 +0000 (16:00 +0000)]
errno handling

16 years agoour alps bsbe2 frontend also needs the rotor workaround
Andreas Monzner [Mon, 28 Jan 2008 16:00:25 +0000 (16:00 +0000)]
our alps bsbe2 frontend also needs the rotor workaround

16 years agofix typo
Felix Domke [Mon, 28 Jan 2008 15:07:22 +0000 (15:07 +0000)]
fix typo

16 years agolanguage update: hr,da,cs,lt
Felix Domke [Sun, 27 Jan 2008 23:16:48 +0000 (23:16 +0000)]
language update: hr,da,cs,lt

16 years agodisplay hex values unsigned
Felix Domke [Sun, 27 Jan 2008 21:15:12 +0000 (21:15 +0000)]
display hex values unsigned

16 years agobetter dvi rate selection (testing for 50 Hz)
Stefan Pluecken [Fri, 25 Jan 2008 02:13:55 +0000 (02:13 +0000)]
better dvi rate selection (testing for 50 Hz)

16 years agosome changes to change the current step on timeout events
Stefan Pluecken [Fri, 25 Jan 2008 02:12:54 +0000 (02:12 +0000)]
some changes to change the current step on timeout events

16 years agofix wizard step history (exit key should work now as expected)
Stefan Pluecken [Fri, 25 Jan 2008 01:52:12 +0000 (01:52 +0000)]
fix wizard step history (exit key should work now as expected)

16 years agouse new list type in start wizard
Stefan Pluecken [Fri, 25 Jan 2008 01:22:25 +0000 (01:22 +0000)]
use new list type in start wizard

16 years agoadd question for test pictures to the video wizard plugin
Stefan Pluecken [Fri, 25 Jan 2008 01:20:23 +0000 (01:20 +0000)]
add question for test pictures to the video wizard plugin

16 years agofix typo, fix gamma test screen
Felix Domke [Fri, 25 Jan 2008 01:16:35 +0000 (01:16 +0000)]
fix typo, fix gamma test screen

16 years agouse special refresh rate selection for DVI ports
Stefan Pluecken [Fri, 25 Jan 2008 01:08:58 +0000 (01:08 +0000)]
use special refresh rate selection for DVI ports

16 years agoevaluate list changes
Stefan Pluecken [Fri, 25 Jan 2008 01:08:08 +0000 (01:08 +0000)]
evaluate list changes

16 years agochange StartWizard's skin to sources concept for list widgets
Stefan Pluecken [Fri, 25 Jan 2008 01:07:29 +0000 (01:07 +0000)]
change StartWizard's skin to sources concept for list widgets

16 years agoadd some .cvsignore
Felix Domke [Fri, 25 Jan 2008 00:55:38 +0000 (00:55 +0000)]
add some .cvsignore

16 years agoput main screen into own .py file to speed up enigma boottime (only plugin.py will...
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)

16 years agouse screen.skin_summary if defined as summary skin
Felix Domke [Fri, 25 Jan 2008 00:39:40 +0000 (00:39 +0000)]
use screen.skin_summary if defined as summary skin

16 years ago'rate' -> 'refresh rate'
Felix Domke [Fri, 25 Jan 2008 00:38:53 +0000 (00:38 +0000)]
'rate' -> 'refresh rate'

16 years agoremove debug
Felix Domke [Fri, 25 Jan 2008 00:38:30 +0000 (00:38 +0000)]
remove debug

16 years agoadd cvsignore
Felix Domke [Fri, 25 Jan 2008 00:37:08 +0000 (00:37 +0000)]
add cvsignore

16 years agoadd VideoTune plugin
Felix Domke [Fri, 25 Jan 2008 00:36:41 +0000 (00:36 +0000)]
add VideoTune plugin

16 years agosync languages
Felix Domke [Fri, 25 Jan 2008 00:35:25 +0000 (00:35 +0000)]
sync languages

16 years agolayout fix: use proper background color for transparent texts in front of colored...
Felix Domke [Thu, 24 Jan 2008 23:36:17 +0000 (23:36 +0000)]
layout fix: use proper background color for transparent texts in front of colored buttons

16 years agomerge with old A/V setup
Felix Domke [Thu, 24 Jan 2008 23:22:50 +0000 (23:22 +0000)]
merge with old A/V setup

16 years agoremove old video setup
Felix Domke [Thu, 24 Jan 2008 23:15:02 +0000 (23:15 +0000)]
remove old video setup

16 years agoallow overriding menus from plugins
Felix Domke [Thu, 24 Jan 2008 23:13:41 +0000 (23:13 +0000)]
allow overriding menus from plugins

16 years agoremove debug, add (untested) isPortUsed
Felix Domke [Thu, 24 Jan 2008 23:10:44 +0000 (23:10 +0000)]
remove debug, add (untested) isPortUsed

16 years ago- fix bluescreen caused by wrong list handling
Stefan Pluecken [Thu, 24 Jan 2008 22:16:17 +0000 (22:16 +0000)]
- fix bluescreen caused by wrong list handling

16 years agoYPrPb -> YPbPr
Stefan Pluecken [Thu, 24 Jan 2008 22:12:04 +0000 (22:12 +0000)]
YPrPb -> YPbPr

16 years agowrite text support in eCanvas
Felix Domke [Thu, 24 Jan 2008 21:56:23 +0000 (21:56 +0000)]
write text support in eCanvas

16 years agoyou don't want to know... (don't rely on clut in 32bit modes)
Felix Domke [Thu, 24 Jan 2008 21:55:26 +0000 (21:55 +0000)]
you don't want to know... (don't rely on clut in 32bit modes)

16 years ago- add selectNext/selectPrevious to sources.List
Stefan Pluecken [Thu, 24 Jan 2008 21:47:38 +0000 (21:47 +0000)]
- add selectNext/selectPrevious to sources.List
- fix wizard up/down for configList

16 years agodisable preferred_modes stuff for now, implement hotplug (but disable it)
Felix Domke [Thu, 24 Jan 2008 21:40:11 +0000 (21:40 +0000)]
disable preferred_modes stuff for now, implement hotplug (but disable it)

16 years agoadd videowizard
Stefan Pluecken [Thu, 24 Jan 2008 03:49:08 +0000 (03:49 +0000)]
add videowizard

16 years agoa lot of new wizard functionality
Stefan Pluecken [Thu, 24 Jan 2008 03:46:42 +0000 (03:46 +0000)]
a lot of new wizard functionality

16 years agoadd count() to List source
Stefan Pluecken [Thu, 24 Jan 2008 03:43:38 +0000 (03:43 +0000)]
add count() to List source

16 years agopass more information about why a channel alloc fails, and display proper error messa...
Felix Domke [Thu, 24 Jan 2008 00:42:20 +0000 (00:42 +0000)]
pass more information about why a channel alloc fails, and display proper error message (instead of "no free tuner")

16 years agorevert re-mmap (it's not necessary with new driver, and is a bad idea anyway if a...
Felix Domke [Thu, 24 Jan 2008 00:18:52 +0000 (00:18 +0000)]
revert re-mmap (it's not necessary with new driver, and is a bad idea anyway if a driver requires this); but keep the manual blit stuff.

16 years agoupdate da language
Felix Domke [Tue, 22 Jan 2008 22:17:13 +0000 (22:17 +0000)]
update da language

16 years agofix byte order for jpg
Felix Domke [Tue, 22 Jan 2008 01:17:18 +0000 (01:17 +0000)]
fix byte order for jpg

16 years agoupdate hu language
Felix Domke [Sun, 20 Jan 2008 20:51:09 +0000 (20:51 +0000)]
update hu language

16 years agoupdate hu language
Felix Domke [Sat, 19 Jan 2008 10:55:27 +0000 (10:55 +0000)]
update hu language

16 years agoupdate hu language
Felix Domke [Sat, 19 Jan 2008 10:37:54 +0000 (10:37 +0000)]
update hu language

16 years agofix cmdline parser
Andreas Monzner [Thu, 17 Jan 2008 23:58:15 +0000 (23:58 +0000)]
fix cmdline parser

16 years agodeal correct with errno
Andreas Monzner [Sat, 12 Jan 2008 14:44:17 +0000 (14:44 +0000)]
deal correct with errno

16 years agohandle ret value of eConsoleAppContainer.execute
Andreas Monzner [Sat, 12 Jan 2008 11:52:03 +0000 (11:52 +0000)]
handle ret value of eConsoleAppContainer.execute

16 years agoepg fixes
Andreas Monzner [Thu, 10 Jan 2008 16:13:12 +0000 (16:13 +0000)]
epg fixes

16 years agofix bsod when draw epglist entrys without beginTime
Andreas Monzner [Thu, 10 Jan 2008 00:34:15 +0000 (00:34 +0000)]
fix bsod when draw epglist entrys without beginTime

16 years agoremap lfb on resolution change
Andreas Monzner [Wed, 9 Jan 2008 22:36:15 +0000 (22:36 +0000)]
remap lfb on resolution change

16 years agouse setup_<setupkey> as alternative skin name for Setup, for customization of specifi...
Felix Domke [Tue, 8 Jan 2008 23:27:58 +0000 (23:27 +0000)]
use setup_<setupkey> as alternative skin name for Setup, for customization of specific setup screens

16 years agouse vfork instead of fork (this hopefully fixes the 'no more
Andreas Monzner [Tue, 8 Jan 2008 21:43:01 +0000 (21:43 +0000)]
use vfork instead of fork (this hopefully fixes the 'no more
eConsoleAppContainer is working after a long enigma2 runtime' problem)
optimize the eConsoleAppContainer::execute function

16 years agoallow generic override of SimpleSummary
Felix Domke [Tue, 8 Jan 2008 14:52:33 +0000 (14:52 +0000)]
allow generic override of SimpleSummary

16 years agoFixed very useful TestPlugin-plugin (callback wasn't called correctly)
Stefan Pluecken [Mon, 7 Jan 2008 12:27:49 +0000 (12:27 +0000)]
Fixed very useful TestPlugin-plugin (callback wasn't called correctly)

16 years agoupdate fr language
Felix Domke [Thu, 3 Jan 2008 20:27:36 +0000 (20:27 +0000)]
update fr language

16 years agoupdate lt language
Felix Domke [Thu, 3 Jan 2008 06:49:24 +0000 (06:49 +0000)]
update lt language

16 years agoreconnect camd.socket on connection lost
Andreas Monzner [Wed, 2 Jan 2008 19:13:12 +0000 (19:13 +0000)]
reconnect camd.socket on connection lost

16 years agopatch by Moritz Venn: allow plugins to provide a Wakeup-Time
Felix Domke [Wed, 2 Jan 2008 17:22:25 +0000 (17:22 +0000)]
patch by Moritz Venn: allow plugins to provide a Wakeup-Time