Felix Domke [Fri, 26 Oct 2007 01:14:25 +0000 (01:14 +0000)]
whitespace fixes, fix infobar summary to include progressbar (patch by Sat_Man)
Andreas Monzner [Thu, 25 Oct 2007 16:35:50 +0000 (16:35 +0000)]
small fix
Andreas Monzner [Thu, 25 Oct 2007 14:48:49 +0000 (14:48 +0000)]
small fix
Andreas Monzner [Thu, 25 Oct 2007 09:33:31 +0000 (09:33 +0000)]
ignore applySkin when skinAttributes is None
Andreas Monzner [Thu, 25 Oct 2007 09:17:36 +0000 (09:17 +0000)]
fix bug
Andreas Monzner [Wed, 24 Oct 2007 20:54:16 +0000 (20:54 +0000)]
parse satellites/cables/terrestrial.xml in c++ now.. its round about three
times faster .. this speedup e2 start a little bit
Andreas Monzner [Wed, 24 Oct 2007 13:34:01 +0000 (13:34 +0000)]
reload setuplist on usage level change
Andreas Monzner [Tue, 23 Oct 2007 10:11:46 +0000 (10:11 +0000)]
fix coverart png stuff
Andreas Monzner [Mon, 22 Oct 2007 18:29:04 +0000 (18:29 +0000)]
use coverart png given in skin
Andreas Monzner [Mon, 22 Oct 2007 15:11:07 +0000 (15:11 +0000)]
epg fix (fixes bluescreens on ZDF Transponder)
Felix Domke [Sun, 21 Oct 2007 21:43:24 +0000 (21:43 +0000)]
fix: TSID is also hex
Felix Domke [Sun, 21 Oct 2007 10:19:39 +0000 (10:19 +0000)]
don't crash when having unknown fec/pol values (possibly due to broken satellites.xml)
Felix Domke [Sat, 20 Oct 2007 08:21:33 +0000 (08:21 +0000)]
raise exception when unknown setup id is searched for
Felix Domke [Sat, 20 Oct 2007 07:20:08 +0000 (07:20 +0000)]
allow selection of menu entries with numbers. Patch by Moritz Venn (enigma2_enable_numbers_in_menu.patch) with minor changes.
Felix Domke [Thu, 18 Oct 2007 19:28:47 +0000 (19:28 +0000)]
update icelandic language
Felix Domke [Wed, 17 Oct 2007 10:18:52 +0000 (10:18 +0000)]
language update: sv
Andreas Monzner [Tue, 16 Oct 2007 23:39:55 +0000 (23:39 +0000)]
fix comment
Andreas Monzner [Tue, 16 Oct 2007 23:37:59 +0000 (23:37 +0000)]
some teletext subtitles fixes
Andreas Monzner [Tue, 16 Oct 2007 19:00:37 +0000 (19:00 +0000)]
small lcd cosmetics
Andreas Monzner [Tue, 16 Oct 2007 19:00:01 +0000 (19:00 +0000)]
fix bluescreen when opening motor setup and more than one nim is configured
for motor use
Felix Domke [Mon, 15 Oct 2007 21:28:30 +0000 (21:28 +0000)]
fix ipkg installer (fix by Moritz Venn: enigma2_fix_scanfile_mimetype_detection.patch)
Felix Domke [Mon, 15 Oct 2007 21:24:50 +0000 (21:24 +0000)]
update .po files with new strings
Felix Domke [Mon, 15 Oct 2007 21:23:11 +0000 (21:23 +0000)]
update lt language
Felix Domke [Mon, 15 Oct 2007 21:22:42 +0000 (21:22 +0000)]
update da language
Felix Domke [Sat, 13 Oct 2007 11:53:16 +0000 (11:53 +0000)]
translate weekdays in fuzzy date display
Andreas Monzner [Fri, 12 Oct 2007 12:40:40 +0000 (12:40 +0000)]
fix non working rotor turning pixmap
Andreas Monzner [Fri, 12 Oct 2007 12:30:20 +0000 (12:30 +0000)]
initial hide conditional widgets
Felix Domke [Wed, 10 Oct 2007 23:27:45 +0000 (23:27 +0000)]
add .cvsignore
Felix Domke [Wed, 10 Oct 2007 23:07:22 +0000 (23:07 +0000)]
update da,lt language
Felix Domke [Mon, 8 Oct 2007 08:12:01 +0000 (08:12 +0000)]
clear up some unclear points.
Felix Domke [Sun, 7 Oct 2007 10:43:42 +0000 (10:43 +0000)]
reorder mainmenu to match previous order, patch by Moritz Venn (007_enigma2_fix_mainmenu_order.patch)
Felix Domke [Sun, 7 Oct 2007 10:41:47 +0000 (10:41 +0000)]
add 'weight' for menu entries (including plugins), so they can be sorted, patch by Moritz Venn (006_enigma2_add_weight_support_to_menu.patch)
Felix Domke [Sun, 7 Oct 2007 10:37:06 +0000 (10:37 +0000)]
add entryid to WHERE_MENU, add entryids in local plugins (patch by Moritz Venn, 005_enigma2_add_entryid_support_to_where_menu.patch)
Felix Domke [Sun, 7 Oct 2007 10:35:19 +0000 (10:35 +0000)]
Rename WHERE_SETUP to WHERE_MENU and patch all local plugins to follow this (patch by Moritz Venn, 004_enigma2_plugin_rename_where_setup_to_where_menu.patch)
Felix Domke [Sun, 7 Oct 2007 10:31:35 +0000 (10:31 +0000)]
This fixed the PicturePlayer to check if a file is local rather than accepting files from all sources (which is unsupported), patch by Moritz Venn (003_enigma2_make_pictureplayer_scanner_only_detect_local.patch)
Felix Domke [Sun, 7 Oct 2007 10:28:11 +0000 (10:28 +0000)]
add .cvsignore
Felix Domke [Sun, 7 Oct 2007 10:24:05 +0000 (10:24 +0000)]
move media scanner components into core, patch by Moritz Venn (002_enigma2_move_mediascanner_components_into_core.patch)
Felix Domke [Sun, 7 Oct 2007 10:21:23 +0000 (10:21 +0000)]
fix install path
Felix Domke [Sun, 7 Oct 2007 10:11:17 +0000 (10:11 +0000)]
move media player into plugin (patch by Moritz Venn, 001_enigma2_make_mediaplayer_a_plugin.patch)
Felix Domke [Sun, 7 Oct 2007 09:22:47 +0000 (09:22 +0000)]
don't crash if boolean source returns None
Felix Domke [Sun, 7 Oct 2007 09:10:23 +0000 (09:10 +0000)]
use session.CurrentService in PVRState
Felix Domke [Sun, 7 Oct 2007 09:09:55 +0000 (09:09 +0000)]
fix FixedMenu to use StaticText instead of Header, like the normal menu does
Andreas Monzner [Sat, 6 Oct 2007 15:03:03 +0000 (15:03 +0000)]
write leaveTransponder message to camd.socket
Andreas Monzner [Sat, 6 Oct 2007 15:01:23 +0000 (15:01 +0000)]
fixes for clean enigma2 shutdown
Andreas Monzner [Fri, 5 Oct 2007 17:24:39 +0000 (17:24 +0000)]
write apid to pidcache when no value is cached
Andreas Monzner [Thu, 4 Oct 2007 21:39:55 +0000 (21:39 +0000)]
add exception handling
Andreas Monzner [Wed, 3 Oct 2007 08:31:47 +0000 (08:31 +0000)]
fix typo, add tsid correction
Andreas Monzner [Wed, 3 Oct 2007 08:26:08 +0000 (08:26 +0000)]
update wrong sid values for private epg
Andreas Monzner [Mon, 1 Oct 2007 12:37:22 +0000 (12:37 +0000)]
no numberzapping in timeshift
Andreas Monzner [Mon, 1 Oct 2007 08:42:25 +0000 (08:42 +0000)]
add missing renderer
Felix Domke [Sun, 30 Sep 2007 23:13:22 +0000 (23:13 +0000)]
fix
Felix Domke [Sun, 30 Sep 2007 15:05:39 +0000 (15:05 +0000)]
replace some more Clock() by ObsoleteSource redirect (and fix skin_default), by Moritz Venn
Felix Domke [Wed, 26 Sep 2007 20:47:22 +0000 (20:47 +0000)]
add picon LCD example
Felix Domke [Wed, 26 Sep 2007 20:33:11 +0000 (20:33 +0000)]
add create_picon_links tool
Felix Domke [Wed, 26 Sep 2007 20:31:43 +0000 (20:31 +0000)]
remove debug
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)
Andreas Monzner [Wed, 26 Sep 2007 18:50:54 +0000 (18:50 +0000)]
install noprev.png
Felix Domke [Wed, 26 Sep 2007 18:42:48 +0000 (18:42 +0000)]
show service reference string in service info
Andreas Monzner [Wed, 26 Sep 2007 12:21:58 +0000 (12:21 +0000)]
backport from release branch
Andreas Monzner [Wed, 26 Sep 2007 10:46:28 +0000 (10:46 +0000)]
change movielist liststyle to our old default
Andreas Monzner [Wed, 26 Sep 2007 10:41:42 +0000 (10:41 +0000)]
getBoolean should never return None...
Felix Domke [Tue, 25 Sep 2007 23:32:10 +0000 (23:32 +0000)]
update nl language
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
Andreas Monzner [Tue, 25 Sep 2007 14:56:07 +0000 (14:56 +0000)]
fix typos (copy & paste is evil ;) )
Andreas Monzner [Tue, 25 Sep 2007 14:55:13 +0000 (14:55 +0000)]
small fix
Andreas Monzner [Tue, 25 Sep 2007 14:03:46 +0000 (14:03 +0000)]
fix partial clipping for eListboxPythonMultiContent
Andreas Monzner [Tue, 25 Sep 2007 10:13:37 +0000 (10:13 +0000)]
small fix
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...
Felix Domke [Mon, 24 Sep 2007 19:37:34 +0000 (19:37 +0000)]
fix typo
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)
Andreas Monzner [Mon, 24 Sep 2007 11:34:37 +0000 (11:34 +0000)]
remove debug output
Felix Domke [Mon, 24 Sep 2007 01:43:46 +0000 (01:43 +0000)]
allow ServicePosition to be used with Progress renderer
Felix Domke [Mon, 24 Sep 2007 01:43:11 +0000 (01:43 +0000)]
seperate summary screen for movie playeer
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.
Felix Domke [Mon, 24 Sep 2007 00:50:15 +0000 (00:50 +0000)]
return None instead of -1 in case of invalid index
Felix Domke [Mon, 24 Sep 2007 00:49:45 +0000 (00:49 +0000)]
make Boolean work
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.
Felix Domke [Mon, 24 Sep 2007 00:48:34 +0000 (00:48 +0000)]
self.index can be None
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)
Felix Domke [Mon, 24 Sep 2007 00:46:31 +0000 (00:46 +0000)]
fix skin error messages
Felix Domke [Mon, 24 Sep 2007 00:14:59 +0000 (00:14 +0000)]
push down initial 'changed' event
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
Felix Domke [Mon, 24 Sep 2007 00:06:32 +0000 (00:06 +0000)]
add StringListSelection
Felix Domke [Mon, 24 Sep 2007 00:06:18 +0000 (00:06 +0000)]
push down initial 'changed' event
Felix Domke [Sun, 23 Sep 2007 23:31:02 +0000 (23:31 +0000)]
use global screens for Clock,CurrentService,Event_{Now,Next},FrontendStatus
Felix Domke [Sun, 23 Sep 2007 23:30:26 +0000 (23:30 +0000)]
replace some sources by redirects to the (session-)global screen
Felix Domke [Sun, 23 Sep 2007 23:29:36 +0000 (23:29 +0000)]
add globals,session globals
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.
Felix Domke [Sun, 23 Sep 2007 23:26:41 +0000 (23:26 +0000)]
add ObsoleteSource for compatibility redirects
Andreas Monzner [Sat, 22 Sep 2007 11:08:59 +0000 (11:08 +0000)]
fix timeline positions when the mainlist x positions isnt 0
Andreas Monzner [Fri, 21 Sep 2007 20:45:28 +0000 (20:45 +0000)]
remove unneeded code
Andreas Monzner [Fri, 21 Sep 2007 20:33:24 +0000 (20:33 +0000)]
remove debug
Andreas Monzner [Fri, 21 Sep 2007 20:30:29 +0000 (20:30 +0000)]
small fixes for PIG
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"
/>
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
Andreas Monzner [Wed, 19 Sep 2007 15:33:56 +0000 (15:33 +0000)]
another translation update
Andreas Monzner [Wed, 19 Sep 2007 11:51:20 +0000 (11:51 +0000)]
some translations added
Andreas Monzner [Wed, 19 Sep 2007 11:45:52 +0000 (11:45 +0000)]
small fix
Felix Domke [Tue, 18 Sep 2007 02:43:27 +0000 (02:43 +0000)]
es language update
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