aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins/NFIFlash/flasher.py
AgeCommit message (Collapse)Author
2010-11-16use eEnv::resolve() / eEnv.resolve()Andreas Oberritter
2010-10-06NFIFlash: integrate configuration backup/restore, string correctionsFraxinas
2010-10-06re-commit new NFIFlash plugin (bug #480)Fraxinas
2010-06-10add missing dm800se color oled screens. refs #530acid-burn
2010-03-31fix screen layout, add configuration restore wizard code in flasher and fix ↵Fraxinas
crash when trying to use wizard with no .nfo file present, fixes bug #394
2008-11-17use hotplugNotifier to ease use of NFIFlash plugin. change some excess ↵Fraxinas
status bar translatables to static english.
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-10-20change flasher part of NFIFlash to handle new style md5sum linesAndreas Frisch
2008-10-13remove weird charset specifiersAndreas Frisch
2008-10-12add NFIFlash pluginAndreas Frisch