aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins/NFIFlash
AgeCommit message (Collapse)Author
2009-05-11move http progress downloader class into own tool pyFraxinas
2009-01-29fix skipping of configuration backupFraxinas
2009-01-02"finished" message also when skipping configuration backupFraxinas
2008-11-18add automatic downloading of latest image and possibility of backing up ↵Fraxinas
configuration to the bootable usb sticks
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-20add building of NFIFlash plugin, but display only for DM8000Andreas Frisch
2008-10-20change flasher part of NFIFlash to handle new style md5sum linesAndreas Frisch
2008-10-19add .nfi to filescanner for NFIFlash plugin, whitespace cleanup, change ↵Andreas Frisch
md5sum check for new .nfo syntax
2008-10-13remove weird charset specifiersAndreas Frisch
2008-10-12fix md5 hash checkAndreas Frisch
2008-10-12bugfix for cancellingAndreas Frisch
2008-10-12add NFIFlash pluginAndreas Frisch