aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-09-03Enigma2-meta: install plugins-meta.xml in /usr/share/metaacid-burn
genmetaindex.py: change index.xml layout a bit
2009-09-01CleanupWizard/plugin.py: fix typoacid-burn
2009-09-01mediaplayer: stop playback if async-done message reports zero audio or video ↵Fraxinas
streams (work around spinlock when trying to play weird containers)
2009-08-27SystemPlugins/CleanupWizard/cleanupwizard.xml: Fix text to make xml2po happyacid-burn
2009-08-27Enigma2: add CleanupWizard to SystemPlugins and Enigma2 build.acid-burn
- The CleanupWizard informs you on system boot if your avalalble internal memory (flash) has droppen below 2MB and allows the removal of enigma2-plugins and skins to cleanup the internal memory (flash) on bootup.
2009-08-27add ' fps'Felix Domke
2009-08-27Merge branch 'master' of git.opendreambox.org:/git/enigma2Felix Domke
2009-08-27add Framerate to ServiceInfoFelix Domke
2009-08-27show correct icon for "repeat" stateFraxinas
2009-08-26PluginBrowser.py: -dont show downloadable plugins twiceacid-burn
- properly reload list after download/remove of an plugin
2009-08-26PluginBrowser.py: dont use "ipkg list_installed" on second run if "Download ↵acid-burn
Plugins" was selected, instead use correct "ipkg list" as we want available plugins and not already installed.
2009-08-24one less reason for enigma2 to crash on startup when flash is full.Felix Domke
2009-08-24fix for unused buttons on bottom rowFelix Domke
2009-08-23RecordTimer.py: dont open recordfile when timer is just a zaptimerghost
2009-08-21epgcache.cpp: fix restoring the timezone after mhwepg readghost
2009-08-21RecordTimer.py: one time is enoughghost
2009-08-21RecordTimer.py: cleanup importsghost
2009-08-21RecordTimer.py: import needed insortghost
2009-08-21RecordTimer.py: fixghost
2009-08-21update language cacheghost
2009-08-21Merge branch 'master' of git.opendreambox.org:/git/enigma2ghost
2009-08-21serbian translation update by majevicaghost
2009-08-21remove index_*.xml on uninstallAndreas Oberritter
2009-08-20timer.py: revert change needed for recordtimer add own doActivate to recordtimerghost
2009-08-20RecordTimer.py: fix parallel recording of the same event on multiple servicesghost
2009-08-20Merge branch 'master' of git.opendreambox.org:/git/enigma2ghost
2009-08-19log signal quality during diseqc tester runsStefan Pluecken
2009-08-19RecordTimer.py: remove debug outputghost
2009-08-19Merge branch 'master' of git.opendreambox.org:/git/enigma2ghost
2009-08-19change deepstandby wakeup time a little bitghost
2009-08-19Merge branch 'master' of git://git.opendreambox.org/git/acidburn/enigma2-masterAndreas Oberritter
2009-08-19fix recordings from deepstandby when the current channel must be stopped ↵ghost
because of lacking resources
2009-08-19Plugins/Meta-Makefiles: add EXTRA_DIST for jpgs to Makefilesacid-burn
2009-08-18xml2po: allow parsing multiple files or directories at onceAndreas Oberritter
2009-08-18set permissions to 644 for data filesAndreas Oberritter
2009-08-18remove orphaned FileManager pluginAndreas Oberritter
2009-08-18remove obsolete .cvsignore filesAndreas Oberritter
2009-08-18add missing semicolon after ASSERT()Andreas Oberritter
2009-08-18do not use wildcards, because it breaks builds outside the source directory ↵Andreas Oberritter
and therefore breaks 'make distcheck'
2009-08-18move supported language codes to po/LINGUASAndreas Oberritter
2009-08-18add Makefiles to include/ and lib/dvb/lowlevel/Andreas Oberritter
2009-08-18ignore file 'entries'Andreas Oberritter
2009-08-18DVDBurn: avoid spaces in filenamesAndreas Oberritter
2009-08-18remove FritzCall (moved to enigma2-plugins CVS some time ago)Andreas Oberritter
2009-08-18Don't install *.jpg files with the Plugin metadata to save space.acid-burn
2009-08-18main/bsod.cpp:acid-burn
- introduce new xml crashlog style for better readability - add more informations to the crashlogs, like /etc/image-version, installed components... - handle new options set by the CrashlogAutoSubmit plugin for even more detailed crashlogs.
2009-08-18SystemPlugins/CrashlogAutoSubmit/plugin.py:acid-burn
- introduce new option for sending anonymized crashlogs. This is disabled by default and adds currently the enigma2 settings to the crashlog. You have to enable this if you dont't want this. - introduce new options to add Network and WLAN configurations to the crashlog. These are also disabled by default, enable it if you think it is useful for your crash reporting.
2009-08-17lib/dvb/frontend.cpp: DTV frontend api support is now working (DVB-S2 is ↵ghost
also working now)
2009-08-17create index files for plugin metadataFelix Domke
2009-08-17enable metadata install, install into /usr/share/enigma2/meta/enigma2/Felix Domke