aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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 (007_enigma2_f...Felix Domke
2007-10-07add 'weight' for menu entries (including plugins), so they can be sorted, pat...Felix Domke
2007-10-07add entryid to WHERE_MENU, add entryids in local plugins (patch by Moritz Ven...Felix Domke
2007-10-07Rename WHERE_SETUP to WHERE_MENU and patch all local plugins to follow this (...Felix Domke
2007-10-07This fixed the PicturePlayer to check if a file is local rather than acceptin...Felix Domke
2007-10-07add .cvsignoreFelix Domke
2007-10-07move media scanner components into core, patch by Moritz Venn (002_enigma2_mo...Felix Domke
2007-10-07fix install pathFelix Domke
2007-10-07move media player into plugin (patch by Moritz Venn, 001_enigma2_make_mediapl...Felix Domke
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-06write leaveTransponder message to camd.socketAndreas Monzner
2007-10-06fixes for clean enigma2 shutdownAndreas Monzner
2007-10-05write apid to pidcache when no value is cachedAndreas Monzner
2007-10-04add exception handlingAndreas Monzner
2007-10-03fix typo, add tsid correctionAndreas Monzner
2007-10-03update wrong sid values for private epgAndreas 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
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 d...Felix Domke
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
2007-09-25fix typos (copy & paste is evil ;) )Andreas Monzner
2007-09-25small fixAndreas Monzner
2007-09-25fix partial clipping for eListboxPythonMultiContentAndreas Monzner
2007-09-25small fixAndreas Monzner
2007-09-24remove /media/hdd/picon as picon source..Andreas Monzner
2007-09-24fix typoFelix Domke
2007-09-24add support for local listbox styles to eListboxPythonConfigContentAndreas Monzner
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 chan...Felix Domke
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 there...Felix Domke
2007-09-24self.index can be NoneFelix Domke