enigma2.git
16 years agoadd picon LCD example
Felix Domke [Wed, 26 Sep 2007 20:47:22 +0000 (20:47 +0000)]
add picon LCD example

16 years agoadd create_picon_links tool
Felix Domke [Wed, 26 Sep 2007 20:33:11 +0000 (20:33 +0000)]
add create_picon_links tool

16 years agoremove debug
Felix Domke [Wed, 26 Sep 2007 20:31:43 +0000 (20:31 +0000)]
remove debug

16 years agofix caching, allow path= to override last path component (for LCD picons or different...
Felix Domke [Wed, 26 Sep 2007 20:31:17 +0000 (20:31 +0000)]
fix caching, allow path= to override last path component (for LCD picons or differently shaped icons)

16 years agoinstall noprev.png
Andreas Monzner [Wed, 26 Sep 2007 18:50:54 +0000 (18:50 +0000)]
install noprev.png

16 years agoshow service reference string in service info
Felix Domke [Wed, 26 Sep 2007 18:42:48 +0000 (18:42 +0000)]
show service reference string in service info

16 years agobackport from release branch
Andreas Monzner [Wed, 26 Sep 2007 12:21:58 +0000 (12:21 +0000)]
backport from release branch

16 years agochange movielist liststyle to our old default
Andreas Monzner [Wed, 26 Sep 2007 10:46:28 +0000 (10:46 +0000)]
change movielist liststyle to our old default

16 years agogetBoolean should never return None...
Andreas Monzner [Wed, 26 Sep 2007 10:41:42 +0000 (10:41 +0000)]
getBoolean should never return None...

16 years agoupdate nl language
Felix Domke [Tue, 25 Sep 2007 23:32:10 +0000 (23:32 +0000)]
update nl language

16 years agoadd EntryForegroundColor, EntryBorderColor, EntryBackgroundColor and
Andreas Monzner [Tue, 25 Sep 2007 21:44:51 +0000 (21:44 +0000)]
add EntryForegroundColor, EntryBorderColor, EntryBackgroundColor and
EntryBackgroundColorSelected attributes to GraphMultiEPG EPGList..
instead of use queryColor...
remove unneeded queryColor function

16 years agofix typos (copy & paste is evil ;) )
Andreas Monzner [Tue, 25 Sep 2007 14:56:07 +0000 (14:56 +0000)]
fix typos (copy & paste is evil ;) )

16 years agosmall fix
Andreas Monzner [Tue, 25 Sep 2007 14:55:13 +0000 (14:55 +0000)]
small fix

16 years agofix partial clipping for eListboxPythonMultiContent
Andreas Monzner [Tue, 25 Sep 2007 14:03:46 +0000 (14:03 +0000)]
fix partial clipping for eListboxPythonMultiContent

16 years agosmall fix
Andreas Monzner [Tue, 25 Sep 2007 10:13:37 +0000 (10:13 +0000)]
small fix

16 years agoremove /media/hdd/picon as picon source..
Andreas Monzner [Mon, 24 Sep 2007 21:31:11 +0000 (21:31 +0000)]
remove /media/hdd/picon as picon source..
the hdd should not wakeup from standby just because for searching picons...

16 years agofix typo
Felix Domke [Mon, 24 Sep 2007 19:37:34 +0000 (19:37 +0000)]
fix typo

16 years agoadd support for local listbox styles to eListboxPythonConfigContent
Andreas Monzner [Mon, 24 Sep 2007 11:38:10 +0000 (11:38 +0000)]
add support for local listbox styles to eListboxPythonConfigContent
add partially support for local listbox styles to eListboxPythonMultiContent
(no support for entry background/selected background pictures)

16 years agoremove debug output
Andreas Monzner [Mon, 24 Sep 2007 11:34:37 +0000 (11:34 +0000)]
remove debug output

16 years agoallow ServicePosition to be used with Progress renderer
Felix Domke [Mon, 24 Sep 2007 01:43:46 +0000 (01:43 +0000)]
allow ServicePosition to be used with Progress renderer

16 years agoseperate summary screen for movie playeer
Felix Domke [Mon, 24 Sep 2007 01:43:11 +0000 (01:43 +0000)]
seperate summary screen for movie playeer

16 years agouse StaticText for MenuTitle to simplify summary code. this needs a skin change for...
Felix Domke [Mon, 24 Sep 2007 00:52:49 +0000 (00:52 +0000)]
use StaticText for MenuTitle to simplify summary code. this needs a skin change for menu-based screens, please also apply to your skins.

16 years agoreturn None instead of -1 in case of invalid index
Felix Domke [Mon, 24 Sep 2007 00:50:15 +0000 (00:50 +0000)]
return None instead of -1 in case of invalid index

16 years agomake Boolean work
Felix Domke [Mon, 24 Sep 2007 00:49:45 +0000 (00:49 +0000)]
make Boolean work

16 years agowhen no listbox instance is available yet, index will be 0 when list is there, so...
Felix Domke [Mon, 24 Sep 2007 00:49:09 +0000 (00:49 +0000)]
when no listbox instance is available yet, index will be 0 when list is there, so return that.

16 years agoself.index can be None
Felix Domke [Mon, 24 Sep 2007 00:48:34 +0000 (00:48 +0000)]
self.index can be None

16 years agoimmediately apply to new downstream connections (ConditionalShowHide is a bit special...
Felix Domke [Mon, 24 Sep 2007 00:47:21 +0000 (00:47 +0000)]
immediately apply to new downstream connections (ConditionalShowHide is a bit special because it pushes, and doesn't pull)

16 years agofix skin error messages
Felix Domke [Mon, 24 Sep 2007 00:46:31 +0000 (00:46 +0000)]
fix skin error messages

16 years agopush down initial 'changed' event
Felix Domke [Mon, 24 Sep 2007 00:14:59 +0000 (00:14 +0000)]
push down initial 'changed' event

16 years agosimplify summary code by using parent.menu+stringListSelection to display current...
Felix Domke [Mon, 24 Sep 2007 00:07:11 +0000 (00:07 +0000)]
simplify summary code by using parent.menu+stringListSelection to display current menu entry

16 years agoadd StringListSelection
Felix Domke [Mon, 24 Sep 2007 00:06:32 +0000 (00:06 +0000)]
add StringListSelection

16 years agopush down initial 'changed' event
Felix Domke [Mon, 24 Sep 2007 00:06:18 +0000 (00:06 +0000)]
push down initial 'changed' event

16 years agouse global screens for Clock,CurrentService,Event_{Now,Next},FrontendStatus
Felix Domke [Sun, 23 Sep 2007 23:31:02 +0000 (23:31 +0000)]
use global screens for Clock,CurrentService,Event_{Now,Next},FrontendStatus

16 years agoreplace some sources by redirects to the (session-)global screen
Felix Domke [Sun, 23 Sep 2007 23:30:26 +0000 (23:30 +0000)]
replace some sources by redirects to the (session-)global screen

16 years agoadd globals,session globals
Felix Domke [Sun, 23 Sep 2007 23:29:36 +0000 (23:29 +0000)]
add globals,session globals

16 years agoadd concept of 'related screen', which can be used to get shared sources (like clock...
Felix Domke [Sun, 23 Sep 2007 23:29:09 +0000 (23:29 +0000)]
add concept of 'related screen', which can be used to get shared sources (like clock, current service, ...) from global,session-global,parent screen. replace 'fake' with 'session.VideoPicture' for pig usage.

16 years agoadd ObsoleteSource for compatibility redirects
Felix Domke [Sun, 23 Sep 2007 23:26:41 +0000 (23:26 +0000)]
add ObsoleteSource for compatibility redirects

16 years agofix timeline positions when the mainlist x positions isnt 0
Andreas Monzner [Sat, 22 Sep 2007 11:08:59 +0000 (11:08 +0000)]
fix timeline positions when the mainlist x positions isnt 0

16 years agoremove unneeded code
Andreas Monzner [Fri, 21 Sep 2007 20:45:28 +0000 (20:45 +0000)]
remove unneeded code

16 years agoremove debug
Andreas Monzner [Fri, 21 Sep 2007 20:33:24 +0000 (20:33 +0000)]
remove debug

16 years agosmall fixes for PIG
Andreas Monzner [Fri, 21 Sep 2007 20:30:29 +0000 (20:30 +0000)]
small fixes for PIG

16 years agoadd a "Picture in Graphics" source.. its usable to show a small embedded tv
Andreas Monzner [Fri, 21 Sep 2007 20:15:18 +0000 (20:15 +0000)]
add a "Picture in Graphics" source.. its usable to show a small embedded tv
picture in every screen.. simply by add a line like "<widget source="fake"
render="Pig" backgroundColor="transparent" size="160,120" position="50,50"
/>

16 years agoadd possibility to redefine multiepg colors in skin
Andreas Monzner [Fri, 21 Sep 2007 17:22:19 +0000 (17:22 +0000)]
add possibility to redefine multiepg colors in skin
GraphEpg.Foreground, GraphEpg.Background, GrapgEpg.BackgroundSelected,
GraphEpg.Border

16 years agoanother translation update
Andreas Monzner [Wed, 19 Sep 2007 15:33:56 +0000 (15:33 +0000)]
another translation update

16 years agosome translations added
Andreas Monzner [Wed, 19 Sep 2007 11:51:20 +0000 (11:51 +0000)]
some translations added

16 years agosmall fix
Andreas Monzner [Wed, 19 Sep 2007 11:45:52 +0000 (11:45 +0000)]
small fix

16 years agoes language update
Felix Domke [Tue, 18 Sep 2007 02:43:27 +0000 (02:43 +0000)]
es language update

16 years agouse _ as separator instead of : for picon filenames
Andreas Monzner [Mon, 17 Sep 2007 21:32:00 +0000 (21:32 +0000)]
use _ as separator instead of : for picon filenames
for better compatibility with vfat based filesystems on some cf cards or usb
sticks

16 years agoreplace /etc/picon by /usr/share/enigma2/picon .. etc is just for config
Andreas Monzner [Mon, 17 Sep 2007 19:18:48 +0000 (19:18 +0000)]
replace /etc/picon by /usr/share/enigma2/picon .. etc is just for config
files

16 years agoyet another small fix
Andreas Monzner [Mon, 17 Sep 2007 19:07:31 +0000 (19:07 +0000)]
yet another small fix

16 years agosmall fix
Andreas Monzner [Mon, 17 Sep 2007 19:02:59 +0000 (19:02 +0000)]
small fix

16 years agouse servicereferences instead of servicename as picon filenames
Andreas Monzner [Mon, 17 Sep 2007 18:50:39 +0000 (18:50 +0000)]
use servicereferences instead of servicename as picon filenames

16 years agosmall cleanup
Andreas Monzner [Mon, 17 Sep 2007 18:02:28 +0000 (18:02 +0000)]
small cleanup

16 years agoadd support for channellogos (picons)
Andreas Monzner [Mon, 17 Sep 2007 17:44:11 +0000 (17:44 +0000)]
add support for channellogos (picons)

16 years agoadd some debug output for subtitles
Andreas Monzner [Mon, 17 Sep 2007 10:59:54 +0000 (10:59 +0000)]
add some debug output for subtitles

16 years agoclear non processed subtitles on skip forward / backward
Andreas Monzner [Mon, 17 Sep 2007 10:54:24 +0000 (10:54 +0000)]
clear non processed subtitles on skip forward / backward

16 years agosize fixes
Andreas Monzner [Mon, 17 Sep 2007 10:24:43 +0000 (10:24 +0000)]
size fixes

16 years agofix bsod in satfinder (no Constructor defined for eDVBFrontendParameters)
Andreas Monzner [Mon, 17 Sep 2007 10:16:05 +0000 (10:16 +0000)]
fix bsod in satfinder (no Constructor defined for eDVBFrontendParameters)

16 years agosize fix
Andreas Monzner [Sun, 16 Sep 2007 13:10:46 +0000 (13:10 +0000)]
size fix

16 years agoshow bandwitdt instead of symbolrate for DVB-T in scan
Andreas Monzner [Sun, 16 Sep 2007 12:24:05 +0000 (12:24 +0000)]
show bandwitdt instead of symbolrate for DVB-T in scan

16 years agorename menu pngs
Andreas Monzner [Sun, 16 Sep 2007 10:32:42 +0000 (10:32 +0000)]
rename menu pngs

16 years agoadd missing font
Andreas Monzner [Sun, 16 Sep 2007 10:20:26 +0000 (10:20 +0000)]
add missing font

16 years agoreplace old screwed stone skin with Screwed Stone II (thx to nemesis)
Andreas Monzner [Sun, 16 Sep 2007 09:49:55 +0000 (09:49 +0000)]
replace old screwed stone skin with Screwed Stone II (thx to nemesis)

16 years agoshow "Current Transponder" entry in ChannelSelection -> Satellites
Andreas Monzner [Sun, 16 Sep 2007 09:45:09 +0000 (09:45 +0000)]
show "Current Transponder" entry in ChannelSelection -> Satellites
 CVS: ----------------------------------------------------------------------

16 years agofix typo (orbpos -> orb_pos)
Andreas Monzner [Sun, 16 Sep 2007 09:19:59 +0000 (09:19 +0000)]
fix typo (orbpos -> orb_pos)

16 years agoshow more information in service scan (needs additional changes in skin)
Andreas Monzner [Sat, 15 Sep 2007 14:02:43 +0000 (14:02 +0000)]
show more information in service scan (needs additional changes in skin)

16 years agofix bsod when select a not available service in channel selection
Andreas Monzner [Fri, 14 Sep 2007 23:50:27 +0000 (23:50 +0000)]
fix bsod when select a not available service in channel selection

16 years agoremove new found flags when do a automatic scan and "clear before scan" was
Andreas Monzner [Fri, 14 Sep 2007 23:28:08 +0000 (23:28 +0000)]
remove new found flags when do a automatic scan and "clear before scan" was
not checked

16 years agoremove duplicate includes
Andreas Monzner [Fri, 14 Sep 2007 22:17:59 +0000 (22:17 +0000)]
remove duplicate includes

16 years agoupdate subtitle list when needed
Andreas Monzner [Fri, 14 Sep 2007 22:14:46 +0000 (22:14 +0000)]
update subtitle list when needed

16 years agosome changes for new default skin
Andreas Monzner [Fri, 14 Sep 2007 22:11:19 +0000 (22:11 +0000)]
some changes for new default skin

16 years agoadd possibility to get frontend type and frontend number
Andreas Monzner [Fri, 14 Sep 2007 22:01:49 +0000 (22:01 +0000)]
add possibility to get frontend type and frontend number

16 years agoadd possibility to use ValueRange as ValueEqual Converter
Andreas Monzner [Fri, 14 Sep 2007 21:58:45 +0000 (21:58 +0000)]
add possibility to use ValueRange as ValueEqual Converter

16 years agocommit missing code for pixmaps in mainmenu
Andreas Monzner [Fri, 14 Sep 2007 19:57:20 +0000 (19:57 +0000)]
commit missing code for pixmaps in mainmenu

16 years agoinstall new converter
Andreas Monzner [Fri, 14 Sep 2007 17:23:53 +0000 (17:23 +0000)]
install new converter

16 years agoadd support for pictures in mainmenu
Andreas Monzner [Fri, 14 Sep 2007 17:22:44 +0000 (17:22 +0000)]
add support for pictures in mainmenu

16 years agoallow different skins by specifying a list as skinName, use menu_<menuid> as alternat...
Felix Domke [Fri, 14 Sep 2007 12:26:07 +0000 (12:26 +0000)]
allow different skins by specifying a list as skinName, use menu_<menuid> as alternative skin for menus

16 years agoadd the name of missing skin element to debug output
Andreas Monzner [Fri, 14 Sep 2007 11:27:41 +0000 (11:27 +0000)]
add the name of missing skin element to debug output

16 years agomove dish screen behind subtitle screen (this fixes clipping problems with
Andreas Monzner [Thu, 13 Sep 2007 18:36:11 +0000 (18:36 +0000)]
move dish screen behind subtitle screen (this fixes clipping problems with
subtitles)

16 years agorevert previous (non working) clipping fix
Andreas Monzner [Thu, 13 Sep 2007 11:14:24 +0000 (11:14 +0000)]
revert previous (non working) clipping fix

16 years agomake DishScreen transparent... this fixes a clipping problem with the
Andreas Monzner [Thu, 13 Sep 2007 11:10:14 +0000 (11:10 +0000)]
make DishScreen transparent... this fixes a clipping problem with the
subtitle screen

16 years agoremove FritzCall from this cvs - it's in enigma2-plugins.schwerkraft.elitedvb.net now
Felix Domke [Tue, 11 Sep 2007 00:46:21 +0000 (00:46 +0000)]
remove FritzCall from this cvs - it's in enigma2-plugins.schwerkraft.elitedvb.net now

16 years agofix spinner when no pictures available
Felix Domke [Sun, 9 Sep 2007 09:51:26 +0000 (09:51 +0000)]
fix spinner when no pictures available

16 years agoadd missing 16X seek forward,
Andreas Monzner [Fri, 7 Sep 2007 22:17:12 +0000 (22:17 +0000)]
add missing 16X seek forward,
add 48X seek forward/backward,
add 8X seek backward ( not fine.. but better as nothing )

16 years agooverride platform.supportsThreads early enough
Andreas Monzner [Fri, 7 Sep 2007 21:41:44 +0000 (21:41 +0000)]
override platform.supportsThreads early enough

16 years agobetter debug info
Andreas Monzner [Wed, 5 Sep 2007 14:24:09 +0000 (14:24 +0000)]
better debug info

16 years agofix bug described here -> http://www.dream-multimedia-tv.de/board/thread.php?threadid...
Andreas Monzner [Wed, 5 Sep 2007 14:22:13 +0000 (14:22 +0000)]
fix bug described here -> dream-multimedia-tv.de/board/thread.php?threadid=4743

16 years agosimplify code
Andreas Monzner [Wed, 5 Sep 2007 14:19:58 +0000 (14:19 +0000)]
simplify code

16 years agosome dvb subtitles fixes
Andreas Monzner [Wed, 5 Sep 2007 00:08:07 +0000 (00:08 +0000)]
some dvb subtitles fixes

16 years agoASSERT m_pvr_thread to be alive
Felix Domke [Tue, 4 Sep 2007 17:33:35 +0000 (17:33 +0000)]
ASSERT m_pvr_thread to be alive

16 years agoca language update
Felix Domke [Mon, 3 Sep 2007 14:28:54 +0000 (14:28 +0000)]
ca language update

16 years agouse show_infobar_on_skip instead of on_zap when seeking
Felix Domke [Mon, 3 Sep 2007 14:25:55 +0000 (14:25 +0000)]
use show_infobar_on_skip instead of on_zap when seeking

16 years agoimplement 'setup modes' (simple, intermediate, expert)
Felix Domke [Wed, 29 Aug 2007 13:43:51 +0000 (13:43 +0000)]
implement 'setup modes' (simple, intermediate, expert)

16 years agouse source/converter for tuner data
Andreas Monzner [Tue, 28 Aug 2007 17:58:53 +0000 (17:58 +0000)]
use source/converter for tuner data
add db display

16 years agofix for use frontend_sourc
Andreas Monzner [Tue, 28 Aug 2007 12:52:04 +0000 (12:52 +0000)]
fix for use frontend_sourc

16 years agofix frontend_source,
Andreas Monzner [Tue, 28 Aug 2007 11:44:04 +0000 (11:44 +0000)]
fix frontend_source,
make update_interval changable

16 years agoupdate lt,da language
Felix Domke [Sun, 26 Aug 2007 21:50:14 +0000 (21:50 +0000)]
update lt,da language

16 years agoadd audio pid into iAudioTrackInfo
Felix Domke [Sun, 26 Aug 2007 12:30:34 +0000 (12:30 +0000)]
add audio pid into iAudioTrackInfo

16 years agofix audiotype
Felix Domke [Sun, 26 Aug 2007 12:23:37 +0000 (12:23 +0000)]
fix audiotype

16 years agobase aspect calculation on 702 instead of 720 pixel
Felix Domke [Sat, 25 Aug 2007 12:21:42 +0000 (12:21 +0000)]
base aspect calculation on 702 instead of 720 pixel