enigma2.git
16 years agocode cleanup
Andreas Monzner [Tue, 22 Apr 2008 10:37:38 +0000 (10:37 +0000)]
code cleanup

16 years agofix small memleak
Andreas Monzner [Tue, 22 Apr 2008 10:30:00 +0000 (10:30 +0000)]
fix small memleak

16 years agofix for previous commit
Andreas Monzner [Mon, 21 Apr 2008 21:35:48 +0000 (21:35 +0000)]
fix for previous commit

16 years agoanother speedup skin parsing
Andreas Monzner [Mon, 21 Apr 2008 20:52:42 +0000 (20:52 +0000)]
another speedup skin parsing

16 years agospeedup reading keymaps
Andreas Monzner [Mon, 21 Apr 2008 20:52:20 +0000 (20:52 +0000)]
speedup reading keymaps

16 years agospeedup resolveFilename a bit
Andreas Monzner [Mon, 21 Apr 2008 20:07:35 +0000 (20:07 +0000)]
speedup resolveFilename a bit

16 years agoadd seekTitle to iSeekableService interface
Andreas Monzner [Mon, 21 Apr 2008 13:09:09 +0000 (13:09 +0000)]
add seekTitle to iSeekableService interface
add default implementation for seekTitle and seekChapter

16 years agofix path to default plugin.png
Andreas Monzner [Mon, 21 Apr 2008 11:55:03 +0000 (11:55 +0000)]
fix path to default plugin.png

16 years agoadd missing pixmap
Andreas Monzner [Mon, 21 Apr 2008 11:53:40 +0000 (11:53 +0000)]
add missing pixmap

16 years agofix prev commit
Andreas Monzner [Mon, 21 Apr 2008 11:10:50 +0000 (11:10 +0000)]
fix prev commit

16 years agohandle alphatest="blend" like alphatest="on" when only 8bpp framebuffer is
Andreas Monzner [Mon, 21 Apr 2008 11:09:12 +0000 (11:09 +0000)]
handle alphatest="blend" like alphatest="on" when only 8bpp framebuffer is
available

16 years agoanother skin speedup (thx to bundy for the hint)
Andreas Monzner [Mon, 21 Apr 2008 10:06:04 +0000 (10:06 +0000)]
another skin speedup (thx to bundy for the hint)

16 years agohandle case of empty text
Felix Domke [Sun, 20 Apr 2008 20:43:49 +0000 (20:43 +0000)]
handle case of empty text

16 years agono need to define skin in skin_default.xml and .py files
Andreas Monzner [Fri, 18 Apr 2008 19:06:21 +0000 (19:06 +0000)]
no need to define skin in skin_default.xml and .py files

16 years agofix non visible Listbox in Startwizzard
Andreas Monzner [Fri, 18 Apr 2008 18:46:40 +0000 (18:46 +0000)]
fix non visible Listbox in Startwizzard

16 years agosearch default picon png first in currently used skin directory before
Andreas Monzner [Thu, 17 Apr 2008 23:00:45 +0000 (23:00 +0000)]
search default picon png first in currently used skin directory before
fallback to default skin directory

16 years agouse SCOPE_CURRENT_SKIN
Andreas Monzner [Thu, 17 Apr 2008 22:59:41 +0000 (22:59 +0000)]
use SCOPE_CURRENT_SKIN

16 years agoadd SCOPE_CURRENT_SKIN to resolveFileNames in currently used skin directory
Andreas Monzner [Thu, 17 Apr 2008 22:59:15 +0000 (22:59 +0000)]
add SCOPE_CURRENT_SKIN to resolveFileNames in currently used skin directory

16 years agorelayout video finetune a bit
Felix Domke [Thu, 17 Apr 2008 21:39:17 +0000 (21:39 +0000)]
relayout video finetune a bit

16 years agoupdate da,sv language
Felix Domke [Thu, 17 Apr 2008 20:40:24 +0000 (20:40 +0000)]
update da,sv language

16 years agoskin parser speedup (thx to lt team!)
Andreas Monzner [Thu, 17 Apr 2008 19:05:38 +0000 (19:05 +0000)]
skin parser speedup (thx to lt team!)

16 years agosearch font in current skin path when not found in font dir
Andreas Monzner [Thu, 17 Apr 2008 18:14:37 +0000 (18:14 +0000)]
search font in current skin path when not found in font dir

16 years agomake some operator functions const
Andreas Monzner [Thu, 17 Apr 2008 11:46:51 +0000 (11:46 +0000)]
make some operator functions const

16 years agoremove deprecated and unused code
Andreas Monzner [Thu, 17 Apr 2008 09:10:15 +0000 (09:10 +0000)]
remove deprecated and unused code

16 years agoremove InfoBarEvent initialization, which is gone now
Felix Domke [Wed, 16 Apr 2008 20:29:53 +0000 (20:29 +0000)]
remove InfoBarEvent initialization, which is gone now

16 years agoInfobar toggleable with OK key and remember last file browser directory
Andreas Frisch [Wed, 16 Apr 2008 20:11:25 +0000 (20:11 +0000)]
Infobar toggleable with OK key and remember last file browser directory

16 years agodont crash when no or empty cables.xml is available
Andreas Monzner [Wed, 16 Apr 2008 16:26:15 +0000 (16:26 +0000)]
dont crash when no or empty cables.xml is available

16 years agofix Makefiles
Andreas Monzner [Wed, 16 Apr 2008 15:11:32 +0000 (15:11 +0000)]
fix Makefiles

16 years agotry to detect transponders with a to slow or to fast time..
Andreas Monzner [Wed, 16 Apr 2008 10:51:26 +0000 (10:51 +0000)]
try to detect transponders with a to slow or to fast time..

16 years agouse clock_gettime for internal timers instead of gettimeofday .. so now our
Andreas Monzner [Wed, 16 Apr 2008 09:53:18 +0000 (09:53 +0000)]
use clock_gettime for internal timers instead of gettimeofday .. so now our
timers are independent of the normal linux clock (and change linux time
without inform e2 is now really uncritical)

16 years agofix colors
Felix Domke [Wed, 16 Apr 2008 00:38:28 +0000 (00:38 +0000)]
fix colors

16 years agosimple tool to use SVG to prototype skins
Felix Domke [Tue, 15 Apr 2008 23:59:24 +0000 (23:59 +0000)]
simple tool to use SVG to prototype skins

16 years agoby Nemesis: remove obsolete source in CutlistEditor, fix network adapter setup layout
Felix Domke [Tue, 15 Apr 2008 23:57:31 +0000 (23:57 +0000)]
by Nemesis: remove obsolete source in CutlistEditor, fix network adapter setup layout

16 years agomake our lifes a bit more colorful.
Felix Domke [Tue, 15 Apr 2008 23:55:19 +0000 (23:55 +0000)]
make our lifes a bit more colorful.

16 years agorelayout a bit
Felix Domke [Tue, 15 Apr 2008 23:53:41 +0000 (23:53 +0000)]
relayout a bit

16 years agofix servicedvd.so install (now the directory is created before copy lib
Andreas Monzner [Tue, 15 Apr 2008 16:40:04 +0000 (16:40 +0000)]
fix servicedvd.so install (now the directory is created before copy lib

16 years agodont show infobar when a dvd menu is visible
Andreas Monzner [Tue, 15 Apr 2008 15:38:18 +0000 (15:38 +0000)]
dont show infobar when a dvd menu is visible
dont crash when ok is pressed in the filebrowser when the ".." entry is
selected

16 years agodont build dvdplugin when dreamdvd lib ist not available
Andreas Monzner [Tue, 15 Apr 2008 14:31:06 +0000 (14:31 +0000)]
dont build dvdplugin when dreamdvd lib ist not available

16 years agoremove no more exist Makefile
Andreas Monzner [Tue, 15 Apr 2008 12:52:39 +0000 (12:52 +0000)]
remove no more exist Makefile

16 years agoadd DVDPlayer plugin (not final yet)
Andreas Monzner [Tue, 15 Apr 2008 12:47:41 +0000 (12:47 +0000)]
add DVDPlayer plugin (not final yet)
not working without libdreamdvd (not in OE yet)

16 years agoadd seekChapter method to iSeekableService interface
Andreas Monzner [Tue, 15 Apr 2008 12:38:43 +0000 (12:38 +0000)]
add seekChapter method to iSeekableService interface

16 years agoadd icon mainmenu icon for dvd player (not final version)
Andreas Monzner [Tue, 15 Apr 2008 12:33:43 +0000 (12:33 +0000)]
add icon mainmenu icon for dvd player (not final version)

16 years agoadd icon for dvd player
Andreas Monzner [Tue, 15 Apr 2008 12:32:03 +0000 (12:32 +0000)]
add icon for dvd player

16 years agoAdd TaskView, a screen to display job progress
Felix Domke [Mon, 14 Apr 2008 23:31:55 +0000 (23:31 +0000)]
Add TaskView, a screen to display job progress

16 years agoAdd 'Tasks' for controlled execution of multiple external tools
Felix Domke [Mon, 14 Apr 2008 23:31:18 +0000 (23:31 +0000)]
Add 'Tasks' for controlled execution of multiple external tools

16 years agoemit changed when text changes (not so static anymore)
Felix Domke [Mon, 14 Apr 2008 23:28:10 +0000 (23:28 +0000)]
emit changed when text changes (not so static anymore)

16 years agoadd 'progress' source, 'progress to text' converter
Felix Domke [Mon, 14 Apr 2008 23:27:01 +0000 (23:27 +0000)]
add 'progress' source, 'progress to text'  converter

16 years agobetter handling for eServiceFS file extensions
Andreas Monzner [Mon, 14 Apr 2008 15:10:50 +0000 (15:10 +0000)]
better handling for eServiceFS file extensions

16 years agoremove deprecated code (deprecation date was 2008-01 and 2008-02)
Andreas Monzner [Mon, 14 Apr 2008 11:31:34 +0000 (11:31 +0000)]
remove deprecated code (deprecation date was 2008-01 and 2008-02)

16 years agoadd new png directories
Felix Domke [Sun, 13 Apr 2008 23:04:18 +0000 (23:04 +0000)]
add new png directories

16 years agopng cleanup by nemsis, png move/changes
Felix Domke [Sun, 13 Apr 2008 23:03:44 +0000 (23:03 +0000)]
png cleanup by nemsis, png move/changes

16 years agopng cleanup by nemesis, source changes.
Felix Domke [Sun, 13 Apr 2008 23:00:47 +0000 (23:00 +0000)]
png cleanup by nemesis, source changes.

16 years agoremove 'Header', it's obsolete and unused
Felix Domke [Sun, 13 Apr 2008 22:44:24 +0000 (22:44 +0000)]
remove 'Header', it's obsolete and unused

16 years agoadd support for writing python strings directly
Felix Domke [Sun, 13 Apr 2008 22:40:38 +0000 (22:40 +0000)]
add support for writing python strings directly

16 years agouse 'Console' font in console window
Felix Domke [Sun, 13 Apr 2008 22:37:42 +0000 (22:37 +0000)]
use 'Console' font in console window

16 years agouse TemplatedMultiContent for language selection
Felix Domke [Sun, 13 Apr 2008 22:33:42 +0000 (22:33 +0000)]
use TemplatedMultiContent for language selection

16 years agoadd TemplatedMultiContent converter
Felix Domke [Sun, 13 Apr 2008 22:32:36 +0000 (22:32 +0000)]
add TemplatedMultiContent converter

16 years agoadd 'templates' in listboxcontent, to split the layout from actual data content
Felix Domke [Sun, 13 Apr 2008 22:30:58 +0000 (22:30 +0000)]
add 'templates' in listboxcontent, to split the layout from actual data content

16 years agoset fastblank correctly
Felix Domke [Thu, 10 Apr 2008 20:11:06 +0000 (20:11 +0000)]
set fastblank correctly

16 years agoallow setting a videomode directly with 1(=720p),2(=1080i),3(=scart)
Felix Domke [Thu, 10 Apr 2008 13:12:24 +0000 (13:12 +0000)]
allow setting a videomode directly with 1(=720p),2(=1080i),3(=scart)

16 years agoupdate sv language
Felix Domke [Thu, 10 Apr 2008 11:23:33 +0000 (11:23 +0000)]
update sv language

16 years agoAdd ServicePosition arguments Detailed, Negate, ShowHours & respective patch for...
Andreas Frisch [Wed, 9 Apr 2008 13:51:09 +0000 (13:51 +0000)]
Add ServicePosition arguments Detailed, Negate, ShowHours & respective patch for CutListEditor

16 years agoexperimental support for freetype 2.1.x and newer versions
Andreas Oberritter [Tue, 8 Apr 2008 22:32:16 +0000 (22:32 +0000)]
experimental support for freetype 2.1.x and newer versions

16 years agoupdate hu, fr language
Felix Domke [Tue, 8 Apr 2008 22:23:26 +0000 (22:23 +0000)]
update hu, fr language

16 years ago"selction" => "selection"
Stefan Pluecken [Mon, 7 Apr 2008 21:32:49 +0000 (21:32 +0000)]
"selction" => "selection"

16 years agoadd translation choser (on pressing the red button) to the StartWizard
Stefan Pluecken [Sun, 6 Apr 2008 21:57:53 +0000 (21:57 +0000)]
add translation choser (on pressing the red button) to the StartWizard

16 years agosome translation fixes (thx to Jens Seidel)
Stefan Pluecken [Sun, 6 Apr 2008 21:56:15 +0000 (21:56 +0000)]
some translation fixes (thx to Jens Seidel)

16 years agoprovide better way of passing arguments to 'execute'
Felix Domke [Sun, 6 Apr 2008 14:29:07 +0000 (14:29 +0000)]
provide better way of passing arguments to 'execute'

16 years agoupdate pl translation
Felix Domke [Sun, 6 Apr 2008 14:27:38 +0000 (14:27 +0000)]
update pl translation

16 years agoupdate hu language
Felix Domke [Sun, 6 Apr 2008 11:29:34 +0000 (11:29 +0000)]
update hu language

16 years agofix tabs
Andreas Monzner [Fri, 4 Apr 2008 21:49:42 +0000 (21:49 +0000)]
fix tabs

16 years agoremove unneeded minBackwardSpeed check... the min speed is already defined
Andreas Monzner [Fri, 4 Apr 2008 21:21:03 +0000 (21:21 +0000)]
remove unneeded minBackwardSpeed check... the min speed is already defined
via Usage config (in Expert Mode)

16 years agoupdate czech translations
Andreas Monzner [Fri, 4 Apr 2008 10:11:23 +0000 (10:11 +0000)]
update czech translations

16 years agoupdate french translation
Andreas Monzner [Wed, 2 Apr 2008 19:23:40 +0000 (19:23 +0000)]
update french translation

16 years agoupdate icelandic translations
Andreas Monzner [Wed, 2 Apr 2008 10:29:03 +0000 (10:29 +0000)]
update icelandic translations

16 years agoupdate icelandic translations
Andreas Monzner [Tue, 1 Apr 2008 14:39:18 +0000 (14:39 +0000)]
update icelandic translations

16 years agotypos
Andreas Frisch [Tue, 1 Apr 2008 13:32:46 +0000 (13:32 +0000)]
typos

16 years agosize fix
Andreas Monzner [Tue, 1 Apr 2008 11:00:01 +0000 (11:00 +0000)]
size fix

16 years agoadd support for user events and user informations
Andreas Monzner [Mon, 31 Mar 2008 09:42:48 +0000 (09:42 +0000)]
add support for user events and user informations

16 years agofix compiler warning
Andreas Monzner [Mon, 31 Mar 2008 09:41:58 +0000 (09:41 +0000)]
fix compiler warning

16 years agomore translations
Andreas Monzner [Sun, 30 Mar 2008 20:36:18 +0000 (20:36 +0000)]
more translations

16 years agoyet another translation update
Andreas Monzner [Sun, 30 Mar 2008 16:00:04 +0000 (16:00 +0000)]
yet another translation update

16 years agofix warning, add missing backslash
Andreas Monzner [Sun, 30 Mar 2008 15:57:46 +0000 (15:57 +0000)]
fix warning, add missing backslash

16 years agoallow language selection in video wizard
Stefan Pluecken [Sun, 30 Mar 2008 14:23:37 +0000 (14:23 +0000)]
allow language selection in video wizard

16 years agoadd sanity check on language index
Stefan Pluecken [Sun, 30 Mar 2008 14:00:41 +0000 (14:00 +0000)]
add sanity check on language index

16 years agoadd videowizard.xml to translations
Stefan Pluecken [Sun, 30 Mar 2008 13:24:49 +0000 (13:24 +0000)]
add videowizard.xml to translations

16 years agodon't grab empty strings in xml2po.py
Stefan Pluecken [Sun, 30 Mar 2008 13:24:19 +0000 (13:24 +0000)]
don't grab empty strings in xml2po.py

16 years agoallow language references through indexes
Stefan Pluecken [Sun, 30 Mar 2008 13:17:42 +0000 (13:17 +0000)]
allow language references through indexes

16 years agochange "Behaviour" to "Behavior" in all files ... including all
Andreas Monzner [Sun, 30 Mar 2008 11:07:03 +0000 (11:07 +0000)]
change "Behaviour" to "Behavior" in all files ... including all
translations.. so no new translation is needed

16 years agoanother change of policy (with correct aspect ratio)
Andreas Monzner [Sat, 29 Mar 2008 19:22:52 +0000 (19:22 +0000)]
another change of policy (with correct aspect ratio)
default use letterbox for 16:9 content on 4:3 TVs
default use pillarbox for 4:3 content on 16:9 TVs

16 years agolanguage fixes
Andreas Monzner [Sat, 29 Mar 2008 19:08:16 +0000 (19:08 +0000)]
language fixes

16 years agojust scale by default
Andreas Monzner [Sat, 29 Mar 2008 12:29:42 +0000 (12:29 +0000)]
just scale by default

16 years agoorder InputChannel list.. (DVI, Scart, YPbPr)
Andreas Monzner [Sat, 29 Mar 2008 12:12:39 +0000 (12:12 +0000)]
order InputChannel list.. (DVI, Scart, YPbPr)

16 years agoupdate da,lt language
Felix Domke [Fri, 28 Mar 2008 23:16:36 +0000 (23:16 +0000)]
update da,lt language

16 years agorevert changes
Stefan Pluecken [Fri, 28 Mar 2008 23:13:21 +0000 (23:13 +0000)]
revert changes

16 years agofix vsize
Andreas Monzner [Fri, 28 Mar 2008 20:30:28 +0000 (20:30 +0000)]
fix vsize

16 years agoupdate da language
Felix Domke [Fri, 28 Mar 2008 15:18:54 +0000 (15:18 +0000)]
update da language

16 years agocleanup
Andreas Monzner [Fri, 28 Mar 2008 15:17:58 +0000 (15:17 +0000)]
cleanup

16 years agoadd missing letter
Stefan Pluecken [Fri, 28 Mar 2008 15:03:27 +0000 (15:03 +0000)]
add missing letter

16 years agotranslations
Stefan Pluecken [Fri, 28 Mar 2008 14:43:04 +0000 (14:43 +0000)]
translations