aboutsummaryrefslogtreecommitdiff
path: root/lib/python
AgeCommit message (Collapse)Author
2007-10-25fix bugAndreas Monzner
2007-10-24parse satellites/cables/terrestrial.xml in c++ now.. its round about threeAndreas Monzner
times faster .. this speedup e2 start a little bit
2007-10-24reload setuplist on usage level changeAndreas Monzner
2007-10-23fix coverart png stuffAndreas Monzner
2007-10-22use coverart png given in skinAndreas Monzner
2007-10-21don't crash when having unknown fec/pol values (possibly due to broken ↵Felix Domke
satellites.xml)
2007-10-20raise exception when unknown setup id is searched forFelix Domke
2007-10-20allow selection of menu entries with numbers. Patch by Moritz Venn ↵Felix Domke
(enigma2_enable_numbers_in_menu.patch) with minor changes.
2007-10-16small lcd cosmeticsAndreas Monzner
2007-10-16fix bluescreen when opening motor setup and more than one nim is configuredAndreas Monzner
for motor use
2007-10-15fix ipkg installer (fix by Moritz Venn: ↵Felix Domke
enigma2_fix_scanfile_mimetype_detection.patch)
2007-10-13translate weekdays in fuzzy date displayFelix Domke
2007-10-12fix non working rotor turning pixmapAndreas Monzner
2007-10-12initial hide conditional widgetsAndreas Monzner
2007-10-10add .cvsignoreFelix Domke
2007-10-07reorder mainmenu to match previous order, patch by Moritz Venn ↵Felix Domke
(007_enigma2_fix_mainmenu_order.patch)
2007-10-07add 'weight' for menu entries (including plugins), so they can be sorted, ↵Felix Domke
patch by Moritz Venn (006_enigma2_add_weight_support_to_menu.patch)
2007-10-07add entryid to WHERE_MENU, add entryids in local plugins (patch by Moritz ↵Felix Domke
Venn, 005_enigma2_add_entryid_support_to_where_menu.patch)
2007-10-07Rename WHERE_SETUP to WHERE_MENU and patch all local plugins to follow this ↵Felix Domke
(patch by Moritz Venn, 004_enigma2_plugin_rename_where_setup_to_where_menu.patch)
2007-10-07This fixed the PicturePlayer to check if a file is local rather than ↵Felix Domke
accepting files from all sources (which is unsupported), patch by Moritz Venn (003_enigma2_make_pictureplayer_scanner_only_detect_local.patch)
2007-10-07add .cvsignoreFelix Domke
2007-10-07move media scanner components into core, patch by Moritz Venn ↵Felix Domke
(002_enigma2_move_mediascanner_components_into_core.patch)
2007-10-07fix install pathFelix Domke
2007-10-07move media player into plugin (patch by Moritz Venn, ↵Felix Domke
001_enigma2_make_mediaplayer_a_plugin.patch)
2007-10-07don't crash if boolean source returns NoneFelix Domke
2007-10-07use session.CurrentService in PVRStateFelix Domke
2007-10-07fix FixedMenu to use StaticText instead of Header, like the normal menu doesFelix Domke
2007-10-04add exception handlingAndreas Monzner
2007-10-01no numberzapping in timeshiftAndreas Monzner
2007-10-01add missing rendererAndreas Monzner
2007-09-30fixFelix Domke
2007-09-30replace some more Clock() by ObsoleteSource redirect (and fix skin_default), ↵Felix Domke
by Moritz Venn
2007-09-26add picon LCD exampleFelix Domke
2007-09-26remove debugFelix Domke
2007-09-26fix caching, allow path= to override last path component (for LCD picons or ↵Felix Domke
differently shaped icons)
2007-09-26install noprev.pngAndreas Monzner
2007-09-26show service reference string in service infoFelix Domke
2007-09-26backport from release branchAndreas Monzner
2007-09-26change movielist liststyle to our old defaultAndreas Monzner
2007-09-26getBoolean should never return None...Andreas Monzner
2007-09-25add EntryForegroundColor, EntryBorderColor, EntryBackgroundColor andAndreas Monzner
EntryBackgroundColorSelected attributes to GraphMultiEPG EPGList.. instead of use queryColor... remove unneeded queryColor function
2007-09-25fix partial clipping for eListboxPythonMultiContentAndreas Monzner
2007-09-24remove /media/hdd/picon as picon source..Andreas Monzner
the hdd should not wakeup from standby just because for searching picons...
2007-09-24fix typoFelix Domke
2007-09-24remove debug outputAndreas Monzner
2007-09-24allow ServicePosition to be used with Progress rendererFelix Domke
2007-09-24seperate summary screen for movie playeerFelix Domke
2007-09-24use StaticText for MenuTitle to simplify summary code. this needs a skin ↵Felix Domke
change for menu-based screens, please also apply to your skins.
2007-09-24return None instead of -1 in case of invalid indexFelix Domke
2007-09-24make Boolean workFelix Domke