aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions
AgeCommit message (Collapse)Author
2008-03-15add LICENSEs to some pluginsAndreas Monzner
2008-02-28show hotplug media in main menuFelix Domke
2008-02-19movie player configuration options, by Anders HolstFelix Domke
2008-02-14unlink some cyclic dependencys to get garbage collection workingAndreas Monzner
2008-02-14add support for cyclic garbage collection to eTimer and eSocketNotifierAndreas Monzner
class, add simpler method to set a timer callback.. or remove.. instead of timer.timeout.get().append(func).. or .remove(func)... now it is possible to do timer.callback.append(func)... timer.callback.remove(func) (the old method still works..but is now deprecated)
2008-01-25add some .cvsignoreFelix Domke
2008-01-10epg fixesAndreas Monzner
2008-01-10fix bsod when draw epglist entrys without beginTimeAndreas Monzner
2007-12-27add possibility to add complete content of a directory to playlist just withAndreas Monzner
one button press
2007-12-13factor out loadPNG into generic LoadPixmapFelix Domke
2007-11-26remove unneeded importsAndreas Monzner
2007-11-23add python files for socket mmi pluginAndreas Monzner
2007-11-23add socket mmi plugin,Andreas Monzner
fix some mmi bugs
2007-11-15fix typeAndreas Monzner
2007-11-13fixAndreas Monzner
2007-11-10fix frequently vacancies in multiepgAndreas Monzner
fix no more responding left/right button in graph multiepg when no more valid entries are on visible page
2007-11-09add ServiceNameForegroundColor and ServiceNameBackgroundColor skinAndreas Monzner
attributes to GraphMultiEpg
2007-11-09fix findBestEvent functionAndreas Monzner
2007-11-09add foregroundcolor selected and backgroundcolor selected to local listboxAndreas Monzner
styles (backgroundColorSelected, foregroundColorSelected in skin) add EntryForegroundColorSelected support to GraphMultiEPG add possibility to set selected foregroundcolor for listboxmulticontent entries
2007-10-25small fixAndreas Monzner
2007-10-25ignore applySkin when skinAttributes is NoneAndreas Monzner
2007-10-25fix bugAndreas Monzner
2007-10-23fix coverart png stuffAndreas Monzner
2007-10-22use coverart png given in skinAndreas 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-09-30replace some more Clock() by ObsoleteSource redirect (and fix skin_default), ↵Felix Domke
by Moritz Venn
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 debug outputAndreas Monzner
2007-09-22fix timeline positions when the mainlist x positions isnt 0Andreas Monzner
2007-09-21add possibility to redefine multiepg colors in skinAndreas Monzner
GraphEpg.Foreground, GraphEpg.Background, GrapgEpg.BackgroundSelected, GraphEpg.Border
2007-09-11remove FritzCall from this cvs - it's in ↵Felix Domke
enigma2-plugins.schwerkraft.elitedvb.net now
2007-08-25fix keymap (thanks to ralfk)Felix Domke
2007-08-20.cvsignoreFelix Domke
2007-08-04reset offset when choose time via menu buttonAndreas Monzner
2007-08-04redraw timelines when time is selected via menu buttonAndreas Monzner
2007-07-31add missing pictures,Andreas Monzner
fix non working timeline text update, fix non working similar list
2007-07-31the graphical multiepg plugin needs a realy actual enigma2 (from today!!)Andreas Monzner
2007-07-31add graphical multiepg plugin (like e1)Andreas Monzner
yet it is just startable via blue button menu
2007-07-28fix *required* kwargs. plugins not having **kwargs will probably not run ↵Felix Domke
with newer enigma2, but this has been documented since the beginning.
2007-07-22cleanup some importsAndreas Monzner