aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
AgeCommit message (Collapse)Author
2009-11-08Merge branch 'bug_258_sorting_of_configsatlist'ghost
2009-11-08NimManager.py: another fix of satellite sort order .. now we sort from the ↵ghost
westernmost to the easternmost satellite
2009-11-07Merge branch 'bug_258_sorting_of_configsatlist'ghost
2009-11-07revert some no more needed bug_258_sorting_of_configsatlist changesghost
2009-11-07Merge branch 'bug_258_sorting_of_configsatlist'Stefan Pluecken
2009-11-07fixes bug #258 (again)Stefan Pluecken
sorting of satlist moved to another, not so destructive state
2009-11-06Merge branch 'bug_258_sorting_of_configsatlist'Stefan Pluecken
2009-11-06fixes bug #258Stefan Pluecken
removed some wrong ConfigSatList handling
2009-11-04Merge branch '219_negative_ac3_pcm_delay'Stefan Pluecken
2009-11-04bug #238Stefan Pluecken
added m4v file extension to media player capabilities
2009-11-04bug #258Stefan Pluecken
properly sort ConfigSatList
2009-11-04bug #258Stefan Pluecken
sort ConfigSatList properly
2009-11-02bug #219Stefan Pluecken
- introduce ConfigSelectionNumber to allow left/right buttons for positive and negative number ranges - use it to set up config.av.generalAC3delay and config.av.generalPCMdelay
2009-10-27disable unicable for release 2.6ghost
2009-10-17cleanup screen title handlingghost
no more need to directly access self.instance.setTitle or getTitle
2009-10-13Components/GUISkin.py: - add possibility to access the Screen title from ↵acid-burn
inside the skin without the need to declare it inside every Screen. Just use self.setTitle(_("yourTitle)") inside your Screens onLayoutFinish to set the Title and access it from your skinfile over for example: <widget source="Title" render="Label" position="80,110" size="322,75" .....> if needed like inside fullscreen screens where no Border is drawn.
2009-10-09Add estonian language, thanks to ArvoFelix Domke
2009-10-01show scaler sharpness in av setup and in video enhancement pluginghost
2009-09-23take care of servicegroups in doublecheckghost
2009-09-21lib/python/Components/config.py: fix bug (thx to adenin)ghost
2009-09-11PluginComponent.py: better alignment of icons and texts. Thx. Mike Looijmansacid-burn
2009-09-08DreamInfoHandler.py: small update for new index.xml's.acid-burn
2009-09-08don't offer scanning on nims where nothing is connectedStefan Pluecken
2009-08-27add ' fps'Felix Domke
2009-08-27add Framerate to ServiceInfoFelix Domke
2009-08-21update language cacheghost
2009-08-19log signal quality during diseqc tester runsStefan Pluecken
2009-08-18remove obsolete .cvsignore filesAndreas Oberritter
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-08-04language_cache.py: small fixghost
2009-08-04add slovakian languageghost
change "Slovene" to "Slovenian" update language_cache
2009-07-30add serbian language (thx to majevica)ghost
update language_cache.py
2009-07-26PluginComponent: fix setting wakeuptime from pluginghost
2009-07-25make PIG working with HD Skinsghost
2009-07-24Converter/TemplatedMultiContent.py: add MultiContentEntryPixmapAlphaBlendghost
2009-07-22properly update statusbar after network restartacid-burn
also ignore wmaster0 interface
2009-07-20some more work on plugin manageracid-burn
add experimental plugin meta informations, not yet included in build process install missing py from TuxboxPlugins plugin remove Filemanger from plugins build process
2009-07-20Converter/ServicePosition.py: fix order of inheritance to fix suspend handlingghost
2009-07-20Converter/Poll.py: fix suspendghost
2009-07-16Merge branch 'master' of git.opendreambox.org:/git/enigma2Felix Domke
2009-07-16allow use of alphablended pixmaps in multicontent listsFelix Domke
2009-07-10don't catch IOError in readFile()Andreas Oberritter
2009-07-08add support for harddisks managed by udevAndreas Oberritter
2009-07-07don't touch network configuration on remote rootfsAndreas Oberritter
2009-07-03add slovene language, thanks to matejFelix Domke
2009-07-03fix MOVIE_REC_FILESIZE, thanks to dr_bestFelix Domke
2009-06-30NimManager.py: fix not working "Tuner Equal to" option in complex tuner ↵ghost
configurations
2009-06-16Merge branch 'master' of git.opendreambox.org:/git/enigma2ghost
2009-06-16config.py: also take care of useablechars for keyboardghost
2009-06-15use ::getInfoObject for filesize (allows >4G)Felix Domke