aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Makefile.am
AgeCommit message (Collapse)Author
2009-12-07first working version of TempFanControl plugin with Sensors and FanControl ↵thedoc
component
2009-08-15update all Makefile.am filesAndreas Oberritter
remove 'AUTOMAKE_OPTIONS = gnu', which is the default, use pkgdatadir instead of $(DATADIR)/enigma2, use pkglibdir instead of $(LIBDIR)/enigma2
2009-05-06add option to select a keymap for a attached keyboard.acid-burn
this closes #11
2008-12-16catch up DiseqcTest developmentStefan Pluecken
2008-12-16add ResourceManager for handling resources in inter plugin communicationStefan Pluecken
2008-10-27install Console.pyAndreas Monzner
2008-10-24add language cache to speed up language selection and wizzardFelix Domke
2008-06-27revert local changesAndreas Monzner
2008-06-27rewrite ServiceEventTracker and PerServiceBase service event handle codeAndreas Monzner
2008-06-21move VolumeControl to own fileAndreas Monzner
2008-04-28default wizardStefan Pluecken
beware: could overwrite some of your data in /etc/enigma2. add config.misc.defaultchosen=false to /etc/enigma2/settings to prevent this.
2008-04-14Add 'Tasks' for controlled execution of multiple external toolsFelix Domke
2008-04-13remove 'Header', it's obsolete and unusedFelix Domke
2008-02-01add possibilty to hide menu entries when needed hardware is not availableAndreas Monzner
2007-10-07move media scanner components into core, patch by Moritz Venn ↵Felix Domke
(002_enigma2_move_mediascanner_components_into_core.patch)
2007-04-12remove LanguageListFelix Domke
2006-12-19add IpkgInstaller Media Scanner pluginStefan Pluecken
2006-12-17replace software update plugin with a more user friendly approachStefan Pluecken
add an ipkg python class
2006-10-11removing deleted file from the makefile (EventInfo.py)Stefan Pluecken
2006-10-10add parental control (still somehow buggy and some minor features missing... ↵Stefan Pluecken
don't trust it yet to protect your children)
2006-07-11remove some now unused ComponentsFelix Domke
2006-06-26add missing files for previous commitAndreas Monzner
2006-06-17save playlist on leaving the media playerStefan Pluecken
2006-06-17add some new (currently unused) source/renderer based elementsFelix Domke
2006-06-15add Sources, Converter, Renderer directoriesFelix Domke
2006-05-01simplify GUIcreate/createWidget, fix base class orderFelix Domke
2006-04-30ChoiceBox is now usable with number keysStefan Pluecken
2006-04-08add VideoWindow ComponentFelix Domke
2006-04-04avoid future redundant code by moving functionality for tuner status display ↵Stefan Pluecken
to a seperate component (which is a BIT slower because infobar values are gathered twice)
2006-03-23- switchtimer added to RecordingTimerStefan Pluecken
- media player to play mp3, ogg (not yet fully working) and ts files (needs gstreamer) - language selection saves a language string instead of a changing index number
2006-02-24turn magic into pythonFelix Domke
2006-02-21add FileList component for browsing files and directoriesStefan Pluecken
2006-01-25added a sanity check for timer editor (no functionality until now except ↵Stefan Pluecken
building a list of simultanious timers)
2006-01-19add a small text input componentStefan Pluecken
2006-01-18add ServiceEventTrackerFelix Domke
2006-01-14display last 7 services during scanFelix Domke
2006-01-06make epg toggling configurable (default set to unusable epg on INFO key)Stefan Pluecken
2006-01-01use image-version from /etc/image-version as version in e2 about boxStefan Pluecken
2005-12-23add config option to disable the zap warning message when trying to recordStefan Pluecken
2005-12-21add pluginsStefan Pluecken
to test it: uncomment the example.py in lib/python/Plugins/Makefile.am plugins can be added at runtime
2005-12-11finish language-menu - the RT_VALIGN_CENTER doesn't work in ↵Stefan Pluecken
eListboxPythonMultiContent... why? add language-screen to the start-wizard, which breaks the startwizard. bug in screen-handling?
2005-12-07use steps in startwizardStefan Pluecken
2005-12-06factorize the conditionalPixmapStefan Pluecken
2005-11-26rename BlinkingPoint to BlinkingPixmap (is more generic)Stefan Pluecken
2005-11-25add a blinking point to the infobarStefan Pluecken
the blinking point appears when doing an instant record it is a hack up to now the point looks ugly, because the transparency needs to be explored first
2005-11-18add help stuffFelix Domke
2005-11-17some basic language support (already working a bit)Stefan Pluecken
2005-11-17parsing for /etc/timezone.xml addedStefan Pluecken
2005-11-12add ScrollLabel componentAndreas Monzner
2005-11-10make it compatible to smaller screens, even if it need 2 bytes moreRonny Strutz