aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/DreamInfoHandler.py
AgeCommit message (Collapse)Author
2011-04-13Components/DreamInfoHandler.py, SystemPlugins/SoftwareManager: add ↵Mladen Horvat
possibility to have also non plugins/skins inside SoftwareManager. add support for 'needsRestart' option inside meta descriptions for non plugins/skins. refs #389
2011-01-28switch to opkgAndreas Oberritter
2010-09-29DreamInfoHandler.py: strip data. refs #578acid-burn
2010-09-22Components/DreamInfoHandler.py: ignore old meta-xml index files. refs #578acid-burn
2010-09-21Enigma2-meta: rework plugin meta files and prepare for inclusion into ↵acid-burn
enigma2 translation. Meta.xml files are now only in english and translation is now easy possible for all languages over enigma2 translation project. This also reduces consumed space inside flash memory. Add missing TempFanControl plugin meta and LICENSE. DreamInfohandler.py,SoftwareManager: follow meta xml changes. fixes #578
2009-09-08DreamInfoHandler.py: small update for new index.xml's.acid-burn
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-06-04DreamInfoHandler.py: no fatal error when no language element in info tag is ↵ghost
found (this fixes no more working default servicelist handling)
2009-05-27continue work on plugin manageracid-burn
not yet finished
2009-03-31add experimental meta parsing, not yet finishedacid-burn
2009-02-24small optimizations and cleanups by Moritz Vennghost
2008-10-28remove non working wrapper class to add a (unneeded) .get() call toAndreas Monzner
eConsoleAppContainers.. so now all external plugins must remove this .get() calls... example: cont = eConsoleAppContainer() cont.appClosed.append(cb_func) # old was cont.appClosed.get().append(cb_func)
2008-07-21use builtin python functions instead of use os.systemAndreas Monzner
2008-07-03fix prerequisite logic and add hardware detection to list of possible ↵Stefan Pluecken
prerequisites (needs driver update)
2008-06-07properly fix GSOD from last commitStefan Pluecken
2008-06-07proberly install multiple packages without a GSODStefan Pluecken
2008-06-05call reloadBouquets instead of loadBouquetsStefan Pluecken
2008-06-05call loadBouquet after installing a bouquetStefan Pluecken
2008-06-03fix tag prerequisite logic for .info files without tagsStefan Pluecken
2008-06-03 - remove some commentsStefan Pluecken
- correct use of prerequisites to detect uninstallable packages
2008-06-03allow installing from multiple directoriesStefan Pluecken
2008-06-02properly handle tags combined with other prerequisitesStefan Pluecken
2008-05-27add tagging to possible dream info handler prerequisitesStefan Pluecken
2008-05-17small fix for not existent package contentStefan Pluecken
2008-05-16lots of improvements in the default wizardStefan Pluecken
2008-04-30use e2 functions to merge config and servicesStefan Pluecken
2008-04-29check for file existenceStefan Pluecken
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.