aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions
AgeCommit message (Collapse)Author
2008-04-16Infobar toggleable with OK key and remember last file browser directoryAndreas Frisch
2008-04-16fix MakefilesAndreas Monzner
2008-04-15by Nemesis: remove obsolete source in CutlistEditor, fix network adapter ↵Felix Domke
setup layout
2008-04-15fix servicedvd.so install (now the directory is created before copy libAndreas Monzner
2008-04-15dont show infobar when a dvd menu is visibleAndreas Monzner
dont crash when ok is pressed in the filebrowser when the ".." entry is selected
2008-04-15dont build dvdplugin when dreamdvd lib ist not availableAndreas Monzner
2008-04-15add DVDPlayer plugin (not final yet)Andreas Monzner
not working without libdreamdvd (not in OE yet)
2008-04-14better handling for eServiceFS file extensionsAndreas Monzner
2008-04-14remove deprecated code (deprecation date was 2008-01 and 2008-02)Andreas Monzner
2008-04-13png cleanup by nemesis, source changes.Felix Domke
2008-04-09Add ServicePosition arguments Detailed, Negate, ShowHours & respective patch ↵Andreas Frisch
for CutListEditor
2008-04-01typosAndreas Frisch
2008-03-30change "Behaviour" to "Behavior" in all files ... including allAndreas Monzner
translations.. so no new translation is needed
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