enigma2.git
15 years agooutput pid if timeoutet section table
Andreas Monzner [Thu, 27 Dec 2007 10:21:27 +0000 (10:21 +0000)]
output pid if timeoutet section table

15 years agofix LoadPixmap
Felix Domke [Mon, 24 Dec 2007 11:49:14 +0000 (11:49 +0000)]
fix LoadPixmap

15 years agoupdate 'da' language
Felix Domke [Sun, 23 Dec 2007 18:35:57 +0000 (18:35 +0000)]
update 'da' language

15 years agoupdate fr language
Felix Domke [Sun, 23 Dec 2007 18:31:20 +0000 (18:31 +0000)]
update fr language

15 years agoupdate lt language
Felix Domke [Sat, 22 Dec 2007 12:05:39 +0000 (12:05 +0000)]
update lt language

15 years agoadd 'layers' (in buffered mode, which is not working at the moment).
Felix Domke [Fri, 21 Dec 2007 01:50:02 +0000 (01:50 +0000)]
add 'layers' (in buffered mode, which is not working at the moment).

15 years agoadd videomode plugin to makefile
Felix Domke [Fri, 21 Dec 2007 00:10:23 +0000 (00:10 +0000)]
add videomode plugin to makefile

15 years agoadd LCD support
Felix Domke [Thu, 20 Dec 2007 23:22:53 +0000 (23:22 +0000)]
add LCD support

15 years agocreate global (real) config entries, update setup on hotplug (untested), fix apply...
Felix Domke [Thu, 20 Dec 2007 23:07:54 +0000 (23:07 +0000)]
create global (real) config entries, update setup on hotplug (untested), fix apply, implement mode revert

15 years agoallow setting default to false/no
Felix Domke [Thu, 20 Dec 2007 23:01:53 +0000 (23:01 +0000)]
allow setting default to false/no

15 years agowhitespace fixup
Felix Domke [Thu, 20 Dec 2007 22:47:29 +0000 (22:47 +0000)]
whitespace fixup

15 years agoadd videomode plugin (not used yet) for advanced videomode configuration
Felix Domke [Thu, 20 Dec 2007 01:10:05 +0000 (01:10 +0000)]
add videomode plugin (not used yet) for advanced videomode configuration

15 years agoinit borders to 0
Felix Domke [Thu, 20 Dec 2007 00:16:04 +0000 (00:16 +0000)]
init borders to 0

15 years agoremove debug
Felix Domke [Thu, 20 Dec 2007 00:15:41 +0000 (00:15 +0000)]
remove debug

15 years agopatch by Pieter Grimmerink: properly skip space when reading in services
Felix Domke [Sun, 16 Dec 2007 20:54:21 +0000 (20:54 +0000)]
patch by Pieter Grimmerink: properly skip space when reading in services

15 years agopatch by Pieter Grimmerink: properly initialize and check for LCD fd
Felix Domke [Sun, 16 Dec 2007 20:52:49 +0000 (20:52 +0000)]
patch by Pieter Grimmerink: properly initialize and check for LCD fd

15 years agopatch by Pieter Grimmerink: fix naming of western satellites (signed/unsigned problem)
Felix Domke [Sun, 16 Dec 2007 20:47:36 +0000 (20:47 +0000)]
patch by Pieter Grimmerink: fix naming of western satellites (signed/unsigned problem)

15 years agopatch by Pieter Grimmerink: fix 'cancel' when editing the service reference in a...
Felix Domke [Sun, 16 Dec 2007 20:46:40 +0000 (20:46 +0000)]
patch by Pieter Grimmerink: fix 'cancel' when editing the service reference in a timer

15 years agopatch by Pieter Grimmerink: fix order of class definitions to make swig happy
Felix Domke [Sun, 16 Dec 2007 20:43:07 +0000 (20:43 +0000)]
patch by Pieter Grimmerink:  fix order of class definitions to make swig happy

15 years agopatch by Pieter Grimmerink: save timers after editing
Felix Domke [Sun, 16 Dec 2007 20:41:24 +0000 (20:41 +0000)]
patch by Pieter Grimmerink: save timers after editing

15 years agopatch by Pieter Grimmerink: fix partial lines returned from ipkg
Felix Domke [Sun, 16 Dec 2007 20:40:32 +0000 (20:40 +0000)]
patch by Pieter Grimmerink: fix partial lines returned from ipkg

15 years agopatch by Pieter Grimmerink: fix IDE device numbering, mount formatted whereever it...
Felix Domke [Sun, 16 Dec 2007 20:38:06 +0000 (20:38 +0000)]
patch by Pieter Grimmerink: fix IDE device numbering, mount formatted whereever it should be mounted according to fstab, only create movie folder on hdd, use makedirs instead of system

15 years agopatch by Pieter Grimmerink: add closeOnSuccess
Felix Domke [Sun, 16 Dec 2007 20:35:38 +0000 (20:35 +0000)]
patch by Pieter Grimmerink: add closeOnSuccess

15 years agopatch by Pieter Grimmerink: -call waitpid on the child, after it completes. This...
Felix Domke [Sun, 16 Dec 2007 20:34:49 +0000 (20:34 +0000)]
patch by Pieter Grimmerink: -call waitpid on the child, after it completes. This avoids zombies.

15 years agomany keyboard improvements by Anders Holst
Felix Domke [Sun, 16 Dec 2007 20:24:17 +0000 (20:24 +0000)]
many keyboard improvements by Anders Holst

15 years agoadd jpg support. Please note that 32bit bitmaps require 4x the memory of 8bit, possib...
Felix Domke [Thu, 13 Dec 2007 02:36:45 +0000 (02:36 +0000)]
add jpg support. Please note that 32bit bitmaps require 4x the memory of 8bit, possibily reducing available memory and performance. further, add support for images with split rgb,a channels, by specifying the basename plus a dot (i.e., everything before the 'a.png'/'rgb.jpg')

15 years agofactor out loadPNG into LoadPixmap
Felix Domke [Thu, 13 Dec 2007 02:34:13 +0000 (02:34 +0000)]
factor out loadPNG into LoadPixmap

15 years agofix loadJPG
Felix Domke [Thu, 13 Dec 2007 02:33:45 +0000 (02:33 +0000)]
fix loadJPG

15 years agofix libopen Makefile dependency
Felix Domke [Thu, 13 Dec 2007 01:41:36 +0000 (01:41 +0000)]
fix libopen Makefile dependency

15 years agofactor out loadPNG into generic LoadPixmap
Felix Domke [Thu, 13 Dec 2007 01:25:52 +0000 (01:25 +0000)]
factor out loadPNG into generic LoadPixmap

15 years agoallow skin elements to use alphablend. *BE CAREFUL:* This is a major performance...
Felix Domke [Thu, 13 Dec 2007 01:09:02 +0000 (01:09 +0000)]
allow skin elements to use alphablend. *BE CAREFUL:* This is a major performance degradation. non-alphablend is about 4 times faster than alphablend.

15 years agofix/implement alphablend for 8-to-32 bpp blits
Felix Domke [Thu, 13 Dec 2007 01:06:31 +0000 (01:06 +0000)]
fix/implement alphablend for 8-to-32 bpp blits

15 years agore-enable alphablend
Felix Domke [Thu, 13 Dec 2007 00:16:09 +0000 (00:16 +0000)]
re-enable alphablend

15 years agoadd (untested) loadJPG with optional alpha channel
Felix Domke [Wed, 12 Dec 2007 17:21:16 +0000 (17:21 +0000)]
add (untested) loadJPG with optional alpha channel

15 years agoadd tool to convert 32bit argb into jpg+png. we still need enigma support to load...
Felix Domke [Wed, 12 Dec 2007 16:26:10 +0000 (16:26 +0000)]
add tool to convert 32bit argb into jpg+png. we still need enigma support to load them.

15 years agoadd support for manual blit
Andreas Monzner [Mon, 10 Dec 2007 23:25:32 +0000 (23:25 +0000)]
add support for manual blit

15 years agoremove buggy&strange code
Felix Domke [Thu, 29 Nov 2007 23:44:07 +0000 (23:44 +0000)]
remove buggy&strange code

15 years agoimprove text editing. Patch by Anders Holst
Felix Domke [Wed, 28 Nov 2007 13:07:43 +0000 (13:07 +0000)]
improve text editing. Patch by Anders Holst

15 years agoadd disabled videosetup
Ronny Strutz [Tue, 27 Nov 2007 14:01:10 +0000 (14:01 +0000)]
add disabled videosetup

15 years agoadd videosetup skeleton
Ronny Strutz [Tue, 27 Nov 2007 13:57:48 +0000 (13:57 +0000)]
add videosetup skeleton

15 years agoAlways show ip address/gateway/netmask in network settings dialog
Stefan Pluecken [Mon, 26 Nov 2007 23:39:52 +0000 (23:39 +0000)]
Always show ip address/gateway/netmask in network settings dialog

15 years agotry skindir/picon_default.png before use default enigma2.png
Andreas Monzner [Mon, 26 Nov 2007 16:43:47 +0000 (16:43 +0000)]
try skindir/picon_default.png before use default enigma2.png

15 years agoreset config.skin.primary_skin to default skin on skin load error
Andreas Monzner [Mon, 26 Nov 2007 16:41:23 +0000 (16:41 +0000)]
reset config.skin.primary_skin to default skin on skin load error

15 years agoremove unneeded imports
Andreas Monzner [Mon, 26 Nov 2007 13:38:45 +0000 (13:38 +0000)]
remove unneeded imports

15 years agoremove debug output
Andreas Monzner [Mon, 26 Nov 2007 13:10:30 +0000 (13:10 +0000)]
remove debug output

15 years agoonly show network adapter list when more than one adapters are available
Andreas Monzner [Mon, 26 Nov 2007 13:06:07 +0000 (13:06 +0000)]
only show network adapter list when more than one adapters are available
show friendly adapter name in network setup

15 years agodont show display contrast setting in display setup when a oled is detected
Andreas Monzner [Mon, 26 Nov 2007 12:39:43 +0000 (12:39 +0000)]
dont show display contrast setting in display setup when a oled is detected
make standby display brightness working

15 years agoinitialize array
Andreas Monzner [Mon, 26 Nov 2007 11:58:15 +0000 (11:58 +0000)]
initialize array

15 years agoupdate da language
Felix Domke [Sun, 25 Nov 2007 12:49:20 +0000 (12:49 +0000)]
update da language

15 years agoignore ok button when menu is empty
Felix Domke [Sat, 24 Nov 2007 14:09:09 +0000 (14:09 +0000)]
ignore ok button when menu is empty

15 years ago'None' as self.message is ok, will be treated as empty string
Felix Domke [Sat, 24 Nov 2007 14:06:40 +0000 (14:06 +0000)]
'None' as self.message is ok, will be treated as empty string

15 years agofix initial help menu arrow position
Felix Domke [Sat, 24 Nov 2007 13:55:24 +0000 (13:55 +0000)]
fix initial help menu arrow position

15 years agoadd the rest of the number buttons, patch by Tero Manninen
Felix Domke [Sat, 24 Nov 2007 13:48:36 +0000 (13:48 +0000)]
add the rest of the number buttons, patch by Tero Manninen

15 years agodon't crash when no StreamService reference was set
Felix Domke [Sat, 24 Nov 2007 12:56:11 +0000 (12:56 +0000)]
don't crash when no StreamService reference was set

15 years agorevert non working
Andreas Monzner [Fri, 23 Nov 2007 18:56:01 +0000 (18:56 +0000)]
revert non working

15 years agodisable debug output
Andreas Monzner [Fri, 23 Nov 2007 18:34:47 +0000 (18:34 +0000)]
disable debug output

15 years agosmall fix
Andreas Monzner [Fri, 23 Nov 2007 18:34:19 +0000 (18:34 +0000)]
small fix

15 years agoadd missing files
Andreas Monzner [Fri, 23 Nov 2007 18:26:34 +0000 (18:26 +0000)]
add missing files

15 years agoadd python files for socket mmi plugin
Andreas Monzner [Fri, 23 Nov 2007 18:03:59 +0000 (18:03 +0000)]
add python files for socket mmi plugin

15 years agoadd socket mmi plugin,
Andreas Monzner [Fri, 23 Nov 2007 18:00:18 +0000 (18:00 +0000)]
add socket mmi plugin,
fix some mmi bugs

15 years agofix close return values for non execing dialogs
Andreas Monzner [Fri, 23 Nov 2007 17:58:24 +0000 (17:58 +0000)]
fix close return values for non execing dialogs

15 years agosupport for linebreaks at hyphens, support for soft-hyphen (U+00AD)
Felix Domke [Fri, 23 Nov 2007 00:32:59 +0000 (00:32 +0000)]
support for linebreaks at hyphens, support for soft-hyphen (U+00AD)

15 years agosummary skin for channel selection
Felix Domke [Thu, 22 Nov 2007 22:52:58 +0000 (22:52 +0000)]
summary skin for channel selection

15 years agoset parent
Felix Domke [Thu, 22 Nov 2007 22:52:41 +0000 (22:52 +0000)]
set parent

15 years agouse parent's screen name + '_summary' to search for optional summary screen
Felix Domke [Thu, 22 Nov 2007 22:52:25 +0000 (22:52 +0000)]
use parent's screen name + '_summary' to search for optional summary screen

15 years agoadd mmi to lib/Makefile.am
Felix Domke [Thu, 22 Nov 2007 22:34:21 +0000 (22:34 +0000)]
add mmi to lib/Makefile.am

15 years agomake MMI code more reusable
Andreas Monzner [Thu, 22 Nov 2007 22:18:50 +0000 (22:18 +0000)]
make MMI code more reusable

15 years agoinitialize self.list
Andreas Monzner [Thu, 22 Nov 2007 10:41:55 +0000 (10:41 +0000)]
initialize self.list

15 years agore-level some config options, introduce levels for channel selection menu
Felix Domke [Thu, 22 Nov 2007 01:27:40 +0000 (01:27 +0000)]
re-level some config options, introduce levels for channel selection menu

15 years agofix typo (apend -> append)
Felix Domke [Thu, 22 Nov 2007 01:19:34 +0000 (01:19 +0000)]
fix typo (apend -> append)

15 years agofix memleak in dvb subtitle code
Andreas Monzner [Wed, 21 Nov 2007 01:42:58 +0000 (01:42 +0000)]
fix memleak in dvb subtitle code

15 years agoupdate no language
Felix Domke [Wed, 21 Nov 2007 00:26:24 +0000 (00:26 +0000)]
update no language

15 years agoupdate scrollbar in timerlist when a entry is removed
Andreas Monzner [Mon, 19 Nov 2007 23:58:58 +0000 (23:58 +0000)]
update scrollbar in timerlist when a entry is removed

15 years agoupdate is translation
Felix Domke [Mon, 19 Nov 2007 21:04:13 +0000 (21:04 +0000)]
update is translation

15 years agoupdate pt language
Felix Domke [Sun, 18 Nov 2007 22:14:26 +0000 (22:14 +0000)]
update pt language

15 years agodump function name and argument tuple
Andreas Monzner [Thu, 15 Nov 2007 19:52:08 +0000 (19:52 +0000)]
dump function name and argument tuple

15 years agofix type
Andreas Monzner [Thu, 15 Nov 2007 14:03:10 +0000 (14:03 +0000)]
fix type

15 years agoconfig.usage.blinking_display_clock_during_recording now changes behavior
Andreas Monzner [Thu, 15 Nov 2007 13:13:19 +0000 (13:13 +0000)]
config.usage.blinking_display_clock_during_recording now changes behavior
for standby clock too

15 years agofix small memleak
Andreas Monzner [Thu, 15 Nov 2007 12:42:08 +0000 (12:42 +0000)]
fix small memleak

15 years agoadd config option 'Show blinking clock in display during recording' to Usage
Andreas Monzner [Thu, 15 Nov 2007 12:41:19 +0000 (12:41 +0000)]
add config option 'Show blinking clock in display during recording' to Usage
setup

15 years agoadd config option 'Show blinking clock in display during recording'
Andreas Monzner [Thu, 15 Nov 2007 12:17:15 +0000 (12:17 +0000)]
add config option 'Show blinking clock in display during recording'
default is no

15 years agoadd converter to test config entrie values
Andreas Monzner [Thu, 15 Nov 2007 12:16:25 +0000 (12:16 +0000)]
add converter to test config entrie values

15 years agoupdate da language
Felix Domke [Thu, 15 Nov 2007 12:10:51 +0000 (12:10 +0000)]
update da language

15 years agofix frequently segfault on clean shutdown
Andreas Monzner [Wed, 14 Nov 2007 14:56:16 +0000 (14:56 +0000)]
fix frequently segfault on clean shutdown

15 years agofix
Andreas Monzner [Tue, 13 Nov 2007 17:18:59 +0000 (17:18 +0000)]
fix

15 years agoremove unneeded code,
Andreas Monzner [Tue, 13 Nov 2007 15:10:55 +0000 (15:10 +0000)]
remove unneeded code,
fix copy & paste typo

15 years agoallow setting framebuffer resolution from skin
Felix Domke [Tue, 13 Nov 2007 12:43:16 +0000 (12:43 +0000)]
allow setting framebuffer resolution from skin

15 years agoshow reasons for bsodFatal
Felix Domke [Tue, 13 Nov 2007 12:12:00 +0000 (12:12 +0000)]
show reasons for bsodFatal

15 years agoadd FATAL: before error messages
Felix Domke [Tue, 13 Nov 2007 11:58:31 +0000 (11:58 +0000)]
add FATAL: before error messages

15 years agodont show shutdown menu on long frontend power button press
Andreas Monzner [Tue, 13 Nov 2007 11:54:04 +0000 (11:54 +0000)]
dont show shutdown menu on long frontend power button press

15 years agoupdate sv language
Felix Domke [Mon, 12 Nov 2007 20:58:56 +0000 (20:58 +0000)]
update sv language

15 years agoadd possibility to set tuner priority for alternative services in Customize
Andreas Monzner [Mon, 12 Nov 2007 18:42:54 +0000 (18:42 +0000)]
add possibility to set tuner priority for alternative services in Customize
menu (just with expert usage level)

15 years agoupdate lt language
Felix Domke [Sun, 11 Nov 2007 19:52:36 +0000 (19:52 +0000)]
update lt language

15 years agochange order in shutdown menu (expert mode only)
Felix Domke [Sun, 11 Nov 2007 19:45:53 +0000 (19:45 +0000)]
change order in shutdown menu (expert mode only)

15 years agodont export unneeded eListboxStyle class to python...
Andreas Monzner [Sat, 10 Nov 2007 14:05:18 +0000 (14:05 +0000)]
dont export unneeded eListboxStyle class to python...

15 years agojust export gFBDC.getInstance and setResolution to python
Andreas Monzner [Sat, 10 Nov 2007 13:54:48 +0000 (13:54 +0000)]
just export gFBDC.getInstance and setResolution to python

15 years agoallow access to gfbdc from python to set resolution
Felix Domke [Sat, 10 Nov 2007 13:01:54 +0000 (13:01 +0000)]
allow access to gfbdc from python to set resolution

15 years agofix frequently vacancies in multiepg
Andreas Monzner [Sat, 10 Nov 2007 12:28:59 +0000 (12:28 +0000)]
fix frequently vacancies in multiepg
fix no more responding left/right button in graph multiepg when no more
valid entries are on visible page

15 years agolookupEvent returns one entry for every service event though no event in
Andreas Monzner [Sat, 10 Nov 2007 12:26:07 +0000 (12:26 +0000)]
lookupEvent returns one entry for every service event though no event in
queried time range is found.. in this case all event based entries in
returned tuple are None

15 years agowidget has no foregroundcolor
Andreas Monzner [Sat, 10 Nov 2007 11:18:16 +0000 (11:18 +0000)]
widget has no foregroundcolor