aboutsummaryrefslogtreecommitdiff
path: root/lib/python
AgeCommit message (Collapse)Author
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
2007-09-24when no listbox instance is available yet, index will be 0 when list is ↵Felix Domke
there, so return that.
2007-09-24self.index can be NoneFelix Domke
2007-09-24immediately apply to new downstream connections (ConditionalShowHide is a ↵Felix Domke
bit special because it pushes, and doesn't pull)
2007-09-24push down initial 'changed' eventFelix Domke
2007-09-24simplify summary code by using parent.menu+stringListSelection to display ↵Felix Domke
current menu entry
2007-09-24add StringListSelectionFelix Domke
2007-09-24push down initial 'changed' eventFelix Domke
2007-09-23replace some sources by redirects to the (session-)global screenFelix Domke
2007-09-23add globals,session globalsFelix Domke
2007-09-23add concept of 'related screen', which can be used to get shared sources ↵Felix Domke
(like clock, current service, ...) from global,session-global,parent screen. replace 'fake' with 'session.VideoPicture' for pig usage.
2007-09-23add ObsoleteSource for compatibility redirectsFelix Domke
2007-09-22fix timeline positions when the mainlist x positions isnt 0Andreas Monzner
2007-09-21remove unneeded codeAndreas Monzner
2007-09-21remove debugAndreas Monzner