aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py
AgeCommit message (Collapse)Author
2010-11-17fix more nfiflash media paths to be non-absolute (#620)Fraxinas
2010-11-17get rid off evil absolute paths in dvdburn and nfiflash (fixes bug #620)Fraxinas
2010-10-06NFIFlash: integrate configuration backup/restore, string correctionsFraxinas
2010-10-06[NFIFlash] ask whether to run configuration backup after image download (add ↵Fraxinas
#480)
2010-10-06fix downloading image to flash or harddrive (#480)Fraxinas
2010-10-06JobView/HTTPProgressDownloader/NFIFlash correctly handle cancelling downloadsFraxinas
2010-10-06NFIFlash: change display of feed list detailsFraxinas
2010-10-06NFIFlash fixes (#480)Fraxinas
2010-10-06NFIFlash: hide hdd and other mounts (#480)Fraxinas
2010-10-06re-commit new NFIFlash plugin (bug #480)Fraxinas
2009-10-07don't crash upon red key while downloading feed list, exit insteadFraxinas
2009-10-05NFIFlash downloader: fix possible crashFraxinas
2009-08-13fix directory browser + implement changelog viewerFraxinas
2009-07-13try deleting 4 primary partitions before creating new partition tableFraxinas
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-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