aboutsummaryrefslogtreecommitdiff
path: root/lib/python
AgeCommit message (Collapse)Author
2008-01-24a lot of new wizard functionalityStefan Pluecken
2008-01-24add count() to List sourceStefan Pluecken
2008-01-24pass more information about why a channel alloc fails, and display proper ↵Felix Domke
error message (instead of "no free tuner")
2008-01-12handle ret value of eConsoleAppContainer.executeAndreas Monzner
2008-01-10epg fixesAndreas Monzner
2008-01-10fix bsod when draw epglist entrys without beginTimeAndreas Monzner
2008-01-08use setup_<setupkey> as alternative skin name for Setup, for customization ↵Felix Domke
of specific setup screens
2008-01-08allow generic override of SimpleSummaryFelix Domke
2008-01-07Fixed very useful TestPlugin-plugin (callback wasn't called correctly)Stefan Pluecken
2008-01-02patch by Moritz Venn: allow plugins to provide a Wakeup-TimeFelix Domke
2007-12-27add possibility to add complete content of a directory to playlist just withAndreas Monzner
one button press
2007-12-24fix LoadPixmapFelix Domke
2007-12-21add videomode plugin to makefileFelix Domke
2007-12-20add LCD supportFelix Domke
2007-12-20create global (real) config entries, update setup on hotplug (untested), fix ↵Felix Domke
apply, implement mode revert
2007-12-20allow setting default to false/noFelix Domke
2007-12-20whitespace fixupFelix Domke
2007-12-20add videomode plugin (not used yet) for advanced videomode configurationFelix Domke
2007-12-16patch by Pieter Grimmerink: fix naming of western satellites ↵Felix Domke
(signed/unsigned problem)
2007-12-16patch by Pieter Grimmerink: fix 'cancel' when editing the service reference ↵Felix Domke
in a timer
2007-12-16patch by Pieter Grimmerink: fix partial lines returned from ipkgFelix Domke
2007-12-16patch by Pieter Grimmerink: fix IDE device numbering, mount formatted ↵Felix Domke
whereever it should be mounted according to fstab, only create movie folder on hdd, use makedirs instead of system
2007-12-16patch by Pieter Grimmerink: add closeOnSuccessFelix Domke
2007-12-16many keyboard improvements by Anders HolstFelix Domke
2007-12-13add jpg support. Please note that 32bit bitmaps require 4x the memory of ↵Felix Domke
8bit, possibily reducing available memory and performance. further, add support for images with split rgb,a channels, by specifying the basename plus a dot (i.e., everything before the 'a.png'/'rgb.jpg')
2007-12-13factor out loadPNG into generic LoadPixmapFelix Domke
2007-11-28improve text editing. Patch by Anders HolstFelix Domke
2007-11-27add videosetup skeletonRonny Strutz
2007-11-26Always show ip address/gateway/netmask in network settings dialogStefan Pluecken
2007-11-26try skindir/picon_default.png before use default enigma2.pngAndreas Monzner
2007-11-26remove unneeded importsAndreas Monzner
2007-11-26remove debug outputAndreas Monzner
2007-11-26only show network adapter list when more than one adapters are availableAndreas Monzner
show friendly adapter name in network setup
2007-11-26dont show display contrast setting in display setup when a oled is detectedAndreas Monzner
make standby display brightness working
2007-11-24ignore ok button when menu is emptyFelix Domke
2007-11-24'None' as self.message is ok, will be treated as empty stringFelix Domke
2007-11-24fix initial help menu arrow positionFelix Domke
2007-11-24add the rest of the number buttons, patch by Tero ManninenFelix Domke
2007-11-24don't crash when no StreamService reference was setFelix Domke
2007-11-23revert non workingAndreas Monzner
2007-11-23small fixAndreas 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-23fix close return values for non execing dialogsAndreas Monzner
2007-11-22set parentFelix Domke
2007-11-22use parent's screen name + '_summary' to search for optional summary screenFelix Domke
2007-11-22make MMI code more reusableAndreas Monzner
2007-11-22initialize self.listAndreas Monzner
2007-11-22re-level some config options, introduce levels for channel selection menuFelix Domke
2007-11-22fix typo (apend -> append)Felix Domke