aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
AgeCommit message (Collapse)Author
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-05Merge branch 'master' into bug_236_recordpathghost
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-29By Anders Holst:Felix Domke
At regular intervalls there are questions in the forum (in at least three or four different threads on only this subject) on how to configure the recording paths so you don't have to set them to the same thing over and over again in e.g EPG timers. People apparently forget to set it, and miss their recordings because the harddisk is full or not built in. They want an easy way to change the default from /hdd/movies/ to a NAS or a USB device. I have rebased the patch in this thread from March 23, added two minor bugfixes, and hopefully made it less controversial by making sure that it only affects the expert setup level. I don't think there should be anything controversial about this patch now, and no known bugs. It only provides functionality that several people are screaming to get. Synopsis: The patch changes the "Timeshift path..." setup dialogue into a "Recording paths..." dialogue where you can easily configure both the timeshift and the other recording paths.
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
2009-06-15allow position="center,center" to center screen client area on screenFelix Domke
2009-06-12patch by Dr.Best - allow using filesize of movie in converterFelix Domke