aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins/NFIFlash
AgeCommit message (Collapse)Author
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
2009-12-23Merge branch 'bug_308_add_where_softwaremanager'acid-burn
Conflicts: lib/python/Plugins/Plugin.py
2009-12-07NFIFlash/plugin.py: move NFI Flash Utility inside Softwaremanager.Mladen Horvat
This fixes #308
2009-11-25Enigma2-Metainformations: - update all Meta Informationsacid-burn
2009-10-07don't crash upon red key while downloading feed list, exit insteadFraxinas
2009-10-05NFIFlash downloader: fix possible crashFraxinas
2009-09-03Enigma2-meta: install plugins-meta.xml in /usr/share/metaacid-burn
genmetaindex.py: change index.xml layout a bit
2009-08-19Plugins/Meta-Makefiles: add EXTRA_DIST for jpgs to Makefilesacid-burn
2009-08-18set permissions to 644 for data filesAndreas Oberritter
2009-08-18Don't install *.jpg files with the Plugin metadata to save space.acid-burn
2009-08-17enable metadata install, install into /usr/share/enigma2/meta/enigma2/Felix Domke
2009-08-15Makefile.am: use dist_*_DATA to include data files in tarballsAndreas Oberritter
2009-08-15update all Makefile.am filesAndreas Oberritter
remove 'AUTOMAKE_OPTIONS = gnu', which is the default, use pkgdatadir instead of $(DATADIR)/enigma2, use pkglibdir instead of $(LIBDIR)/enigma2
2009-08-13fix directory browser + implement changelog viewerFraxinas
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-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-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